+73
−70
+76
−61
+4
−0
isis/scripts/zenodo_order.py
0 → 100755
+83
−0
isis/scripts/zenodo_to_authors.py
100644 → 100755
+59
−26
Loading
* docs(zenodo and authors): Upgraded handling of the authors information. - Upgraded zenodo_to_authors.py to write out the AUTHORS.rst file in alphabetical order, and added affiliations, if any. - Created zenodo_order.py to re-arrange the "creator" list in the .zenodo.json file so that it is designated first author (project lead) followed by everyone else in alphabetical order. - Committed the new versions of .zenodo.json and AUTHORS.rst - Added my own name, affiliation, and ORCID iD * feat(zenodo_order.py): Made the first author designation a command line argument with a default, and altered some of the algorithm.