-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
19 lines (16 loc) · 1011 Bytes
/
Copy path.env.example
File metadata and controls
19 lines (16 loc) · 1011 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# ── Author & Institute ────────────────────────────────────────────────────────
# Copy this file to .env and fill in real values.
# .env is listed in .gitignore and will NOT be committed.
AUTHOR_NAME="Firstname Lastname"
AUTHOR_ORCID="0000-0000-0000-0000"
AUTHOR_EMAIL="you@institute.ac.th"
AUTHOR_AFFIL="Department of Physics, Your University, City, Country"
AUTHOR_AFFIL_SHORT="Your University"
# ── Paper identifiers (fill in after submission) ──────────────────────────────
ARXIV_ID="" # e.g. 2403.12345
ZENODO_DOI="" # e.g. 10.5281/zenodo.12345678
GITHUB_REPO="" # e.g. https://github.com/username/hgst-e7
# ── Simulation defaults (used by run scripts if they load .env) ───────────────
DEFAULT_SEED=203
DEFAULT_BETA=4.0
DEFAULT_KAPPA=0.3