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

Add prefix: silva #1307

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
46 changes: 46 additions & 0 deletions src/bioregistry/data/bioregistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -105164,6 +105164,52 @@
"orcid": "0000-0003-4423-4370"
}
},
"silva": {
"contact": {
"email": "[email protected]",
"github": "frankolivergloeckner",
"name": "Frank Oliver Glöckner",
"orcid": "0000-0001-8528-9023"
},
"contributor": {
"email": "[email protected]",
"github": "jplfaria",
"name": "Jose P. Faria",
"orcid": "0000-0001-9302-7250"
},
"description": "SILVA is a comprehensive, quality-checked, and regularly updated resource of aligned ribosomal RNA (rRNA) gene sequences for Bacteria, Archaea, and Eukaryotes. It provides a consistent taxonomic framework, commonly used in microbial ecology and diversity studies.",
"example": "11084",
"github_request_issue": 1306,
"homepage": "https://www.arb-silva.de/",
"license": "CC-BY-SA-4.0",
"logo": "https://www.arb-silva.de/fileadmin/graphics_general/main/dissemination/silva-sticker-1_2_ext_33.png",
"name": "SILVA rRNA database project",
"pattern": "^\\d+$",
"publications": [
{
"doi": "10.1093/nar/gkt1209",
"pmc": "PMC3965112",
"pubmed": "24293649",
"title": "The SILVA and \"All-species Living Tree Project (LTP)\" taxonomic frameworks",
"year": 2014
},
{
"doi": "10.1093/nar/gks1219",
"pmc": "PMC3531112",
"pubmed": "23193283",
"title": "The SILVA ribosomal RNA gene database project: improved data processing and web-based tools",
"year": 2012
}
],
"repository": "bioregistry",
"reviewer": {
"email": "[email protected]",
"github": "cthoyt",
"name": "Charles Tapley Hoyt",
"orcid": "0000-0003-4423-4370"
},
"uri_format": "https://www.arb-silva.de/search?q=$1"
},
"sio": {
"aberowl": {
"description": "The semanticscience integrated ontology (SIO) provides a simple, integrated upper level ontology (types, relations) for consistent knowledge representation across physical, processual and informational entities. It provides vocabulary for the Bio2RDF (http://bio2rdf.org) and SADI (http://sadiframework.org) projects.",
Expand Down
Loading