Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
paciorek committed Oct 23, 2023
1 parent a4b2348 commit 3c3a9d6
Show file tree
Hide file tree
Showing 9 changed files with 45 additions and 44 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e57d505f
13d84d3d
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -227,13 +227,13 @@ <h1 class="title">Data 999: Statistics XYZ</h1>
</header>

<p><link rel="stylesheet" href="styles.css"></p>
<button type="button" class="btn btn-primary" style="background-color:purple">
<button class="button-purple">
<a href="https://ibm.com">Ed</a>
</button>
<button type="button" class="btn btn-primary" style="background-color:orange">
<button class="button-green">
<a href="https://ibm.com">DataHub</a>
</button>
<button type="button" class="btn btn-primary" style="background-color:green">
<button class="button-orange">
<a href="https://ibm.com">Gradescope</a>
</button>
<p>
Expand Down
4 changes: 0 additions & 4 deletions listings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,5 @@
{
"listing": "/index.html",
"items": []
},
{
"listing": "/reprex/index.html",
"items": []
}
]
33 changes: 13 additions & 20 deletions search.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,20 +48,6 @@
"section": "Dataset 2",
"text": "Dataset 2"
},
{
"objectID": "syllabus.html",
"href": "syllabus.html",
"title": "Syllabus",
"section": "",
"text": "Jump to:"
},
{
"objectID": "syllabus.html#about-data-100",
"href": "syllabus.html#about-data-100",
"title": "Syllabus",
"section": "About Data 100",
"text": "About Data 100\nCombining data, computation, and inferential thinking, data science is redefining how people and organizations solve challenging problems and understand their world. This intermediate level class bridges between Data 8 and upper division computer science and statistics courses as well as methods courses in other fields. In this class, we explore key areas of data science including question formulation, data collection and cleaning, visualization, statistical inference, predictive modeling, and decision making.​ Through a strong emphasis on data centric computing, quantitative critical thinking, and exploratory data analysis, this class covers key principles and techniques of data science. These include languages for transforming, querying and analyzing data; algorithms for machine learning methods including regression, classification and clustering; principles behind creating informative data visualizations; statistical concepts of measurement error and prediction; and techniques for scalable data processing.\n\nGoals\n\nPrepare students for advanced Berkeley courses in data-management, machine learning, and statistics, by providing the necessary foundation and context.\nEnable students to start careers as data scientists by providing experience working with real-world data, tools, and techniques.\nEmpower students to apply computational and inferential thinking to address real-world problems.\n\n\n\nPrerequisites\nWhile we are working to make this class widely accessible, we currently require the following (or equivalent) prerequisites. Prerequisites will be enforced in Data 100. It is your responsibility to know the material in the prerequisites."
},
{
"objectID": "unit2.html",
"href": "unit2.html",
Expand Down Expand Up @@ -91,11 +77,18 @@
"text": "Callout\n\n\n\n\n\n\nTip with Title\n\n\n\nThis is an example of a callout with a title."
},
{
"objectID": "reprex/index.html",
"href": "reprex/index.html",
"title": "Test",
"objectID": "syllabus.html",
"href": "syllabus.html",
"title": "Syllabus",
"section": "",
"text": "A table directly.\n\n\n\n\n\nHello\n\n\ntext\n\n\n2\n\n\n\n\n\n\n\n \n \n \nHello\ntext\n1\n\n\n\n\n\nNo matching items"
"text": "Jump to:"
},
{
"objectID": "syllabus.html#about-data-100",
"href": "syllabus.html#about-data-100",
"title": "Syllabus",
"section": "About Data 100",
"text": "About Data 100\nCombining data, computation, and inferential thinking, data science is redefining how people and organizations solve challenging problems and understand their world. This intermediate level class bridges between Data 8 and upper division computer science and statistics courses as well as methods courses in other fields. In this class, we explore key areas of data science including question formulation, data collection and cleaning, visualization, statistical inference, predictive modeling, and decision making.​ Through a strong emphasis on data centric computing, quantitative critical thinking, and exploratory data analysis, this class covers key principles and techniques of data science. These include languages for transforming, querying and analyzing data; algorithms for machine learning methods including regression, classification and clustering; principles behind creating informative data visualizations; statistical concepts of measurement error and prediction; and techniques for scalable data processing.\n\nGoals\n\nPrepare students for advanced Berkeley courses in data-management, machine learning, and statistics, by providing the necessary foundation and context.\nEnable students to start careers as data scientists by providing experience working with real-world data, tools, and techniques.\nEmpower students to apply computational and inferential thinking to address real-world problems.\n\n\n\nPrerequisites\nWhile we are working to make this class widely accessible, we currently require the following (or equivalent) prerequisites. Prerequisites will be enforced in Data 100. It is your responsibility to know the material in the prerequisites."
},
{
"objectID": "unit1.html",
Expand All @@ -109,7 +102,7 @@
"href": "unit1.html#evaluated-python-code-chunk",
"title": "Unit 1: Intro",
"section": "Evaluated Python code chunk",
"text": "Evaluated Python code chunk\n\n\nCode\nimport numpy as np\nnp.mean(np.random.normal(size=100))\n\n\n-0.06425180423726733"
"text": "Evaluated Python code chunk\n\n\nCode\nimport numpy as np\nnp.mean(np.random.normal(size=100))\n\n\n0.1527947706873247"
},
{
"objectID": "unit1.html#latex",
Expand Down Expand Up @@ -158,7 +151,7 @@
"href": "unit3.html#evaluated-python-code-chunk",
"title": "Unit 3: More",
"section": "Evaluated Python code chunk",
"text": "Evaluated Python code chunk\n\n\nCode\nimport numpy as np\nnp.mean(np.random.normal(size=100))\n\n\n0.03942319589144847"
"text": "Evaluated Python code chunk\n\n\nCode\nimport numpy as np\nnp.mean(np.random.normal(size=100))\n\n\n0.04169616154365793"
},
{
"objectID": "unit3.html#latex",
Expand Down
24 changes: 10 additions & 14 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,42 +2,38 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://berkeley-scf.github.io/stat999-quarto/about.html</loc>
<lastmod>2023-10-23T21:34:38.923Z</lastmod>
<lastmod>2023-10-23T21:54:08.534Z</lastmod>
</url>
<url>
<loc>https://berkeley-scf.github.io/stat999-quarto/macros.html</loc>
<lastmod>2023-10-23T21:34:38.139Z</lastmod>
<lastmod>2023-10-23T21:54:07.930Z</lastmod>
</url>
<url>
<loc>https://berkeley-scf.github.io/stat999-quarto/index.html</loc>
<lastmod>2023-10-23T21:34:21.288Z</lastmod>
<lastmod>2023-10-23T21:53:49.806Z</lastmod>
</url>
<url>
<loc>https://berkeley-scf.github.io/stat999-quarto/data.html</loc>
<lastmod>2023-10-23T21:34:13.096Z</lastmod>
</url>
<url>
<loc>https://berkeley-scf.github.io/stat999-quarto/syllabus.html</loc>
<lastmod>2023-10-23T21:34:12.500Z</lastmod>
<lastmod>2023-10-23T21:53:40.102Z</lastmod>
</url>
<url>
<loc>https://berkeley-scf.github.io/stat999-quarto/unit2.html</loc>
<lastmod>2023-10-23T21:34:11.888Z</lastmod>
<lastmod>2023-10-23T21:53:39.162Z</lastmod>
</url>
<url>
<loc>https://berkeley-scf.github.io/stat999-quarto/reprex/index.html</loc>
<lastmod>2023-10-23T21:34:12.828Z</lastmod>
<loc>https://berkeley-scf.github.io/stat999-quarto/syllabus.html</loc>
<lastmod>2023-10-23T21:53:39.794Z</lastmod>
</url>
<url>
<loc>https://berkeley-scf.github.io/stat999-quarto/unit1.html</loc>
<lastmod>2023-10-23T21:34:20.920Z</lastmod>
<lastmod>2023-10-23T21:53:49.394Z</lastmod>
</url>
<url>
<loc>https://berkeley-scf.github.io/stat999-quarto/unit3.html</loc>
<lastmod>2023-10-23T21:34:37.803Z</lastmod>
<lastmod>2023-10-23T21:54:07.602Z</lastmod>
</url>
<url>
<loc>https://berkeley-scf.github.io/stat999-quarto/calendar.html</loc>
<lastmod>2023-10-23T21:34:38.455Z</lastmod>
<lastmod>2023-10-23T21:54:08.238Z</lastmod>
</url>
</urlset>
16 changes: 16 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,22 @@ button > a {
text-decoration: none;
}

button {
border: none;
}

.button-purple {
background-color: purple;
}

.button-orange {
background-color: orange;
}

.button-green {
background-color: green;
}

.border {
color:#069;
font-weight: bold;
Expand Down
2 changes: 1 addition & 1 deletion unit1.html
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ <h2 class="anchored" data-anchor-id="evaluated-python-code-chunk">Evaluated Pyth
<span id="cb1-2"><a href="#cb1-2" aria-hidden="true" tabindex="-1"></a>np.mean(np.random.normal(size<span class="op">=</span><span class="dv">100</span>))</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
</details>
<div class="cell-output cell-output-display" data-execution_count="1">
<pre><code>-0.06425180423726733</code></pre>
<pre><code>0.1527947706873247</code></pre>
</div>
</div>
</section>
Expand Down
2 changes: 1 addition & 1 deletion unit3.html
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ <h2 class="anchored" data-anchor-id="evaluated-python-code-chunk">Evaluated Pyth
<span id="cb1-2"><a href="#cb1-2" aria-hidden="true" tabindex="-1"></a>np.mean(np.random.normal(size<span class="op">=</span><span class="dv">100</span>))</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
</details>
<div class="cell-output cell-output-display" data-execution_count="1">
<pre><code>0.03942319589144847</code></pre>
<pre><code>0.04169616154365793</code></pre>
</div>
</div>
</section>
Expand Down
Binary file modified unit3.pdf
Binary file not shown.

0 comments on commit 3c3a9d6

Please sign in to comment.