diff --git a/frontend/packages/portal-frontend/src/dataPage/components/HowDoICiteSection.tsx b/frontend/packages/portal-frontend/src/dataPage/components/HowDoICiteSection.tsx index 11cdf7a4..b8cbbb86 100644 --- a/frontend/packages/portal-frontend/src/dataPage/components/HowDoICiteSection.tsx +++ b/frontend/packages/portal-frontend/src/dataPage/components/HowDoICiteSection.tsx @@ -65,12 +65,10 @@ const HowDoICiteSection = ({ )}
If you’d like to cite The DepMap project:
- Tsherniak A, Vazquez F, Montgomery PG, Weir BA, Kryukov G, - Cowley GS, Gill S, Harrington WF, Pantel S, Krill-Burger JM, - Meyers RM, Ali L, Goodale A, Lee Y, Jiang G, Hsiao J, Gerath - WFJ, Howell S, Merkel E, Ghandi M, Garraway LA, Root DE, Golub - TR, Boehm JS, Hahn WC. Defining a Cancer Dependency Map. Cell. - 2017 Jul 27;170(3):564-576. + Arafeh, R., Shibue, T., Dempster, J. M., Hahn, W. C., & Vazquez, + F. (2024). The present and future of the Cancer Dependency Map.{" "} + Nature Reviews. Cancer. + https://doi.org/10.1038/s41568-024-00763-x
Other datasets diff --git a/portal-backend/depmap/download/views.py b/portal-backend/depmap/download/views.py index 0d523f56..3bae6dd8 100755 --- a/portal-backend/depmap/download/views.py +++ b/portal-backend/depmap/download/views.py @@ -80,10 +80,6 @@ def view_all(): @blueprint.route("/data_page_citation/") -def view_data_page_citation(): - return render_template("downloads/data_page_citation.html") - - def render_download_page(mode): return render_template( "downloads/all_downloads.html", diff --git a/portal-backend/depmap/templates/downloads/data_page_citation.html b/portal-backend/depmap/templates/downloads/data_page_citation.html deleted file mode 100644 index 4f4cc0dc..00000000 --- a/portal-backend/depmap/templates/downloads/data_page_citation.html +++ /dev/null @@ -1,72 +0,0 @@ -{% extends "nav_footer.html" %} {% block css %} {% assets filters="libsass", -output="public/css/public.css", "css/public/public.scss", -depends='css/shared/*.scss' %} - -{% endassets %} {% endblock %} {% block content %} -
-
-
-

How do I use and cite DepMap data?

-
-
-
-
-
- Data in the DepMap portal is available for the community to use. - The DepMap team does not need to be included as authors should you - seek to publish on the data, but we do ask that you use the - following citing instructions. -
-
-
- In addition to the relevant doi or paper, please include a - reference to the DepMap portal website in your - manuscript:https://depmap.org/portal. -
-
-
- We grant permission for reuse of all images and graphics produced - from the DepMap portal website. -
-
-
- DepMap releases data publicly independent of publication. We ask that instead of citing a publication, you cite the figshare for the data release you are using. -
-
-
-
-
-
- Current DepMap Release data, including CRISPR Screens, PRISM Drug - Screens, Copy Number, Mutation, Expression, and Fusions
- - DepMap, Broad (2023). DepMap 23Q4 Public. Figshare+. Dataset. - https://doi.org/10.25452/figshare.plus.24667905.v2 -
-
-
- If you’d like to cite The DepMap project:
- Tsherniak A, Vazquez F, Montgomery PG, Weir BA, Kryukov G, Cowley - GS, Gill S, Harrington WF, Pantel S, Krill-Burger JM, Meyers RM, Ali - L, Goodale A, Lee Y, Jiang G, Hsiao J, Gerath WFJ, Howell S, Merkel - E, Ghandi M, Garraway LA, Root DE, Golub TR, Boehm JS, Hahn WC. - Defining a Cancer Dependency Map. Cell. 2017 Jul 27;170(3):564-576. -
-
-
- Other datasets
- There are also other datasets available in the DepMap portal. You - can find the appropriate citation to use for each dataset in the - dropdown on the All Data Downloads page. -
-
-
-
-
-
-
-
-{% endblock %}