All Projects → usnistgov → NEMO

usnistgov / NEMO

Licence: other
NEMO is a laboratory logistics web application. Use it to schedule reservations, control tool access, track maintenance issues, and more.

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to NEMO

hmis
This is an Open Source Java EE based Hospital Information Management System
Stars: ✭ 65 (-17.72%)
Mutual labels:  laboratory, lims
HPC
A collection of various resources, examples, and executables for the general NREL HPC user community's benefit. Use the following website for accessing documentation.
Stars: ✭ 64 (-18.99%)
Mutual labels:  laboratory
senaite.health
SENAITE LIMS extension for Health Care labs
Stars: ✭ 19 (-75.95%)
Mutual labels:  lims
gpib-usbcdc
Interface bridge between GPIB and USB communication device class
Stars: ✭ 81 (+2.53%)
Mutual labels:  laboratory
laboratory
Feature flags for multi-module Kotlin Android projects
Stars: ✭ 71 (-10.13%)
Mutual labels:  laboratory
covid-19-image-repository
Anonymized dataset of COVID-19 cases with a focus on radiological imaging. This includes images (x-ray / ct) with extensive metadata, such as admission-, ICU-, laboratory-, and patient master-data.
Stars: ✭ 42 (-46.84%)
Mutual labels:  laboratory
python-labthings
Python implementation of LabThings, based on the Flask microframework
Stars: ✭ 17 (-78.48%)
Mutual labels:  laboratory
MetaLIMS
MetaLIMS, A Simple Open-Source Laboratory Information Management System for Small Metagenomic Labs
Stars: ✭ 39 (-50.63%)
Mutual labels:  lims
senaite.impress
HTML to PDF Rendering Engine for SENAITE
Stars: ✭ 16 (-79.75%)
Mutual labels:  lims
aquarium
The Aquarium Lab Operating System
Stars: ✭ 44 (-44.3%)
Mutual labels:  lims
iSkyLIMS
is an open-source LIMS (laboratory Information Management System) for Next Generation Sequencing sample management, statistics and reports, and bioinformatics analysis service management.
Stars: ✭ 33 (-58.23%)
Mutual labels:  lims

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 at https://nemo.nist.gov/demo.

User roles

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

  • Captain Nemo: super admin
  • Pierre Aronnax: staff member
  • Ned Land: regular user

Jumbotron

The jumbotron is available at https://nemo.nist.gov/demo/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.

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].