forked from academicpages/academicpages.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update readme to reflect updated publication files
- Loading branch information
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +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. | ||
|
||
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. |