mofsimplify

The MOF website for property prediction and community engagement.

https://github.com/hjkgrp/mofsimplify

Science Score: 57.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 1 DOI reference(s) in README
  • Academic publication links
    Links to: nature.com, acs.org
  • Academic email domains
  • Institutional organization owner
    Organization hjkgrp has institutional domain (hjkgrp.mit.edu)
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.7%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

The MOF website for property prediction and community engagement.

Basic Info
Statistics
  • Stars: 35
  • Watchers: 2
  • Forks: 6
  • Open Issues: 0
  • Releases: 1
Created over 5 years ago · Last pushed about 1 year ago
Metadata Files
Readme License Citation

README.md

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 v1.6.0, 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.
    • CSS: Any lines inside the <style> tag.
    • JavaScript: Any lines inside the <script> 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

Owner

  • Name: Kulik Group
  • Login: hjkgrp
  • Kind: organization
  • Location: Cambridge, MA

Heather Kulik research group

GitHub Events

Total
  • Release event: 1
  • Watch event: 4
  • Push event: 10
  • Create event: 1
Last Year
  • Release event: 1
  • Watch event: 4
  • Push event: 10
  • Create event: 1

Dependencies

temp_file_creation/tobacco_3.0/requirements.txt pypi
  • networkx *
  • numpy *
  • scipy *
environments/environment.yml pypi
  • pygments ==2.8.1