Skip to content

Commit

Permalink
Merge pull request #129 from jtefftHiTS/text-edits-july24
Browse files Browse the repository at this point in the history
Text edits. Add CyCIF methods page.
  • Loading branch information
arenasg authored Aug 21, 2024
2 parents 9730045 + 89d99ae commit 08e3a11
Show file tree
Hide file tree
Showing 64 changed files with 291 additions and 112 deletions.
60 changes: 53 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ The site (as currently stands) is comprised of 6 Collections:
- **pages** - These provide the content for the top-level pages of the website. Pages are gathered within the collection for organizational purposes, so that the source files are not left 'loose' at the root of the site.
- **data-cards** - These entries provide the source content for the items in the *Data* section of the website, as well as the *Featured Data* module on the homepage.
- **atlases** - These provide the content for the *Atlases* section of the website.
- **software** - these provide content for the small blurbs on the software and methods pages
- **publications** - These provide the content for the *Publications* section of the website. At a minimum, entries should contain front matter that can be used to populate the publication list on the Publications landing page. They can also contain body content, which can then be displayed as a standalone summary page for the publication.
- **people** - These entries provide the source content for the items in the *People* section of the website. No standalone pages are build for these items, but body content is displayed within the People landing page list.
- **graphics** - These entries are used whenever a graphic with captioning needs to be displayed. Each item in the graphics collection has a title assigned, an image, and then body copy which can be marked up as needed, and will then be rendered out within a `<figure>` / `<figcaption>` HTML structure.
Expand Down Expand Up @@ -89,19 +90,38 @@ Below is information about the front matter options for each of the site's colle
- **wide_container** (boolean) - If used, specifies whether to render the content in a wider content container.

### data-cards ###
- **title** - The title of the dataset entry
- **title** - The title of the dataset entry (will display on the card - very long names make the card bigger)
- **image** - Path to the image used for the dataset card. Images should be placed in the *images/data-cards* directory for organizational purposes, and the path should be relative to the root *images* directory of the site (eg. 'data-cards/my-image.jpg'). Sizing will be automatically applied.
- **date** - Date representing when the dataset was posted. Can be adjusted as needed to move the entry higher or lower in its display order (newer items are listed first in the dataset lists)
- **hide:** If *false* will hide the card from site
- **featured** (boolean) - If *true*, will display this entry on the homepage
- **minerva_link** - Link to the associated Minerva page
- **minerva_link** - Link to the associated Minerva page (with Minerva Story icon)
- **info_link** - Link to the associated 'Atlas Dataset' publication page

- **broad_portal_link** - Link to the associated Broad Single Cell Portal page
- **cbio_portal_link** - Link to the associated cBioPortal page
- **cellxgene_link** - Link to the associated cellxgene page
- **view_data_link** - Link to an associated data page (displays a 'View Data' button)
- **info_link** - Link to the associated (off-site) info page
- **show_page_link** (boolean) - If *true*, will display a link to this entry's standalone summary page whereever a list of dataset entries is shown (eg homepage, Data landing page). Content within the body of the entry will be displayed on this summary page.
- **tags** (array) - List of tags that can be used to filter on when using the *cards.html* include file. For stories: auto, curated, narrated

- **tags** (array) - List of tags that can be used to filter on when using the *cards.html* include file.
- **Disease/Tissue type** (breast, MEL, melanoma, lung, STIC, GBM, BRCA, CRC, TB, met, TMA, gatesfoundation, MIBI, orion, heart)
- **Story type** (narrated, auto, curated)
- **Assay** (cycif, 3d-cycif, MIBI, orion)
- **Funder** (Gray, gatesfoundation, ludwig)
- **Species** (human, mouse)

### software and methods ###
- **title** - The title of the software or method entry (will display at top of the list entry)
- **image** - Path to the image used for the dataset card. Images should be placed in the *images/software* directory for organizational purposes, and the path should be relative to the root *images* directory of the site (eg. 'data-cards/my-image.jpg'). Sizing will be automatically applied.
- **date** - Date representing when the dataset was posted. Can be adjusted as needed to move the entry
#### LINKS ### - options include learn, publication, source code, documentation, protocol, dataset, video
learn: A page to learn more. If used, this will display as the first button
publication: DOI
source code: link to GitHub repo
documentation: stand-a-lone documentation
dataset: atlas dataset page if applicable
protocol: published protocol ppaer or protocols.io link

### funding ###
- **date** - Used to assist with content ordering on the page (will not be displayed to end users)
Expand Down Expand Up @@ -131,6 +151,7 @@ Below is information about the front matter options for each of the site's colle


### publications ###
*The information that shows up on the publication card*
- **title** - The title of the article
- **contributors** - Contributors to the article -- will be displayed on the Publications landing page
- **publication** - Name of the publication
Expand All @@ -144,6 +165,28 @@ Below is information about the front matter options for each of the site's colle
- **preprint_link** - Link to the associated Preprint page
- **pdf_link** - Link to an associated PDF file. Note that the file can either be uploaded to the site -- in which case it should be placed in the *downloads* directory, and referenced via its path INCLUDING the directory name, eg. `downloads/my-file.pdf` -- or, a URL can be used here, pointing to a third-party location where the file can be accessed.
- **show_page_link** (boolean) - If *true*, will display a link to this entry's standalone summary page. Content within the body of the entry will be displayed on this summary page.
- **tags:** (array) List of tags that can be used to filter on when using the *pub-list.html* include file.
- Options: breast, MEL, melanoma, cycif, lung, Gray, STIC, GBM, BRCA, ludwig, CRC, TB, met, TMA, gatesfoundation, MIBI, orion, heart

### Atlas Dataset ###
*The dataset associated with a publication*
---
layout: secondary
title: Data
section_id: data

data:
publication:
title: Title of article
authors: Lasta AA, Lastb BB, Doe, J
journal: 'Journal name (YYYY)'
description: *The abstract of the paper*
links:
- Publication: https://doi.org/10.1038/s43018-023-00576-1
- Access Primary Data: /atlas-datasets/lin-chen-campton-2023#data-access
- Colorectal Cancer Atlas: /atlases/colorectal-cancer
- The link description of your dreams: internal page or external URL
---

### people ###
- **name** - The name of the individual.
Expand Down Expand Up @@ -181,9 +224,12 @@ Collection data is generally displayed within corresponding sections of the site
```
***Or**, array of publications:*
```
{% assign publicationArray = site.publications %}

{% include pub-list.html publications=publicationArray %}
{% assign publicationList = site.publications
| where_exp: "item", "item.tags contains 'breast'"
| where_exp: "item", "item.hide != true"
%}

{% include pub-list.html publications=publicationList %}
```
- **Data Cards** - A list of any of the entries in the *data-cards* collection can be embedded in a page by providing either a comma-delineated string of publication filenames, a tag to filter on, or an array of data-card objects. For example:

Expand Down
5 changes: 3 additions & 2 deletions _atlas-datasets/lin-elife-2018.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ data:
journal: 'eLife. 2018 Jul 11;7:e31657. PMID: 29993362'
description: The architecture of normal and diseased tissues strongly influences the development and progression of disease as well as responsiveness and resistance to therapy. We describe a tissue-based cyclic immunofluorescence (t-CyCIF) method for highly multiplexed immuno-fluorescence imaging of formalin-fixed, paraffin-embedded (FFPE) specimens mounted on glass slides, the most widely used specimens for histopathological diagnosis of cancer and other diseases. t-CyCIF generates up to 60-plex images using an iterative process (a cycle) in which conventional low-plex fluorescence images are repeatedly collected from the same sample and then assembled into a high-dimensional representation. t-CyCIF requires no specialized instruments or reagents and is compatible with super-resolution imaging; we demonstrate its application to quantifying signal transduction cascades, tumor antigens and immune markers in diverse tissues and tumors. The simplicity and adaptability of t-CyCIF makes it an effective method for pre-clinical and clinical research and a natural complement to single-cell genomics.
links:
- Publication: https://doi.org/10.7554/eLife.31657
- Primary data access: http://lincs.hms.harvard.edu/lin-elife-2018/

- Learn more about CyCIF: /cycif-method
- Publication summary: http://lincs.hms.harvard.edu/lin-elife-2018/

stitched mosaic images:
- title: Figure 2
Expand Down
2 changes: 1 addition & 1 deletion _atlases/colorectal-cancer.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The Colorectal Cancer atlas aims to advance our understanding of the complex spa
{% comment %}
'publicationList' should be a comma-delineated string of publication file names
{% endcomment %}
{% assign publicationList = 'High-plex-immunofluorescence-imaging-and-traditional-histology-of-the-same-tissue-section-for-discovering-image-based-biomarkers,multiplexed-3D-atlas-of-state-transitions-and-immune-interactions-in-colorectal-cancer' %}
{% assign publicationList = 'High-plex-immunofluorescence-imaging-and-traditional-histology-of-the-same-tissue-section-for-discovering-image-based-biomarkers,multiplexed-3D-atlas-of-state-transitions-and-immune-interactions-in-colorectal-cancer,Epigenetic-and-oncogenic-inhibitors-cooperatively-drive-differentiation-and-kill-KRAS-mutant-colorectal-cancers' %}

{% include pub-list.html list=publicationList %}

Expand Down
6 changes: 3 additions & 3 deletions _data-cards/cichowski-santagata-sorger-2024/combo-day-1.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: "HCI-004 PDX tumor: EZH2i/AKTi Combo Treatment Day 1"
title: "TNBC PDX (HCI-004) tumor: EZH2i/AKTi Combo Treatment Day 1"
image: https://s3.amazonaws.com/www.cycif.org/cichowski-santagata-sorger-2024/Combo-day-1/panCK_0000ff-Ki67_ff6f00-cPARP_ffffff-CK14_00ff00-CK8_ff0000.jpg
date: '2024-03-21'
date: '2024-03-23'
minerva_link: https://s3.amazonaws.com/www.cycif.org/cichowski-santagata-sorger-2024/Combo-day-1/index.html
show_page_link: false
info_link: https://s3.amazonaws.com/www.cycif.org/cichowski-santagata-sorger-2024
info_link: /atlas-datasets/cichowski-santagata-sorger-2024/
featured: false
tags:
- narrated
Expand Down
6 changes: 3 additions & 3 deletions _data-cards/cichowski-santagata-sorger-2024/combo-day-2.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: "HCI-004: PDX tumor EZH2i/AKTi Combo Treatment Day 2"
title: "TNBC PDX (HCI-004) tumor: EZH2i/AKTi Combo Treatment Day 2"
image: https://s3.amazonaws.com/www.cycif.org/cichowski-santagata-sorger-2024/Combo-day-2/panCK_0000ff-Ki67_ff6f00-cPARP_ffffff-CK14_00ff00-CK8_ff0000.jpg
date: '2024-03-21'
date: '2024-03-22'
minerva_link: https://s3.amazonaws.com/www.cycif.org/cichowski-santagata-sorger-2024/Combo-day-2/index.html
show_page_link: false
info_link: https://s3.amazonaws.com/www.cycif.org/cichowski-santagata-sorger-2024
info_link: /atlas-datasets/cichowski-santagata-sorger-2024/
featured: false
tags:
- narrated
Expand Down
4 changes: 2 additions & 2 deletions _data-cards/cichowski-santagata-sorger-2024/combo-day-30.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: "HCI-004 PDX tumor: EZH2i/AKTi Combo Treatment Day 30"
title: "TNBC PDX (HCI-004) tumor: EZH2i/AKTi Combo Treatment Day 30"
image: https://s3.amazonaws.com/www.cycif.org/cichowski-santagata-sorger-2024/Combo-day-30/panCK_0000ff-Ki67_ff6f00-cPARP_ffffff-CK14_00ff00-CK8_ff0000.jpg
date: '2024-03-21'
minerva_link: https://s3.amazonaws.com/www.cycif.org/cichowski-santagata-sorger-2024/Combo-day-30/index.html
show_page_link: false
info_link: https://s3.amazonaws.com/www.cycif.org/cichowski-santagata-sorger-2024
info_link: /atlas-datasets/cichowski-santagata-sorger-2024/
featured: false
tags:
- narrated
Expand Down
6 changes: 3 additions & 3 deletions _data-cards/cichowski-santagata-sorger-2024/vehicle.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: "HCI-004 PDX tumor: Vehicle Treatment"
title: "TNBC PDX (HCI-004) tumor: Vehicle Treatment"
image: https://s3.amazonaws.com/www.cycif.org/cichowski-santagata-sorger-2024/Vehicle/panCK_0000ff-Ki67_ff6f00-cPARP_ffffff-CK14_00ff00-CK8_ff0000.jpg
date: '2024-03-21'
date: '2024-03-24'
minerva_link: https://s3.amazonaws.com/www.cycif.org/cichowski-santagata-sorger-2024/Vehicle/index.html
show_page_link: false
info_link: https://s3.amazonaws.com/www.cycif.org/cichowski-santagata-sorger-2024
info_link: /atlas-datasets/cichowski-santagata-sorger-2024/
featured: false
tags:
- narrated
Expand Down
4 changes: 4 additions & 0 deletions _data/menus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ main:
- name: "Methods"
url: "/methods"
target: "_self"
children:
- name: "CyCIF"
url: "/cycif-method"
target: "_self"
- name: "Software"
url: "/software"
target: "_self"
Expand Down
7 changes: 3 additions & 4 deletions _data/publications.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
groups:
- key: featured
name: Featured Publications
- key: methods
name: Methods and software
- key: profiling
name: Profiling and Atlasing
- key: other
name: Other Publications

5 changes: 5 additions & 0 deletions _graphics/cycif-workflow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: The CyCIF Workflow
image: cycif-workflow.png
bordered: false
---
12 changes: 2 additions & 10 deletions _includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
<footer class="site-footer">
<div class="site-footer__about">
<div class="site-footer__content-container">
Atlases comprising molecular and physical maps of tissues and tumors reveal how diseases originate and progress to improve early diagnosis and effective treatment.
</div>
</div>
<div class="site-footer__funding">
<div class="site-footer__content-container">
This work is supported by the National Cancer Institute Grants U54-CA225088, U2C-CA233262, and U2C-CA233280, Ludwig Center at Harvard Medical School and the Ludwig Cancer Research Foundation, the Bill and Melinda Gates Foundation, the Gray Foundation, and the Rossy Foundation.
This work is supported by National Cancer Institute Grants, the Ludwig Cancer Research Foundation, the Bill and Melinda Gates Foundation, the Gray Foundation, and the Rossy Foundation.
</div>
</div>
<div class="site-footer__main">
Expand All @@ -15,17 +10,14 @@
<a href="https://hms.harvard.edu/" target="_blank"><img srcset="{{ '/assets/img/logo-hms_white.png' | relative_url }}, {{ '/assets/img/[email protected]' | relative_url }} 2x" src="{{ '/assets/img/logo-hms_white.png' | relative_url }}" alt="Harvard Medical School"></a>
</li>
<li class="site-footer__logo-item">
<a href="https://hits.harvard.edu/the-program/laboratory-of-systems-pharmacology/about/" target="_blank"><img src="{{ '/assets/img/logo-lsp.svg' | relative_url }}" alt="Laboratory of Systems Pharmacology"></a>
<a href="https://labsyspharm.org" target="_blank"><img src="{{ '/assets/img/logo-lsp.svg' | relative_url }}" alt="Laboratory of Systems Pharmacology"></a>
</li>
<li class="site-footer__logo-item">
<a href="https://www.ludwigcancerresearch.org/" target="_blank"><img src="{{ '/assets/img/logo-ludwig_no-box.svg' | relative_url }}" alt="Ludwig Cancer Research"></a>
</li>
<li class="site-footer__logo-item">
<a href="https://humantumoratlas.org/" target="_blank"><img srcset="{{ '/assets/img/logo-htan_white.png' | relative_url }}, {{ '/assets/img/[email protected]' | relative_url }} 2x" src="{{ '/assets/img/logo-htan_white.png' | relative_url }}" alt="Human Tumor Atlas Network"></a>
</li>
<li class="site-footer__logo-item">
<a href="https://www.cancer.gov/about-nci/organization/dcb/research-programs/csbc" target="_blank"><img src="{{ '/assets/img/logo-cancer-systems-biology-consortium_white.svg' | relative_url }}" alt="Cancer Systems Biology Consortium"></a>
</li>
</ul>
</div>
<div class="site-footer__legal">
Expand Down
23 changes: 22 additions & 1 deletion _includes/software-listing.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ <h3 class="software-listing__title">{{ include.content.title }}</h3>
{{ include.content.description | markdownify }}
</div>
<ul class="software-listing__links">
{%- if include.content.learn -%}
<li class="software-listing__link">
<a href="{{ include.content.learn }}" target="_blank">
Learn More
</a>
</li>
{%- endif -%}
{%- if include.content.publication -%}
<li class="software-listing__link">
<a href="{{ include.content.publication }}" target="_blank">
Expand All @@ -30,7 +37,21 @@ <h3 class="software-listing__title">{{ include.content.title }}</h3>
{%- if include.content.documentation -%}
<li class="software-listing__link">
<a href="{{ include.content.documentation }}" target="_blank">
Project site
Website
</a>
</li>
{%- endif -%}
{%- if include.content.protocol -%}
<li class="software-listing__link">
<a href="{{ include.content.protocol }}" target="_blank">
Protocol
</a>
</li>
{%- endif -%}
{%- if include.content.dataset -%}
<li class="software-listing__link">
<a href="{{ include.content.dataset }}" target="_blank">
Dataset
</a>
</li>
{%- endif -%}
Expand Down
4 changes: 3 additions & 1 deletion _pages/atlases.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ section_id: data
layout: atlases

---
The Harvard Tissue Atlas (HTA) gathers together multiple research projects into collections of single-cell data “atlases” that contain data from normal and diseased tissues from humans and animal models, with a particular emphasis on cancer. The goal of these atlases is to describe the myriad of interactions that occur between cells and acellular structures within tissues by combining image and omic datasets into molecular and physical maps. Many HTA projects are currently organized by the manuscript in which they were first described, but will be gathered together into larger Atlases soon.
The Harvard Tissue Atlas (HTA) gathers image and -omic datasets into high-resolution molecular maps. Our atlases provide precise molecular data on cell types, states, and interactions in a preserved 3D environment, shedding light on the complex interactions between cellular and acellular structures in normal and diseased tissue. These data enable a deeper understanding of how diseases start and progress to improve how diseases are diagnosed and managed.

The Harvard Tissue Atlas datasets provide a foundation for future advances in precision medicine, such as early cancer detection, AI/ML predictive models, and disease stratification for clinical trials.
{:.mb-5}
Loading

0 comments on commit 08e3a11

Please sign in to comment.