Skip to content

Commit cc2e4cd

Browse files
committedJul 3, 2024·
readme: add logo to landing page
1 parent a5e2f25 commit cc2e4cd

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed
 

‎README.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
# ABCredit.jl
1+
<div align='center'>
2+
<picture>
3+
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/bancaditalia/ABCredit.jl/main/docs/logo/logo_white_text.png">
4+
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/bancaditalia/ABCredit.jl/main/docs/logo/logo_black_text.png">
5+
<img alt="Logo adapts to light and dark modes" src="https://raw.githubusercontent.com/bancaditalia/ABCredit.jl/main/docs/logo/logo_black_text.png" width="500">
6+
</picture>
7+
<sup><a href="#footnote-1">*</a></sup>
8+
</div>
9+
10+
# The ABC of macroeconomic agent-based modelling
211

312
A fast and easy to use Julia implementation of the model described in [_Emergent dynamics of a macroeconomic agent based model with capital and credit_](https://www.sciencedirect.com/science/article/abs/pii/S0165188914001572).
413
The package can be used to simulate the original model or as a base for extensions. If you are not familiar with Julia and the way in which multiple dispatch allows for powerful extensions, don't hesitate to get in touch!
@@ -52,3 +61,7 @@ If you found this package useful for your research, please cite the following pu
5261

5362
This package is an outcome of a research project. All errors are those of
5463
the authors. All views expressed are personal views, not those of Bank of Italy.
64+
65+
<p id="footnote-1">
66+
* Credits to <a href="https://www.bankit.art/people/sara-corbo">Sara Corbo</a> for the logo, echoing the logo of <a href="https://github.com/bancaditalia/BeforeIT.jl">BeforeIT</a> but with warmer colors.
67+
</p>

‎docs/logo/logo_black_text.png

739 KB
Loading

‎docs/logo/logo_white_text.png

731 KB
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.