Rogue Scholar Beiträge

language
Veröffentlicht in Sauropod Vertebra Picture of the Week

It’s now 22 years since Tim Berners-Lee, inventor of the World Wide Web, wrote the classic document Cool URIs don’t change [1]. It’s core message is simple, and the title summarises it. Once an organization brings a URI into existence, it should keep it working forever. If the document at that URI moves, then the old URI should become a redirect to the new. This really is Web 101 — absolute basics.

Veröffentlicht in Underworld Geodynamics Community
Autor Romain Beucher

As mentioned, packages can be installed directly from our conda channel. You may however want to build your own package at some point in the future or you may want to fix some of ours by submitting a Pull Request on github (You are more welcome to do so...) The following goes through the steps of building a conda package for Badlands which contains Python and Fortran code. This is relatively advanced but not really difficult.

Veröffentlicht in Geo★ Down Under
Autoren Ben Mather, Marianne Richter

Earth’s tectonic plates are constantly moving. Over millions of years new plates form at oceanic ridges, while others form mountains or even sink back in the mantle and disappear from the surface. The unique geochemical signature of sunken plates can be preserved and reappear in newly formed crust.

Veröffentlicht in Underworld Geodynamics Community
Autor Romain Beucher

Version control systems and online-communities such as Github have made contributing to the development of opensource software incredibly easy. That is assuming that people get over their initial fear of sharing their code!  In this short blog post I go through how to submit a pull request to one of our repository. Do not fear and join us for some fun!

Veröffentlicht in Underworld Geodynamics Community
Autor Romain Beucher

Conda packages are now available for most of the underworldcode suite of software (Underworld, UWGeodynamics, Lavavu, Stripy) from the geo-down-under conda channel. Let’s face it. Users don’t want to spend time compiling code on their machine. It is time consuming, requires some specific skills and creates unnecessary hurdles in a workflow.