Skip to content

Commit 83434ac

Browse files
committed
(#4566) CGDP Profile Box
Closes #4566
1 parent 97bf2d8 commit 83434ac

39 files changed

Lines changed: 1418 additions & 338 deletions

File tree

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
langcode: en
2+
status: true
3+
dependencies:
4+
config:
5+
- core.entity_view_mode.media.ncids_image_display_profile_box
6+
- field.field.media.cgov_image.field_accessible_version
7+
- field.field.media.cgov_image.field_caption
8+
- field.field.media.cgov_image.field_credit
9+
- field.field.media.cgov_image.field_display_enlarge
10+
- field.field.media.cgov_image.field_media_image
11+
- field.field.media.cgov_image.field_ncids_promo_art_16x9
12+
- field.field.media.cgov_image.field_ncids_promo_art_1x1
13+
- field.field.media.cgov_image.field_ncids_promo_art_4x3
14+
- field.field.media.cgov_image.field_original_source
15+
- field.field.media.cgov_image.field_override_img_featured
16+
- field.field.media.cgov_image.field_override_img_panoramic
17+
- field.field.media.cgov_image.field_override_img_social_media
18+
- field.field.media.cgov_image.field_override_img_thumbnail
19+
- image.style.ncids_profile_box_1x1
20+
- media.type.cgov_image
21+
module:
22+
- image
23+
id: media.cgov_image.ncids_image_display_profile_box
24+
targetEntityType: media
25+
bundle: cgov_image
26+
mode: ncids_image_display_profile_box
27+
content:
28+
field_media_image:
29+
type: image
30+
label: hidden
31+
settings:
32+
image_link: ''
33+
image_style: ncids_profile_box_1x1
34+
image_loading:
35+
attribute: lazy
36+
third_party_settings: { }
37+
weight: 0
38+
region: content
39+
field_ncids_promo_art_1x1:
40+
type: image_url
41+
label: hidden
42+
settings:
43+
image_style: ncids_profile_box_1x1
44+
third_party_settings: { }
45+
weight: 1
46+
region: content
47+
hidden:
48+
content_moderation_control: true
49+
created: true
50+
field_accessible_version: true
51+
field_caption: true
52+
field_credit: true
53+
field_display_enlarge: true
54+
field_ncids_promo_art_16x9: true
55+
field_ncids_promo_art_4x3: true
56+
field_original_source: true
57+
field_override_img_featured: true
58+
field_override_img_panoramic: true
59+
field_override_img_social_media: true
60+
field_override_img_thumbnail: true
61+
langcode: true
62+
name: true
63+
thumbnail: true
64+
uid: true
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
langcode: en
2+
status: true
3+
dependencies:
4+
module:
5+
- media
6+
id: media.ncids_image_display_profile_box
7+
label: 'Image Display: NCIDS Profile Box'
8+
description: ''
9+
targetEntityType: media
10+
cache: true
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
langcode: en
2+
status: true
3+
dependencies:
4+
config:
5+
- crop.type.1x1
6+
module:
7+
- crop
8+
name: ncids_profile_box_1x1
9+
label: 'NCIDS Profile Box 1x1'
10+
effects:
11+
af69e246-ee53-47af-9c97-a5efd7a832e6:
12+
uuid: af69e246-ee53-47af-9c97-a5efd7a832e6
13+
id: crop_crop
14+
weight: 1
15+
data:
16+
crop_type: 1x1
17+
automatic_crop_provider: null
18+
be374807-459a-48f1-96c9-2cf4c33204ef:
19+
uuid: be374807-459a-48f1-96c9-2cf4c33204ef
20+
id: image_scale
21+
weight: 2
22+
data:
23+
width: 1280
24+
height: 1280
25+
upscale: false
Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
### TESTS:
2+
# Biography content type
3+
4+
- entity: "media"
5+
bundle: "cgov_image"
6+
name: "Jennifer K. Loukissas, M.P.P."
7+
langcode: en
8+
status: 1
9+
moderation_state:
10+
value: 'published'
11+
field_media_image:
12+
- '#process':
13+
callback: 'file'
14+
args:
15+
- 'image'
16+
- type: 'module'
17+
filename: 'loukissas-jennifer.jpg'
18+
alt: 'Jennifer K. Loukissas, M.P.P.'
19+
- entity: "node"
20+
type: "cgov_biography"
21+
langcode: en
22+
status: 1
23+
moderation_state:
24+
value: 'published'
25+
title: "Jennifer K. Loukissas, M.P.P."
26+
field_site_section:
27+
- '#process':
28+
callback: 'reference'
29+
args:
30+
- 'taxonomy_term'
31+
- vid: 'cgov_site_sections'
32+
name: 'Learning to Relax'
33+
field_pretty_url:
34+
value: "loukissas-jennifer"
35+
field_card_title:
36+
value: "Jennifer K. Loukissas, M.P.P."
37+
field_browser_title:
38+
value: "Jennifer K. Loukissas, M.P.P., biographical sketch and research interests"
39+
field_page_description:
40+
value: "Jennifer K. Loukissas, M.P.P., biographical sketch and research interests"
41+
field_list_description:
42+
value: "Jennifer K. Loukissas, M.P.P., biographical sketch and research interests"
43+
field_feature_card_description:
44+
value: "Jennifer K. Loukissas, M.P.P., biographical sketch and research interests"
45+
field_first_name:
46+
value: "Jennifer"
47+
field_middle_name:
48+
value: "K."
49+
field_last_name:
50+
value: "Loukissas"
51+
field_suffix:
52+
value: "M.P.P."
53+
field_title:
54+
value: "Director, Communications Team"
55+
field_org_name_1:
56+
value: "Office of the Director"
57+
field_org_url_1:
58+
value: "https://dceg2.cancer.gov/cgi-bin/Personnel.pl?1=OD"
59+
field_org_name_2:
60+
value: ""
61+
field_org_url_2:
62+
value: ""
63+
field_campus:
64+
- '#process':
65+
callback: 'reference'
66+
args:
67+
- 'taxonomy_term'
68+
- vid: 'cgov_biography_campuses'
69+
name: 'NCI Shady Grove Campus'
70+
field_office_location:
71+
value: "Room 7E-448"
72+
field_phone_number:
73+
value: "240-276-7367 "
74+
field_email_address:
75+
value: "loukissj@mail.nih.gov"
76+
field_twitter_handle:
77+
value: "jloukissas"
78+
field_scientific_publications:
79+
value: "https://pubmed.ncbi.nlm.nih.gov/?term=loukissas%2C+J"
80+
field_date_posted:
81+
value: "2019-02-07"
82+
field_date_reviewed:
83+
value: "2019-02-07"
84+
field_date_updated:
85+
value: "2019-02-07"
86+
field_date_display_mode:
87+
value: "updated"
88+
body:
89+
- format: "full_html"
90+
value: |
91+
<p>Dr. Stephen Chanock is a leading expert in the discovery and characterization of cancer susceptibility regions in the human genome. He has received numerous awards for his scientific contributions to our understanding of common inherited genetic variants associated with cancer risk and outcomes.</p>
92+
<p>Dr. Chanock received his M.D. from Harvard Medical School in 1983 and completed clinical training in pediatrics, pediatric infectious diseases, and pediatric hematology/oncology and research training in molecular genetics at Boston Children&rsquo;s Hospital and the Dana-Farber Cancer Institute, Boston. Since 1995, Dr. Chanock has served as the Medical Director for <a href="http://www.speciallove.org/index.php?option=com_content&amp;view=article&amp;id=46&amp;Itemid=67" target="_blank" rel="noopener noreferrer">Camp Fantastic</a>, a week-long recreational camp for pediatric cancer patients, which is a joint venture of the NCI and Special Love, Inc.</p>
93+
<p>From 2001-2007, he was a tenured investigator in the Genomic Variation Section of the Pediatric Oncology Branch in the NCI Center for Cancer Research. He also served as co-chair of NCI's Genetics, Genomics and Proteomics Faculty for five years. In 2001, he was appointed as Chief of the Cancer Genomics Research Laboratory (formerly Core Genotyping Facility), and in 2007 as Chief of the Laboratory of Translational Genomics, both within the NCI Division of Cancer Epidemiology and Genetics (DCEG). Dr. Chanock co-led the Cancer Genetic Markers of Susceptibility project. From 2012 to 2013, he also served as Acting Co-Director of the NCI Center for Cancer Genomics. Dr. Chanock was appointed Director of DCEG in August 2013.&nbsp;</p>
94+
<p>For more information on Dr. Chanock's research interests, please see the <a href="https://dceg.cancer.gov/about/organization/lgs">Laboratory of Genetic Susceptibility</a> page. Follow Dr. Chanock on Twitter <a href="https://twitter.com/NCIChanock">@NCIChanock</a>.</p>
95+
field_image_promotional:
96+
- target_type: 'media'
97+
'#process':
98+
callback: 'reference'
99+
args:
100+
- 'media'
101+
- bundle: 'cgov_image'
102+
name: 'Jennifer K. Loukissas, M.P.P.'
103+
field_search_engine_restrictions:
104+
value: IncludeSearch
Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
### TESTS:
2+
# Biography content type
3+
4+
- entity: "media"
5+
bundle: "cgov_image"
6+
name: "Lindsay Morton, Ph.D."
7+
langcode: en
8+
status: 1
9+
moderation_state:
10+
value: 'published'
11+
field_media_image:
12+
- '#process':
13+
callback: 'file'
14+
args:
15+
- 'image'
16+
- type: 'module'
17+
filename: 'morton-lindsay.jpg'
18+
alt: 'Lindsay Morton, Ph.D.'
19+
- entity: "node"
20+
type: "cgov_biography"
21+
langcode: en
22+
status: 1
23+
moderation_state:
24+
value: 'published'
25+
title: "Lindsay Morton, Ph.D."
26+
field_site_section:
27+
- '#process':
28+
callback: 'reference'
29+
args:
30+
- 'taxonomy_term'
31+
- vid: 'cgov_site_sections'
32+
name: 'Learning to Relax'
33+
field_pretty_url:
34+
value: "morton-lindsay"
35+
field_card_title:
36+
value: "Lindsay Morton, Ph.D."
37+
field_browser_title:
38+
value: "Lindsay Morton, Ph.D., biographical sketch and research interests"
39+
field_page_description:
40+
value: "Lindsay Morton, Ph.D., biographical sketch and research interests"
41+
field_list_description:
42+
value: "Lindsay Morton, Ph.D., biographical sketch and research interests"
43+
field_feature_card_description:
44+
value: "Lindsay Morton, Ph.D., biographical sketch and research interests"
45+
field_first_name:
46+
value: "Lindsay"
47+
field_middle_name:
48+
value: ""
49+
field_last_name:
50+
value: "Morton"
51+
field_suffix:
52+
value: "Ph.D."
53+
field_title:
54+
value: "Director"
55+
field_org_name_1:
56+
value: "Radiation Epidemiology Branch"
57+
field_org_url_1:
58+
value: "https://dceg.cancer.gov/about/organization/tdrp/reb"
59+
field_org_name_2:
60+
value: "Cancer Survivorship Research Unit"
61+
field_org_url_2:
62+
value: "https://dceg.cancer.gov/about/organization/tdrp/reb/cancer-survivorship-research-unit"
63+
field_campus:
64+
- '#process':
65+
callback: 'reference'
66+
args:
67+
- 'taxonomy_term'
68+
- vid: 'cgov_biography_campuses'
69+
name: 'NCI Shady Grove Campus'
70+
field_office_location:
71+
value: "Room 7E454"
72+
field_phone_number:
73+
value: "240-276-7377 "
74+
field_email_address:
75+
value: "mortonli@mail.nih.gov"
76+
field_twitter_handle:
77+
value: ""
78+
field_scientific_publications:
79+
value: "https://dceg2.cancer.gov/publications/#/?author=%7B%22query%22%3A%5B%22morton%20lm%22%5D,%22operator%22%3A%22or%22%7D"
80+
field_date_posted:
81+
value: "2019-02-07"
82+
field_date_reviewed:
83+
value: "2019-02-07"
84+
field_date_updated:
85+
value: "2019-02-07"
86+
field_date_display_mode:
87+
value: "updated"
88+
body:
89+
- format: "full_html"
90+
value: |
91+
<p>Dr. Stephen Chanock is a leading expert in the discovery and characterization of cancer susceptibility regions in the human genome. He has received numerous awards for his scientific contributions to our understanding of common inherited genetic variants associated with cancer risk and outcomes.</p>
92+
<p>Dr. Chanock received his M.D. from Harvard Medical School in 1983 and completed clinical training in pediatrics, pediatric infectious diseases, and pediatric hematology/oncology and research training in molecular genetics at Boston Children&rsquo;s Hospital and the Dana-Farber Cancer Institute, Boston. Since 1995, Dr. Chanock has served as the Medical Director for <a href="http://www.speciallove.org/index.php?option=com_content&amp;view=article&amp;id=46&amp;Itemid=67" target="_blank" rel="noopener noreferrer">Camp Fantastic</a>, a week-long recreational camp for pediatric cancer patients, which is a joint venture of the NCI and Special Love, Inc.</p>
93+
<p>From 2001-2007, he was a tenured investigator in the Genomic Variation Section of the Pediatric Oncology Branch in the NCI Center for Cancer Research. He also served as co-chair of NCI's Genetics, Genomics and Proteomics Faculty for five years. In 2001, he was appointed as Chief of the Cancer Genomics Research Laboratory (formerly Core Genotyping Facility), and in 2007 as Chief of the Laboratory of Translational Genomics, both within the NCI Division of Cancer Epidemiology and Genetics (DCEG). Dr. Chanock co-led the Cancer Genetic Markers of Susceptibility project. From 2012 to 2013, he also served as Acting Co-Director of the NCI Center for Cancer Genomics. Dr. Chanock was appointed Director of DCEG in August 2013.&nbsp;</p>
94+
<p>For more information on Dr. Chanock's research interests, please see the <a href="https://dceg.cancer.gov/about/organization/lgs">Laboratory of Genetic Susceptibility</a> page. Follow Dr. Chanock on Twitter <a href="https://twitter.com/NCIChanock">@NCIChanock</a>.</p>
95+
field_image_promotional:
96+
- target_type: 'media'
97+
'#process':
98+
callback: 'reference'
99+
args:
100+
- 'media'
101+
- bundle: 'cgov_image'
102+
name: 'Lindsay Morton, Ph.D.'
103+
field_search_engine_restrictions:
104+
value: IncludeSearch

0 commit comments

Comments
 (0)