Skip to content

Commit

Permalink
Added references
Browse files Browse the repository at this point in the history
  • Loading branch information
gbayarri committed Mar 12, 2024
1 parent befa607 commit 3ff1c63
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linting_and_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- 'LICENSE'
- 'setup.py'
- 'README.md'
- 'references.html'
- '**/docs/**'
- '**/json_schemas/**'

Expand Down
26 changes: 26 additions & 0 deletions references.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "SoftwareApplication",
"description": "Simple and efficient tools for predictive data analysis.",
"name": "scikit-learn",
"url": "https://scikit-learn.org/stable/index.html",
"applicationCategory": "Computational Biology tool",
"citation": "https://jmlr.csail.mit.edu/papers/v12/pedregosa11a.html",
"license": "https://opensource.org/license/bsd-3-clause",
"softwareVersion": "0.24.2"
}
</script>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "SoftwareApplication",
"description": "An end-to-end platform for machine learning.",
"name": "TensorFlow",
"url": "https://www.tensorflow.org/",
"applicationCategory": "Computational Biology tool",
"citation": "https://doi.org/10.5281/zenodo.4724125",
"license": "https://opensource.org/license/mit",
"softwareVersion": "2.4.0"
}
</script>

0 comments on commit 3ff1c63

Please sign in to comment.