diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..9aaeac1 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "cSpell.words": [ + "crossreferences" + ] +} \ No newline at end of file diff --git a/HISTORY.md b/HISTORY.md index c142a8b..45cb74a 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,17 @@ # History +## Edition 0.0.5 + +- Update CLI chapter. + +- Decoupled Seq analysis and Genomics into separate chapters. + +- Chapters were reorganized in its own dirs to make easier navigation. They also were renamed for later easier addition of other chapters. + +- New learning features using Quarto callouts. This will hopefully improve learning and enjoy the book. + +- Chapters sections will have numbering. + ## Edition 0.0.4 - Minor typos and outline for the structural biology section @@ -14,12 +26,12 @@ - This edition includes more information of the book and author -- Adds DOI and zenodo +- Adds DOI and Zenodo - Includes Social commenting ## Edition 0.0.1 -- This preeliminary edition contains the basic ouline of the book +- This preliminary edition contains the basic outline of the book - Contains the first draft solutions to challenges demos diff --git a/NEWS.md b/NEWS.md index f489551..547490b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,11 +1,13 @@ -# Edition 0.0.5 +# Edition 0.0.6 -- Update CLI chapter. +- More updates to CLI chapter. -- Decoupled Seq analysis and Genomics into separate chapters. +- Update the Version Control chapter. + +- Decoupled genome annotation section into separate chapter. -- Chapters were reorganized in its own dirs to make easier nagivigation. They also were renamed for later easier addition of other chapters. +- Add a motif search challenge -- New learning features using Quarto callouts. This will hopefully improve learning and enjoy the book. +- Add cover image -- Chapters sections will have numbering. +- Many typos corrected.