Skip to content

Commit

Permalink
added requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
g-insana authored Aug 25, 2023
1 parent 3578e01 commit 007dc26
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
14 changes: 7 additions & 7 deletions UniProt_MBDBMetrics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"id": "ZWtNO2K7QjS_"
},
"source": [
"# Molecular Biology Database Metrics Colab Page\n",
"# Molecular Biology Database Metrics Jupyter Notebook\n",
"At [UniProt](https://uniprot.org) we have developed some useful metrics over the years to measure and report our progress and impact to funders and policy makers. As part of an administrative supplement awarded by NIH [ODSS](https://datascience.nih.gov/about/odss) we have created this Google Colab page to enable other data resource providers to easily run these metrics.\n",
"\n",
"This page allows you to investigate how often a resource is mentioned in the full text literature and how often it is mentioned in papers that cite specific funding sources. You need not limit yourself to only looking at database resources. You can use any keywords to investigate the impact of experimental techniques or anything else you can think of.\n",
Expand Down Expand Up @@ -58,7 +58,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 5,
"metadata": {
"id": "71bks8wI2fj_",
"tags": [
Expand Down Expand Up @@ -383,7 +383,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 6,
"metadata": {
"tags": [
"hide-input"
Expand All @@ -393,7 +393,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "36115286ca624f1c816cd66f81c0fecb",
"model_id": "1c3742e18a344a5f88247467b0731a10",
"version_major": 2,
"version_minor": 0
},
Expand All @@ -407,7 +407,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "d64be988a0db4b3cb897a07058d0d12f",
"model_id": "a12a80db71b84942b069fbbc2840a4ae",
"version_major": 2,
"version_minor": 0
},
Expand All @@ -421,7 +421,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "bdc9f17e46844b98830dde6bb9bf4b54",
"model_id": "30cbf4cf28e449b49d4e2f59669cc813",
"version_major": 2,
"version_minor": 0
},
Expand All @@ -435,7 +435,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "2cf37083c7da41a1a8ac5e0364c0ab39",
"model_id": "5a2045c0d4324fedaf545d454f7fa38e",
"version_major": 2,
"version_minor": 0
},
Expand Down
5 changes: 5 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
ipywidgets
pandas
plotly
requests
tqdm

0 comments on commit 007dc26

Please sign in to comment.