Coder Social home page Coder Social logo

elsenety / mofsimplify Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hjkgrp/mofsimplify

0.0 0.0 0.0 1.43 GB

The MOF website for property prediction and community engagement.

Home Page: https://mofsimplify.mit.edu

License: MIT License

Shell 0.01% JavaScript 3.82% C++ 81.23% Python 7.69% Perl 0.18% C 1.12% Tcl 0.68% R 0.06% Gnuplot 0.01% Makefile 0.24% HTML 3.33% CMake 0.11% POV-Ray SDL 0.24% Cython 1.07% Roff 0.21%

mofsimplify's Introduction

MOFSimplify

The MOF website for property prediction and community engagement. Available at https://mofsimplify.mit.edu/

Tested on Chrome Version 93.0.4577.82, Safari Version 15.0, Firefox 92.0, and Edge 94.0.992.37.

How to run MOFSimplify locally (tested on Python 3.8.5):

  • Install Flask, molSimplify, and any other necessary dependencies (see environments/environment.yml).
  • Run python app.py to start a server instance.
    • Will need to comment out MongoClient code in app.py if you don't have permission to access the MOFSimplify databases.
  • Go to http://localhost:8000/ in your browser (or whatever address app.py prints).
  • Refresh the page, or quit and re-run python app.py, every time you make changes to the frontend or backend.

Structure of MOFSimplify:

  • Backend: app.py
    • Contains the code that generates stability predictions on MOFs.
    • Contains the code that gets a MOF's components.
    • Contains the code that generates MOFs from building blocks.
    • Contains the code that gets information on a MOF's latent space nearest neighbor.
    • Contains the code that sends information to MOFSimplify's databases.
  • Frontend: index.html
    • Allows the user to request and see analysis on MOFs of their choosing.

    • Allows the user to give feedback and upload information about new MOFs.

    • Sends MOF information to the backend for analysis, and receives the analysis from the backend.

    • Contains the code that visualizes MOFs.

    • Dependencies: Contained in libraries/ folder (including Bootswatch theme).

    • HTML: Any lines inside the <body> tag.

    • JavaScript: Any lines inside the <script> tag.

    • CSS: Any lines inside the <style> tag.

    • Interactive elements: Look at the Javascript code inside the <script> tag at the bottom of the file.

So, the most important files are index.html and app.py

Updates

In the 2021 and 2022 papers describing the activation and thermal stability models on MOFSimplify, MOF density $\rho$ was listed as one of the fourteen Zeo++ geometric features fed to models. This was a minor error. Cell volume (in units of $Å^3$), not $\rho$, is the fourteenth Zeo++ feature used.

References

mofsimplify's People

Contributors

gianmarco-terrones avatar adityanandy avatar naveenarun avatar

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.