- Added fallback copy method using
document.execCommand('copy')for browsers where clipboard API fails - Now works reliably with all email addresses including imbb.forth.gr domains
- Auto-closes after copy with checkmark confirmation
- Removed GitHub/Scholar links from contact (not needed there)
- Cleaner, simpler layout
- Removed standalone
/contactpage (all info is in section) - Action: You can delete
contact/index.mdfrom your repo
- Added RStudio Server link
- Added GitHub Organization link
- Added Notion Workspace links (main + Getting Started guide)
- Organized into "Lab Servers" and "Documentation & Code" sections
- New vertical layout with alternating figure placement
- Placeholder figures that show gracefully when image is missing
- Add your figures at:
/static/img/research/synaptic_diversity.png/static/img/research/cell_type_evolution.png/static/img/research/gpcr_evolution.png/static/img/research/coevolution.png
- Keywords/tags for each project
- Replaced single photo with scrollable gallery
- Navigation arrows for desktop
- Swipe/scroll on mobile
- Year/label overlay on each photo
- Add photos at
/static/img/lab/:lab_2025.jpglab_2024.jpgretreat_2024.jpg- (add more as needed - edit the HTML)
- The "Getting started!" post is from
_posts/2024-01-01-lab-opens.md - Options:
- Delete the file to remove the post
- Or delete the entire news section from
index.mdif not maintaining news - Or keep minimal (rename post to something like "Lab officially opens")
index.md → replace (simplified contact, email fix)
internal/index.md → replace (added RStudio, GitHub, Notion)
research/index.md → replace (vertical layout with figures)
members/index.md → replace (photo gallery)
_includes/header.html → replace (mobile menu fix)
contact/index.md → DELETE (redundant, all info in homepage section)
_posts/2024-01-01-lab-opens.md → DELETE if not using news
static/img/research/ → for research project figures
static/img/lab/ → for lab photos (multiple)
git add .
git commit -m "v2: Email fix, internal resources, research layout, photo gallery"
git pushEdit members/index.md and add more <div class="gallery-item"> blocks:
<div class="gallery-item" data-label="Summer 2024">
<img src="/static/img/lab/summer_2024.jpg" alt="Lab summer 2024">
</div>The data-label attribute appears as an overlay caption on the photo.
- Create your figure (recommended: PNG, ~600px wide)
- Save to
/static/img/research/ - Update the
<img src="...">path inresearch/index.md
Until you add figures, placeholder boxes will appear with the text "Figure: [Project Name]".
Delete this from index.md:
<section id="news">
...
</section>And remove "News" from _includes/header.html navigation.
Edit internal/index.md and add more <a class="internal-card"> blocks following the existing pattern.