Skip to content

Commit

Permalink
Added link
Browse files Browse the repository at this point in the history
  • Loading branch information
ejboettcher committed Jan 1, 2024
1 parent 8a62ec4 commit 5b57748
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 8 deletions.
Binary file added docs/img/qrcode_github.com.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 23 additions & 3 deletions docs/slide_deck.html
Original file line number Diff line number Diff line change
Expand Up @@ -483,11 +483,31 @@ <h3 id="demo">Demo</h3>
<p><br></p>
<p>Let’s check it out.</p>
<p><br></p>
<div class="columns">
<div class="column" style="width:59%;">
<ul>
<li><a href="https://ejboettcher.github.io/gemcityML-No-CodeAI/application_demo/index.html">Final Site</a></li>
<li><a href="https://github.com/ejboettcher/gemcityML-No-CodeAI/tree/main/docs/application_demo">Demo Code</a></li>
<li><a href="https://github.com/ejboettcher/gemcityML-No-CodeAI/tree/main/docs/student_application_starter">Student Code</a></li>
<li><a href="https://ejboettcher.github.io/gemcityML-No-CodeAI/application_demo/index.html">Final Site</a>: Web app</li>
<li><a href="https://github.com/ejboettcher/gemcityML-No-CodeAI/tree/main/docs/application_demo">Demo Code</a>: Code that runs web app</li>
<li><a href="https://github.com/ejboettcher/gemcityML-No-CodeAI/tree/main/docs/student_application_starter">Student Code</a>: Student Starter code</li>
</ul>
<h3 id="copy-code">Copy Code</h3>
<p>All code is located on ejboettcher’s github site.</p>
<p><br></p>
<p>https://github.com/ejboettcher/gemcityML-No-CodeAI<br>
<br></p>
<p>Student code is located in this folder:</p>
<ul>
<li>docs/student_application_starter</li>
</ul>
</div><div class="column" style="width:39%;">
<div class="quarto-figure quarto-figure-center margin-caption">
<figure>
<p><img data-src="./img/qrcode_github.com.png" class="margin-caption"></p>
<figcaption>github</figcaption>
</figure>
</div>
</div>
</div>
</section>
<section id="classifications-and-models" class="slide level2">
<h2>Classifications and Models:</h2>
Expand Down
Binary file added talk/img/qrcode_github.com.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 31 additions & 5 deletions talk/markdown/slide_deck.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,20 +64,46 @@ Evelyn J. Boettcher

---

### Demo
### Demo

<br>


Let's check it out.

<br>

- [Final Site](https://ejboettcher.github.io/gemcityML-No-CodeAI/application_demo/index.html)
- [Demo Code](https://github.com/ejboettcher/gemcityML-No-CodeAI/tree/main/docs/application_demo)
- [Student Code](https://github.com/ejboettcher/gemcityML-No-CodeAI/tree/main/docs/student_application_starter)
:::{.columns}
::::{.column width=59%}

- [Final Site](https://ejboettcher.github.io/gemcityML-No-CodeAI/application_demo/index.html): Web app
- [Demo Code](https://github.com/ejboettcher/gemcityML-No-CodeAI/tree/main/docs/application_demo): Code that runs web app
- [Student Code](https://github.com/ejboettcher/gemcityML-No-CodeAI/tree/main/docs/student_application_starter): Student Starter code


### Copy Code

All code is located on ejboettcher's github site.

<br>

https://github.com/ejboettcher/gemcityML-No-CodeAI
<br>


Student code is located in this folder:

- docs/student_application_starter


::::
::::{.column width=39%}

![github](./img/qrcode_github.com.png)


::::
:::

## Classifications and Models:

We are going to build a model that classifies between two (or more) classes.
Expand Down

0 comments on commit 5b57748

Please sign in to comment.