diff --git a/.github/workflows/hugo.yaml b/.github/workflows/hugo.yaml
new file mode 100644
index 0000000..26d76c3
--- /dev/null
+++ b/.github/workflows/hugo.yaml
@@ -0,0 +1,79 @@
+# Sample workflow for building and deploying a Hugo site to GitHub Pages
+name: Deploy Hugo site to Pages
+
+on:
+ # Runs on pushes targeting the default branch
+ push:
+ branches:
+ - main
+
+ # Allows you to run this workflow manually from the Actions tab
+ workflow_dispatch:
+
+# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
+permissions:
+ contents: read
+ pages: write
+ id-token: write
+
+# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
+# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
+concurrency:
+ group: "pages"
+ cancel-in-progress: false
+
+# Default to bash
+defaults:
+ run:
+ shell: bash
+
+jobs:
+ # Build job
+ build:
+ runs-on: ubuntu-latest
+ env:
+ HUGO_VERSION: 0.137.1
+ steps:
+ - name: Install Hugo CLI
+ run: |
+ wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
+ && sudo dpkg -i ${{ runner.temp }}/hugo.deb
+ - name: Install Dart Sass
+ run: sudo snap install dart-sass
+ - name: Checkout
+ uses: actions/checkout@v4
+ with:
+ submodules: recursive
+ fetch-depth: 0
+ - name: Setup Pages
+ id: pages
+ uses: actions/configure-pages@v5
+ - name: Install Node.js dependencies
+ run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
+ - name: Build with Hugo
+ env:
+ HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache
+ HUGO_ENVIRONMENT: production
+ TZ: America/Los_Angeles
+ run: |
+ hugo \
+ --gc \
+ --minify \
+ --baseURL "${{ steps.pages.outputs.base_url }}/"
+ - name: Upload artifact
+ uses: actions/upload-pages-artifact@v3
+ with:
+ path: ./public
+
+ # Deployment job
+ deploy:
+ environment:
+ name: github-pages
+ url: ${{ steps.deployment.outputs.page_url }}
+ runs-on: ubuntu-latest
+ needs: build
+ steps:
+ - name: Deploy to GitHub Pages
+ id: deployment
+ uses: actions/deploy-pages@v4
+
diff --git a/.hugo_build.lock b/.hugo_build.lock
new file mode 100644
index 0000000..e69de29
diff --git a/config.yaml b/config.yaml
index 91f5f55..fca7c91 100644
--- a/config.yaml
+++ b/config.yaml
@@ -1,4 +1,4 @@
-baseURL: azwadriqbal.github.io
+baseURL: https://azwadriqbal.github.io
languageCode: en-us
title: Azwad Iqbal
theme: hugo-profile
@@ -51,7 +51,7 @@ params:
title: "Azwad Iqbal"
description: Text about my cool site
# staticPath: "" # The path to serve the static files from
- favicon: "/images/shad_icon.svg"
+ favicon: "/images/shad_icon.png"
# 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.
@@ -116,7 +116,7 @@ params:
disableExperience: false
disableEducation: false
disableProjects: true
- disableAchievements: false
+ disableAchievements: true
disableContact: false
# Hero
@@ -127,13 +127,14 @@ params:
subtitle: "I'm a population geneticist & evolutionary biologist"
content: "I'm interesting in using population genomics to study rapid evolution in invasive species. My research uses a combination of molecular and analytical 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: "#"
+ 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:
@@ -150,14 +151,16 @@ params:
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 in African savannas, yellow-fever mosquitoes, and am now 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 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'm experienced with a variety of languages and laboratory techniques, including:"
+ title: "I am experienced with a variety of programming languages and laboratory techniques, including:"
items:
- "R"
- "Python"
@@ -179,12 +182,14 @@ params:
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 musuem collections to study the role of standing genetic variation in invasion success
+ - Leveraging museum collections to study the role of standing genetic variation in invasion success
- job: "Research Specialist"
company: "McBride Lab - Princeton University"
@@ -225,46 +230,31 @@ params:
# title: "Custom Name"
index: false
items:
- - title: "Master of Business Administration"
- school:
- name: "University of California, Berkeley"
- url: "https://example.org"
- date: "2013 - 2015"
- GPA: "3.8 out of 5.0"
- content: |-
- Extracurricular Activities
- - Lorem ipsum dolor sit amet consectetur adipisicing elit.
- - Tempora esse, eaque delectus nulla quo doloribus itaque expedita alias natus optio totam maxime nihil excepturi velit a animi laborum hic similique.
- - title: "Bachelor of Science in Computer Science"
+ - title: "PhD in Natural Resources and the Environment"
school:
- name: "Massachusetts Institute of Technology"
- url: "https://example.org"
- date: "2009 - 2013"
- GPA: "3.9 out of 5.0"
+ name: "Cornell University"
+ url: "https://cornell.edu"
+ date: "2021 - 2026"
+ GPA: "4.0"
content: |-
- I Publiced two papers in the ACM SIGCHI Conference on Artificial Intelligence.
- - [Fast and Accurate Object Detection with a Single Convolutional Neural Network](https://example.com)
- - Face mask detection using a single convolutional neural network.
+ - NSF Graduate Research Fellow
+ - Society for the Study of Evolution (SSE) R.C. Lewontin Award
+ - Cornell Center for Vertebrate Genomics Scholar
- Extracurricular Activities
- - Lorem ipsum dolor sit amet consectetur adipisicing elit.
- - Tempora esse, eaque delectus nulla quo doloribus itaque expedita alias natus optio totam maxime nihil excepturi velit a animi laborum hic similique.
- featuredLink:
- enable: true
- name: "My academic record"
- url: "https://example.com"
- - title: "High School"
+ - title: "Bachelor of Arts in Ecology and Evolutionary Biology"
school:
- name: "Thomas Jefferson High School for Science and Technology."
- url: "https://example.org"
- GPA: "4.2 out of 5.0"
- featuredLink:
- enable: true
- url: "https://example.com"
+ 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: true
+ enable: false
title: "Honors"
items:
- title: Google kickstart runner
diff --git a/themes/hugo-profile/exampleSite/content/gallery.md b/themes/hugo-profile/content/research.md
similarity index 100%
rename from themes/hugo-profile/exampleSite/content/gallery.md
rename to themes/hugo-profile/content/research.md
diff --git a/themes/hugo-profile/exampleSite/content/blogs/emoji-support.md b/themes/hugo-profile/exampleSite/content/blogs/emoji-support.md
deleted file mode 100644
index 3c219ae..0000000
--- a/themes/hugo-profile/exampleSite/content/blogs/emoji-support.md
+++ /dev/null
@@ -1,34 +0,0 @@
----
-title: "Emoji Support"
-date: 2021-04-03T22:53:58+05:30
-draft: false
-github_link: "https://github.com/gurusabarish/hugo-profile"
-author: "Gurusabarish"
-tags:
- - Emoji support
- - Sample
- - example
-image: /images/post.jpg
-description: ""
-toc:
----
-
-Emoji can be enabled in a Hugo project in a number of ways. :zap:
-
-## Emoji Support
-
-The [emojify](https://gohugo.io/functions/emojify/) function can be called directly in templates or [Inline Shortcodes](https://gohugo.io/templates/shortcode-templates/#inline-shortcodes).
-
-To enable emoji globally, set ```enableEmoji``` to ```true``` in your site’s [configuration](https://gohugo.io/getting-started/configuration/) and then you can type emoji shorthand codes directly in content files; e.g.
-
-The [Emoji cheat sheet](http://www.emoji-cheat-sheet.com/) is a useful reference for emoji shorthand codes.
-
-
-
-**N.B.** The above steps enable Unicode Standard emoji characters and sequences in Hugo, however the rendering of these glyphs depends on the browser and the platform. To style the emoji you can either use a third party emoji font or a font stack; e.g.
-
-```
-.emoji {
- font-family: Apple Color Emoji, Segoe UI Emoji, NotoColorEmoji, Segoe UI Symbol, Android Emoji, EmojiSymbols;
-}
-```
\ No newline at end of file
diff --git a/themes/hugo-profile/exampleSite/content/blogs/markdown-syntax.md b/themes/hugo-profile/exampleSite/content/blogs/markdown-syntax.md
deleted file mode 100644
index c35bd6b..0000000
--- a/themes/hugo-profile/exampleSite/content/blogs/markdown-syntax.md
+++ /dev/null
@@ -1,145 +0,0 @@
----
-title: "Markdown Syntax"
-date: 2021-04-03T23:29:21+05:30
-draft: false
-github_link: "https://github.com/gurusabarish/hugo-profile"
-author: "Gurusabarish"
-tags:
- - Markdown syntax
- - Sample
- - example
-image: /images/post.jpg
-description: ""
-toc:
----
-
-## Paragraph
-
-Xerum, quo qui aut unt expliquam qui dolut labo. Aque venitatiusda cum, voluptionse latur sitiae dolessi aut parist aut dollo enim qui voluptate ma dolestendit peritin re plis aut quas inctum laceat est volestemque commosa as cus endigna tectur, offic to cor sequas etum rerum idem sintibus eiur? Quianimin porecus evelectur, cum que nis nust voloribus ratem aut omnimi, sitatur? Quiatem. Nam, omnis sum am facea corem alique molestrunt et eos evelece arcillit ut aut eos eos nus, sin conecerem erum fuga. Ri oditatquam, ad quibus unda veliamenimin cusam et facea ipsamus es exerum sitate dolores editium rerore eost, temped molorro ratiae volorro te reribus dolorer sperchicium faceata tiustia prat.
-
-Itatur? Quiatae cullecum rem ent aut odis in re eossequodi nonsequ idebis ne sapicia is sinveli squiatum, core et que aut hariosam ex eat.
-
-## Blockquotes
-
-The blockquote element represents content that is quoted from another source, optionally with a citation which must be within a `footer` or `cite` element, and optionally with in-line changes such as annotations and abbreviations.
-
-### Blockquote without attribution
-
-> Tiam, ad mint andaepu dandae nostion secatur sequo quae.
-> **Note** that you can use _Markdown syntax_ within a blockquote.
-
-### Blockquote with attribution
-
-> Don't communicate by sharing memory, share memory by communicating.
-> — Rob Pike[^1]
-
-[^1]: The above quote is excerpted from Rob Pike's [talk](https://www.youtube.com/watch?v=PAAkCSZUG1c) during Gopherfest, November 18, 2015.
-
-## Tables
-
-Tables aren't part of the core Markdown spec, but Hugo supports supports them out-of-the-box.
-
-| Name | Age |
-| ----- | --- |
-| Bob | 27 |
-| Alice | 23 |
-
-### Inline Markdown within tables
-
-| Inline | Markdown | In | Table |
-| ------------------------ | -------------------------- | ----------------------------------- | ------ |
-| _italics_ | **bold** | ~~strikethrough~~ | `code` |
-
-## Code Blocks
-
-### Code block with backticks
-
-```html
-
-
-
-
- Example HTML5 Document
-
-
-
Test
-
-
-```
-
-### Code block indented with four spaces
-
-
-
-
-
- Example HTML5 Document
-
-
-
Test
-
-
-
-### Code block with Hugo's internal highlight shortcode
-
-{{< highlight html >}}
-
-
-
-
-
- Example HTML5 Document
-
-
-
Test
-
-
-{{< /highlight >}}
-
-## List Types
-
-### Ordered List
-
-1. First item
-2. Second item
-3. Third item
-
-### Unordered List
-
-- List item
-- Another item
-- And another item
-
-### Nested list
-
-- Item
- 1. First Sub-item
- 2. Second Sub-item
-
-## Headings
-
-The following HTML `
`—`
` elements represent six levels of section headings. `
` is the highest section level while `
` is the lowest.
-
-# H1
-
-## H2
-
-### H3
-
-#### H4
-
-##### H5
-
-###### H6
-
-## Other Elements — abbr, sub, sup, kbd, mark
-
-GIF is a bitmap image format.
-
-H2O
-
-Xn + Yn = Zn
-
-Press CTRL+ALT+Delete to end the session.
-
-Most salamanders are nocturnal, and hunt for insects, worms, and other small creatures.
diff --git a/themes/hugo-profile/exampleSite/content/blogs/math.md b/themes/hugo-profile/exampleSite/content/blogs/math.md
deleted file mode 100644
index 2fe9797..0000000
--- a/themes/hugo-profile/exampleSite/content/blogs/math.md
+++ /dev/null
@@ -1,38 +0,0 @@
----
-title: "Render Math With Mathjax"
-date: 2022-12-09T19:53:33+05:30
-draft: false
-author: "Gurusabarish"
-tags:
- - Markdown syntax
- - Mathjax
- - example
-image: /images/mathjax.png
-description: ""
-toc: true
-mathjax: true
----
-
-## Mathjax
-
-Math equations can be rendered using [Mathjax](https://www.mathjax.org) syntax with AMS symbol support.
-
-Optionally enable this on a per-page basis by adding `mathjax: true` to your frontmatter.
-
-Then, use `$$ ... $$` on a line by itself to render a block equation:
-
-$$ | Pr_{x \leftarrow P_{1}} [A(x) = 1] - Pr_{x \leftarrow P_{2}} [A(x) = 1] | < \text{negligible} $$
-
-The raw version is:
-
-```
-$$ | Pr_{x \leftarrow P_{1}} [A(x) = 1] - Pr_{x \leftarrow P_{2}} [A(x) = 1] | < \text{negligible} $$
-```
-
-
-Write in-line equations with `\\( ... \\)` , like \\( x^n / y \\) . It's easy!
-
-```
-Write in-line equations with `\\( ... \\)` , like \\( x^n / y \\) . It's easy!
-```
-
diff --git a/themes/hugo-profile/exampleSite/content/blogs/placeholder-text.md b/themes/hugo-profile/exampleSite/content/blogs/placeholder-text.md
deleted file mode 100644
index 93f03d6..0000000
--- a/themes/hugo-profile/exampleSite/content/blogs/placeholder-text.md
+++ /dev/null
@@ -1,42 +0,0 @@
----
-title: "Placeholder Text"
-date: 2021-04-03T22:41:10+05:30
-draft: false
-github_link: "https://github.com/gurusabarish/hugo-profile"
-author: "Gurusabarish"
-tags:
- - Placeholder text
- - Sample
- - example
-image: /images/post.jpg
-description: ""
-toc:
----
-
-Lorem est tota propiore conpellat pectoribus de pectora summo.
-
-Redit teque digerit hominumque toris verebor lumina non cervice subde tollit usus habet Arctonque, furores quas nec ferunt. Quoque montibus nunc caluere tempus inhospita parcite confusaque translucet patri vestro qui optatis lumine cognoscere flos nubis! Fronde ipsamque patulos Dryopen deorum.
-
- 1. Exierant elisi ambit vivere dedere
- 2. Duce pollice
- 3. Eris modo
- 4. Spargitque ferrea quos palude
-
-Rursus nulli murmur; hastile inridet ut ab gravi sententia! Nomine potitus silentia flumen, sustinet placuit petis in dilapsa erat sunt. Atria tractus malis.
-
- 1. Comas hunc haec pietate fetum procerum dixit
- 2. Post torum vates letum Tiresia
- 3. Flumen querellas
- 4. Arcanaque montibus omnes
- 5. Quidem et
-
-# Vagus elidunt
-
-[The Van de Graaf Canon](https://en.wikipedia.org/wiki/Canons_of_page_construction#Van_de_Graaf_canon)
-
-## Mane refeci capiebant unda mulcebat
-Victa caducifer, malo vulnere contra dicere aurato, ludit regale, voca! Retorsit colit est profanae esse virescere furit nec; iaculi matertera et visa est, viribus. Divesque creatis, tecta novat collumque vulnus est, parvas. Faces illo pepulere tempus adest. Tendit flamma, ab opes virum sustinet, sidus sequendo urbis.
-
-Iubar proles corpore raptos vero auctor imperium; sed et huic: manus caeli Lelegas tu lux. Verbis obstitit intus oblectamina fixis linguisque ausus sperare Echionides cornuaque tenent clausit possit. Omnia putatur. Praeteritae refert ausus; ferebant e primus lora nutat, vici quae mea ipse. Et iter nil spectatae vulnus haerentia iuste et exercebat, sui et.
-
-Eurytus Hector, materna ipsumque ut Politen, nec, nate, ignari, vernum cohaesit sequitur. Vel mitis temploque vocatus, inque alis, oculos nomen non silvis corpore coniunx ne displicet illa. Crescunt non unus, vidit visa quantum inmiti flumina mortis facto sic: undique a alios vincula sunt iactata abdita! Suspenderat ego fuit tendit: luna, ante urbem Propoetides parte.
\ No newline at end of file
diff --git a/themes/hugo-profile/exampleSite/content/blogs/rich-content.md b/themes/hugo-profile/exampleSite/content/blogs/rich-content.md
deleted file mode 100644
index 6f0f414..0000000
--- a/themes/hugo-profile/exampleSite/content/blogs/rich-content.md
+++ /dev/null
@@ -1,75 +0,0 @@
----
-title: "Rich Content"
-date: 2021-04-03T19:53:33+05:30
-draft: false
-author: "Gurusabarish"
-tags:
- - Rich content
- - Sample
- - example
-image: /images/post.jpg
-description: ""
-toc:
----
-
-Hugo ships with several [Built-in Shortcodes](https://gohugo.io/content-management/shortcodes/#use-hugo-s-built-in-shortcodes) for rich content, along with a [Privacy Config](https://gohugo.io/about/hugo-and-gdpr/) and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.
-
-## Gist Simple Shortcode
-```
-{{* gist spf13 7896402 "img.html" */>}}
-```
-
-{{< gist spf13 7896402 "img.html" >}}
-
-
-
-
-## Twitter Simple Shortcode
-```
-{{* tweet GoHugoIO 1315233626070503424 */>}}
-```
-
-{{< tweet GoHugoIO 1315233626070503424 >}}
-
-
-
-
-## Vimeo Simple Shortcode
-```
-{{* vimeo 146022717 */>}}
-```
-
-{{< vimeo 146022717 >}}
-
-
-
-
-## Youtube Simple Shortcode
-```
-{{* youtube w7Ft2ymGmfc */>}}
-```
-
-{{< youtube w7Ft2ymGmfc >}}
-
-
-## Theme Custom Shortcodes
-
-These shortcodes are not Hugo built-ins, but are provided by the theme.
-
-### Responsive Images with Cloudinary
-
-You can learn more about this [here](https://cloudinary.com/documentation/responsive_images).
-
-Set the `cloudinary_cloud_name` parameter in your site config to use this shortcode.
-
-```
-{{* dynamic-img src="/my/image/on/cloudinary" title="A title for the image" */>}}
-```
-
-Note that you do not include the file extension (e.g. `.png`) in the `src` parameter, as the shortcode will automatically determine the best quality and format for the user's device.
-
-Optionally, you can customize the general CSS styles for the image:
-
-```
-{{* dynamic-img src="/my/image/on/cloudinary" title="A title for the image" style="max-width:60%" */>}}
-```
diff --git a/themes/hugo-profile/layouts/partials/sections/footer/copyright.html b/themes/hugo-profile/layouts/partials/sections/footer/copyright.html
index c7d369d..9f0064f 100644
--- a/themes/hugo-profile/layouts/partials/sections/footer/copyright.html
+++ b/themes/hugo-profile/layouts/partials/sections/footer/copyright.html
@@ -5,7 +5,7 @@