There was an error while loading. Please reload this page.
1 parent 616e3d4 commit cc566a5Copy full SHA for cc566a5
2 files changed
README.md
@@ -36,3 +36,6 @@ make -C build figures # optional example figure(s) -> docs/figures
36
make -C build web-data # copy processed TTL + stats into web/data/
37
make -C build all # ontology + figures + web-data
38
- [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
@@ -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