Skip to content

usnistgov/NEMO

Repository files navigation

Code style: black Code style: djlint

PyPI - Python Version Docker Image Version (latest semver) GitHub release (latest by date) PyPI

The NEMO web application is laboratory logistics software that strives to be intuitive and easy to use, making life easier in the lab. NEMO manages tool reservations, control access to tools, and streamline logistics and communication. The code is open source and free so that other labs can benefit.

Online demo

An online version of the splash pad is available on a third party website at https://nemo-demo.atlantislabs.io.

User roles

You will be automatically logged in as superadmin "captain".
Use the impersonate feature to switch between user roles:

  • Ned Land: regular user
  • Pierre Aronnax: staff member
  • Assistant Conseil: user office
  • Commander Farragut: accounting
  • Captain Nemo: super admin

Jumbotron

The jumbotron is available at https://nemo-demo.atlantislabs.io/jumbotron/

Kiosk/Area access

You can test the kiosk and area access features by going to the following URLs:

To simulate the badge reader, press F2 then the badge number (1 for captain, 2 for professor, 3 for ned) and press F2 again.

On premise demo

You can try NEMO out using the "splash pad" Docker image, which comes preconfigured and loaded with sample data. Install Docker Community Edition (CE) and run this command:
docker run --detach --name nemo_splash_pad --publish 8000:8000 nanofab/nemo_splash_pad
... then open a web browser to http://localhost:8000. You can stop and remove the NEMO splash pad with the command:
docker rm --force nemo_splash_pad

Documentation

Documentation for NEMO resides in the GitHub wiki.

You can also download the latest NEMO Feature Manual and the NEMO Hardware Accessories document.

If you're interested in deploying NEMO at your organization, there are deployment considerations documented in the wiki. This covers what infrastructure you will need in order to have a robust production-level deployment. The installation guide provides a step-by-step guide to deploying NEMO.

The community page outlines how to ask questions and contribute to NEMO. Bugs can be reported to the issues page. If you've found a security issue with NEMO then please read our security policy and tell us discretely.

Screenshots

Here are some sample screenshots showing some of NEMO's primary features.

Landing page - the first thing a user sees when visiting NEMO Landing page

Calendar - manage tool reservations Calendar

Tool control (with hardware interlocks) - enable or disable tools, report problems, view tool status Tool control

Maintenance tasks Maintenance tasks