-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
189 lines (169 loc) · 10.4 KB
/
index.html
File metadata and controls
189 lines (169 loc) · 10.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Carter Lab - Computational Cancer Genomics</title>
<link rel="stylesheet" href="styles.css">
<script src="news.js"></script>
<script src="navigation.js"></script>
<script src="people.js"></script>
<script src="publications.js"></script>
</head>
<body>
<header class="site-header">
<!-- TODO: Upload cover image to assets/images/leadimage4.jpg -->
<div class="header-image" style="background-image: url('assets/images/homepage.webp');">
<div class="header-overlay">
<h1 class="site-title">The Carter Lab</h1>
</div>
</div>
</header>
<nav class="main-nav">
<a href="#home">Home</a>
<a href="#research">Research</a>
<a href="#people">People</a>
<a href="#software">Software</a>
<a href="#publications">Publications</a>
<a href="#contact">Contact</a>
</nav>
<main class="container">
<section id="home" class="intro">
<h2 class="section-title">Computational Cancer Genomics</h2>
<p>Welcome to the Carter Lab! We are located in the School of Medicine of <a href="https://ucsd.edu/">UC San Diego</a>.</p>
</section>
<section id="news" class="news-section">
<h2 class="section-title">Latest News</h2>
<div class="news-grid">
<!-- News items loaded dynamically from CSV via news.js -->
</div>
<div class="view-all-news">
<a href="latest_news/archive.html" class="view-all-button">View All News →</a>
</div>
</section>
<section id="research" class="research-section">
<h1>Research Areas</h1>
<hr>
<div class="research-area">
<div class="research-content">
<div class="research-image">
<!-- TODO: Upload image to assets/images/research1.png -->
<img src="assets/images/research_immune_trait.png" alt="Genetic determinants research" />
</div>
<div class="research-text">
<h3>Genetic determinants of anti-tumor immunity</h3>
<p>Genetic variation in immune genes creates inter-individual differences in immune traits. We are investigating the implications of these differences for cancer risk, progression and response to therapy. By jointly analyzing matched tumor and normal genomic data, we have found that individual immune genotypes can influence the evolution of tumor genomes, shape the tumor immune microenvironment and modify response to immunotherapy treatment. These studies will ultimately guide development of precision immunotherapies.</p>
</div>
</div>
</div>
<div class="research-area">
<h3>Predicting the effects of genetic variants on biological systems</h3>
<p>Experimental assays to probe genetic variants at the single cell level provide new opportunities to model the effects of variants on biological processes and cellular activities. We are developing new experimental and computational approaches to investigate the context-specific consequences of genetic variation for biological systems to better understand their implications for human health.</p>
</div>
<div class="research-area">
<div class="research-content reverse">
<div class="research-text">
<h3>Uncovering interactions between the inherited genome and tumor development</h3>
<p>Cancer develops on an individual's unique genetic background. While some inherited mutations are known to predispose individuals to developing tumors, little is known about the effects of such inherited genetic variation on the evolution of the tumor genome. We are working to uncover new regions of the genome that influence the probability that certain mutations will occur during tumor development. We previously described multiple loci that influence mutation rates of known cancer genes and the site at which a tumor will occur.</p>
</div>
<div class="research-image">
<!-- TODO: Upload image to assets/images/research2.png -->
<img src="assets/images/research_germline_interaction.png" alt="Inherited genome interactions" />
</div>
</div>
</div>
<div class="research-area">
<div class="research-content">
<div class="research-image">
<!-- TODO: Upload image to assets/images/research3.png -->
<img src="assets/images/research_cancer_drivers.png" alt="Cancer drivers research" />
</div>
<div class="research-text">
<h3>Discriminating cancer drivers from passengers</h3>
<p>Each cancer genome is characterized by tens-to-thousands of DNA mutations, but only a minority of those mutations is expected to drive tumor development and progression. The vast majority of mutations are so called passenger mutations that are carried along in the genomes of proliferating tumor cells. Discriminating drivers from passengers remains an important challenge in cancer 'omics research. We are developing new strategies to improve identification of drivers by studying mutations in the context of protein interaction networks.</p>
</div>
</div>
</div>
</section>
<section id="people" class="people-section">
<h1>People</h1>
<p>Members of the Carter lab, past and present.</p>
<hr>
<!-- PI container loaded dynamically -->
<div id="pi-container"></div>
<h2>Current Members</h2>
<!-- Current members loaded dynamically -->
<div id="current-members-grid" class="people-grid"></div>
<h2>Alumni</h2>
<!-- Alumni loaded dynamically -->
<div id="alumni-grid" class="people-grid"></div>
</section>
<section id="software" class="software-section">
<h1>Software</h1>
<p>Tools we have created including those we are actively working on.</p>
<hr>
<div class="software-grid">
<div class="software-card">
<!-- TODO: Upload image to assets/images/software/bento.png -->
<img src="assets/images/software/bento.png" alt="Bento" class="software-logo" />
<h3>Bento</h3>
<p>A Python toolkit for subcellular analysis of spatial transcriptomics data</p>
<div class="software-links">
<a href="https://bento-tools.readthedocs.io/en/latest/">Docs</a> |
<a href="https://genomebiology.biomedcentral.com/articles/10.1186/s13059-024-03217-7">Paper</a> |
<a href="http://github.com/ckmah/bento-tools">GitHub</a>
</div>
</div>
<div class="software-card">
<!-- TODO: Upload image to assets/images/software/grievous.png -->
<img src="assets/images/software/grievous.png" alt="GRIEVOUS" class="software-logo" />
<h3>GRIEVOUS</h3>
<p>Generalized Realignment of Innocuous and Essential Variants Otherwise Utilized as Skewed</p>
<div class="software-links">
<a href="https://github.com/jvtalwar/GRIEVOUS/wiki">Docs</a> |
<a href="https://academic.oup.com/bioinformatics/article/40/8/btae489/7723992?login=true">Paper</a> |
<a href="https://github.com/jvtalwar/GRIEVOUS">GitHub</a>
</div>
</div>
<div class="software-card">
<!-- TODO: Upload image to assets/images/software/eugene.png -->
<img src="assets/images/software/eugene.png" alt="EUGENe" class="software-logo" />
<h3>EUGENe</h3>
<p>Elucidating the Utility of Genomic Elements with Neural Nets</p>
<div class="software-links">
<a href="https://eugene-tools.readthedocs.io/en/latest/?badge=latest">Docs</a> |
<a href="https://www.nature.com/articles/s43588-023-00544-w">Paper</a> |
<a href="https://github.com/cartercompbio/EUGENe">GitHub</a>
</div>
</div>
<div class="software-card">
<!-- TODO: Upload image to assets/images/software/genvarloader.png -->
<img src="assets/images/software/genvarloader.png" alt="GenVarLoader" class="software-logo" />
<h3>GenVarLoader</h3>
<p>Pipeline for efficient genomic data processing</p>
<div class="software-links">
<a href="https://genvarloader.readthedocs.io/en/latest/">Docs</a> |
<a href="https://github.com/mcvickerlab/GenVarLoader">GitHub</a>
</div>
</div>
</div>
</section>
<section id="publications" class="publications-section">
<h1>Selected Publications</h1>
<div id="publications-list"></div>
</section>
<section id="contact" class="contact-section">
<h1>Contact</h1>
<div class="contact-info">
<p>✉️ <a href="mailto:hkcarter@ucsd.edu">hkcarter@ucsd.edu</a></p>
<p>📞 <a href="tel:8588224706">858 822 4706</a></p>
<p>📍 BRFII Room 3A18, 9500 Gilman Dr., La Jolla, CA 92093-0688</p>
<p><a href="https://www.google.com/maps/place/Biomedical+Research+Facility+II/@32.8744664,-117.2371338,17z/data=!3m1!4b1!4m5!3m4!1s0x80dc06cf83785c07:0xef0daf822e4bf0d4!8m2!3d32.8744663!4d-117.2349198?hl=en-US" target="_blank">View on Google Maps</a></p>
</div>
</section>
</main>
<footer class="site-footer">
<p>© 2025 The Carter Lab, UC San Diego. All rights reserved.</p>
</footer>
</body>
</html>