Skip to content

Commit 811c15c

Browse files
committed
Added Preface + About Me
Added initial content, including _quarto.yl
1 parent 4707d36 commit 811c15c

31 files changed

+7278
-15
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@
66
.httr-oauth
77
.DS_Store
88
.quarto
9+
10+
/.quarto/

.nojekyll

Whitespace-only changes.

_quarto.yml

Lines changed: 36 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,41 @@ book:
99
chapters:
1010
- index.qmd
1111
- intro.qmd
12-
- summary.qmd
13-
- references.qmd
12+
13+
- part: "Foundations"
14+
chapters:
15+
- foundations_intro.qmd # Chapter 1.1
16+
# - foundations_considerations.qmd # Chapter 1.2
17+
# - foundations_gemini.qmd # Chapter 1.3
18+
#
19+
# - part: "Practical Applications"
20+
# chapters:
21+
# - apps_prompting.qmd # Chapter 2.1
22+
# - apps_gems.qmd # Chapter 2.2
23+
# - apps_lit_review.qmd # Chapter 2.3
24+
# - apps_translation.qmd # Chapter 2.4
25+
# - apps_coding.qmd # Chapter 2.5
26+
# - apps_other_tools.qmd # Chapter 2.6
27+
#
28+
# - part: "Advanced Possibilities"
29+
# chapters:
30+
# - advanced_casestudy.qmd # Chapter 3.1
31+
# - advanced_programmatic.qmd # Chapter 3.2
32+
# - advanced_validation.qmd # Chapter 3.3
33+
#
34+
# - part: "Q&A and Discussion"
35+
# chapters:
36+
# - discussion_qa.qmd # Chapter 4.1
37+
# - discussion_next_steps.qmd # Chapter 4.2
38+
#
39+
# - part: "Appendices"
40+
# chapters:
41+
# - appendix_quick_start.qmd
42+
# - appendix_templates.qmd
43+
# - appendix_resources.qmd
44+
# - appendix_ethics.qmd
45+
#
46+
# - references.qmd
1447

1548
bibliography: references.bib
1649

@@ -20,5 +53,4 @@ format:
2053
pdf:
2154
documentclass: scrreprt
2255

23-
24-
56+
editor: visual

docs/.nojekyll

Whitespace-only changes.
Binary file not shown.

0 commit comments

Comments
 (0)