Skip to content

Commit

Permalink
done for now
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-alt committed Aug 29, 2024
1 parent 88c845a commit 35f53b1
Show file tree
Hide file tree
Showing 12 changed files with 1,061 additions and 373 deletions.
3 changes: 3 additions & 0 deletions docs/hero.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.column-page {
padding-top: 0%;
}
27 changes: 15 additions & 12 deletions docs/hero.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,17 +128,9 @@



<div class="hero-banner page-columns page-full">
<div class="column-page">
<div class="grid">
<section id="taija" class="level1 g-col-8">
<h1>Taija</h1>
<section id="trustworthy-artificial-intelligence-in-julia" class="level3">
<h3 class="anchored" data-anchor-id="trustworthy-artificial-intelligence-in-julia">Trustworthy Artificial Intelligence in Julia</h3>
<p>Taija is the organization that hosts software geared towards <strong>T</strong>rustworthy <strong>A</strong>rtificial <strong>I</strong>ntelligence in <strong>J</strong>uli<strong>a</strong>.</p>
</section>
</section>
<div class="g-col-4">
<div class="column-screen">
<div class="hero-banner">
<div class="hero-banner-carousel">
<div class="cell g-col-lg-6 g-col-12 g-col-md-12">
<div class="cell-output-display">
<div id="gallery-carousel" class="carousel carousel-dark slide" data-bs-ride="carousel">
Expand Down Expand Up @@ -194,7 +186,18 @@ <h3 class="anchored" data-anchor-id="trustworthy-artificial-intelligence-in-juli
</div>
</div>
</div>
</div>
<section id="make-sense-of-your-ai-models" class="level1 hero-banner-text">
<h1>Make sense of your AI models</h1>
<p>Artificial Intelligence (AI) has been advancing rapidly in recent years. Consequently, Julia’s AI ecosystem has also been growing fast. Taija is an effort to provide users with tools to make sense of the AI models that they train and deploy. Some highlights include:</p>
<ul>
<li>Model Explainability (<a href="https://github.com/JuliaTrustworthyAI/CounterfactualExplanations.jl">CounterfactualExplanations.jl</a>)</li>
<li>Algorithmic Recourse (<a href="https://github.com/JuliaTrustworthyAI/CounterfactualExplanations.jl">CounterfactualExplanations.jl</a>, <a href="https://github.com/JuliaTrustworthyAI/AlgorithmicRecourseDynamics.jl">AlgorithmicRecourseDynamics.jl</a>)</li>
<li>Predictive Uncertainty Quantification (<a href="https://github.com/JuliaTrustworthyAI/ConformalPrediction.jl">ConformalPrediction.jl</a>, <a href="https://github.com/JuliaTrustworthyAI/LaplaceRedux.jl">LaplaceRedux.jl</a>)</li>
<li>Effortless Bayesian Deep Learning (<a href="https://github.com/JuliaTrustworthyAI/LaplaceRedux.jl">LaplaceRedux.jl</a>)</li>
<li>Hybrid Learning (<a href="https://github.com/JuliaTrustworthyAI/JointEnergyModels.jl">JointEnergyModels.jl</a>)</li>
</ul>
<p>Taija is a community effort largely maintained by academics and students at TU Delft. We welcome contributions of any kind.</p>
</section>
</div>
</div>

Expand Down
30 changes: 21 additions & 9 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,17 +125,18 @@



<div class="hero-banner">
<div class="column-page">
<div class="grid">
<section id="taija" class="level1 g-col-8">
<h1>Taija</h1>
<section id="trustworthy-artificial-intelligence-in-julia" class="level3">
<h3 data-anchor-id="trustworthy-artificial-intelligence-in-julia">Trustworthy Artificial Intelligence in Julia</h3>
<div class="content-block">
<section id="welcome-to-taija" class="level1 welcome">
<h1>Welcome to Taija</h1>
<section id="trustworthy-artificial-intelligence-in-julia" class="level2">
<h2 data-anchor-id="trustworthy-artificial-intelligence-in-julia">Trustworthy Artificial Intelligence in Julia</h2>
<p>Taija is the organization that hosts software geared towards <strong>T</strong>rustworthy <strong>A</strong>rtificial <strong>I</strong>ntelligence in <strong>J</strong>uli<strong>a</strong>.</p>
</section>
</section>
<div class="g-col-4">
</div>
<div class="column-screen">
<div class="hero-banner">
<div class="hero-banner-carousel">
<div class="cell g-col-lg-6 g-col-12 g-col-md-12">
<div class="cell-output-display">
<div id="gallery-carousel" class="carousel carousel-dark slide" data-bs-ride="carousel">
Expand Down Expand Up @@ -191,7 +192,18 @@ <h3 data-anchor-id="trustworthy-artificial-intelligence-in-julia">Trustworthy Ar
</div>
</div>
</div>
</div>
<section id="make-sense-of-your-ai-models" class="level1 hero-banner-text">
<h1>Make sense of your AI models</h1>
<p>Artificial Intelligence (AI) has been advancing rapidly in recent years. Consequently, Julia’s AI ecosystem has also been growing fast. Taija is an effort to provide users with tools to make sense of the AI models that they train and deploy. Some highlights include:</p>
<ul>
<li>Model Explainability (<a href="https://github.com/JuliaTrustworthyAI/CounterfactualExplanations.jl">CounterfactualExplanations.jl</a>)</li>
<li>Algorithmic Recourse (<a href="https://github.com/JuliaTrustworthyAI/CounterfactualExplanations.jl">CounterfactualExplanations.jl</a>, <a href="https://github.com/JuliaTrustworthyAI/AlgorithmicRecourseDynamics.jl">AlgorithmicRecourseDynamics.jl</a>)</li>
<li>Predictive Uncertainty Quantification (<a href="https://github.com/JuliaTrustworthyAI/ConformalPrediction.jl">ConformalPrediction.jl</a>, <a href="https://github.com/JuliaTrustworthyAI/LaplaceRedux.jl">LaplaceRedux.jl</a>)</li>
<li>Effortless Bayesian Deep Learning (<a href="https://github.com/JuliaTrustworthyAI/LaplaceRedux.jl">LaplaceRedux.jl</a>)</li>
<li>Hybrid Learning (<a href="https://github.com/JuliaTrustworthyAI/JointEnergyModels.jl">JointEnergyModels.jl</a>)</li>
</ul>
<p>Taija is a community effort largely maintained by academics and students at TU Delft. We welcome contributions of any kind.</p>
</section>
</div>
</div>
<div class="content-block">
Expand Down
623 changes: 322 additions & 301 deletions docs/search.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/site_libs/bootstrap/bootstrap.min.css

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

68 changes: 36 additions & 32 deletions docs/sitemap.xml
Original file line number Diff line number Diff line change
@@ -1,71 +1,75 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://www.taija.org/blog/index.html</loc>
<lastmod>2024-08-28T14:44:08.419Z</lastmod>
<loc>https://www.taija.org/welcome.html</loc>
<lastmod>2024-08-29T10:13:20.361Z</lastmod>
</url>
<url>
<loc>https://www.taija.org/blog/posts/conformal-llm/index.html</loc>
<lastmod>2024-08-28T15:16:41.887Z</lastmod>
<loc>https://www.taija.org/blog/posts/conformal-regression/index.html</loc>
<lastmod>2024-08-28T14:44:08.517Z</lastmod>
</url>
<url>
<loc>https://www.taija.org/blog/posts/conformal-prediction/index.html</loc>
<lastmod>2024-08-28T14:44:08.513Z</lastmod>
<loc>https://www.taija.org/blog/posts/effortsless-bayesian-dl/index.html</loc>
<lastmod>2024-08-28T14:44:08.536Z</lastmod>
</url>
<url>
<loc>https://www.taija.org/blog/posts/guest-students-laplace/index.html</loc>
<lastmod>2024-08-28T14:44:08.555Z</lastmod>
<loc>https://www.taija.org/blog/posts/a-new-tool-for-explainable-ai/index.html</loc>
<lastmod>2024-08-28T14:44:08.424Z</lastmod>
</url>
<url>
<loc>https://www.taija.org/index.html</loc>
<lastmod>2024-08-28T14:30:07.790Z</lastmod>
<loc>https://www.taija.org/blog/posts/conformal-image-classifier/index.html</loc>
<lastmod>2024-08-28T14:44:08.491Z</lastmod>
</url>
<url>
<loc>https://www.taija.org/content/news/news.html</loc>
<lastmod>2024-08-28T12:51:08.043Z</lastmod>
<loc>https://www.taija.org/hero.html</loc>
<lastmod>2024-08-29T10:29:47.950Z</lastmod>
</url>
<url>
<loc>https://www.taija.org/content/contribute.html</loc>
<lastmod>2024-08-28T10:20:28.150Z</lastmod>
<loc>https://www.taija.org/content/related.html</loc>
<lastmod>2024-08-28T10:23:47.260Z</lastmod>
</url>
<url>
<loc>https://www.taija.org/content/contact.html</loc>
<lastmod>2024-08-28T14:39:18.356Z</lastmod>
<loc>https://www.taija.org/content/about.html</loc>
<lastmod>2024-08-28T11:28:48.944Z</lastmod>
</url>
<url>
<loc>https://www.taija.org/content/sponsors.html</loc>
<lastmod>2024-08-28T10:23:07.830Z</lastmod>
</url>
<url>
<loc>https://www.taija.org/content/research.html</loc>
<lastmod>2024-08-28T10:21:53.352Z</lastmod>
</url>
<url>
<loc>https://www.taija.org/content/sponsors.html</loc>
<lastmod>2024-08-28T10:23:07.830Z</lastmod>
<loc>https://www.taija.org/content/contact.html</loc>
<lastmod>2024-08-28T14:39:18.356Z</lastmod>
</url>
<url>
<loc>https://www.taija.org/content/about.html</loc>
<lastmod>2024-08-28T11:28:48.944Z</lastmod>
<loc>https://www.taija.org/content/contribute.html</loc>
<lastmod>2024-08-28T10:20:28.150Z</lastmod>
</url>
<url>
<loc>https://www.taija.org/content/related.html</loc>
<lastmod>2024-08-28T10:23:47.260Z</lastmod>
<loc>https://www.taija.org/content/news/news.html</loc>
<lastmod>2024-08-28T12:51:08.043Z</lastmod>
</url>
<url>
<loc>https://www.taija.org/hero.html</loc>
<lastmod>2024-08-28T14:29:58.072Z</lastmod>
<loc>https://www.taija.org/index.html</loc>
<lastmod>2024-08-29T10:29:59.372Z</lastmod>
</url>
<url>
<loc>https://www.taija.org/blog/posts/conformal-image-classifier/index.html</loc>
<lastmod>2024-08-28T14:44:08.491Z</lastmod>
<loc>https://www.taija.org/blog/posts/guest-students-laplace/index.html</loc>
<lastmod>2024-08-28T14:44:08.555Z</lastmod>
</url>
<url>
<loc>https://www.taija.org/blog/posts/a-new-tool-for-explainable-ai/index.html</loc>
<lastmod>2024-08-28T14:44:08.424Z</lastmod>
<loc>https://www.taija.org/blog/posts/conformal-prediction/index.html</loc>
<lastmod>2024-08-28T14:44:08.513Z</lastmod>
</url>
<url>
<loc>https://www.taija.org/blog/posts/effortsless-bayesian-dl/index.html</loc>
<lastmod>2024-08-28T14:44:08.536Z</lastmod>
<loc>https://www.taija.org/blog/posts/conformal-llm/index.html</loc>
<lastmod>2024-08-28T15:16:41.887Z</lastmod>
</url>
<url>
<loc>https://www.taija.org/blog/posts/conformal-regression/index.html</loc>
<lastmod>2024-08-28T14:44:08.517Z</lastmod>
<loc>https://www.taija.org/blog/index.html</loc>
<lastmod>2024-08-28T14:44:08.419Z</lastmod>
</url>
</urlset>
Loading

0 comments on commit 35f53b1

Please sign in to comment.