https://github.com/barathme/hen_multiscale_lowk
Explainable Multiscale Modeling of High-Entropy Nitride Superlattices for Low-Thermal-Conductivity Coatings
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.1%) to scientific vocabulary
Last synced: 6 months ago
·
JSON representation
·
Repository
Explainable Multiscale Modeling of High-Entropy Nitride Superlattices for Low-Thermal-Conductivity Coatings
Basic Info
- Host: GitHub
- Owner: barathme
- License: mit
- Default Branch: main
- Size: 1.95 KB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 1
Created 6 months ago
· Last pushed 6 months ago
Metadata Files
Readme
License
Citation
README.md
HEN Multiscale Low-K: Data & Code
This repository contains data, code, and figures supporting the manuscript: “Explainable Multiscale Modeling of High-Entropy Nitride Superlattices for Low-Thermal-Conductivity Coatings.”
Contents
data/– raw & processed datasets + metadatadft_inputs/– input files for first-principles runs (e.g., VASP)ml_models/– training scripts, SHAP analysis, saved modelsfe_model/– steady-state conduction model inputs & scriptsfigures/– high-resolution figures (1000 dpi) and editable scriptsdocs/– extended methodology and citation info
Quick Start
- Install Python 3.10+
- Install dependencies:
bash pip install -r ml_models/requirements.txt - Train & demo (uses dummy data if
data/processed/dataset.csvnot found):bash python ml_models/training_scripts/train_model.py - SHAP summary (after training):
bash python ml_models/shap_analysis/shap_summary.py - 1D FE conduction demo:
bash python fe_model/post_processing/calc_deltaT.py
Data
- Place your cleaned training data at:
data/processed/dataset.csv(columns example included indata/metadata/DATA_README.md).
Citation
Add Zenodo DOI badge here once generated.
License
MIT License (see LICENSE).
Owner
- Login: barathme
- Kind: user
- Repositories: 1
- Profile: https://github.com/barathme
Citation (CITATION.cff)
cff-version: 1.2.0
message: "If you use this repository, please cite it."
title: "HEN Multiscale Low-K: Data & Code"
authors:
- family-names: "YourSurname"
given-names: "YourName"
license: MIT
version: "1.0.0"
doi: "10.5281/zenodo.TBD"
date-released: "2025-08-23"
repository-code: "https://github.com/YOUR_USERNAME/HEN_Multiscale_LowK"
GitHub Events
Total
- Release event: 1
- Create event: 3
Last Year
- Release event: 1
- Create event: 3