Skip to content

Commit

Permalink
Update Entity_Search.ipynb
Browse files Browse the repository at this point in the history
removing gcp links
  • Loading branch information
callahantiff authored Oct 30, 2023
1 parent e5a71af commit 8082267
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions notebooks/tutorials/entity_search/Entity_Search.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@
"___\n",
"\n",
"This notebook was built using a `v3.0.2` OWL-NETS-abstracted subclass-based build with inverse relations, which is publicly available and can be downloaded using the following links: \n",
"- [PheKnowLator_v3.0.2_full_subclass_inverseRelations_OWLNETS_NetworkxMultiDiGraph.gpickle](https://storage.googleapis.com/pheknowlator/current_build/knowledge_graphs/subclass_builds/inverse_relations/owlnets/PheKnowLator_v3.0.2_full_subclass_inverseRelations_OWLNETS_NetworkxMultiDiGraph.gpickle) \n",
"- [PheKnowLator_v3.0.2_full_subclass_inverseRelations_OWLNETS_NodeLabels.txt](https://storage.googleapis.com/pheknowlator/current_build/knowledge_graphs/subclass_builds/inverse_relations/owlnets/PheKnowLator_v3.0.2_full_subclass_inverseRelations_OWLNETS_NodeLabels.txt) \n"
"- [PheKnowLator_v3.0.2_full_subclass_inverseRelations_OWLNETS_NetworkxMultiDiGraph.gpickle](https://zenodo.org/records/10056198/files/PheKnowLator_v3.0.2_full_subclass_inverseRelations_OWLNETS_SUBCLASS_purified_NetworkxMultiDiGraph.gpickle.tar.gz?download=1) \n",
"- [PheKnowLator_v3.0.2_full_subclass_inverseRelations_OWLNETS_NodeLabels.txt](https://zenodo.org/records/10056198/files/PheKnowLator_v3.0.2_full_subclass_inverseRelations_OWLNETS_NodeLabels.txt.tar.gz?download=1) \n"
]
},
{
Expand All @@ -180,7 +180,7 @@
"### Download Data \n",
"***\n",
"\n",
"The knowledge graph data is publicly available and downloaded from the PheKnowLator project's Google Cloud Storage Bucket: https://console.cloud.google.com/storage/browser/pheknowlator/. Data will be downloaded to the `tutorials/entity_search/data` directory."
"The knowledge graph data is publicly available and downloaded from the PheKnowLator project's Zenodo Archive: https://zenodo.org/doi/10.5281/zenodo.7030039. Data will be downloaded to the `tutorials/entity_search/data` directory."
]
},
{
Expand All @@ -207,8 +207,8 @@
"source": [
"# download data to the data directory\n",
"data_urls = [\n",
" 'https://storage.googleapis.com/pheknowlator/current_build/knowledge_graphs/subclass_builds/relations_only/owlnets/PheKnowLator_v3.0.2_full_subclass_relationsOnly_OWLNETS_NetworkxMultiDiGraph.gpickle',\n",
" 'https://storage.googleapis.com/pheknowlator/current_build/knowledge_graphs/subclass_builds/relations_only/owlnets/PheKnowLator_v3.0.2_full_subclass_relationsOnly_OWLNETS_NodeLabels.txt'\n",
" 'https://zenodo.org/records/10056198/files/PheKnowLator_v3.0.2_full_subclass_inverseRelations_OWLNETS_SUBCLASS_purified_NetworkxMultiDiGraph.gpickle.tar.gz?download=1',\n",
" 'https://zenodo.org/records/10056198/files/PheKnowLator_v3.0.2_full_subclass_inverseRelations_OWLNETS_NodeLabels.txt.tar.gz?download=1'\n",
"]\n",
"\n",
"for url in data_urls:\n",
Expand Down

0 comments on commit 8082267

Please sign in to comment.