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 May 24, 2024
1 parent 8e00507 commit 485725d
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6ec7a5c8
d02d9763
Binary file added images/group_image.webp
Binary file not shown.
6 changes: 6 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,12 @@ <h1 class="title">Home</h1>
</header>


<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><img src="images/group_image.webp" class="img-fluid figure-img"></p>
<figcaption>AutoML Group TU/e Picture</figcaption>
</figure>
</div>
<section id="mission" class="level2">
<h2 class="anchored" data-anchor-id="mission">Mission</h2>
</section>
Expand Down
2 changes: 1 addition & 1 deletion people/people.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ <h1 class="title">People</h1>
</header>


<div id="6e1238d6" class="cell" data-execution_count="1">
<div id="59f2588d" class="cell" data-execution_count="1">
<section id="permanent-researchers" class="cell-output cell-output-display cell-output-markdown">
<h2 class="anchored">Permanent researchers</h2>
</section>
Expand Down
14 changes: 14 additions & 0 deletions search.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,20 @@
"section": "",
"text": "1) Import packages\n\nimport numpy as np\nimport matplotlib.pyplot as plt\n\n\n\n2) Plotting\nWe plot below (Figure 1) the histogram of 1000 samples from a normal distribution.\n\nx = np.random.normal(size=1000)\nplt.figure(figsize=(10, 6))\nplt.hist(x, density=True, bins=30)\nplt.ylabel('Probability')\nplt.xlabel('X')\nplt.show()\n\n\n\n\n\n\n\nFigure 1: Histogram of X"
},
{
"objectID": "index.html",
"href": "index.html",
"title": "Home",
"section": "",
"text": "AutoML Group TU/e Picture"
},
{
"objectID": "index.html#mission",
"href": "index.html#mission",
"title": "Home",
"section": "Mission",
"text": "Mission"
},
{
"objectID": "index.html#highlights",
"href": "index.html#highlights",
Expand Down
14 changes: 7 additions & 7 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,30 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://openml-labs.github.io/website/people/people.html</loc>
<lastmod>2024-05-21T12:23:59.236Z</lastmod>
<lastmod>2024-05-24T12:25:40.586Z</lastmod>
</url>
<url>
<loc>https://openml-labs.github.io/website/blogs/blog.html</loc>
<lastmod>2024-05-21T12:23:59.228Z</lastmod>
<lastmod>2024-05-24T12:25:40.578Z</lastmod>
</url>
<url>
<loc>https://openml-labs.github.io/website/notebooks/example.html</loc>
<lastmod>2024-05-21T12:23:59.236Z</lastmod>
<lastmod>2024-05-24T12:25:40.586Z</lastmod>
</url>
<url>
<loc>https://openml-labs.github.io/website/index.html</loc>
<lastmod>2024-05-21T12:23:59.236Z</lastmod>
<lastmod>2024-05-24T12:25:40.586Z</lastmod>
</url>
<url>
<loc>https://openml-labs.github.io/website/software/software.html</loc>
<lastmod>2024-05-21T12:23:59.236Z</lastmod>
<lastmod>2024-05-24T12:25:40.586Z</lastmod>
</url>
<url>
<loc>https://openml-labs.github.io/website/publications/publications.html</loc>
<lastmod>2024-05-21T12:23:59.236Z</lastmod>
<lastmod>2024-05-24T12:25:40.586Z</lastmod>
</url>
<url>
<loc>https://openml-labs.github.io/website/projects/projects.html</loc>
<lastmod>2024-05-21T12:23:59.236Z</lastmod>
<lastmod>2024-05-24T12:25:40.586Z</lastmod>
</url>
</urlset>

0 comments on commit 485725d

Please sign in to comment.