Skip to content

Commit

Permalink
Fixed Readme links.
Browse files Browse the repository at this point in the history
  • Loading branch information
hdrake authored Dec 16, 2021
1 parent 81d230c commit 4552bb0
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,15 @@
<a href="https://travis-ci.com/ClimateMARGO/ClimateMARGO.jl">
<img alt="Build status" src="https://travis-ci.com/ClimateMARGO/ClimateMARGO.jl.svg?branch=main">
</a>
<a href="https://mybinder.org/v2/gh/ClimateMARGO/ClimateWidgets/main?urlpath=pluto/open?path=MARGO_optimization_dashboard.jl">
<img alt="Binder logo" src="https://mybinder.org/badge_logo.svg">
</a>

</p>

<!-- CI/CD badges -->

The MARGO model is described in full in an accompanying manuscript (not yet peer-reviewed, and currently being revised), available to all at [EarthArXiv.org/repository/view/214](https://eartharxiv.org/repository/view/214/).
The MARGO model is described in full in an [accompanying Research Article](https://iopscience.iop.org/article/10.1088/1748-9326/ac243e/pdf), published *Open-Access* in the journal *Environmental Research Letters*.

Try out the MARGO model by running a [prototype web-app](https://github.com/ClimateMARGO/ClimateWidgets) directly in your browser. You don't need to download anything – just click the [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/ClimateMARGO/ClimateWidgets/main?urlpath=pluto/open?path=MARGO_optimization_dashboard.jl) button and, once the tutorial loads, click on the code cells and press ``Enter`` to run them).
Try out the MARGO model by running our [web-app](https://margo.plutojl.org/introduction.html) directly in your browser!

ClimateMARGO.jl is currently in alpha testing and basic model documentation is slowly being added. Substantial structural changes will take place before the first stable release v1.0.0. Anyone interested in helping develop the model post an Issue here or contact the lead developer Henri Drake directly (henrifdrake `at` gmail.com), until explicit guidelines for contributing to the model are posted at a later date.
ClimateMARGO.jl is currently in beta testing; basic model documentation is slowly being added. Substantial structural changes may still take place before the first stable release v1.0.0. Anyone interested in helping develop the model post an Issue here or contact the lead developer Henri Drake directly (henrifdrake `at` gmail.com), until explicit guidelines for contributing to the model are posted at a later date.


----
Expand Down

2 comments on commit 4552bb0

@hdrake
Copy link
Collaborator Author

@hdrake hdrake commented on 4552bb0 Dec 16, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/50704

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.3.1 -m "<description of version>" 4552bb077cefea27e111293e9aa2c0f01506aee2
git push origin v0.3.1

Please sign in to comment.