* add coauthor annotation
* fix typo in coauthors.yml
* add brief author annotation tutorial in README.md
* change to combined data structure
Coauthors are grouped by their last names. Within each group, using flat format (array of {firstnames, url}).
* Update _layouts/bib.html
stylistic changes
Co-authored-by: Maruan <alshedivat@users.noreply.github.com>
* Update _layouts/bib.html
stylistic changes
Co-authored-by: Maruan <alshedivat@users.noreply.github.com>
* Update _layouts/bib.html
stylistic changes
Co-authored-by: Maruan <alshedivat@users.noreply.github.com>
* Update _layouts/bib.html
stylistic changes
Co-authored-by: Maruan <alshedivat@users.noreply.github.com>
Co-authored-by: Maruan <alshedivat@users.noreply.github.com>
19 lines
583 B
YAML
19 lines
583 B
YAML
"Adams":
|
|
- firstname: ["Edwin", "E.", "E. P.", "Edwin Plimpton"]
|
|
url: https://en.wikipedia.org/wiki/Edwin_Plimpton_Adams
|
|
|
|
"Podolsky":
|
|
- firstname: ["Boris", "B.", "B. Y.", "Boris Yakovlevich"]
|
|
url: https://en.wikipedia.org/wiki/Boris_Podolsky
|
|
|
|
"Rosen":
|
|
- firstname: ["Nathan", "N."]
|
|
url: https://en.wikipedia.org/wiki/Nathan_Rosen
|
|
|
|
"Bach":
|
|
- firstname: ["Johann Sebastian", "J. S."]
|
|
url: https://en.wikipedia.org/wiki/Johann_Sebastian_Bach
|
|
|
|
- firstname: ["Carl Philipp Emanuel", "C. P. E."]
|
|
url: https://en.wikipedia.org/wiki/Carl_Philipp_Emanuel_Bach
|