Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
cuierd committed Nov 5, 2023
1 parent 20e2ac6 commit 9224fee
Show file tree
Hide file tree
Showing 13 changed files with 190 additions and 35 deletions.
101 changes: 98 additions & 3 deletions docs/books-tutorials/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,71 @@
---
title: "Books and tutorials using Stan"
---
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Hugo 0.120.3">


<title>Books and tutorials using Stan - Stan for cognitive science</title>
<meta property="og:title" content="Books and tutorials using Stan - Stan for cognitive science">


<link href='/favicon.ico' rel='icon' type='image/x-icon'/>











<link rel="stylesheet" href="/css/fonts.css" media="all">
<link rel="stylesheet" href="/css/main.css" media="all">



</head>
<body>
<div class="wrapper">
<header class="header">
<nav class="nav">
<a href="/" class="nav-logo">
<img src="/images/%3cnil%3e"
width=""
height=""
alt="">
</a>

<ul class="nav-links">

<li><a href="/">Home</a></li>

<li><a href="/papers/">Papers</a></li>

<li><a href="/books-tutorials/">Books and tutorials</a></li>

<li><a href="https://github.com/cognitive-science-stan/cognitive-science-stan.github.io">GitHub</a></li>

</ul>
</nav>

</header>


<main class="content" role="main">

<article class="article">


<h1 class="article-title">Books and tutorials using Stan</h1>



<div class="article-content">

<script src="/rmarkdown-libs/header-attrs/header-attrs.js"></script>
<script src="/rmarkdown-libs/htmlwidgets/htmlwidgets.js"></script>
<script src="/rmarkdown-libs/pymjs/pym.v1.js"></script>
Expand Down Expand Up @@ -30,3 +94,34 @@ <h2>Tutorial papers</h2>
<div id="htmlwidget-2" style="width:100%;height:auto;" class="widgetframe html-widget"></div>
<script type="application/json" data-for="htmlwidget-2">{"x":{"url":"/books-tutorials_files/figure-html//widgets/widget_unnamed-chunk-5.html","options":{"xdomain":"*","allowfullscreen":false,"lazyload":false}},"evals":[],"jsHooks":[]}</script>
</div>

</div>
</article>






</main>

<footer class="footer">
<ul class="footer-links">
<li>
<a href="/index.xml" type="application/rss+xml" target="_blank">RSS feed</a>
</li>
<li>
<a href="https://gohugo.io/" class="footer-links-kudos">Made with <img src="/images/hugo-logo.png" alt="Img link to Hugo website" width="22" height="22"></a>
</li>
</ul>
</footer>

</div>





</body>
</html>

Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ table.dataTable,table.dataTable th,table.dataTable td {
box-sizing: content-box;
text-align: left !important;
}
table.dataTable thead .long-column {
min-width: 250px !important;
}
/* In case of scrollX/Y or FixedHeader */
.dataTables_scrollBody .dataTables_sizing {
visibility: hidden;
Expand Down

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

Loading

0 comments on commit 9224fee

Please sign in to comment.