Repositories and conventions
TipREADME template
Use the template README as a checklist before the first public release.
Common requirements (summary)
From Lineamientos_colaboradores:
- Short names, preferably English.
- Public repositories unless a contract explicitly forbids it.
- Required files:
README.md,.gitignore, license — MIT recommended. - Short GitHub description with scientific context.
Standard layout
Code/
Process/
Descriptive/
Models/
Output_Analysis/
Graphs/
Tables/
.gitignore
README.md
LICENSE
README essentials
Based on the org template:
- Title — ideally the paper or product title.
- Metrics / funding — ANID, FONDECYT, IUP, etc.
- Authors + active maintainer — email for contact.
- Scientific description — background, aims, methods (abstract is enough to start).
- Data — external link + script execution order.
- Main results — numbered figures/tables with short notes.
Examples
| Repo | Role |
|---|---|
| HeatWave_PretermBirth_Chile | Heat waves & prematurity |
| Pollution_Kriging | SINCA pollution surfaces |
| Imputation_ClimData24 | Climate gaps imputation |
More: organization repositories.