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 Nov 19, 2024
1 parent 5d10922 commit 968c394
Show file tree
Hide file tree
Showing 8 changed files with 67 additions and 67 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5e816a7c
89d3f54f
2 changes: 1 addition & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ <h1 class="title">About</h1>
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/AdamWilsonLabEDU\.github\.io\/2024-geo511-spatial-data-science-final-project-GEO511_QuartoProjectTemplate\/");
var filterRegex = new RegExp("https:\/\/AdamWilsonLabEDU\.github\.io\/final-project-astress32\/");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
2 changes: 1 addition & 1 deletion data/Readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/AdamWilsonLabEDU\.github\.io\/2024-geo511-spatial-data-science-final-project-GEO511_QuartoProjectTemplate\/");
var filterRegex = new RegExp("https:\/\/AdamWilsonLabEDU\.github\.io\/final-project-astress32\/");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
112 changes: 56 additions & 56 deletions index.html

Large diffs are not rendered by default.

Binary file modified index_files/figure-html/unnamed-chunk-6-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion robots.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Sitemap: https://AdamWilsonLabEDU.github.io/2024-geo511-spatial-data-science-final-project-GEO511_QuartoProjectTemplate/sitemap.xml
Sitemap: https://AdamWilsonLabEDU.github.io/final-project-astress32/sitemap.xml
2 changes: 1 addition & 1 deletion search.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"href": "index.html#download-and-clean-all-required-data",
"title": "My Final Project Template",
"section": "Download and clean all required data",
"text": "Download and clean all required data\n\nn=20\ndata=data.frame(x=runif(n,-180,180),\n y=runif(n,-60,60),\n size = runif(n, 5, 20),\n category = factor(\n sample(letters[1:5], n, replace = TRUE)\n ),\n value = rnorm(n))\n\ndata %&gt;% \n slice(1:10) %&gt;% #show only 1:n rows\n kable(digits=2,align=\"c\")%&gt;% #make table and round to two digits\n kable_styling(bootstrap_options = \n c(\"striped\", \"hover\", \"condensed\", \"responsive\")) #apply other formatting\n\n\n\n\nx\ny\nsize\ncategory\nvalue\n\n\n\n\n74.53\n20.48\n7.34\nd\n-0.62\n\n\n-75.16\n11.22\n19.89\na\n1.49\n\n\n74.82\n17.84\n7.64\ne\n-0.10\n\n\n46.45\n20.24\n12.41\ne\n-0.91\n\n\n-173.74\n-17.76\n16.30\na\n-0.67\n\n\n-137.20\n6.73\n8.75\ne\n-1.93\n\n\n115.82\n-18.46\n6.85\nd\n-0.19\n\n\n118.26\n39.16\n5.60\nc\n0.04\n\n\n62.45\n36.62\n14.74\ne\n-1.19\n\n\n-79.89\n-24.54\n16.15\nc\n2.32\n\n\n\n\n\n\nAdd any additional processing steps here."
"text": "Download and clean all required data\n\nn=20\ndata=data.frame(x=runif(n,-180,180),\n y=runif(n,-60,60),\n size = runif(n, 5, 20),\n category = factor(\n sample(letters[1:5], n, replace = TRUE)\n ),\n value = rnorm(n))\n\ndata %&gt;% \n slice(1:10) %&gt;% #show only 1:n rows\n kable(digits=2,align=\"c\")%&gt;% #make table and round to two digits\n kable_styling(bootstrap_options = \n c(\"striped\", \"hover\", \"condensed\", \"responsive\")) #apply other formatting\n\n\n\n\nx\ny\nsize\ncategory\nvalue\n\n\n\n\n87.06\n33.23\n16.75\na\n-0.24\n\n\n167.65\n56.12\n11.68\nc\n0.12\n\n\n-10.75\n-57.37\n5.94\nd\n0.23\n\n\n-146.03\n28.33\n12.77\nc\n0.35\n\n\n-143.02\n47.89\n19.06\nb\n1.12\n\n\n-173.95\n-2.52\n9.60\nb\n-0.96\n\n\n-152.02\n-16.96\n15.54\na\n2.29\n\n\n108.89\n7.54\n9.37\na\n-0.11\n\n\n34.64\n37.61\n14.00\ne\n1.04\n\n\n5.32\n-42.35\n5.32\ne\n-0.95\n\n\n\n\n\n\nAdd any additional processing steps here."
},
{
"objectID": "data/Readme.html",
Expand Down
12 changes: 6 additions & 6 deletions sitemap.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://AdamWilsonLabEDU.github.io/2024-geo511-spatial-data-science-final-project-GEO511_QuartoProjectTemplate/index.html</loc>
<lastmod>2024-10-09T15:08:27.114Z</lastmod>
<loc>https://AdamWilsonLabEDU.github.io/final-project-astress32/index.html</loc>
<lastmod>2024-11-19T18:59:05.647Z</lastmod>
</url>
<url>
<loc>https://AdamWilsonLabEDU.github.io/2024-geo511-spatial-data-science-final-project-GEO511_QuartoProjectTemplate/data/Readme.html</loc>
<lastmod>2024-10-09T15:08:27.114Z</lastmod>
<loc>https://AdamWilsonLabEDU.github.io/final-project-astress32/data/Readme.html</loc>
<lastmod>2024-11-19T18:59:05.647Z</lastmod>
</url>
<url>
<loc>https://AdamWilsonLabEDU.github.io/2024-geo511-spatial-data-science-final-project-GEO511_QuartoProjectTemplate/about.html</loc>
<lastmod>2024-10-09T15:08:27.114Z</lastmod>
<loc>https://AdamWilsonLabEDU.github.io/final-project-astress32/about.html</loc>
<lastmod>2024-11-19T18:59:05.647Z</lastmod>
</url>
</urlset>

0 comments on commit 968c394

Please sign in to comment.