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 3ff1c63 commit b0ab397
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 27 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.jsonld'
- '**/docs/**'
- '**/json_schemas/**'

Expand Down
26 changes: 0 additions & 26 deletions references.html

This file was deleted.

28 changes: 28 additions & 0 deletions references.jsonld
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"@context": "http://schema.org",
"@id": "https://github.com/bioexcel/biobb_ml",
"@type": "ItemList",
"name": "biobb_ml",
"itemListElement":[
{
"@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"
},
{
"@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"
}
]
}

0 comments on commit b0ab397

Please sign in to comment.