- Notifications
You must be signed in to change notification settings - Fork0
Machine Learning Research to Advance Simulation Science
simulation-science/simulation-science.github.io
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
To organize research articles that pushes the boundary ofmachine learning and (graph) neural networks for simulation with the introduction of novel approaches, algorithms, or theoretical insights.
> pip install -r requirements.txt> make run
When the code is ready to be deployed, runmake freeze to get a static version of the website in thebuild folder.
Define two command-line variables
GH_TOKENandGH_REF.GH_TOKENis your Github personal access token, and will look likeusername:token.GH_REFis the location of this repo, e.g.,$> export GH_REF=github.com/brownvc/neural-fields-review.DO NOT add
GH_TOKENto the Makefile—this is your personal access token and should be kept private. Hence, declare a temporary command line variable usingexport.Commit any changes. Any uncommited changes will be OVERWRITTEN!
Execute
make deploy.That's it.
Therepo contains:
- Datastore
sitedata/
Collection of CSV files representing the papers, speakers, workshops, and other important information for the conference.
- Routing
main.py
One file flask-server handles simple data preprocessing and site navigation.
- Templates
templates/
Contains all the pages for the site. Seebase.html for the master page andcomponents.html for core components.
- Frontend
static/
Contains frontend components like the default css, images, and javascript libs.
- Scripts
scripts/
- Keyword Statistics: The keywords are generated by a JS script (paper_vis_statistics.js line 13-58) running on the front end every time this page is loaded. So yes they will change correspondingly when papers' data is updated.
About
Machine Learning Research to Advance Simulation Science
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.