Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyuxie-vico committed Jan 17, 2024
1 parent 04ea7c8 commit 624ca80
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 1 deletion.
6 changes: 6 additions & 0 deletions _sources/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@
- **Email**: [email protected]
- **Personal website**: https://xiaoyuxie.top

## Style

In this interactive book, you will learn the state-of-the-art deep learning methods for solving various challenging scientific and engineering problems. Each interactive hands-on tutorial will include code, visualization, and youtube video for paper and implementation. You can also directly run all toturials in Colab or your local computers.

## Scope

The scope of this book is to explore how different scientific machine learning was proposed instead of solely telling you how to use different methods. This is because our ultimate goal is to develop new algorithms that can solve problems and transform the world. We will always face different and new problems that we have never seen. It is important to hone ourself to re-discover these milestone methods and have hands-on experience for them.

## Table of Contents
```{tableofcontents}
```
Expand Down
27 changes: 27 additions & 0 deletions intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,16 @@ <h1 class="site-logo" id="site-title">Scientific Machine Learning</h1>
</div>
<nav id="bd-toc-nav" aria-label="Page">
<ul class="visible nav section-nav flex-column">
<li class="toc-h2 nav-item toc-entry">
<a class="reference internal nav-link" href="#style">
Style
</a>
</li>
<li class="toc-h2 nav-item toc-entry">
<a class="reference internal nav-link" href="#scope">
Scope
</a>
</li>
<li class="toc-h2 nav-item toc-entry">
<a class="reference internal nav-link" href="#table-of-contents">
Table of Contents
Expand Down Expand Up @@ -394,6 +404,16 @@ <h2> Contents </h2>
</div>
<nav aria-label="Page">
<ul class="visible nav section-nav flex-column">
<li class="toc-h2 nav-item toc-entry">
<a class="reference internal nav-link" href="#style">
Style
</a>
</li>
<li class="toc-h2 nav-item toc-entry">
<a class="reference internal nav-link" href="#scope">
Scope
</a>
</li>
<li class="toc-h2 nav-item toc-entry">
<a class="reference internal nav-link" href="#table-of-contents">
Table of Contents
Expand Down Expand Up @@ -433,7 +453,14 @@ <h1>Welcome to Hands-on Scientific Machine Learning!<a class="headerlink" href="
<li><p><strong>Email</strong>: <a class="reference external" href="mailto:xiaoyuxie2020&#37;&#52;&#48;u&#46;northwestern&#46;edu">xiaoyuxie2020<span>&#64;</span>u<span>&#46;</span>northwestern<span>&#46;</span>edu</a></p></li>
<li><p><strong>Personal website</strong>: <a class="reference external" href="https://xiaoyuxie.top">https://xiaoyuxie.top</a></p></li>
</ul>
<section id="style">
<h2>Style<a class="headerlink" href="#style" title="Permalink to this headline">#</a></h2>
<p>In this interactive book, you will learn the state-of-the-art deep learning methods for solving various challenging scientific and engineering problems. Each interactive hands-on tutorial will include code, visualization, and youtube video for paper and implementation. You can also directly run all toturials in Colab or your local computers.</p>
</section>
<section id="scope">
<h2>Scope<a class="headerlink" href="#scope" title="Permalink to this headline">#</a></h2>
<p>The scope of this book is to explore how different scientific machine learning was proposed instead of solely telling you how to use different methods. This is because our ultimate goal is to develop new algorithms that can solve problems and transform the world. We will always face different and new problems that we have never seen. It is important to hone ourself to re-discover these milestone methods and have hands-on experience for them.</p>
</section>
<section id="table-of-contents">
<h2>Table of Contents<a class="headerlink" href="#table-of-contents" title="Permalink to this headline">#</a></h2>
<div class="toctree-wrapper compound">
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 624ca80

Please sign in to comment.