├── .github └── workflows │ └── ci.yml ├── CITATION.cff ├── CONTRIBUTING.md ├── README.md └── _.config.yml /.github/workflows/ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tilde-lab/awesome-materials-informatics/HEAD/.github/workflows/ci.yml -------------------------------------------------------------------------------- /CITATION.cff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tilde-lab/awesome-materials-informatics/HEAD/CITATION.cff -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tilde-lab/awesome-materials-informatics/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tilde-lab/awesome-materials-informatics/HEAD/README.md -------------------------------------------------------------------------------- /_.config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tilde-lab/awesome-materials-informatics/HEAD/_.config.yml --------------------------------------------------------------------------------