VERSe Cleanroom Management System (CMS)

The VERSe Cleanroom Management System (CMS) is a web application specifically designed to efficiently manage the University of the Philippines Dliman (UPD) Vibrational Energy Harvesters for Resilient Sensor Nodes (VERSe) cleanroom. The system is being developed parallel to the creation of the cleanroom to manage all the cleanroom-housed equipment and keep track of all the process data that the facility will produce. It is patterned on a system used by a world-class academe-based cleanroom (i.e. Mercury of UC Berkeley Marvell Nanolab).

Aside from the equipment management, the CMS is envisioned to be the repository of all the cleanroom related information such as equipment inventory, equipment manuals, equipment usage logs, processes logs, and member information. A single data repository will aid in the documentation of the fabrication processes performed in the UPD cleanroom. This will also help in broadening the fabrication capabilities of the cleanroom through experimentation. The application is implemented using different open-source software.

Node.js

Node.js is an open-source, cross-platform, JavaScript run-time environment that executes JavaScript code outside of a browser. Node.js lets developers use JavaScript to write command line tools and for server-side scripting—running scripts server-side to produce dynamic web page content before the page is sent to the user's web browser. Consequently, Node.js represents a 'JavaScript everywhere' paradigm, unifying web application development around a single programming language, rather than different languages for server- and client-side scripts. SOURCE: Wikipedia

Boostrap

Bootstrap is a free and open-source CSS framework directed at responsive, mobile-first front-end web development. It contains CSS- and (optionally) JavaScript-based design templates for typography, forms, buttons, navigation and other interface components. SOURCE: Wikipedia

MongoDB

MongoDB is a cross-platform document-oriented database program. Classified as a NoSQL database program, MongoDB uses JSON-like documents with schema. MongoDB is developed by MongoDB Inc. and licensed under the Server Side Public License (SSPL). SOURCE: Wikipedia

Fullcalendar

FullCalendar is a jQuery plugin that provides a full-sized, drag & drop calendar.

DataTable

DataTables is a jQuery plugin that can provide a lot of functionality to HTML tables.