A hub for evaluations and datasets in transportation research, run by the RERITE Working Group. Once GitHub Pages is enabled for this repository, the site is served at https://rrintransportation.github.io/EnD/.
The page collects:
- Spotlights — currently the Call for Interest survey gathering needs and wish lists for upcoming special issues in Transportation Research Part C and IEEE Transactions on Intelligent Transportation Systems.
- Related links — currently just the survey; more (journals, collections) will be added once details are confirmed.
- Featured papers — empty for now; papers from the special issues will be added as they are published.
The site is plain static HTML — no build step.
- index.html — page content. Commented card templates inside the
Spotlights and Featured Papers sections show how to add new entries. The
navbar is taken from the main RERITE site; its
../links resolve to the parent site's pages because this repo is served under/EnD/. - styles.css — shared stylesheet, copied verbatim from rrintransportation.github.io so the hub matches the RERITE site's look.
- images/logo_png.png — RERITE logo used in the navbar.
In the repository settings, under Pages, set the source to Deploy from a
branch, branch main, folder / (root).