Preview build on GitHub Pages. The open registry will live at e2er.org.
Skip to content
Demonstrator · items marked Example are invented · what exists today
E2ER

Publish your research

Your files stay where they are, on your computer or in your GitHub repository. Publishing adds a public page that says what the research is, who made it, what it builds on and what E2ER checked.

Web publishing plannedChecks and publishing work from the command lineThis walk-through is an example
  1. 1 · Sign in

    With GitHub, where your research files live, or with ORCID, your researcher iD. You can link both to one profile.

  2. 2 · Choose your research

    Pick the folder that e2er export wrote after your run. It holds the paper, results, code and a list of every file with its fingerprint.

  3. 3 · E2ER checks it

    E2ER opens every file and compares it with the fingerprint recorded when the research was produced. Anything changed afterwards shows up here.

  4. 4 · Add details

    Templates, specialists, skills and datasets the run used are filled in from its records, so their authors are credited automatically.

  5. 5 · Published

    ✓ Your research has a public page

    In the real flow it would appear at e2er.org/…. See how the published showcase looks.

For developers: what happens behind the page

Today the same result is reached from the command line. e2er publish verifies the exported folder and writes a description file, e2er.json. That file is added to the public list of research in the repository bhanneke/e2er-site by a pull request; the web flow will open that pull request for you.

e2er publish <folder> --owner <github-login> --project <name> --orcid <iD> --repo <url> --commit <sha>

The command is on the development branch registry-publish of E2ER; the PyPI release does not include it yet. Format of e2er.json.