Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
staeiou committed Mar 28, 2017
2 parents 81c8f1a + 1e0d09c commit 879053a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion markdown_generator/readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Jupyter notebook markdown generator

These .ipynb files are Jupyter notebook files that convert a CSV containing structured data about talks or presentations into individual markdown files that will be properly formatted for the academicpages template. The sample CSVs are the ones I used to create my own personal website at [stuartgeiger.com](http://stuartgeiger.com). I keep a spreadsheet of my publications and talks, then run the code in these notebooks to generate the markdown files. `publications.ipynb` is up to date and well documented, and the code in this notebook is also in `publications.py`. Talks is not up to date and needs to be updated and documented.
These .ipynb files are Jupyter notebook files that convert a TSV containing structured data about talks or presentations into individual markdown files that will be properly formatted for the academicpages template. `publications.ipynb` is up to date and well documented, and it contains info about the proper format for the TSV. The code in this notebook is also in `publications.py`. Talks is not up to date and needs to be updated and documented.

0 comments on commit 879053a

Please sign in to comment.