Skip to content

Commit

Permalink
Merge pull request #289 from usnistgov/develop
Browse files Browse the repository at this point in the history
Update guide and toggle.
  • Loading branch information
knc6 authored Dec 29, 2023
2 parents 166ccc5 + 2cbfbd1 commit 5008015
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
#pip install codecov
python setup.py develop
#python -m pip install -r requirements.txt
echo 'PIP FREEZE'
pip freeze
- name: Build site
run: |
# flake8 --ignore E203,W503 --exclude=tests --statistics --count --exit-zero jarvis_leaderboard
Expand Down
4 changes: 4 additions & 0 deletions docs/guide.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Guide

# External Resources
- [Powerpoint slides](https://lnkd.in/eNg4w6Cz)
- [YouTube video](https://www.youtube.com/embed/QDx3jSIwpMo?autoplay=1&mute=1)

# Terminologies used in this project

- Categories: are of following types [Artificial Intelligence (AI)](./AI), [Electronic Structure (ES)](./ES), [Force-field (FF)](./FF), [Quantum Computation (QC)](./QC) and [Experiments (EXP)](./EXP). Each of these categories are divided into sub-categories. These sub-categories include single-property-prediction, single-property-classification, machine-learning force-fields, text-classification, text-token classification, text-generation, image classification, image-segmentation, image-generation, spectra-prediction, and eigensolver. These categories and sub-categories are highly flexible and new entries can be easily added.
Expand Down
6 changes: 3 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,9 @@ theme:
#accent: blue
- media: "(prefers-color-scheme: light)"
scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
#toggle:
# icon: material/toggle-switch
# name: Switch to light mode
primary: 'teal'
accent: 'light blue'
# Plugins
Expand Down

0 comments on commit 5008015

Please sign in to comment.