Skip to content

Commit ccc5b33

Browse files
authored
Add In Review text for citation page (#177)
1 parent 1a6f60b commit ccc5b33

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ This will automatically download all the necessary data, store it in the `landin
107107
> Run `make help` for a list of available Make commands, and `uv run cli --help` for additional CLI utilities.
108108
109109
> [!NOTE]
110-
> The pipeline automatically downloads public datasets and ingests them in the `landing` layer.
110+
> The pipeline automatically downloads public datasets and ingests them in the `landing` layer.
111111
>
112112
> Place any private datasets under `data/loading`. If absent, the [`Origin Hook`](https://github.com/mims-harvard/optimuskg/blob/main/optimuskg/hooks/origin/origin_hooks.py) will create empty placeholders, allowing dependent nodes to run even if the private data is missing.
113113
@@ -123,7 +123,7 @@ If you use OptimusKG in your research, please cite:
123123
@article{vittor2026optimuskg,
124124
title={OptimusKG: Unifying biomedical knowledge in a modern multimodal graph},
125125
author={Vittor, Lucas and Noori, Ayush and Arango, I{\~n}aki and Polonuer, Joaqu{\'\i}n and Rodriques, Sam and White, Andrew and Clifton, David A. and Zitnik, Marinka},
126-
journal={Nature Scientific Data},
126+
journal={In review},
127127
year={2026}
128128
}
129129
```
@@ -132,7 +132,6 @@ If you use OptimusKG in your research, please cite:
132132

133133
OptimusKG codebase is released under the [MIT License](LICENSE). OptimusKG integrates multiple primary data resources, each of which is subject to its own license and terms of use. These terms may impose restrictions on redistribution, commercial use, or downstream applications of the resulting knowledge graph or its subsets. Some resources provide data under academic or noncommercial licenses, while others may impose attribution or usage requirements. As a result, use of OptimusKG may be partially restricted depending on the specific data components included in a given instantiation. Users are responsible for reviewing and complying with the license and terms of use of each primary dataset, as specified by the original data providers. OptimusKG does not alter or override these source-specific licensing conditions.
134134

135-
136135
<p align="center">
137136
Made with ❤️ at <a href="https://zitniklab.hms.harvard.edu/">Zitnik Lab</a>, Harvard Medical School
138137
</p>

docs/src/components/mdx/components/citation-block.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ import { cn } from "@/lib/cn";
1010
const BIBTEX = `@article{vittor2026optimuskg,
1111
title={OptimusKG: Unifying biomedical knowledge in a modern multimodal graph},
1212
author={Vittor, Lucas and Noori, Ayush and Arango, I{\\~n}aki and Polonuer, Joaqu{\\'\\i}n and Rodriques, Sam and White, Andrew and Clifton, David A. and Zitnik, Marinka},
13-
journal={Nature Scientific Data},
13+
journal={In review},
1414
year={2026}
1515
}`;
1616

1717
const TEXT =
18-
"Vittor, L. et al. OptimusKG: Unifying biomedical knowledge in a modern multimodal graph. Nature Scientific Data (2026).";
18+
"Vittor, L. et al. OptimusKG: Unifying biomedical knowledge in a modern multimodal graph. In Review (2026).";
1919

2020
const TABS = [
2121
{ id: "bibtex", label: "BibTeX", content: BIBTEX },

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66
requires-python = ">=3.12"
77
name = "optimus"
88
readme = "README.md"
9-
version = "0.70.9"
9+
version = "0.70.10"
1010
dependencies = [
1111
"ipython>=8.10",
1212
"jupyterlab>=3.0",

0 commit comments

Comments
 (0)