Webpage for Measuring Open Science in Transportation Research
This repository hosts HTML files that are accessible via GitHub Pages at:
https://RRinTransportation.github.io/OTSM/{HTML file name}
To test HTML files locally, you can:
- Open the HTML files directly in your browser
- Use a simple HTTP server (e.g.,
python -m http.server 8000)
OTSM/
├── index.html # Main landing page
├── explorer.html # Example additional page
├── README.md # This file
└── .gitignore # Git ignore rules