1- <img src =" https://raw.githubusercontent.com/AMICI-dev/AMICI/master /doc/gfx/banner.png " height =" 60 " align =" left " alt =" AMICI logo " >
1+ <img src =" https://raw.githubusercontent.com/AMICI-dev/AMICI/main /doc/gfx/banner.png " height =" 60 " align =" left " alt =" AMICI logo " >
22
33## Advanced Multilanguage Interface for CVODES and IDAS
44
@@ -36,9 +36,9 @@ constrained optimization problems.
3636<a href =" https://github.com/AMICI-dev/AMICI/actions/workflows/test_pypi.yml " >
3737 <img src =" https://github.com/AMICI-dev/AMICI/actions/workflows/test_pypi.yml/badge.svg " alt =" PyPI installation " ></a >
3838<a href =" https://codecov.io/gh/AMICI-dev/AMICI " >
39- <img src =" https://codecov.io/gh/AMICI-dev/AMICI/branch/master /graph/badge.svg " alt =" Code coverage " ></a >
40- <a href =" https://sonarcloud.io/dashboard?id=ICB-DCM_AMICI&branch=master " >
41- <img src =" https://sonarcloud.io/api/project_badges/measure?branch=master& project=ICB-DCM_AMICI&metric=sqale_index " alt =" SonarCloud technical debt " ></a >
39+ <img src =" https://codecov.io/gh/AMICI-dev/AMICI/branch/main /graph/badge.svg " alt =" Code coverage " ></a >
40+ <a href =" https://sonarcloud.io/dashboard?id=ICB-DCM_AMICI&branch=main " >
41+ <img src =" https://sonarcloud.io/api/project_badges/measure?project=ICB-DCM_AMICI&metric=sqale_index " alt =" SonarCloud technical debt " ></a >
4242<a href =" https://zenodo.org/badge/latestdoi/43677177 " >
4343 <img src =" https://zenodo.org/badge/43677177.svg " alt =" Zenodo DOI " ></a >
4444<a href =" https://amici.readthedocs.io/en/latest/?badge=latest " >
@@ -73,7 +73,7 @@ are derived symbolically and C++ code is generated. This code is then
7373compiled into a C++ library, a Python module, or a Matlab ` .mex ` file and
7474is then used for model simulation.
7575
76- ![ AMICI workflow] ( https://raw.githubusercontent.com/AMICI-dev/AMICI/master /doc/gfx/amici_workflow.png )
76+ ![ AMICI workflow] ( https://raw.githubusercontent.com/AMICI-dev/AMICI/main /doc/gfx/amici_workflow.png )
7777
7878## Getting started
7979
@@ -83,14 +83,14 @@ To install AMICI, first read the installation instructions for
8383[ C++] ( https://amici.readthedocs.io/en/latest/cpp_installation.html ) or
8484[ Matlab] ( https://amici.readthedocs.io/en/latest/matlab_installation.html ) .
8585There are also instructions for using AMICI inside
86- [ containers] ( https://github.com/AMICI-dev/AMICI/tree/master /container ) .
86+ [ containers] ( https://github.com/AMICI-dev/AMICI/tree/main /container ) .
8787
8888To get you started with Python-AMICI, the best way might be checking out this
89- [ Jupyter notebook] ( https://github.com/AMICI-dev/AMICI/blob/master /doc/examples/getting_started/GettingStarted.ipynb )
89+ [ Jupyter notebook] ( https://github.com/AMICI-dev/AMICI/blob/main /doc/examples/getting_started/GettingStarted.ipynb )
9090[ ![ Binder] ( https://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/AMICI-dev/AMICI/main?labpath=doc%2Fexamples%2Fgetting_started%2FGettingStarted.ipynb ) .
9191
9292To get started with Matlab-AMICI, various examples are available
93- in [ matlab/examples/] ( https://github.com/AMICI-dev/AMICI/tree/master /matlab/examples ) .
93+ in [ matlab/examples/] ( https://github.com/AMICI-dev/AMICI/tree/main /matlab/examples ) .
9494
9595Comprehensive documentation is available at
9696[ https://amici.readthedocs.io/en/latest/ ] ( https://amici.readthedocs.io/en/latest/ ) .
@@ -149,11 +149,11 @@ When using AMICI in your project, please cite:
149149 ```
150150
151151When presenting work that employs AMICI, feel free to use one of the icons in
152- [ doc/gfx/] ( https://github.com/AMICI-dev/AMICI/tree/master /doc/gfx ) ,
152+ [ doc/gfx/] ( https://github.com/AMICI-dev/AMICI/tree/main /doc/gfx ) ,
153153which are available under a
154- [ CC0] ( https://github.com/AMICI-dev/AMICI/tree/master /doc/gfx/LICENSE.md )
154+ [ CC0] ( https://github.com/AMICI-dev/AMICI/tree/main /doc/gfx/LICENSE.md )
155155license:
156156
157157<p align =" center " >
158- <img src =" https://raw.githubusercontent.com/AMICI-dev/AMICI/master /doc/gfx/logo_text.png " height =" 75 " alt =" AMICI Logo " >
158+ <img src =" https://raw.githubusercontent.com/AMICI-dev/AMICI/main /doc/gfx/logo_text.png " height =" 75 " alt =" AMICI Logo " >
159159</p >
0 commit comments