Giter VIP home page Giter VIP logo

spectroscopy's Introduction

See the site at http://spectro.geol.wwu.edu

About the site:

  • The primary use of the site is to search through a database containing VIS-NIR spectroscopy data, select samples from the search results, and then view the samples as a line/scatter plot. The users can also choose to download selected spectra in a zip file to perform any additional analysis. Some metadata about the samples, including a sample description is also available to view through the site, and is included with the downloaded sample data.

Technologies Used:

  • Django/Python - Web Framework
  • D3.js - JavaScript Graphing Library
  • MaterializeCSS/Sass - Front end design
  • PostgreSQL - Database
  • HTML/JavaScript/JQuery - Responsive Elements

Database Setup:

  • Install postgresql if you haven't

    sudo apt-get install python-pip python-dev libpq-dev postgresql postgresql-contrib

  • Install psycopg2

  • Set up the postgresql server with a user, myprojectuser with CREATEDB permissions, and set the password as specified in the settings.py file located in the djangoproject directory.

    psql CREATE USER myprojectuser WITH PASSWORD 'password' CREATEDB; \q #to exit the psql interactive terminal

  • Prepare database migrations

    python manage.py makemigrations -initdb

  • Migrate the database

    python manage.py migrate

spectroscopy's People

Contributors

4chloedawson avatar ermig avatar kyledmellander avatar

Watchers

 avatar  avatar

Forkers

ankitkumar9018

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.