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
... to our resource yml file, which makes author-statistics complicated downstream. It would be great, if "Firstname Lastname" would be the format in our yml file. We should reformat the elements in the list entry['authors'] in case any of them contains a comma.
Also, the function complete_zenodo_data doing this exists twice:
scripts/auto-add-zenodo-entry.py
scripts/generate_link_lists.py
I propose we use the function in generate_link_lists and import it from auto-add-zenodo-entry . This allows us to remove the code-duplication of thtis function in auto-add-zenodo-entry.py
git-bob implement this.
The text was updated successfully, but these errors were encountered:
... to our resource yml file, which makes author-statistics complicated downstream. It would be great, if "Firstname Lastname" would be the format in our yml file. We should reformat the elements in the list entry['authors'] in case any of them contains a comma.
Also, the function
complete_zenodo_data
doing this exists twice:I propose we use the function in generate_link_lists and import it from auto-add-zenodo-entry . This allows us to remove the code-duplication of thtis function in auto-add-zenodo-entry.py
git-bob implement this.
The text was updated successfully, but these errors were encountered: