Skip to content

Commit

Permalink
update copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
cnrrobertson committed Mar 6, 2024
1 parent eb792a7 commit faf5918
Show file tree
Hide file tree
Showing 40 changed files with 112 additions and 112 deletions.
6 changes: 3 additions & 3 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ website:
# --------------------------------------------------------------------------
# Footer
# --------------------------------------------------------------------------
page-footer:
right: "Connor Robertson, Copyright 2022"
page-footer:
right: "Connor Robertson, Copyright 2024"
left:
- icon: linkedin
href: https://www.linkedin.com/in/connor-robertson-773ba8b1/
Expand Down Expand Up @@ -101,7 +101,7 @@ website:
# --------------------------------------------------------------------------
format:
html:
theme:
theme:
light: simplex
dark: cyborg
css: styles.css
Expand Down
2 changes: 1 addition & 1 deletion docs/cv.html
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@
 
</div>
<div class="nav-footer-right">
<p>Connor Robertson, Copyright 2022</p>
<p>Connor Robertson, Copyright 2024</p>
</div>
</div>
</footer>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ <h1 class="title">Connor Robertson</h1>
&nbsp;
</div>
<div class="nav-footer-right">
<p>Connor Robertson, Copyright 2022</p>
<p>Connor Robertson, Copyright 2024</p>
</div>
</div>
</footer>
Expand Down
2 changes: 1 addition & 1 deletion docs/other/fun/fun.html
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ <h2 class="anchored" data-anchor-id="doodles">Doodles</h2>
&nbsp;
</div>
<div class="nav-footer-right">
<p>Connor Robertson, Copyright 2022</p>
<p>Connor Robertson, Copyright 2024</p>
</div>
</div>
</footer>
Expand Down
2 changes: 1 addition & 1 deletion docs/other/fun/heliocentric_geocentric.html
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,7 @@ <h2 class="anchored" data-anchor-id="animation">Animation</h2>
&nbsp;
</div>
<div class="nav-footer-right">
<p>Connor Robertson, Copyright 2022</p>
<p>Connor Robertson, Copyright 2024</p>
</div>
</div>
</footer>
Expand Down
2 changes: 1 addition & 1 deletion docs/other/fun/polygon_angles.html
Original file line number Diff line number Diff line change
Expand Up @@ -1099,7 +1099,7 @@ <h2 class="anchored" data-anchor-id="animating">Animating</h2>
&nbsp;
</div>
<div class="nav-footer-right">
<p>Connor Robertson, Copyright 2022</p>
<p>Connor Robertson, Copyright 2024</p>
</div>
</div>
</footer>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@
&nbsp;
</div>
<div class="nav-footer-right">
<p>Connor Robertson, Copyright 2022</p>
<p>Connor Robertson, Copyright 2024</p>
</div>
</div>
</footer>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1688,7 +1688,7 @@ <h2 class="anchored" data-anchor-id="further-exploration">Further Exploration</h
&nbsp;
</div>
<div class="nav-footer-right">
<p>Connor Robertson, Copyright 2022</p>
<p>Connor Robertson, Copyright 2024</p>
</div>
</div>
</footer>
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -1033,7 +1033,7 @@ <h1>Hyper Parameters</h1>
&nbsp;
</div>
<div class="nav-footer-right">
<p>Connor Robertson, Copyright 2022</p>
<p>Connor Robertson, Copyright 2024</p>
</div>
</div>
</footer>
Expand Down
16 changes: 8 additions & 8 deletions docs/other/mlseminar/fall_2022/workshop2_nn/workshop2_nn.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"\n",
" !pip install numpy py-pde tensorflow matplotlib"
],
"id": "28eb34d6-36d0-4715-b83d-ea30418016ef"
"id": "84df7de0-ea3f-4b15-8bf1-3455589ae4f5"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -59,7 +59,7 @@
"unclear that the network we discover from our optimization problem will\n",
"be that network."
],
"id": "3a1a8761-6e3f-4c22-af95-c53ba409d455"
"id": "a80ea625-faaf-4b16-958e-8a15524bd81a"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -123,7 +123,7 @@
"We consider a simple 1D transport equation with periodic boundary\n",
"conditions"
],
"id": "3d543d1f-730d-4d9c-ba7b-4c462b1d0742"
"id": "2ad9e0e2-5a4f-446e-84e4-e9c31db6fb73"
},
{
"cell_type": "raw",
Expand All @@ -139,7 +139,7 @@
"u(x,t) = u(x+L,t)\n",
"\\end{cases}"
],
"id": "a8ff6847-5395-4916-b080-9e34f461f410"
"id": "9eab162c-5ce2-43a1-b05f-ca1a68b340a9"
},
{
"cell_type": "markdown",
Expand All @@ -156,7 +156,7 @@
"Note that this isn’t an attempt to solve the PDE using NNs, rather we\n",
"are just using the PDE data as a specific set of training data."
],
"id": "e80f3cca-f0e1-4351-bdd9-38d0af0b8acc"
"id": "02895699-738d-48ea-b2de-f3c61dcddd03"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -206,7 +206,7 @@
"array of each pair of $x,t$ data points, and map the $h(x,t)$ to array\n",
"of the corresponding values."
],
"id": "e0bcd90b-949a-45ab-a400-ebd626c7235d"
"id": "2395bcb6-2a3d-49b5-8058-5f807db69213"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -239,7 +239,7 @@
"layer. We can specify the initial input shape in the first layer, and\n",
"each size and activation function for each layer."
],
"id": "c8d9c62e-3127-4b83-b1e4-ad52a925e065"
"id": "043b366e-3738-4d43-ab1e-68123a4bbaf1"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -363,7 +363,7 @@
"data. There are ways to better chose hyper-parameters and mitigate\n",
"things like over fitting, but that is beyond the scope of this workshop."
],
"id": "11e6f490-aafc-410e-95ab-12b6bf82a82c"
"id": "42e24041-5f7e-43e9-9b93-562bfd07e7b2"
},
{
"cell_type": "code",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3128,7 +3128,7 @@ <h3 class="anchored" data-anchor-id="using-our-experimental-dataset">Using our e
&nbsp;
</div>
<div class="nav-footer-right">
<p>Connor Robertson, Copyright 2022</p>
<p>Connor Robertson, Copyright 2024</p>
</div>
</div>
</footer>
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -1045,7 +1045,7 @@ <h2 class="anchored" data-anchor-id="change-the-format-of-the-picture-into-a-rea
&nbsp;
</div>
<div class="nav-footer-right">
<p>Connor Robertson, Copyright 2022</p>
<p>Connor Robertson, Copyright 2024</p>
</div>
</div>
</footer>
Expand Down
16 changes: 8 additions & 8 deletions docs/other/mlseminar/fall_2022/workshop4_cnn/workshop4_cnn.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"\n",
"## Installing and loading some needed packages"
],
"id": "68d1a740-52c9-44f4-806d-9949f3767519"
"id": "ba25782c-b3a4-4364-8fa5-13fa523142c6"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -41,7 +41,7 @@
"source": [
"## Loading the MNIST data from keras library and split that into train and test dataset"
],
"id": "74c9be98-6305-41f9-b23b-f820b4a0d454"
"id": "9b3bcb96-afb3-4c9f-94fc-de0e700d5adf"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -129,7 +129,7 @@
"source": [
"## Normalize data and put them into the correct format"
],
"id": "999b13d0-ec49-4102-9162-e42acc5774e7"
"id": "03e4b85d-0bc0-4b5f-ad8f-6cdd45011532"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -168,7 +168,7 @@
"source": [
"## Convolutional Neural Network (CNN) structure"
],
"id": "3a5a9237-5a2c-4b36-b27b-2d2b1f0c85d0"
"id": "8c8ad319-dbb1-47c1-b4ca-33ce3c77c3c4"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -238,7 +238,7 @@
"source": [
"## Training the CNN"
],
"id": "83716e8a-9f7d-4689-982e-20482e3bb02f"
"id": "773ea937-8e51-4531-b864-2853b2830d1e"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -317,7 +317,7 @@
"\n",
"## 1. Write a number in 6 different ways on a paper and transfer the picture into the same directory that your Jupyter Notebook is"
],
"id": "44236fab-8c15-475f-ac03-f091948b7970"
"id": "c5fde2bc-09f1-4646-8255-1bc656f13b9b"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -373,7 +373,7 @@
"source": [
"## 2. Take a picture of each of them individually – you can have only one picture and then crop it into 6 different pieces"
],
"id": "7a23c61c-668e-4a52-8c67-f18a0a5f3020"
"id": "05da699d-afe1-4f54-9c82-0e7302955378"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -409,7 +409,7 @@
"source": [
"## 4. Change the format of the picture into a readable form for your CNN model"
],
"id": "711e9b7e-7f76-4276-abeb-49f2b0e03d0e"
"id": "1b00e721-9cab-4649-8b12-db2012d8f29a"
},
{
"cell_type": "code",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1066,7 +1066,7 @@ <h1>Evaluation</h1>
&nbsp;
</div>
<div class="nav-footer-right">
<p>Connor Robertson, Copyright 2022</p>
<p>Connor Robertson, Copyright 2024</p>
</div>
</div>
</footer>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"\n",
"# Required Libraries"
],
"id": "9b866cec-b329-49bc-97bf-89deb73e60de"
"id": "632ff995-47f4-461c-9ea2-e1db2cd046e0"
},
{
"cell_type": "code",
Expand All @@ -42,7 +42,7 @@
"source": [
"# Initialize the Environment"
],
"id": "68bd5146-ef7e-45c9-832c-5f4d8dacbac4"
"id": "6f2a7046-a92b-45b7-bade-3365540d2a26"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -74,7 +74,7 @@
"- H: hole, stuck forever\n",
"- G: goal, safe"
],
"id": "4a936ef5-1c23-4c71-8f16-e6553872f209"
"id": "68988531-5258-4f7a-8f95-0e4a85838f3c"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -132,7 +132,7 @@
"\n",
"# Size of Action and State Space"
],
"id": "a755b6dd-67a8-4fa3-b917-29a79c243c6e"
"id": "f73ec057-057b-4cfa-a689-8f4387f286ec"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -170,7 +170,7 @@
"\n",
"# Initialize Q Table"
],
"id": "5d11ecb3-fea0-4f8e-abb4-21059797f650"
"id": "551ba75c-7b23-4376-9d03-7b38f8e1e2f4"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -251,7 +251,7 @@
"- Choose a random action to try to find even better ones\n",
" **(exploration)**."
],
"id": "479040b3-ee5a-4507-83b6-aec843e5c8df"
"id": "df4e8732-8ff5-4102-836c-50435c79b94b"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -279,7 +279,7 @@
"source": [
"# Hyperparameters"
],
"id": "a3b88f43-1a42-4939-b522-896b5f53f0ec"
"id": "45754339-8275-4b8a-9a8c-bb3bc05d6b96"
},
{
"cell_type": "code",
Expand All @@ -301,7 +301,7 @@
"source": [
"# Training"
],
"id": "593d1068-0ae0-4b87-ac78-37a8e71960b9"
"id": "a678be9e-f34b-4f8c-abb3-dd83d9dec454"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -357,7 +357,7 @@
"source": [
"# Updated Q Table"
],
"id": "2f93fdf7-cb33-4101-a998-b83aa9f2155b"
"id": "0678f71d-a812-48ce-b7f6-981ebb304d80"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -402,7 +402,7 @@
"source": [
"# Plot Outcomes"
],
"id": "7570d4af-9918-47e9-9833-6cc64d28096e"
"id": "ce973e7f-b61a-4ee5-9ac9-c8e636618981"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -434,7 +434,7 @@
"source": [
"# Evaluation"
],
"id": "7fb5d9d8-5def-4589-be2d-d835a1a726e0"
"id": "54e9ccd1-2253-41dc-a258-9fd60d1beccf"
},
{
"cell_type": "code",
Expand Down
2 changes: 1 addition & 1 deletion docs/other/mlseminar/mlseminar.html
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ <h3 class="anchored" data-anchor-id="fall-2020">Fall 2020</h3>
&nbsp;
</div>
<div class="nav-footer-right">
<p>Connor Robertson, Copyright 2022</p>
<p>Connor Robertson, Copyright 2024</p>
</div>
</div>
</footer>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,7 @@ <h1>Classifier comparison</h1>
&nbsp;
</div>
<div class="nav-footer-right">
<p>Connor Robertson, Copyright 2022</p>
<p>Connor Robertson, Copyright 2024</p>
</div>
</div>
</footer>
Expand Down
2 changes: 1 addition & 1 deletion docs/other/other.html
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ <h1 class="title">Other</h1>
&nbsp;
</div>
<div class="nav-footer-right">
<p>Connor Robertson, Copyright 2022</p>
<p>Connor Robertson, Copyright 2024</p>
</div>
</div>
</footer>
Expand Down
2 changes: 1 addition & 1 deletion docs/research/active_nematics.html
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ <h1 class="title">Data-driven model discovery for an active nematic system</h1>
&nbsp;
</div>
<div class="nav-footer-right">
<p>Connor Robertson, Copyright 2022</p>
<p>Connor Robertson, Copyright 2024</p>
</div>
</div>
</footer>
Expand Down
Loading

0 comments on commit faf5918

Please sign in to comment.