You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an attempt to update script `.maint/update_zenodo.py`.
- File `contributors.json` appears to have been replaced by a table in
Markdown file `CONTRIBUTORS.md`.
- Files `former.json` and `FORMER.md` luckily point to the same person.
I haven't changed anything here: still reading from `former.json`.
Note that some contributors have two affiliations, and convey that using
a JSON/Python array inside the Markdown array.
```
| Frederick | Blaise B. | | 0000-0001-5832-5279 | ['McLean Hospital Brain Imaging Center, MA, USA', 'Consolidated Department of Psychiatry, Harvard Medical School, MA, USA'] |
```
```
| Ghosh | Satrajit S. | | 0000-0002-5312-6729 | ['McGovern Institute for Brain Research, MIT, MA, USA', 'Department of Otolaryngology, Harvard Medical School, MA, USA'] |
```
Would it be preferable to revert 059b59c use a JSON `contributors.json`
file and have a script update `CONTRIBUTORS.md`?
Alternatively, I can use the “ugly” solution of separating affiliations
in the Markdown table with **`<br/>`**. Probably uglier, I could also
interpret the JSON/Python arrays inside the Markdown table.
0 commit comments