Skip to content

Commit

Permalink
Remove doi from zenodo json
Browse files Browse the repository at this point in the history
  • Loading branch information
llorracc committed Mar 16, 2022
1 parent 32fad60 commit 96e4356
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"license": "apache2.0",
"upload_type": "publication",
"publication_type": "preprint",
"doi": "10.5281/zenodo.6363070",
"related_identifiers": [
{
"scheme": "url",
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Epidemiological Expectations
### in preparation for Handbook of Economic Expectations
### Handbook of Economic Expectations
### Chris Carroll and Tao Wang



- [Most recent draft](docs/EpiExp.pdf)
- [Extended Version](docs/EpiExp-NBER.pdf)
- [Handbook Version](docs/EpiExp-Book.pdf)
- [Jupyter Notebook](SIR_Ndlib.ipynb) implementing the SIR (Shiller and Pound 1989)

### some related resources to the paper
### Some resources related to the paper

- EpiExp [literature graph](https://app.litmaps.co/shared/9D435EBC-7DCD-46F9-9746-99C9B819DFBD)
- EpiExp [literature graph](https://app.litmaps.co/shared/89EF6E28-98E7-4406-AA0F-BE8045A0571C)
- QuantEcon SIR model [jupyternotebook](https://python.quantecon.org/sir_model.html)
- NDlib: a network diffusion [python library](https://ndlib.readthedocs.io/en/latest/overview.html)
- Epidemics on networks [python library](https://epidemicsonnetworks.readthedocs.io/en/latest/index.html)
- NetworkX [python library](https://networkx.org/documentation/stable/index.html)

0 comments on commit 96e4356

Please sign in to comment.