-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
371 lines (330 loc) · 13.6 KB
/
config.yaml
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
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
baseURL: https://azwadriqbal.github.io
languageCode: en-us
title: Azwad Iqbal
theme: hugo-profile
outputs:
home:
- "HTML"
- "RSS"
- "JSON"
page:
- "HTML"
- "RSS"
Paginate: 3
enableRobotsTXT: true
# disqusShortname: your-disqus-shortname
# googleAnalytics: G-MEASUREMENT_ID
markup:
goldmark:
renderer:
unsafe: true
# Menus:
# main:
# - identifier: research
# name: Research
# title: Research projects
# url: /research
# weight: 1
#Dropdown menu
# - identifier: dropdown
# title: Example dropdown menu
# name: Dropdown
# weight: 3
# - identifier: dropdown1
# title: example dropdown 1
# name: example 1
# url: /#
# parent: dropdown
# weight: 1
# - identifier: dropdown2
# title: example dropdown 2
# name: example 2
# url: /#
# parent: dropdown
# weight: 2
params:
title: "Azwad Iqbal"
description: Text about my cool site
# staticPath: "" # The path to serve the static files from
favicon: "/images/shad_icon.svg"
# Whether to serve bootstrap css and js files from CDN or not. Can be set to true, "css" or "js" to choose between
# serving both, only the css, or only the js files through the CDN. Any other value will make so that CDN is not used.
# Note the lack of "" in true, it should be of boolean type.
useBootstrapCDN: false
# If you want to load dynamically responsive images from Cloudinary
# This requires your images to be uploaded + hosted on Cloudinary
# Uncomment and change YOUR_CLOUD_NAME to the Cloud Name in your Cloudinary console
# cloudinary_cloud_name: "YOUR_CLOUD_NAME"
# Whether to add mathjax support on all pages. Alternatively, you can opt-in per page by adding `mathjax: true` in the frontmatter.
mathjax: false
# Whether the fade animations on the home page will be enabled
animate: true
theme:
disableThemeToggle: true
defaultTheme: "dark"
font:
fontSize: 1.25rem # default: 1rem
fontWeight: 550 # default: 400
lineHeight: 1.5 # default: 1.5
textAlign: left # default: left
# color preference
# When using hex codes for colors, quotations must be used along with the # sign
color:
textColor: "#343a40"
secondaryTextColor: "#6c757d"
textLinkColor: "#2e6f40"
backgroundColor: "#eaedf0"
secondaryBackgroundColor: "#64ffda1a"
primaryColor: "#2e6f40"
secondaryColor: "#f8f9fa"
darkmode:
textColor: "#e4e6eb"
secondaryTextColor: "#b0b3b8"
textLinkColor: "#B6CBEF"
backgroundColor: "#10151A"
secondaryBackgroundColor: "#212529"
primaryColor: "#c6d4ec"
secondaryColor: "#212529"
# If you want to customize the menu, you can change it here
navbar:
align: mx-auto # Left: ms-auto | center: mx-auto | right: me-auto | Default: ms-auto
brandLogo: "images/shad_icon.svg" # Logo for the brand | default is the favicon variable
# showBrandLogo: false # Show brand logo in nav bar | default is true
brandName: "Azwad Iqbal" # Brand name for the brand | default is the title variable
disableSearch: true
# searchPlaceholder: "Search"
stickyNavBar:
enable : true
showOnScrollUp : true
enableSeparator: true
menus:
disableAbout: false
disableExperience: false
disableEducation: false
disableProjects: false
disableAchievements: true
disableContact: false
# Hero
hero:
enable: true
intro: "Hi, I'm"
title: "Azwad Iqbal"
subtitle: "I'm a population geneticist & evolutionary biologist"
content: "I'm interesting in using population genomics to study rapid evolution in non-model organisms. My research uses molecular and computational methods to reconstruct the evolutionary histories of biological invasions."
image: /images/azwad.jpg
image_second: /images/shad_2.jpg
bottomImage:
enable: true
roundImage: true # Make hero image circular | default false
button:
enable: true
name: "CV"
url: "https://raw.githubusercontent.com/azwadriqbal/azwadriqbal.github.io/refs/heads/main/cv/iqbal_azwad_cv_11_04_24.pdf"
download: true
newPage: false
socialLinks:
fontAwesomeIcons:
- icon: fab fa-github
url: https://github.com/azwadriqbal
- icon: fab fa-x-twitter
url: https://x.com/azwadiqbal
# About
about:
enable: true
title: "About"
image: "/images/me_2.jpg"
content: |-
I am a broadly trained **population geneticist** and **evolutionary biologist** with a background in molecular ecology. I've worked with [large mammalian herbivores](https://www.pnas.org/doi/10.1073/pnas.2204400119) in African savannas, [yellow-fever mosquitoes](https://www.nature.com/articles/s41586-022-04675-4), and am currently working with America's "[Founding Fish](https://us.macmillan.com/books/9780374528836/thefoundingfish)", the American shad (*Alosa sapidissima*), as part of my dissertation in the [Therkildsen Lab](https://www.therkildsenlab.org/) at Cornell University.
I am passionate about leveraging genomics to inform conservation and have actively collaborated with stakeholders in developing my research.
Outside of my research, I enjoy powerlifting, playing video games, listening to music (mostly hip hop along with some indie and electronic), and [producing music](https://soundcloud.com/wadzmix) (in the form of mixes for competitive bhangra teams)
skills:
enable: true
title: "I am experienced with a variety of programming languages and laboratory techniques, including:"
items:
- "R"
- "Python"
- "Bash"
- "Snakemake"
- "Whole-genome sequencing"
- "[Haplotagging](https://www.pnas.org/doi/suppl/10.1073/pnas.2015005118)"
# projects
projects:
enable: true
title: "Research"
items:
- title: Adaptive Genomics of Invasive American shad
content: |-
The bulk of my dissertation is focused on identifying genomic signals of rapid adaptation in invasive populations of American shad. I'm especially interested in studying how structural variants, standing variation, and demographic changes have shaped the evolution of invasive populations.
image: /images/inversion_gradient_web.png
badges:
- "Invasion Genomics"
- "Rapid Evolution"
- title: Haplotype-tagging ("Haplotagging")
content: I am collaborating with the Genomics Innovation Hub at Cornell to further develop Haplotagging - a linked-read sequencing technology designed to generate population-scale genomic data while retaining haplotype information in non-model species. Click the GitHub icon to learn more about our analytical pipeline, Harpy.
image: /images/haplo_beads.png
featured:
name: Haplotagging Website
link: https://www.fml.tuebingen.mpg.de/9418/haplotaggingheli
badges:
- "Linked-read sequencing"
- "Haplotypes"
links:
- icon: fab fa-github
url: https://github.com/pdimens/harpy
- title: Museomics of Invasive shad
content: I am working with a variety of museums to leverage historical tissue samples of American shad to study the how standing variation and population bottlenecks may have affected the tempo and trajectory of evolutionary change in invasive lineages.
image: /images/old_shad.jpg
badges:
- "Historical DNA"
- "Demographic inference"
- "Standing Variation"
# Experience
experience:
enable: true
# title: "Custom Name"
items:
- job: "PhD Candidate"
company: "Therkildsen Lab - Cornell University"
companyUrl: "https://therkildsenlab.org"
date: "Aug 2021 - present"
featuredLink:
enable: true
name: "Therkildsen Lab Website"
url: "https://therkildsenlab.org"
info:
enable: false
content: |
I am PhD Candidate at Cornell University in the department of Natural Resources and the Environment. I am currently working on several projects, including:
- Studying the rapid evolution of invasive American shad with whole-genome resequencing
- Developing "Haplotagging" linked-read sequencing technology for non-model organisms
- Leveraging museum collections to study the role of standing genetic variation in invasion success
- job: "Research Specialist"
company: "McBride Lab - Princeton University"
companyUrl: "https://mcbridelab.princeton.edu/"
date: "Sep 2019 - Jul 2021"
featuredLink:
enable: true
name: "Co-Authored Publication"
url: "https://www.nature.com/articles/s41586-022-04675-4"
info:
enable: false
content: I worked as a software developer for more than one year in Amazon.
content: |
As a Research Specialist in the McBride Lab, I worked on a variety of projects studying the genetic and neural basis for behavior in the Yellow Fever Mosquito (*Aedes aegypti*).
My tasks included:
- Behavioral assays exploring mosquito attraction to human and non-human odor cues
- Rearing, crossing, and screening various strains of *Aedes aegypti* mosquitoes, including transgenic and wild-sourced lines
- Implementing a tagmentation-mapping (TagMap) protocol to identify the genomic locations of CRISPR-Cas9 constructs in transgenic lines
- job: "Undergraduate Researcher"
company: "Pringle Lab - Princeton University"
companyUrl: "https://pringle.princeton.edu"
date: "Jul 2016 - Jun 2019"
info:
enable: false
featuredLink:
enable: true
name: "Co-Authored Publication"
url: "https://www.pnas.org/doi/10.1073/pnas.2204400119"
content: |
As an undergraduate at Princeton, I worked as a researcher in the Pringle lab on a number of projects studying the trophic ecology of large mammalian herbivores in African savanna ecosystems.
I worked on several projects, including:
- Demographic surveys of *Barleria* plants across rainfall and herbivore-stress gradients at the [Mpala Research Centre](https://mpala.org/) in Kenya
- Studying plant-herbivore dietary networks using DNA metabarcoding at Nyika National Park, Malawi
- Developing a DNA barcode reference database for plant species collected at Nyika National Park
# Education
education:
enable: true
# title: "Custom Name"
index: false
items:
- title: "PhD in Natural Resources and the Environment"
school:
name: "Cornell University"
url: "https://cornell.edu"
date: "2021 - 2026"
GPA: "4.0"
content: |-
- NSF Graduate Research Fellow
- Society for the Study of Evolution (SSE) R.C. Lewontin Award
- Cornell Center for Vertebrate Genomics Scholar
- title: "Bachelor of Arts in Ecology and Evolutionary Biology"
school:
name: "Princeton University"
url: "https://princeton.edu"
date: "2015 - 2019"
GPA: "3.85 out of 4.0"
content: |-
- *Summa cum laude*
- Sigma Xi Book Award for Outstanding Research
- Senior Thesis Prize in Ecology
# Achievements
achievements:
enable: false
title: "Honors"
items:
- title: Google kickstart runner
content: I solved all problems with optimal solution.
url: https://example.com
image: /images/achievment.jpg
- title: Facebook Hackathon Winner
content: Developed a product using Artificial Intelligence.
image: /images/achievment.jpg
- title: Hugo Profile
content: Developed a theme and getting 1K+ downloads per month.
url: "https://github.com/gurusabarish/hugo-profile"
image: /images/achievment.jpg
- title: Microsoft Imagine Runner
content: We are developed a product which can help others.
- title: Google Summer of Code
content: Contributed to a open source project.
url: https://example.com
#Contact
contact:
enable: true
# title: "Custom Name"
content: Shoot me an email!
btnName: Mail me
btnLink: mailto:[email protected]
# formspree:
# enable: true # `contact.email` value will be ignored
# formId: abcdefgh # Take it from your form's endpoint, like 'https://formspree.io/f/abcdefgh'
# emailCaption: "Enter your email address"
# messageCaption: "Enter your message here"
# messageRows: 5
footer:
recentPosts:
path: "blogs"
count: 3
title: Recent Posts
enable: true
disableFeaturedImage: false
socialNetworks:
github: https://github.com/azwadriqbal
linkedin: https://www.linkedin.com/in/azwad-iqbal-689252127/
twitter: https://twitter.com/azwadiqbal
# List pages like blogs and posts
listPages:
disableFeaturedImage: false
# Single pages like blog and post
singlePages:
socialShare: true
readTime:
enable: true
content: "min read"
scrollprogress:
enable: true
tags:
openInNewTab: true
# For translations
terms:
read: "Read"
toc: "Table Of Contents"
copyright: "All rights reserved"
pageNotFound: "Page not found"
emailText: "Check out this site"
datesFormat:
article: "Jan 2, 2006"
articleList: "Jan 2, 2006"
articleRecent: "Jan 2, 2006"
#customScripts: -| # You can add custom scripts which will be added before </body> tag
# <script type="text/javascript"><!-- any script here --></script>