@@ -72,6 +72,8 @@ website:
7272 href : ./data-collection/index.qmd
7373 - text : " Data Cleaning"
7474 href : ./data-cleaning/index.qmd
75+ - text : " Data Science"
76+ href : ./data-science/index.qmd
7577 - text : " Research Transparency"
7678 href : ./research-transparency/understanding-transparency.qmd
7779 - text : " How-to Guides"
@@ -247,6 +249,76 @@ website:
247249 href : ./data-cleaning/dataset-documentation.qmd
248250 - text : " Data Aggregation"
249251 href : ./data-cleaning/data-aggregation.qmd
252+ - section : " Data Science"
253+ contents :
254+ - text : " About Data Science"
255+ href : ./data-science/index.qmd
256+ - section : " Web Scraping"
257+ contents :
258+ - text : " Introduction to Web Scraping"
259+ href : ./data-science/webscraping/index.qmd
260+ - text : " Getting Started with Gazpacho"
261+ href : ./data-science/webscraping/gazpacho-basics.qmd
262+ - text : " Making HTTP Requests"
263+ href : ./data-science/webscraping/getting-data.qmd
264+ - text : " Parsing HTML with Soup"
265+ href : ./data-science/webscraping/parsing-soup.qmd
266+ - text : " Integration with Pandas"
267+ href : ./data-science/webscraping/pandas-integration.qmd
268+ - text : " Advanced Selection"
269+ href : ./data-science/webscraping/strict-attributes.qmd
270+ - section : " Python Data Analysis"
271+ contents :
272+ - text : " Introduction to Python"
273+ href : ./data-science/data-analysis/index.qmd
274+ - text : " Running and Quitting"
275+ href : ./data-science/data-analysis/run-quit.qmd
276+ - text : " Variables and Assignment"
277+ href : ./data-science/data-analysis/variables.qmd
278+ - text : " Data Types and Conversion"
279+ href : ./data-science/data-analysis/types-conversion.qmd
280+ - text : " Built-in Functions"
281+ href : ./data-science/data-analysis/built-in.qmd
282+ - text : " Libraries"
283+ href : ./data-science/data-analysis/libraries.qmd
284+ - text : " Lists"
285+ href : ./data-science/data-analysis/lists.qmd
286+ - text : " For Loops"
287+ href : ./data-science/data-analysis/for-loops.qmd
288+ - text : " Conditionals"
289+ href : ./data-science/data-analysis/conditionals.qmd
290+ - text : " Looping Over Data Sets"
291+ href : ./data-science/data-analysis/looping-data-sets.qmd
292+ - text : " Writing Functions"
293+ href : ./data-science/data-analysis/writing-functions.qmd
294+ - text : " Variable Scope"
295+ href : ./data-science/data-analysis/scope.qmd
296+ - text : " Programming Style"
297+ href : ./data-science/data-analysis/style.qmd
298+ - text : " Reading Tabular Data"
299+ href : ./data-science/data-analysis/reading-tabular.qmd
300+ - text : " Pandas DataFrames"
301+ href : ./data-science/data-analysis/data-frames.qmd
302+ - text : " Plotting"
303+ href : ./data-science/data-analysis/plotting.qmd
304+ - section : " Data Visualization"
305+ contents :
306+ - text : " Introduction to Visualization"
307+ href : ./data-science/data-visualization/index.qmd
308+ - text : " Introduction to Seaborn"
309+ href : ./data-science/data-visualization/intro-seaborn-objects.qmd
310+ - text : " Grammar of Graphics"
311+ href : ./data-science/data-visualization/grammar-of-graphics.qmd
312+ - text : " Marks and Geometric Objects"
313+ href : ./data-science/data-visualization/marks-geometric-objects.qmd
314+ - text : " Faceting and Layering"
315+ href : ./data-science/data-visualization/faceting-layering.qmd
316+ - text : " Labels and Customization"
317+ href : ./data-science/data-visualization/labels-scales-customization.qmd
318+ - text : " Statistical Transformations"
319+ href : ./data-science/data-visualization/statistical-transformations.qmd
320+ - text : " Themes and Final Polish"
321+ href : ./data-science/data-visualization/themes-final-polish.qmd
250322 - section : " Research Transparency"
251323 contents :
252324 - text : " Understanding Research Transparency"
@@ -279,10 +351,30 @@ website:
279351 contents :
280352 - text : " Virtual Environments Overview"
281353 href : ./software/virtualenv/index.qmd
354+ - text : " Python Virtual Environments"
355+ href : ./software/virtualenv/python-uv.qmd
356+ - text : " Docker"
357+ href : ./software/virtualenv/docker.qmd
282358 - section : " Version Control"
283359 contents :
284360 - text : " Git"
285361 href : ./software/git/index.qmd
362+ - text : " Getting Started with Git"
363+ href : ./software/git/getting-started.qmd
364+ - text : " Creating a Repository"
365+ href : ./software/git/create-repo.qmd
366+ - text : " Git Configuration"
367+ href : ./software/git/configuration.qmd
368+ - text : " Tracking Changes"
369+ href : ./software/git/track-changes.qmd
370+ - text : " Push and Pull Changes"
371+ href : ./software/git/push-changes.qmd
372+ - text : " Working with Branches"
373+ href : ./software/git/branches.qmd
374+ - text : " Creating Pull Requests"
375+ href : ./software/git/pull-request.qmd
376+ - text : " Handling Merge Conflicts"
377+ href : ./software/git/conflicts.qmd
286378 - text : " GitHub"
287379 href : ./software/github/index.qmd
288380 - section : " Code Environments"
0 commit comments