siddinc / GSA-Database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GSA-Database

About The Project

A Flask app More details will be added later

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • python3
    brew install python
  • Flask
    pip3 install Flask 

Installation

  1. Clone the repo
    git clone https://github.com/nanoMFG/GSA-Database.git
  2. Install NPM packages
    npm install

Running the application

python3 app.py

Description of Gr-ResQ Data Model

The main entry is an experiment. Each experiment may consists of the following components. Components marked with an asterisk are required.

authors

  • name*: name of contributor
  • affiliation: affiliation of of contributor

recipe

  • base pressure
  • carbon source
  • preparation step
    • step name
    • duration
    • temperature
    • furnace pressure
    • sample locatioon
    • helium flow rate
    • H2 flow rate
    • C flow rate
    • cooling rate

furnace

  • tube diameter
  • cross sectional area
  • tube length
  • length of heated region

environmental conditions

  • dew point
  • ambient temperature

substrate

  • catalyst
  • thickness
  • diameter
  • length
  • surface area

properties

results

  • SEM images
  • raman spectra

About


Languages

Language:Jupyter Notebook 83.7%Language:Python 16.3%