Skip to content

Commit

Permalink
Update depmap citation (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgm authored Dec 20, 2024
1 parent 8eb72cd commit ee4242d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 82 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,10 @@ const HowDoICiteSection = ({
)}
<div style={{ marginBottom: "35px" }}>
<b>If you’d like to cite The DepMap project:</b> <br />
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.{" "}
<i>Nature Reviews</i>. Cancer.
https://doi.org/10.1038/s41568-024-00763-x
</div>
<div>
<b>Other datasets</b>
Expand Down
4 changes: 0 additions & 4 deletions portal-backend/depmap/download/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
72 changes: 0 additions & 72 deletions portal-backend/depmap/templates/downloads/data_page_citation.html

This file was deleted.

0 comments on commit ee4242d

Please sign in to comment.