Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GEMINI Consortium — Website

Static website for GEMINI (GErmline's Molecular Interactions at Nanoscale Imaging), a research consortium of IMBA, IMP (Vienna BioCenter) and ISTA.

No build step, no dependencies — just HTML, CSS and JavaScript.

Structure

GEMINI_website/
├── index.html            # page markup (sections & layout)
├── README.md
└── assets/
    ├── css/style.css     # all styling
    ├── img/              # put people photos / logos here
    └── js/
        ├── data.js       # ← EDIT THIS to update content
        └── main.js       # rendering logic (rarely edited)

Editing content

Open assets/js/data.js and edit the lists. Everything on the page (People, Publications, News, Jobs) is generated from that one file.

  • Add a person → add a { name, role, affiliation, photo, link } block to PEOPLE. Drop a photo in assets/img/ and set photo: "assets/img/name.jpg", or leave photo: "" to show the person's initials.
  • Add a publication → add to PUBLICATIONS.
  • Add news / an event → add to NEWS.
  • Open positions → edit JOBS (set const JOBS = []; when there are none).

Text in the hero, mission and contact sections lives directly in index.html.

Previewing locally

Just open index.html in a browser, or run a tiny local server:

cd GEMINI_website
python3 -m http.server 8000
# then visit http://localhost:8000

Deploying (GitHub Pages — free)

  1. Create a GitHub repo and push these files.
  2. Repo → Settings → Pages → Source: main branch, / (root).
  3. Your site goes live at https://<user>.github.io/<repo>/.
  4. For a custom domain (e.g. gemini-consortium.org), add it under Settings → Pages → Custom domain and create a CNAME DNS record.

Notes / placeholders to replace

  • People names (except Sven Klumpe), photos and profile links.
  • Publications, news items and job listings.
  • Contact address and email (info@gemini-consortium.org is a placeholder).
  • Partner logos are shown as text; drop real logo images into assets/img/ and swap the .partner-list items in index.html if you prefer graphics.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages