Skip to content

Commit

Permalink
reorganization of content to focus on a smaller number of categories
Browse files Browse the repository at this point in the history
  • Loading branch information
stuchalk committed Jan 16, 2024
1 parent c30daa0 commit 0b09fa4
Show file tree
Hide file tree
Showing 28 changed files with 29 additions and 37 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.idea
.DS_Store
book/_build
book/recipes/hiddensettings.py
book/manipulations/hiddensettings.py
book/howtos/inchikeys.md
book/.DS_Store
Pipfile.lock
book/ingredients/conformer1.txt
book/ingredients/conformer2.txt
book/datasources/conformer1.txt
book/datasources/conformer2.txt
47 changes: 19 additions & 28 deletions book/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,48 +8,39 @@ parts:
chapters:
- file: about_cookbook
title: About this Cookbook
sections:
- file: iupacfair
- file: use_cookbook
- file: contributions
- file: feedback
- caption: The FAIR Chemistry Cookbook
chapters:
- file: cooking
title: The Joy of Cooking
- file: techniques
title: Cooking Techniques
title: FAIR Techniques
sections:
- glob: techniques/*
- file: utensils
title: Utensils to Use
- file: tools
title: Tools & Web Services
sections:
- glob: utensils/*
- file: ingredients
title: Finding Ingredients
- glob: tools/*
- file: data_sources
title: Data Sources
sections:
- glob: ingredients/[!pubchem]*
- file: ingredients/pubchem
- file: ingredients/pubchem_pugrest
- glob: datasources/[!pubchem]*
- file: datasources/pubchem
- file: datasources/pubchem_pugrest
sections:
- file: ingredients/pubchem_pugrest1
- file: ingredients/pubchem_pugrest2
- file: ingredients/pubchem_pugrest3
- file: recipes
title: Data Recipes
sections:
- glob: recipes/*
- file: menus
title: FAIR Menus
sections:
- glob: menus/*
- file: school
title: Culinary School
- file: datasources/pubchem_pugrest1
- file: datasources/pubchem_pugrest2
- file: datasources/pubchem_pugrest3
- file: manipulations
title: Data Manipulations
sections:
- glob: school/*
- file: plating
title: Data Plating
- glob: manipulations/*
- file: usecases
title: Use Cases & Workflows
sections:
- glob: standards/*
- glob: usecases/*
- caption: Reference
chapters:
- file: about_project
Expand Down
2 changes: 1 addition & 1 deletion book/cooking.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Cooking up FAIR Chemical Data
# The Joy of Cooking (FAIR data)

Add more content
3 changes: 1 addition & 2 deletions book/ingredients.md → book/data_sources.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
> **This is an outline of the section. Detailed content is coming soon.**
# Data standards and formats for Chemistry
# Sources of FAIR Chemical Data

This section will provide descriptions of standard notation and file formats available for sharing and reusing chemical data that are referred to in recipes throughout this book.

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion book/feedback.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Help Us! Provide Feedback
# Feedback on the Cookbook

Please review the book content, provide feedback and share your ideas for additional contributions.
* [Questionnaire](https://forms.gle/mnPiXpnWwf7928wi9)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion book/standards/std_learn_spectra.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ More on this approach can be found at [Preparing Chemical Data for FAIR Sharing

Associated data is critical for reusing spectral data sets. Guidance on this is offered in the reports of the
[FAIRSpec IUPAC project](https://iupac.org/project/2019-031-1-024/). Some details are also included in
[Creating a UV/Vis (meta)data file structure for small molecule characterisation](../recipes/uvvis_metadata.ipynb).
[Creating a UV/Vis (meta)data file structure for small molecule characterisation](../usecases/uvvis_metadata.ipynb).

It is always important to include

Expand Down
2 changes: 1 addition & 1 deletion book/techniques.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# FAIR Chemistry Cooking Techniques
# FAIR Techniques for Chemical Data

Add more content
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions book/use_cookbook.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# How to use the Cookbook

File renamed without changes.
File renamed without changes.
File renamed without changes

0 comments on commit 0b09fa4

Please sign in to comment.