Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Zenodo metadata file valid JSON #33

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ data/
# Ignore directory info from local macOS
.DS_store

# Ignore .idea folder from PyCharm IDE
.idea/

#### Default python gitignore as initiated by GitHub

# Byte-compiled / optimized / DLL files
Expand Down
2 changes: 1 addition & 1 deletion .zenodo.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"description": "<p>This version of the <b>The Code and Data Citation Counter</b> project was built at the <a href=\"https://www.software.ac.uk\">Software Sustainability Institute\'s</a> <a href=\"https://www.software.ac.uk/cw18/\">Collaborations Workshop Hack Day</a> in March 2018 and extends work started at the second <a href=\"https://www.springernature.com/gb/researchers/campaigns/sn-hack-day\">Springer Nature Hack Day</a> in November 2017.</p>\n<p>The goal is to interrogate the published literature for key terms relating to software and data citations (eg: <code>zenodo</code> or <code>github</code>) and monitor how these occurances change over time.</p>",
"description": "<p>This version of the <b>The Code and Data Citation Counter</b> project was built at the <a href=\"https://www.software.ac.uk\">Software Sustainability Institute's</a> <a href=\"https://www.software.ac.uk/cw18/\">Collaborations Workshop Hack Day</a> in March 2018 and extends work started at the second <a href=\"https://www.springernature.com/gb/researchers/campaigns/sn-hack-day\">Springer Nature Hack Day</a> in November 2017.</p>\n<p>The goal is to interrogate the published literature for key terms relating to software and data citations (eg: <code>zenodo</code> or <code>github</code>) and monitor how these occurances change over time.</p>",
"license": "MIT",
"title": "The Code and Data Citation Counter",
"version": "0.2",
Expand Down