Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
fuerzhou committed Nov 30, 2023
1 parent 74821d2 commit bfa14e8
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
66fa5cf9
33f2903c
3 changes: 2 additions & 1 deletion docs/Setup.html
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,8 @@ <h1 class="title">Setup</h1>

</header>

<p>It is essential you have R and RStudio installed, and BYO laptop for the course.</p>
<p>Please follow the instructions in <a href="../docs/Workshop_materials.html">Workshop Materials</a> to download the files.</p>
<p>It is essential you have R and RStudio installed, and please bring your own laptop for the workshop.</p>
<p><a href="https://cran.ms.unimelb.edu.au/">Install R (&gt;= 4.3.0)</a></p>
<p><a href="https://rstudio.com/products/rstudio/download/">Install RStudio</a></p>
<p>Please make sure all packages are installed prior to the workshop.</p>
Expand Down
16 changes: 13 additions & 3 deletions docs/Workshop_materials.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@
<h2 id="toc-title">On this page</h2>

<ul>
<li><a href="#workshop-materials-will-be-updated-soon" id="toc-workshop-materials-will-be-updated-soon" class="nav-link active" data-scroll-target="#workshop-materials-will-be-updated-soon">Workshop Materials will be updated soon!</a></li>
<li><a href="#please-download-the-following-files-worksheet-data-and-objects-prior-to-the-workshop." id="toc-please-download-the-following-files-worksheet-data-and-objects-prior-to-the-workshop." class="nav-link active" data-scroll-target="#please-download-the-following-files-worksheet-data-and-objects-prior-to-the-workshop.">Please download the following files (worksheet, data and objects) prior to the workshop.</a></li>
<li><a href="#the-complete-worksheet-with-solutions-and-its-knitted-html-are-here" id="toc-the-complete-worksheet-with-solutions-and-its-knitted-html-are-here" class="nav-link" data-scroll-target="#the-complete-worksheet-with-solutions-and-its-knitted-html-are-here">The complete worksheet with solutions and its knitted html are here:</a></li>
</ul>
</nav>
</div>
Expand All @@ -132,8 +133,17 @@ <h1 class="title">Workshop Materials</h1>

</header>

<section id="workshop-materials-will-be-updated-soon" class="level2">
<h2 class="anchored" data-anchor-id="workshop-materials-will-be-updated-soon">Workshop Materials will be updated soon!</h2>
<section id="please-download-the-following-files-worksheet-data-and-objects-prior-to-the-workshop." class="level3">
<h3 class="anchored" data-anchor-id="please-download-the-following-files-worksheet-data-and-objects-prior-to-the-workshop.">Please download the following files (worksheet, data and objects) prior to the workshop.</h3>
<p><a href="worksheets/SPIAT_worksheet.Rmd">Worksheet</a></p>
<p><a href="worksheets/cellData_with-centroids.csv">cellData_with-centroids</a></p>
<p><a href="worksheets/Formatted_clinical_data.csv">Formatted_clinical_data</a></p>
<p><a href="worksheets/MIBI_spe.Rda">TNBC_formatted_spe_objects</a></p>
</section>
<section id="the-complete-worksheet-with-solutions-and-its-knitted-html-are-here" class="level3">
<h3 class="anchored" data-anchor-id="the-complete-worksheet-with-solutions-and-its-knitted-html-are-here">The complete worksheet with solutions and its knitted html are here:</h3>
<p><a href="worksheets/SPIAT_worksheet_solutions.Rmd">Worksheet Solution</a></p>
<p><a href="worksheets/SPIAT_worksheet_solutions.html">Worksheet solution html</a></p>


</section>
Expand Down
9 changes: 8 additions & 1 deletion search.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@
"href": "docs/Setup.html",
"title": "Setup",
"section": "",
"text": "It is essential you have R and RStudio installed, and BYO laptop for the course.\nInstall R (&gt;= 4.3.0)\nInstall RStudio\nPlease make sure all packages are installed prior to the workshop.\nInstall/update BiocManager to version 3.18.\n\ninstall.packages(\"BiocManager\") \nBiocManager::install(version = \"3.18\") \n\nThen install the packages.\n\nBiocManager::install(\"SPIAT\") \nBiocManager::install(\"spaSim\") \n\nAnd these packages:\n\ninstall.packages(c(\"elsa\", \"Rtsne\", \"umap\", \"alphahull\", \"plotly\", \"survminer\", \n \"survival\", \"vroom\", \"rmarkdown\", \"knitr\"))\nBiocManager::install(\"ComplexHeatmap\")\n\nIf asked to update all/some/none packages, please answer with a.\nIf asked to install the compilation packages, please answer with Yes.\nNote: If you don’t want to change your current library, it’s better to create a new R project and use the package renv (https://rstudio.github.io/renv/articles/renv.html) to install the packages for this workshop.\nPlease email [email protected] if you have any issue installing the packages."
"text": "Please follow the instructions in Workshop Materials to download the files.\nIt is essential you have R and RStudio installed, and please bring your own laptop for the workshop.\nInstall R (&gt;= 4.3.0)\nInstall RStudio\nPlease make sure all packages are installed prior to the workshop.\nInstall/update BiocManager to version 3.18.\n\ninstall.packages(\"BiocManager\") \nBiocManager::install(version = \"3.18\") \n\nThen install the packages.\n\nBiocManager::install(\"SPIAT\") \nBiocManager::install(\"spaSim\") \n\nAnd these packages:\n\ninstall.packages(c(\"elsa\", \"Rtsne\", \"umap\", \"alphahull\", \"plotly\", \"survminer\", \n \"survival\", \"vroom\", \"rmarkdown\", \"knitr\"))\nBiocManager::install(\"ComplexHeatmap\")\n\nIf asked to update all/some/none packages, please answer with a.\nIf asked to install the compilation packages, please answer with Yes.\nNote: If you don’t want to change your current library, it’s better to create a new R project and use the package renv (https://rstudio.github.io/renv/articles/renv.html) to install the packages for this workshop.\nPlease email [email protected] if you have any issue installing the packages."
},
{
"objectID": "docs/Workshop_materials.html",
"href": "docs/Workshop_materials.html",
"title": "Workshop Materials",
"section": "",
"text": "Please download the following files (worksheet, data and objects) prior to the workshop.\nWorksheet\ncellData_with-centroids\nFormatted_clinical_data\nTNBC_formatted_spe_objects\n\n\nThe complete worksheet with solutions and its knitted html are here:\nWorksheet Solution\nWorksheet solution html"
},
{
"objectID": "index.html",
Expand Down
10 changes: 5 additions & 5 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://TrigosTeam.github.io/ABACBS_Workshop_SPIAT_spaSim/docs/Workshop_materials.html</loc>
<lastmod>2023-11-21T04:11:52.273Z</lastmod>
<loc>https://TrigosTeam.github.io/ABACBS_Workshop_SPIAT_spaSim/docs/Setup.html</loc>
<lastmod>2023-11-30T02:52:47.559Z</lastmod>
</url>
<url>
<loc>https://TrigosTeam.github.io/ABACBS_Workshop_SPIAT_spaSim/docs/Setup.html</loc>
<lastmod>2023-11-21T04:11:53.599Z</lastmod>
<loc>https://TrigosTeam.github.io/ABACBS_Workshop_SPIAT_spaSim/docs/Workshop_materials.html</loc>
<lastmod>2023-11-30T02:52:47.912Z</lastmod>
</url>
<url>
<loc>https://TrigosTeam.github.io/ABACBS_Workshop_SPIAT_spaSim/index.html</loc>
<lastmod>2023-11-21T04:11:54.157Z</lastmod>
<lastmod>2023-11-30T02:52:48.389Z</lastmod>
</url>
</urlset>

0 comments on commit bfa14e8

Please sign in to comment.