Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Machine Learning Research to Advance Simulation Science

NotificationsYou must be signed in to change notification settings

simulation-science/simulation-science.github.io

Repository files navigation

Aim


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.


Building the Website

> 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.

Deploying to GitHub pages

  • Define two command-line variablesGH_TOKEN andGH_REF.GH_TOKEN is your Github personal access token, and will look likeusername:token.GH_REF is the location of this repo, e.g.,$> export GH_REF=github.com/brownvc/neural-fields-review.

  • DO NOT addGH_TOKEN to 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!

  • Executemake deploy.

  • That's it.


Repo Stub

Therepo contains:

  1. Datastoresitedata/

Collection of CSV files representing the papers, speakers, workshops, and other important information for the conference.

  1. Routingmain.py

One file flask-server handles simple data preprocessing and site navigation.

  1. Templatestemplates/

Contains all the pages for the site. Seebase.html for the master page andcomponents.html for core components.

  1. Frontendstatic/

Contains frontend components like the default css, images, and javascript libs.

  1. Scriptsscripts/

Keyword Statistics

  • 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.


[8]ページ先頭

©2009-2025 Movatter.jp