Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Quarto GHA Workflow Runner committed Aug 26, 2023
1 parent 45bfcdd commit 7f2b555
Show file tree
Hide file tree
Showing 19 changed files with 63 additions and 34 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4dcfb5dc
beca4a03
Binary file modified labs/lab0-setup.pdf
Binary file not shown.
17 changes: 16 additions & 1 deletion labs/lab1-submission.html
Original file line number Diff line number Diff line change
Expand Up @@ -277,10 +277,13 @@ <h2 id="toc-title">On this page</h2>

<ul>
<li><a href="#submitting-problem-set-solutions-090123" id="toc-submitting-problem-set-solutions-090123" class="nav-link active" data-scroll-target="#submitting-problem-set-solutions-090123">Submitting problem set solutions (09/01/23)</a></li>
<li><a href="#discussion-on-unix-and-the-shell" id="toc-discussion-on-unix-and-the-shell" class="nav-link" data-scroll-target="#discussion-on-unix-and-the-shell">Discussion on Unix and the Shell</a></li>
<li><a href="#discussion-on-standard-modern-computer-architecture" id="toc-discussion-on-standard-modern-computer-architecture" class="nav-link" data-scroll-target="#discussion-on-standard-modern-computer-architecture">Discussion on standard modern computer architecture</a></li>
<li><a href="#quick-intro-to-git-and-github" id="toc-quick-intro-to-git-and-github" class="nav-link" data-scroll-target="#quick-intro-to-git-and-github">Quick Intro to git and GitHub</a></li>
<li><a href="#hands-on-lab-instructions" id="toc-hands-on-lab-instructions" class="nav-link" data-scroll-target="#hands-on-lab-instructions">Hands-on Lab Instructions</a>
<ul class="collapse">
<li><a href="#steps-to-perform-today" id="toc-steps-to-perform-today" class="nav-link" data-scroll-target="#steps-to-perform-today">Steps to perform today:</a></li>
<li><a href="#chunk-options" id="toc-chunk-options" class="nav-link" data-scroll-target="#chunk-options">Chunk options</a></li>
</ul></li>
</ul>
<div class="quarto-alternate-formats"><h2>Other Formats</h2><ul><li><a href="lab1-submission.pdf"><i class="bi bi-file-pdf"></i>PDF</a></li></ul></div></nav>
Expand Down Expand Up @@ -328,7 +331,15 @@ <h2 class="anchored" data-anchor-id="submitting-problem-set-solutions-090123">Su
<li>A text editor of your choice</li>
</ol>
<p>Today we will use all these tools together to submit a solution for Problem Set 0 (not a real problem set) to make sure you know how to submit solutions to upcoming (real) problem sets.</p>
<p>Here is a selection of some basic reference tutorials and documentation for <a href="https://berkeley-scf.github.io/tutorial-unix-basics/">unix</a> <a href="https://berkeley-scf.github.io/tutorial-using-bash/">bash</a> and <a href="https://www.unixtutorial.org/basic-unix-commands">unix commands</a>, <a href="https://htmlpreview.github.io/?https://github.com/berkeley-scf/tutorial-git-basics/blob/master/git-intro.html">git &amp; GitHub</a>, <a href="https://quarto.org/docs/get-started/hello/text-editor.html">quarto</a>, <a href="https://docs.python.org/3/tutorial/index.html">python</a> and <a href="https://code.visualstudio.com/docs">VS Code</a></p>
<p>Here is a selection of some basic reference tutorials and documentation for <a href="https://berkeley-scf.github.io/tutorial-unix-basics/">unix</a>, <a href="https://berkeley-scf.github.io/tutorial-using-bash/">bash</a> and <a href="https://www.unixtutorial.org/basic-unix-commands">unix commands</a>, <a href="https://htmlpreview.github.io/?https://github.com/berkeley-scf/tutorial-git-basics/blob/master/git-intro.html">git &amp; GitHub</a>, <a href="https://quarto.org/docs/get-started/hello/text-editor.html">quarto</a>, <a href="https://docs.python.org/3/tutorial/index.html">python</a> and <a href="https://code.visualstudio.com/docs">VS Code</a></p>
</section>
<section id="discussion-on-unix-and-the-shell" class="level2">
<h2 class="anchored" data-anchor-id="discussion-on-unix-and-the-shell">Discussion on Unix and the Shell</h2>
<p>Whiteboard and group discussion.</p>
</section>
<section id="discussion-on-standard-modern-computer-architecture" class="level2">
<h2 class="anchored" data-anchor-id="discussion-on-standard-modern-computer-architecture">Discussion on standard modern computer architecture</h2>
<p>Whiteboard and group discussion</p>
</section>
<section id="quick-intro-to-git-and-github" class="level2">
<h2 class="anchored" data-anchor-id="quick-intro-to-git-and-github">Quick Intro to <a href="https://htmlpreview.github.io/?https://github.com/berkeley-scf/tutorial-git-basics/blob/master/git-intro.html">git and GitHub</a></h2>
Expand Down Expand Up @@ -363,6 +374,10 @@ <h3 class="anchored" data-anchor-id="steps-to-perform-today">Steps to perform to
<li>[optional] Undo your last set of changes and regenerate the pdf file</li>
</ol>
<p>We will also take today’s lab as an opportunity to get familiar with the basic use of all the 5 basic tools listed above. For git and quarto, very basic knowledge should be sufficient, but for unix commands and python, the more you learn the more effective you will be at solving the problem sets (and at any computational task you take on after that).</p>
</section>
<section id="chunk-options" class="level3">
<h3 class="anchored" data-anchor-id="chunk-options">Chunk options</h3>
<p>Under development …</p>


</section>
Expand Down
Binary file modified labs/lab1-submission.pdf
Binary file not shown.
Binary file modified labs/lab2-testing.pdf
Binary file not shown.
Binary file modified labs/lab3-debugging.pdf
Binary file not shown.
Binary file modified ps/ps1.pdf
Binary file not shown.
20 changes: 17 additions & 3 deletions search.json
Original file line number Diff line number Diff line change
Expand Up @@ -1089,14 +1089,28 @@
"href": "labs/lab1-submission.html",
"title": "Lab 1: Submitting problem set solutions",
"section": "",
"text": "By now you should already have access to the following 5 basic tools:\n\nUnix shell\nGit\nQuarto\nPython\nA text editor of your choice\n\nToday we will use all these tools together to submit a solution for Problem Set 0 (not a real problem set) to make sure you know how to submit solutions to upcoming (real) problem sets.\nHere is a selection of some basic reference tutorials and documentation for unix bash and unix commands, git & GitHub, quarto, python and VS Code"
"text": "By now you should already have access to the following 5 basic tools:\n\nUnix shell\nGit\nQuarto\nPython\nA text editor of your choice\n\nToday we will use all these tools together to submit a solution for Problem Set 0 (not a real problem set) to make sure you know how to submit solutions to upcoming (real) problem sets.\nHere is a selection of some basic reference tutorials and documentation for unix, bash and unix commands, git & GitHub, quarto, python and VS Code"
},
{
"objectID": "labs/lab1-submission.html#submitting-problem-set-solutions-090123",
"href": "labs/lab1-submission.html#submitting-problem-set-solutions-090123",
"title": "Lab 1: Submitting problem set solutions",
"section": "",
"text": "By now you should already have access to the following 5 basic tools:\n\nUnix shell\nGit\nQuarto\nPython\nA text editor of your choice\n\nToday we will use all these tools together to submit a solution for Problem Set 0 (not a real problem set) to make sure you know how to submit solutions to upcoming (real) problem sets.\nHere is a selection of some basic reference tutorials and documentation for unix bash and unix commands, git & GitHub, quarto, python and VS Code"
"text": "By now you should already have access to the following 5 basic tools:\n\nUnix shell\nGit\nQuarto\nPython\nA text editor of your choice\n\nToday we will use all these tools together to submit a solution for Problem Set 0 (not a real problem set) to make sure you know how to submit solutions to upcoming (real) problem sets.\nHere is a selection of some basic reference tutorials and documentation for unix, bash and unix commands, git & GitHub, quarto, python and VS Code"
},
{
"objectID": "labs/lab1-submission.html#discussion-on-unix-and-the-shell",
"href": "labs/lab1-submission.html#discussion-on-unix-and-the-shell",
"title": "Lab 1: Submitting problem set solutions",
"section": "Discussion on Unix and the Shell",
"text": "Discussion on Unix and the Shell\nWhiteboard and group discussion."
},
{
"objectID": "labs/lab1-submission.html#discussion-on-standard-modern-computer-architecture",
"href": "labs/lab1-submission.html#discussion-on-standard-modern-computer-architecture",
"title": "Lab 1: Submitting problem set solutions",
"section": "Discussion on standard modern computer architecture",
"text": "Discussion on standard modern computer architecture\nWhiteboard and group discussion"
},
{
"objectID": "labs/lab1-submission.html#quick-intro-to-git-and-github",
Expand All @@ -1110,7 +1124,7 @@
"href": "labs/lab1-submission.html#hands-on-lab-instructions",
"title": "Lab 1: Submitting problem set solutions",
"section": "Hands-on Lab Instructions",
"text": "Hands-on Lab Instructions\nProblem Set submission instructions:\n\nOpen the qmd file in any editor you like (e.g., Emacs, Sublime, ….). Use quarto preview FILE to show your rendered document live as you edit and save changes. You can put the preview window side by side with your editor, and the preview document should automatically render as you save your qmd file.\nUse VS Code with the following extensions: Python, Quarto, and Jupyter Notebooks. This allows you to execute and preview chunks (and whole document) inside VS Code. This is currently deeb’s favorite path due to how well it integrated with the Python debugger.\nUse RStudio (yes, RStudio), which can manage Python code and will display chunk output in the same way it does with R chunks. This path seems to work quite well and is recommended if you are already familiar with RStudio.\n\n\nSteps to perform today:\n\nCreate a subdirectory in your github repository with the name ps0\nIn that subdirectory, create a quarto document (ps0.qmd) that has some simple code that creates a simple plot (you can follow this example/tutorial here)\nUse the quarto command line to render it into a pdf document (quarto render FILE –to pdf)\nCommit the changes to your repository (git add FILES; git commit -m MESSAGE; git push)\nAdd another section to your quarto document (use your imagination), then preview and commit the changes\nUse the quarto command line to render the updated document into a pdf document\nAdd the pdf document to the repository as well\nMake sure that you can log into gradescope and upload a pdf document\n[optional] Undo your last set of changes and regenerate the pdf file\n\nWe will also take today’s lab as an opportunity to get familiar with the basic use of all the 5 basic tools listed above. For git and quarto, very basic knowledge should be sufficient, but for unix commands and python, the more you learn the more effective you will be at solving the problem sets (and at any computational task you take on after that)."
"text": "Hands-on Lab Instructions\nProblem Set submission instructions:\n\nOpen the qmd file in any editor you like (e.g., Emacs, Sublime, ….). Use quarto preview FILE to show your rendered document live as you edit and save changes. You can put the preview window side by side with your editor, and the preview document should automatically render as you save your qmd file.\nUse VS Code with the following extensions: Python, Quarto, and Jupyter Notebooks. This allows you to execute and preview chunks (and whole document) inside VS Code. This is currently deeb’s favorite path due to how well it integrated with the Python debugger.\nUse RStudio (yes, RStudio), which can manage Python code and will display chunk output in the same way it does with R chunks. This path seems to work quite well and is recommended if you are already familiar with RStudio.\n\n\nSteps to perform today:\n\nCreate a subdirectory in your github repository with the name ps0\nIn that subdirectory, create a quarto document (ps0.qmd) that has some simple code that creates a simple plot (you can follow this example/tutorial here)\nUse the quarto command line to render it into a pdf document (quarto render FILE –to pdf)\nCommit the changes to your repository (git add FILES; git commit -m MESSAGE; git push)\nAdd another section to your quarto document (use your imagination), then preview and commit the changes\nUse the quarto command line to render the updated document into a pdf document\nAdd the pdf document to the repository as well\nMake sure that you can log into gradescope and upload a pdf document\n[optional] Undo your last set of changes and regenerate the pdf file\n\nWe will also take today’s lab as an opportunity to get familiar with the basic use of all the 5 basic tools listed above. For git and quarto, very basic knowledge should be sufficient, but for unix commands and python, the more you learn the more effective you will be at solving the problem sets (and at any computational task you take on after that).\n\n\nChunk options\nUnder development …"
},
{
"objectID": "labs/lab3-debugging.html",
Expand Down
58 changes: 29 additions & 29 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,118 +2,118 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://github.com/berkeley-stat243/stat243-fall-2023/rubric.html</loc>
<lastmod>2023-08-26T23:00:16.730Z</lastmod>
<lastmod>2023-08-26T23:05:45.025Z</lastmod>
</url>
<url>
<loc>https://github.com/berkeley-stat243/stat243-fall-2023/units/unit9-sim.html</loc>
<lastmod>2023-08-26T22:59:56.730Z</lastmod>
<lastmod>2023-08-26T23:05:22.049Z</lastmod>
</url>
<url>
<loc>https://github.com/berkeley-stat243/stat243-fall-2023/units/unit10-linalg.html</loc>
<lastmod>2023-08-26T22:59:32.578Z</lastmod>
<lastmod>2023-08-26T23:04:54.808Z</lastmod>
</url>
<url>
<loc>https://github.com/berkeley-stat243/stat243-fall-2023/units/unit1-intro.html</loc>
<lastmod>2023-08-26T22:59:12.374Z</lastmod>
<lastmod>2023-08-26T23:04:32.304Z</lastmod>
</url>
<url>
<loc>https://github.com/berkeley-stat243/stat243-fall-2023/units/unit5-programming.html</loc>
<lastmod>2023-08-26T22:58:41.415Z</lastmod>
<lastmod>2023-08-26T23:03:57.223Z</lastmod>
</url>
<url>
<loc>https://github.com/berkeley-stat243/stat243-fall-2023/units/unit4-goodPractices.html</loc>
<lastmod>2023-08-26T22:58:04.755Z</lastmod>
<lastmod>2023-08-26T23:03:17.282Z</lastmod>
</url>
<url>
<loc>https://github.com/berkeley-stat243/stat243-fall-2023/schedule.html</loc>
<lastmod>2023-08-26T22:58:00.627Z</lastmod>
<lastmod>2023-08-26T23:03:12.678Z</lastmod>
</url>
<url>
<loc>https://github.com/berkeley-stat243/stat243-fall-2023/labs/lab0-setup.html</loc>
<lastmod>2023-08-26T22:57:52.927Z</lastmod>
<lastmod>2023-08-26T23:03:04.042Z</lastmod>
</url>
<url>
<loc>https://github.com/berkeley-stat243/stat243-fall-2023/labs/lab2-testing.html</loc>
<lastmod>2023-08-26T22:57:44.631Z</lastmod>
<lastmod>2023-08-26T23:02:53.074Z</lastmod>
</url>
<url>
<loc>https://github.com/berkeley-stat243/stat243-fall-2023/index.html</loc>
<lastmod>2023-08-26T22:57:42.867Z</lastmod>
<lastmod>2023-08-26T23:02:51.162Z</lastmod>
</url>
<url>
<loc>https://github.com/berkeley-stat243/stat243-fall-2023/howtos/windowsInstall.html</loc>
<lastmod>2023-08-26T22:57:37.611Z</lastmod>
<lastmod>2023-08-26T23:02:45.354Z</lastmod>
</url>
<url>
<loc>https://github.com/berkeley-stat243/stat243-fall-2023/howtos/RandRStudioInstall.html</loc>
<lastmod>2023-08-26T22:57:36.387Z</lastmod>
<lastmod>2023-08-26T23:02:44.125Z</lastmod>
</url>
<url>
<loc>https://github.com/berkeley-stat243/stat243-fall-2023/howtos/gitInstall.html</loc>
<lastmod>2023-08-26T22:57:35.559Z</lastmod>
<lastmod>2023-08-26T23:02:43.229Z</lastmod>
</url>
<url>
<loc>https://github.com/berkeley-stat243/stat243-fall-2023/howtos/windowsAndLinux.html</loc>
<lastmod>2023-08-26T22:57:34.699Z</lastmod>
<lastmod>2023-08-26T23:02:42.265Z</lastmod>
</url>
<url>
<loc>https://github.com/berkeley-stat243/stat243-fall-2023/publish.html</loc>
<lastmod>2023-08-26T22:57:32.891Z</lastmod>
<lastmod>2023-08-26T23:02:40.365Z</lastmod>
</url>
<url>
<loc>https://github.com/berkeley-stat243/stat243-fall-2023/howtos/accessingUnixCommandLine.html</loc>
<lastmod>2023-08-26T22:57:33.807Z</lastmod>
<lastmod>2023-08-26T23:02:41.305Z</lastmod>
</url>
<url>
<loc>https://github.com/berkeley-stat243/stat243-fall-2023/howtos/accessingPython.html</loc>
<lastmod>2023-08-26T22:57:35.143Z</lastmod>
<lastmod>2023-08-26T23:02:42.773Z</lastmod>
</url>
<url>
<loc>https://github.com/berkeley-stat243/stat243-fall-2023/howtos/quartoInstall.html</loc>
<lastmod>2023-08-26T22:57:35.935Z</lastmod>
<lastmod>2023-08-26T23:02:43.653Z</lastmod>
</url>
<url>
<loc>https://github.com/berkeley-stat243/stat243-fall-2023/howtos/ps-submission.html</loc>
<lastmod>2023-08-26T22:57:36.991Z</lastmod>
<lastmod>2023-08-26T23:02:44.730Z</lastmod>
</url>
<url>
<loc>https://github.com/berkeley-stat243/stat243-fall-2023/ps/ps1.html</loc>
<lastmod>2023-08-26T22:57:39.067Z</lastmod>
<lastmod>2023-08-26T23:02:46.878Z</lastmod>
</url>
<url>
<loc>https://github.com/berkeley-stat243/stat243-fall-2023/syllabus.html</loc>
<lastmod>2023-08-26T22:57:43.975Z</lastmod>
<lastmod>2023-08-26T23:02:52.370Z</lastmod>
</url>
<url>
<loc>https://github.com/berkeley-stat243/stat243-fall-2023/labs/lab1-submission.html</loc>
<lastmod>2023-08-26T22:57:48.763Z</lastmod>
<lastmod>2023-08-26T23:02:57.678Z</lastmod>
</url>
<url>
<loc>https://github.com/berkeley-stat243/stat243-fall-2023/labs/lab3-debugging.html</loc>
<lastmod>2023-08-26T22:57:56.807Z</lastmod>
<lastmod>2023-08-26T23:03:08.386Z</lastmod>
</url>
<url>
<loc>https://github.com/berkeley-stat243/stat243-fall-2023/office_hours.html</loc>
<lastmod>2023-08-26T22:58:01.039Z</lastmod>
<lastmod>2023-08-26T23:03:13.086Z</lastmod>
</url>
<url>
<loc>https://github.com/berkeley-stat243/stat243-fall-2023/units/unit8-numbers.html</loc>
<lastmod>2023-08-26T22:58:14.511Z</lastmod>
<lastmod>2023-08-26T23:03:28.226Z</lastmod>
</url>
<url>
<loc>https://github.com/berkeley-stat243/stat243-fall-2023/units/unit7-bigData.html</loc>
<lastmod>2023-08-26T22:59:04.262Z</lastmod>
<lastmod>2023-08-26T23:04:23.012Z</lastmod>
</url>
<url>
<loc>https://github.com/berkeley-stat243/stat243-fall-2023/units/unit3-bash.html</loc>
<lastmod>2023-08-26T22:59:18.914Z</lastmod>
<lastmod>2023-08-26T23:04:39.516Z</lastmod>
</url>
<url>
<loc>https://github.com/berkeley-stat243/stat243-fall-2023/units/unit6-parallel.html</loc>
<lastmod>2023-08-26T22:59:44.718Z</lastmod>
<lastmod>2023-08-26T23:05:08.629Z</lastmod>
</url>
<url>
<loc>https://github.com/berkeley-stat243/stat243-fall-2023/units/unit2-dataTech.html</loc>
<lastmod>2023-08-26T23:00:08.398Z</lastmod>
<lastmod>2023-08-26T23:05:35.373Z</lastmod>
</url>
</urlset>
Binary file modified units/unit1-intro.pdf
Binary file not shown.
Binary file modified units/unit10-linalg.pdf
Binary file not shown.
Binary file modified units/unit2-dataTech.pdf
Binary file not shown.
Binary file modified units/unit3-bash.pdf
Binary file not shown.
Binary file modified units/unit4-goodPractices.pdf
Binary file not shown.
Binary file modified units/unit5-programming.pdf
Binary file not shown.
Binary file modified units/unit6-parallel.pdf
Binary file not shown.
Binary file modified units/unit7-bigData.pdf
Binary file not shown.
Binary file modified units/unit8-numbers.pdf
Binary file not shown.
Binary file modified units/unit9-sim.pdf
Binary file not shown.

0 comments on commit 7f2b555

Please sign in to comment.