Personal site for Robinson Vidva — computational biologist with 18+ years of experience in bioinformatics, multi-omics data analysis, neuroscience, immunology, immuno-oncology, and drug discovery. Beyond the portfolio, the site is a hub for the free, open-source computational-biology tools he builds.
Live site: robinsonvidva.com
| Page | Description |
|---|---|
| Home | Overview, research highlights, featured tools, and latest work |
| CV | Work experience, education, skills, certifications, and CV PDF |
| Research | Publications, preprints, presentations, and patents (filter/search/sort) |
| Projects | Chronological tour of major projects and what they produced |
| Tools | Free, open-source tools — many run entirely in the browser |
| Articles | Long-form articles on computational biology topics |
| Contact | Contact form (Formspree + Cloudflare Turnstile) and profiles |
Certifications were merged into the CV page;
certifications.htmlnow redirects tocv.html#certifications.
- DrugInteract — educational drug-interaction reference (FDA labels), client-side.
- enrichlite — in-browser gene-set over-representation analysis (GO, Hallmark, Reactome).
- drugtargets — drug-target exploration & repurposing (Open Targets + openFDA).
- neokine — client-side MediaPipe pose visualization with simple kinematics (angles, velocity, asymmetry).
- neokine-labs — experimental MediaPipe Holistic pose/face playground.
- MyVivarium — open-source vivarium colony management with IoT sensing (CSBJ 2025); a v2 redesign is in development.
- Drug Repositioning Through Computational Modeling — how computational modeling enables drug repositioning from autoimmune disease to oncology to natural-compound integration for enhanced cancer therapy.
- MyVivarium: Streamlining Lab Animal Colony Management — an open-source, cloud-based application for managing research animal colonies with IoT-based environmental monitoring. Published in Computational and Structural Biotechnology Journal.
- HTML5, CSS3, vanilla JavaScript (no build step)
- Bootstrap 5.3
- DM Sans + JetBrains Mono (Google Fonts)
- Font Awesome 6
- Formspree (contact form) + Cloudflare Turnstile (bot protection)
- GitHub Pages with custom domain
- Google Analytics (gtag.js); per-page view counts written to
views.jsonby a GitHub Action
├── index.html # Home page
├── cv.html # CV + certifications
├── research.html # Publications, preprints, presentations, patents
├── projects.html # Project timeline
├── tools.html # Tools showcase
├── articles.html # Articles listing
├── contact.html # Contact form + profiles
├── certifications.html # Redirect → cv.html#certifications
├── terms.html # Terms of use & privacy policy
├── 404.html # Custom error page
├── articles/ # Individual article pages
│ ├── drug-repositioning-computational-approaches.html
│ └── myvivarium-lab-animal-management.html
├── scripts/
│ ├── enhance.js # Progress bar, scroll-reveal, count-up
│ └── fetch_ga_views.py # GA → views.json (run by GitHub Action)
├── style.css # Site-wide stylesheet
├── images/ # Logo, favicons, PWA icons
├── documents/ # Downloadable files (CV PDF)
├── favicon.ico # Multi-size favicon
├── site.webmanifest # PWA manifest
├── sitemap.xml # XML sitemap
├── feed.xml # RSS feed for articles
├── robots.txt # Crawler directives
├── views.json # Page view counts (auto-updated)
└── CNAME # Custom domain config
- Semantic
<main>landmark and skip-to-content link on every page prefers-reduced-motionhonored for all animations- Schema.org structured data: Person, ScholarlyArticle, CollectionPage, SoftwareApplication, BreadcrumbList, ContactPage
- Open Graph and Twitter Card meta tags, canonical URLs, author tags
- XML sitemap, RSS feed, and robots.txt
All rights reserved. Content and code are the intellectual property of Robinson Vidva.