-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": "GOdMD is a new method for determining pathways for conformational transitions in macromolecules based on the use of discrete molecular dynamics and biasing techniques based on a combination of essential dynamics and Maxwell-Demon sampling techniques.", | ||
"name": "GOdMD", | ||
"url": "https://mmb.irbbarcelona.org/GOdMD/index.php?id=about", | ||
"applicationCategory": "Computational Biology tool", | ||
"citation": "https://academic.oup.com/bioinformatics/article/29/16/1980/199741", | ||
"license": "https://www.apache.org/licenses/LICENSE-2.0", | ||
"softwareVersion": "1.0.0" | ||
} | ||
</script> | ||
<script type="application/ld+json"> | ||
{ | ||
"@context": "http://schema.org", | ||
"@type": "SoftwareApplication", | ||
"description": "The European Molecular Biology Open Software Suite (EMBOSS) is a high quality, well documented package of open source software tools for molecular biology. It includes over 200 applications for molecular sequence analysis and other common tasks in bioinformatics. It integrates the core applications with a range of popular third party software packages under a consistent and powerful command line interface. ", | ||
"name": "EMBOSS", | ||
"url": "http://emboss.open-bio.org/", | ||
"applicationCategory": "Computational Biology tool", | ||
"citation": "https://pubmed.ncbi.nlm.nih.gov/10827456/", | ||
"license": "https://www.gnu.org/licenses/lgpl-3.0.html", | ||
"softwareVersion": "6.6.0" | ||
} | ||
</script> |