From a34ce33d35572e5c60d7bcbceee52d0b4333df83 Mon Sep 17 00:00:00 2001 From: Dan Hobley Date: Fri, 8 Nov 2019 17:00:58 +0000 Subject: [PATCH] v2, citing --- views/home.html | 61 +++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 59 insertions(+), 2 deletions(-) diff --git a/views/home.html b/views/home.html index 885d798..ebb4758 100644 --- a/views/home.html +++ b/views/home.html @@ -15,6 +15,11 @@

Landlab is described in more detail by Hobley et al. in the 2017 paper Creative Computing with Landlab.

+

+ Landlab version 2 is now in the works, with new features, better standardisation, + cleaner code, and enhanced capabilities! We anticipate release in early 2020, but in the + meantime you can check out (pun intended) the beta version. +

@@ -120,6 +125,22 @@

keep up with the absolute latest Landlab developments and contribute code back to the Landlab repository, these directions are available as part of the Landlab guide for developers.

+ +

+ Landlab v.2 beta +

+

+ Landlab version 2 is coming! You can get a feel for it in our beta release. + Note that there are some (minor) code-breaking changes involved in this + changeover, and that you can always go back to v.1 though conda. We would + love some community feedback! Install the v.2 beta with: +

+

+ > conda install landlab -c conda-forge/label/dev +

+

+ You can see the v.2 code here. +

@@ -147,7 +168,7 @@

- Once you've done this, simply update landlab, once again specifically from the conda-forge conda channel: + Once you've done this, simply update Landlab, once again specifically from the conda-forge conda channel:

@@ -158,7 +179,7 @@

Older Installations of Landlab

- We used to recommend installing landlab outside an environment, using either the pip package manager or through a conda channel called -c landlab. Notably, if you installed through the conda landlab channel rather than conda-forge, you won't be able to access updates any more. If you're now using Landlab inside its own environment, having these older versions around won't matter too much. However, to minimise confusion, you may wish to remove them. Simply do this: + We used to recommend installing Landlab outside an environment, using either the pip package manager or through a conda channel called -c landlab. Notably, if you installed through the conda landlab channel rather than conda-forge, you won't be able to access updates any more. If you're now using Landlab inside its own environment, having these older versions around won't matter too much. However, to minimise confusion, you may wish to remove them. Simply do this:

@@ -182,3 +203,39 @@

+ +
+
+

Citing Landlab

+ +

+ Landlab is fully open source, so do with it whatever you want. However, if you're + doing published science with Landlab, you can credit the project in a few ways: +

  • Whenever you use Landlab, please cite Hobley et al., 2017, + which gives the theoretical and conceptual underpinnings for the project.
  • +
  • Some of our components are published in their own right. In these cases please + also cite the key publication for each component you use, so the individual + authors can get credit for their work (and who may not otherwise be affiliated + with the core Landlab project). In these cases, the + documentation + for each component will make those citations clear.
  • +
  • In the interests of sustainable and reproducible science, please also + be sure to describe the specific version of Landlab that your work is based on. + All our binary releases have version numbers. See them with conda list landlab + at your command prompt for a binary install, or import Landlab in Python and look at + landlab.__version__ in the general case. + The master version of the landlab code base also has an ever-evolving + doi (see the readme on the + Github page).
  • +
  • If you have made substantial additions to Landlab in the course of doing + your science and you want to share them, we would advocate creating a + brand-new Landlab release and citing that. Raise an issue on the + Github site and someone will help you.
  • +

    +

    + These key publications may change with the forthcoming release of Landlab v.2, + so please check back here before finally submitting your manuscript! +

    + +
    +