@@ -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"
@@ -88,6 +90,8 @@ website:
8890 href : ./research-transparency/how-to-publish-dataverse.qmd
8991 - text : " Software Guides"
9092 menu :
93+ - text : " The Shell"
94+ href : ./software/shell/index.qmd
9195 - text : " Git"
9296 href : ./software/git/index.qmd
9397 - text : " GitHub"
@@ -245,6 +249,76 @@ website:
245249 href : ./data-cleaning/dataset-documentation.qmd
246250 - text : " Data Aggregation"
247251 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
248322 - section : " Research Transparency"
249323 contents :
250324 - text : " Understanding Research Transparency"
@@ -255,22 +329,58 @@ website:
255329 href : ./research-transparency/how-to-publish-dataverse.qmd
256330 - section : " Software Guides"
257331 contents :
258- - section : " Coding Guides"
332+ - text : " Software Overview"
333+ href : ./software/index.qmd
334+ - section : " The Shell"
335+ contents :
336+ - text : " Introducing the Shell"
337+ href : ./software/shell/index.qmd
338+ - text : " File Management"
339+ href : ./software/shell/filedir.qmd
340+ - text : " Working With Files"
341+ href : ./software/shell/create.qmd
342+ - text : " Pipes and Filters"
343+ href : ./software/shell/pipefilter.qmd
344+ - text : " Loops"
345+ href : ./software/shell/loops.qmd
346+ - text : " Scripts"
347+ href : ./software/shell/scripts.qmd
348+ - text : " Finding Things"
349+ href : ./software/shell/find.qmd
350+ - section : " Virtual Environments"
259351 contents :
260- - text : " Virtual Environments"
261- href : ./software/guides/venv.qmd
352+ - text : " Virtual Environments Overview"
353+ 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
262358 - section : " Version Control"
263359 contents :
264360 - text : " Git"
265361 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
266378 - text : " GitHub"
267379 href : ./software/github/index.qmd
268380 - section : " Code Environments"
269381 contents :
270382 - text : " VS Code"
271383 href : ./software/vscode/index.qmd
272- - text : " Positron 🚧"
273- href : ./under-construction.qmd
274384 - section : " Stata"
275385 contents :
276386 - text : " Getting Started with Stata"
@@ -279,12 +389,6 @@ website:
279389 href : ./software/stata/coding-stata.qmd
280390 - text : " Data Processing in Stata"
281391 href : ./software/stata/data-processing-stata.qmd
282- - text : " Regular Expressions 🚧"
283- href : ./under-construction.qmd
284- - text : " Data Frames 🚧"
285- href : ./under-construction.qmd
286- - text : " Mapping in Stata 🚧"
287- href : ./under-construction.qmd
288392 - section : " Python"
289393 contents :
290394 - text : " Getting Started with Python"
0 commit comments