Skip to content

Commit cc566a5

Browse files
committed
docs: add recipes index and link from README
1 parent 616e3d4 commit cc566a5

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,6 @@ make -C build figures # optional example figure(s) -> docs/figures
3636
make -C build web-data # copy processed TTL + stats into web/data/
3737
make -C build all # ontology + figures + web-data
3838
- [Ontology data ingest guide](docs/recipes/ontology-data-ingest.md)
39+
40+
- [Recipes index](docs/recipes/README.md)
41+
- [Ontology data ingest guide](docs/recipes/ontology-data-ingest.md)

docs/recipes/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Curated, task-oriented guides for common workflows.
2+
- **Ontology data ingest (SQL → RDF)**
3+
See: [ontology-data-ingest.md](ontology-data-ingest.md)
4+
- PubMed literature ingestion (plants ↔ compounds)
5+
- Web data export & GitHub Pages tips
6+
- Curation spreadsheet → TTL/RDF pipeline

0 commit comments

Comments
 (0)