-
Notifications
You must be signed in to change notification settings - Fork 1
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
9 changed files
with
475 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
|
||
|
||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> <meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <link | ||
rel="stylesheet" | ||
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" | ||
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" | ||
crossorigin="anonymous" | ||
/> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/c3/0.6.12/c3.min.css"/> | ||
<style> | ||
h2 { | ||
margin-top: 35px; | ||
} | ||
|
||
html, body { | ||
height: 100%; | ||
} | ||
|
||
body { | ||
display: flex; | ||
flex-flow: column; | ||
} | ||
|
||
.footer { | ||
margin-top: auto; | ||
padding-top: 1em; | ||
background-color: #f5f5f5; | ||
} | ||
</style> <title>has platform</title></head> | ||
|
||
<body> | ||
<nav class="navbar navbar-expand-lg navbar-light bg-light"> | ||
<span class="navbar-brand"> | ||
Decentralized Biomedical Ontology | ||
</span> | ||
</nav> | ||
|
||
<div class="container" style="margin-top: 50px; margin-bottom: 50px"> | ||
<div class="card"> | ||
<h5 class="card-header"> | ||
<span class="badge badge-info">Relation</span> | ||
has platform | ||
</h5> | ||
<div class="card-body"> | ||
<p>connects a vaccine to its platform</p> | ||
<dl> | ||
<dt>Local Unique Identifier</dt> | ||
<dd> | ||
<a href="https://bioregistry.io/debio:0000037">0000037</a> | ||
</dd> | ||
|
||
|
||
|
||
|
||
</dl> | ||
</div> | ||
</div></div> | ||
|
||
<footer class="footer"> | ||
<p class="small text-center text-muted"> | ||
Generated with PyOBO | ||
</p> | ||
</footer> | ||
|
||
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" | ||
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" | ||
crossorigin="anonymous"></script> | ||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" | ||
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" | ||
crossorigin="anonymous"></script></body> | ||
</html> |
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,74 @@ | ||
|
||
|
||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> <meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <link | ||
rel="stylesheet" | ||
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" | ||
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" | ||
crossorigin="anonymous" | ||
/> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/c3/0.6.12/c3.min.css"/> | ||
<style> | ||
h2 { | ||
margin-top: 35px; | ||
} | ||
|
||
html, body { | ||
height: 100%; | ||
} | ||
|
||
body { | ||
display: flex; | ||
flex-flow: column; | ||
} | ||
|
||
.footer { | ||
margin-top: auto; | ||
padding-top: 1em; | ||
background-color: #f5f5f5; | ||
} | ||
</style> <title>mentioned in</title></head> | ||
|
||
<body> | ||
<nav class="navbar navbar-expand-lg navbar-light bg-light"> | ||
<span class="navbar-brand"> | ||
Decentralized Biomedical Ontology | ||
</span> | ||
</nav> | ||
|
||
<div class="container" style="margin-top: 50px; margin-bottom: 50px"> | ||
<div class="card"> | ||
<h5 class="card-header"> | ||
<span class="badge badge-info">Relation</span> | ||
mentioned in | ||
</h5> | ||
<div class="card-body"> | ||
<p>connects any entity to an article in which it's mentioned, e.g., extracted from NER</p> | ||
<dl> | ||
<dt>Local Unique Identifier</dt> | ||
<dd> | ||
<a href="https://bioregistry.io/debio:0000038">0000038</a> | ||
</dd> | ||
|
||
|
||
|
||
|
||
</dl> | ||
</div> | ||
</div></div> | ||
|
||
<footer class="footer"> | ||
<p class="small text-center text-muted"> | ||
Generated with PyOBO | ||
</p> | ||
</footer> | ||
|
||
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" | ||
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" | ||
crossorigin="anonymous"></script> | ||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" | ||
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" | ||
crossorigin="anonymous"></script></body> | ||
</html> |
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,74 @@ | ||
|
||
|
||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> <meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <link | ||
rel="stylesheet" | ||
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" | ||
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" | ||
crossorigin="anonymous" | ||
/> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/c3/0.6.12/c3.min.css"/> | ||
<style> | ||
h2 { | ||
margin-top: 35px; | ||
} | ||
|
||
html, body { | ||
height: 100%; | ||
} | ||
|
||
body { | ||
display: flex; | ||
flex-flow: column; | ||
} | ||
|
||
.footer { | ||
margin-top: auto; | ||
padding-top: 1em; | ||
background-color: #f5f5f5; | ||
} | ||
</style> <title>annotated with</title></head> | ||
|
||
<body> | ||
<nav class="navbar navbar-expand-lg navbar-light bg-light"> | ||
<span class="navbar-brand"> | ||
Decentralized Biomedical Ontology | ||
</span> | ||
</nav> | ||
|
||
<div class="container" style="margin-top: 50px; margin-bottom: 50px"> | ||
<div class="card"> | ||
<h5 class="card-header"> | ||
<span class="badge badge-info">Relation</span> | ||
annotated with | ||
</h5> | ||
<div class="card-body"> | ||
<p>connects an article to a term it was annotated with (i.e. pubmed annotated with MeSH term)</p> | ||
<dl> | ||
<dt>Local Unique Identifier</dt> | ||
<dd> | ||
<a href="https://bioregistry.io/debio:0000039">0000039</a> | ||
</dd> | ||
|
||
|
||
|
||
|
||
</dl> | ||
</div> | ||
</div></div> | ||
|
||
<footer class="footer"> | ||
<p class="small text-center text-muted"> | ||
Generated with PyOBO | ||
</p> | ||
</footer> | ||
|
||
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" | ||
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" | ||
crossorigin="anonymous"></script> | ||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" | ||
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" | ||
crossorigin="anonymous"></script></body> | ||
</html> |
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,74 @@ | ||
|
||
|
||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> <meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <link | ||
rel="stylesheet" | ||
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" | ||
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" | ||
crossorigin="anonymous" | ||
/> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/c3/0.6.12/c3.min.css"/> | ||
<style> | ||
h2 { | ||
margin-top: 35px; | ||
} | ||
|
||
html, body { | ||
height: 100%; | ||
} | ||
|
||
body { | ||
display: flex; | ||
flex-flow: column; | ||
} | ||
|
||
.footer { | ||
margin-top: auto; | ||
padding-top: 1em; | ||
background-color: #f5f5f5; | ||
} | ||
</style> <title>related trial</title></head> | ||
|
||
<body> | ||
<nav class="navbar navbar-expand-lg navbar-light bg-light"> | ||
<span class="navbar-brand"> | ||
Decentralized Biomedical Ontology | ||
</span> | ||
</nav> | ||
|
||
<div class="container" style="margin-top: 50px; margin-bottom: 50px"> | ||
<div class="card"> | ||
<h5 class="card-header"> | ||
<span class="badge badge-info">Relation</span> | ||
related trial | ||
</h5> | ||
<div class="card-body"> | ||
<p>connects a related trial registered in a different registry</p> | ||
<dl> | ||
<dt>Local Unique Identifier</dt> | ||
<dd> | ||
<a href="https://bioregistry.io/debio:0000040">0000040</a> | ||
</dd> | ||
|
||
|
||
|
||
|
||
</dl> | ||
</div> | ||
</div></div> | ||
|
||
<footer class="footer"> | ||
<p class="small text-center text-muted"> | ||
Generated with PyOBO | ||
</p> | ||
</footer> | ||
|
||
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" | ||
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" | ||
crossorigin="anonymous"></script> | ||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" | ||
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" | ||
crossorigin="anonymous"></script></body> | ||
</html> |
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
Oops, something went wrong.