Skip to content

Commit

Permalink
references
Browse files Browse the repository at this point in the history
  • Loading branch information
gbayarri committed Mar 13, 2024
1 parent ebd8019 commit 5f22680
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linting_and_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- 'LICENSE'
- 'setup.py'
- 'README.md'
- 'references.html'
- 'references.json'
- '**/docs/**'
- '**/json_schemas/**'

Expand Down
24 changes: 7 additions & 17 deletions references.html → references.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<script type="application/ld+json">
[
{
"@context": "http://schema.org",
"@type": "SoftwareApplication",
Expand All @@ -9,9 +9,7 @@
"citation": "http://www.ncbi.nlm.nih.gov/pubmed/37953279",
"license": "other",
"softwareVersion": "6.0"
}
</script>
<script type="application/ld+json">
},
{
"@context": "http://schema.org",
"@type": "SoftwareApplication",
Expand All @@ -22,9 +20,7 @@
"citation": "https://academic.oup.com/nar/advance-article/doi/10.1093/nar/gkab1061/6430488",
"license": "https://creativecommons.org/licenses/by/4.0/",
"softwareVersion": "2.3.2"
}
</script>
<script type="application/ld+json">
},
{
"@context": "http://schema.org",
"@type": "SoftwareApplication",
Expand All @@ -35,9 +31,7 @@
"citation": "http://dx.doi.org/10.1093/nar/gkz990",
"license": "https://creativecommons.org/licenses/by/4.0/",
"softwareVersion": "1.0"
}
</script>
<script type="application/ld+json">
},
{
"@context": "http://schema.org",
"@type": "SoftwareApplication",
Expand All @@ -48,9 +42,7 @@
"citation": "https://doi.org/10.1093/nar/28.1.235",
"license": "https://creativecommons.org/licenses/by/4.0/",
"softwareVersion": "3.1"
}
</script>
<script type="application/ld+json">
},
{
"@context": "http://schema.org",
"@type": "SoftwareApplication",
Expand All @@ -61,9 +53,7 @@
"citation": "http://dx.doi.org/10.1093/nar/gky1047",
"license": "https://creativecommons.org/licenses/by/4.0/",
"softwareVersion": "1.0"
}
</script>
<script type="application/ld+json">
},
{
"@context": "http://schema.org",
"@type": "SoftwareApplication",
Expand All @@ -75,4 +65,4 @@
"license": "https://creativecommons.org/licenses/by/4.0/",
"softwareVersion": "1.0"
}
</script>
]

0 comments on commit 5f22680

Please sign in to comment.