Skip to content

Commit 0b94243

Browse files
committed
Updates to the hugo theme.
1 parent 7dc7635 commit 0b94243

File tree

594 files changed

+24624
-57
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

594 files changed

+24624
-57
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[submodule "themes/ananke"]
22
path = themes/ananke
33
url = https://github.com/theNewDynamic/gohugo-theme-ananke.git
4+
[submodule "themes/hello-friend-ng"]
5+
path = themes/hello-friend-ng
6+
url = https://github.com/rhazdon/hugo-theme-hello-friend-ng.git
File renamed without changes.

config.toml

Lines changed: 35 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,45 @@
11
baseURL = 'https://vaqm2.github.io/'
22
languageCode = 'en-us'
33
title = 'Vivek Appadurai'
4-
theme = 'ananke'
4+
theme = 'hello-friend-ng'
5+
6+
PygmentsCodeFences = true
7+
PygmentsStyle = "monokai"
58

69
[params]
7-
# Ananke theme specific parameters
8-
# You can find more options in the theme's documentation
9-
# https://github.com/theNewDynamic/gohugo-theme-ananke
10+
homeSubtitle = "Bioinformatician | Software Developer | Data Tinkerer"
11+
12+
# Social icons
13+
[[params.social]]
14+
name = "github"
15+
url = "https://github.com/vaqm2"
16+
17+
[[params.social]]
18+
name = "linkedin"
19+
url = "https://www.linkedin.com/in/vivek-appadurai-54a622192/"
20+
21+
[[params.social]]
22+
name = "googlescholar"
23+
url = "https://scholar.google.com/citations?user=sUD1UocAAAAJ&hl=en&oi=ao"
1024

1125
[menu]
1226
[[menu.main]]
13-
name = "Home"
14-
url = "/"
15-
weight = 10
27+
identifier = "home"
28+
name = "Home"
29+
url = "/"
30+
weight = 10
1631
[[menu.main]]
17-
name = "Resume"
18-
url = "/resume/"
19-
weight = 20
32+
identifier = "resume"
33+
name = "Resume"
34+
url = "/resume/"
35+
weight = 20
2036
[[menu.main]]
21-
name = "Publications"
22-
url = "/publications/"
23-
weight = 30
37+
identifier = "publications"
38+
name = "Publications"
39+
url = "/publications/"
40+
weight = 30
41+
42+
[markup]
43+
[markup.goldmark]
44+
[markup.goldmark.renderer]
45+
unsafe = true

content/_index.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,4 @@ date: 2025-08-10T12:00:00+02:00
44
draft: false
55
---
66

7-
I'm a bioinformatician living in Copenhagen's awesome Vesterbro neighborhood. I spend my days building the data plumbing for huge biobanks that help us understand complex diseases. I'm obsessed with squashing batch effects, making smart guesses for missing data, and making sure our genetic studies are on the level. My biggest project so far is iPSYCH, a massive Danish biobank with data from 150,000 people, all to help us understand mental health better.
8-
9-
For the last couple of years, I've been a Senior Technical Data Steward at Novo Nordisk, where I'm on a mission to make our experimental data FAIR and ready for AI and machine learning. I build cloud-native apps using microservices, sprinkle in some natural language processing, and use fancy ontologies to make sure our data products play nicely with each other.
10-
11-
I also got to help modernize our compound database, which was a blast. I built logical data models for everything from old-school molecules to the latest and greatest in R&D.
12-
13-
When I'm not wrangling data, you can find me running or hanging out with my amazing 1-year-old daughter, Meenakshi.
7+
Bioinformatician | Software Developer | Data Tinkerer

content/publications/_index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: "Publications"
33
date: 2025-08-10T12:00:00+02:00
44
draft: false
5+
layout: "publications"
6+
type: "publications"
57
---
68

7-
This page will list my publications.
9+
A list of selected publications.

content/resume.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ date: 2025-08-10T12:00:00+02:00
44
draft: false
55
---
66

7+
<a href="/VivekAppaduraiCV.pdf" target="_blank" rel="noopener">Download CV</a>
8+
79
## Professional Summary
810

911
I'm a bioinformatics professional with over 12 years of experience in pharmaceutical research, clinical science and academic settings, specializing in the development, modernization, and support of scientific software solutions and informatics processes. I possess proven expertise in Python, SQL, automating workflows, using high performance, cloud computing platforms, and contributing to AI/ML-enabled drug discovery initiatives. I'm adept at bridging scientific research needs with technical execution, driving data automation, and optimizing underlying databases. In addition, I have demonstrated strong problem-solving, collaboration and communication skills, learning agility, along with a commitment to delivering user-friendly, research-centric solutions within dynamic software ecosystems.
@@ -67,4 +69,4 @@ Apr 2022
6769

6870
## Extracurricular
6971

70-
I'm an avid runner (PRs 10k: 46.01, 5k: 22:30) and I enjoy reading neo-western, classical American, Russian literature when I'm not spending time with my soon to be one-year old daughter. Prior to becoming a dad, I volunteered with the coding pirates branch in Østerbro, teaching programming skills in Python and Javascript to teenagers.
72+
I'm an avid runner (PRs 10k: 46.01, 5k: 22:30) and I enjoy reading neo-western, classical American, Russian literature when I'm not spending time with my soon to be one-year old daughter. Prior to becoming a dad, I volunteered with the coding pirates branch in Østerbro, teaching programming skills in Python and Javascript to teenagers.

layouts/_default/list.html

Lines changed: 0 additions & 10 deletions
This file was deleted.

layouts/_default/single.html

Lines changed: 0 additions & 10 deletions
This file was deleted.

layouts/partials/footer.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<footer class="footer">
2+
<p class="copyright">Vibe coded with <a href="https://github.com/google-gemini/gemini-cli" target="_blank" rel="noopener">gemini-cli</a></p>
3+
</footer>

layouts/partials/social-icons.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{{ range . -}}
2+
&nbsp; <a href="{{ .url }}" target="_blank" rel="noopener" title="{{ .name | humanize }}">{{ partial "svg.html" . }}</a> &nbsp;
3+
{{- end -}}

0 commit comments

Comments
 (0)