|
7 | 7 | <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> |
8 | 8 |
|
9 | 9 |
|
10 | | -<title>Quarto Website - About</title> |
| 10 | +<title>Python Data Analysis Guides - About This Website</title> |
11 | 11 | <style> |
12 | 12 | code{white-space: pre-wrap;} |
13 | 13 | span.smallcaps{font-variant: small-caps;} |
|
109 | 109 |
|
110 | 110 | gtag('config', 'G-NLF0RWB1CE'); |
111 | 111 | </script> |
| 112 | +<link href="site_libs/pagedtable-1.1/css/pagedtable.css" rel="stylesheet"> |
| 113 | +<script src="site_libs/pagedtable-1.1/js/pagedtable.js"></script> |
112 | 114 |
|
113 | 115 |
|
114 | 116 | <link rel="stylesheet" href="styles.css"> |
|
124 | 126 | <div class="navbar-container container-fluid"> |
125 | 127 | <div class="navbar-brand-container mx-auto"> |
126 | 128 | <a class="navbar-brand" href="./index.html"> |
127 | | - <span class="navbar-title">Quarto Website</span> |
| 129 | + <span class="navbar-title">Python Data Analysis Guides</span> |
128 | 130 | </a> |
129 | 131 | </div> |
130 | 132 | <div id="quarto-search" class="" title="Search"></div> |
|
165 | 167 | </li> |
166 | 168 | <li class="nav-item"> |
167 | 169 | <a class="nav-link active" href="./about.html" aria-current="page"> |
168 | | -<span class="menu-text">About</span></a> |
| 170 | +<span class="menu-text">About This Website</span></a> |
169 | 171 | </li> |
170 | 172 | </ul> |
171 | 173 | <ul class="navbar-nav navbar-nav-scroll ms-auto"> |
|
189 | 191 | <!-- sidebar --> |
190 | 192 | <!-- margin-sidebar --> |
191 | 193 | <div id="quarto-margin-sidebar" class="sidebar margin-sidebar"> |
192 | | - |
| 194 | + <nav id="TOC" role="doc-toc" class="toc-active"> |
| 195 | + <h2 id="toc-title">Contents</h2> |
| 196 | + |
| 197 | + <ul> |
| 198 | + <li><a href="#contact" id="toc-contact" class="nav-link active" data-scroll-target="#contact"><span class="header-section-number">1</span> Contact</a></li> |
| 199 | + <li><a href="#license" id="toc-license" class="nav-link" data-scroll-target="#license"><span class="header-section-number">2</span> License</a></li> |
| 200 | + <li><a href="#session-info" id="toc-session-info" class="nav-link" data-scroll-target="#session-info"><span class="header-section-number">3</span> Session Info</a></li> |
| 201 | + </ul> |
| 202 | +</nav> |
193 | 203 | </div> |
194 | 204 | <!-- main --> |
195 | 205 | <main class="content" id="quarto-document-content"> |
196 | 206 |
|
197 | 207 | <header id="title-block-header" class="quarto-title-block default"> |
198 | 208 | <div class="quarto-title"> |
199 | | -<div class="quarto-title-block"><div><h1 class="title">About</h1><button type="button" class="btn code-tools-button" id="quarto-code-tools-source"><i class="bi"></i> Code</button></div></div> |
| 209 | +<div class="quarto-title-block"><div><h1 class="title">About This Website</h1><button type="button" class="btn code-tools-button dropdown-toggle" id="quarto-code-tools-menu" data-bs-toggle="dropdown" aria-expanded="false"><i class="bi"></i> Code</button><ul class="dropdown-menu dropdown-menu-end" aria-labelelledby="quarto-code-tools-menu"><li><a id="quarto-show-all-code" class="dropdown-item" href="javascript:void(0)" role="button">Show All Code</a></li><li><a id="quarto-hide-all-code" class="dropdown-item" href="javascript:void(0)" role="button">Hide All Code</a></li><li><hr class="dropdown-divider"></li><li><a id="quarto-view-source" class="dropdown-item" href="javascript:void(0)" role="button">View Source</a></li></ul></div></div> |
200 | 210 | </div> |
201 | 211 |
|
202 | 212 |
|
|
213 | 223 | </header> |
214 | 224 |
|
215 | 225 |
|
216 | | -<p>About this site</p> |
| 226 | +<p>The Python Data Analysis Guides were generated with <a href="https://quarto.org/"><code>Quarto</code></a> (archived at <a href="https://perma.cc/9JWH-779Y">https://perma.cc/9JWH-779Y</a>). The codebase that was used to generate the Data Analysis Guides is located <a href="https://github.com/DevPsyLab/pythonDataAnalysisGuides">here</a>.</p> |
| 227 | +<section id="contact" class="level1" data-number="1"> |
| 228 | +<h1 data-number="1"><span class="header-section-number">1</span> Contact</h1> |
| 229 | +<p>If you have questions about the lab and are not sure who to contact, please contact devpsy-lab@uiowa.edu.</p> |
| 230 | +</section> |
| 231 | +<section id="license" class="level1" data-number="2"> |
| 232 | +<h1 data-number="2"><span class="header-section-number">2</span> License</h1> |
| 233 | +<div class="quarto-figure quarto-figure-center"> |
| 234 | +<figure class="figure"> |
| 235 | +<p><a href="https://creativecommons.org/licenses/by/4.0/"><img src="https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg" class="img-fluid figure-img" alt="CC BY 4.0"></a></p> |
| 236 | +<figcaption>CC BY 4.0</figcaption> |
| 237 | +</figure> |
| 238 | +</div> |
| 239 | +<p>This work is licensed under a <a href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.</p> |
| 240 | +<div class="quarto-figure quarto-figure-center"> |
| 241 | +<figure class="figure"> |
| 242 | +<p><a href="https://creativecommons.org/licenses/by/4.0/"><img src="https://i.creativecommons.org/l/by/4.0/88x31.png" class="img-fluid figure-img" alt="CC BY 4.0"></a></p> |
| 243 | +<figcaption>CC BY 4.0</figcaption> |
| 244 | +</figure> |
| 245 | +</div> |
| 246 | +</section> |
| 247 | +<section id="session-info" class="level1" data-number="3"> |
| 248 | +<h1 data-number="3"><span class="header-section-number">3</span> Session Info</h1> |
| 249 | +<div class="cell"> |
| 250 | +<details class="code-fold"> |
| 251 | +<summary>Code</summary> |
| 252 | +<div class="sourceCode cell-code" id="cb1"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="fu">sessionInfo</span>()</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div> |
| 253 | +</details> |
| 254 | +<div class="cell-output cell-output-stdout"> |
| 255 | +<pre><code>R version 4.3.3 (2024-02-29) |
| 256 | +Platform: x86_64-pc-linux-gnu (64-bit) |
| 257 | +Running under: Ubuntu 22.04.4 LTS |
| 258 | + |
| 259 | +Matrix products: default |
| 260 | +BLAS: /usr/lib/x86_64-linux-gnu/openblas-pthread/libblas.so.3 |
| 261 | +LAPACK: /usr/lib/x86_64-linux-gnu/openblas-pthread/libopenblasp-r0.3.20.so; LAPACK version 3.10.0 |
| 262 | + |
| 263 | +locale: |
| 264 | + [1] LC_CTYPE=C.UTF-8 LC_NUMERIC=C LC_TIME=C.UTF-8 |
| 265 | + [4] LC_COLLATE=C.UTF-8 LC_MONETARY=C.UTF-8 LC_MESSAGES=C.UTF-8 |
| 266 | + [7] LC_PAPER=C.UTF-8 LC_NAME=C LC_ADDRESS=C |
| 267 | +[10] LC_TELEPHONE=C LC_MEASUREMENT=C.UTF-8 LC_IDENTIFICATION=C |
| 268 | + |
| 269 | +time zone: UTC |
| 270 | +tzcode source: system (glibc) |
| 271 | + |
| 272 | +attached base packages: |
| 273 | +[1] stats graphics grDevices utils datasets methods base |
| 274 | + |
| 275 | +loaded via a namespace (and not attached): |
| 276 | + [1] htmlwidgets_1.6.4 compiler_4.3.3 fastmap_1.1.1 cli_3.6.2 |
| 277 | + [5] tools_4.3.3 htmltools_0.5.8.1 yaml_2.3.8 rmarkdown_2.26 |
| 278 | + [9] knitr_1.46 jsonlite_1.8.8 xfun_0.43 digest_0.6.35 |
| 279 | +[13] rlang_1.1.3 evaluate_0.23 </code></pre> |
| 280 | +</div> |
| 281 | +</div> |
217 | 282 |
|
218 | 283 |
|
219 | 284 | <!-- --> |
220 | 285 |
|
| 286 | +</section> |
221 | 287 |
|
222 | 288 | </main> <!-- /main --> |
223 | 289 | <br> |
|
710 | 776 | } |
711 | 777 | }); |
712 | 778 | </script><div class="modal fade" id="quarto-embedded-source-code-modal" tabindex="-1" aria-labelledby="quarto-embedded-source-code-modal-label" aria-hidden="true"><div class="modal-dialog modal-dialog-scrollable"><div class="modal-content"><div class="modal-header"><h5 class="modal-title" id="quarto-embedded-source-code-modal-label">Source Code</h5><button class="btn-close" data-bs-dismiss="modal"></button></div><div class="modal-body"><div class=""> |
713 | | -<div class="sourceCode" id="cb1" data-shortcodes="false"><pre class="sourceCode markdown code-with-copy"><code class="sourceCode markdown"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="co">---</span></span> |
714 | | -<span id="cb1-2"><a href="#cb1-2" aria-hidden="true" tabindex="-1"></a><span class="an">title:</span><span class="co"> "About"</span></span> |
715 | | -<span id="cb1-3"><a href="#cb1-3" aria-hidden="true" tabindex="-1"></a><span class="co">---</span></span> |
716 | | -<span id="cb1-4"><a href="#cb1-4" aria-hidden="true" tabindex="-1"></a></span> |
717 | | -<span id="cb1-5"><a href="#cb1-5" aria-hidden="true" tabindex="-1"></a>About this site</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div> |
| 779 | +<div class="sourceCode" id="cb3" data-shortcodes="false"><pre class="sourceCode markdown code-with-copy"><code class="sourceCode markdown"><span id="cb3-1"><a href="#cb3-1" aria-hidden="true" tabindex="-1"></a><span class="co">---</span></span> |
| 780 | +<span id="cb3-2"><a href="#cb3-2" aria-hidden="true" tabindex="-1"></a><span class="an">title:</span><span class="co"> "About This Website"</span></span> |
| 781 | +<span id="cb3-3"><a href="#cb3-3" aria-hidden="true" tabindex="-1"></a><span class="co">---</span></span> |
| 782 | +<span id="cb3-4"><a href="#cb3-4" aria-hidden="true" tabindex="-1"></a></span> |
| 783 | +<span id="cb3-5"><a href="#cb3-5" aria-hidden="true" tabindex="-1"></a>The Python Data Analysis Guides were generated with <span class="co">[</span><span class="ot">`Quarto`</span><span class="co">](https://quarto.org/)</span> (archived at <span class="co">[</span><span class="ot">https://perma.cc/9JWH-779Y</span><span class="co">](https://perma.cc/9JWH-779Y)</span>).</span> |
| 784 | +<span id="cb3-6"><a href="#cb3-6" aria-hidden="true" tabindex="-1"></a>The codebase that was used to generate the Data Analysis Guides is located <span class="co">[</span><span class="ot">here</span><span class="co">](https://github.com/DevPsyLab/pythonDataAnalysisGuides)</span>.</span> |
| 785 | +<span id="cb3-7"><a href="#cb3-7" aria-hidden="true" tabindex="-1"></a></span> |
| 786 | +<span id="cb3-8"><a href="#cb3-8" aria-hidden="true" tabindex="-1"></a><span class="fu"># Contact</span></span> |
| 787 | +<span id="cb3-9"><a href="#cb3-9" aria-hidden="true" tabindex="-1"></a></span> |
| 788 | +<span id="cb3-10"><a href="#cb3-10" aria-hidden="true" tabindex="-1"></a>If you have questions about the lab and are not sure who to contact, please contact devpsy-lab@uiowa.edu.</span> |
| 789 | +<span id="cb3-11"><a href="#cb3-11" aria-hidden="true" tabindex="-1"></a></span> |
| 790 | +<span id="cb3-12"><a href="#cb3-12" aria-hidden="true" tabindex="-1"></a><span class="fu"># License</span></span> |
| 791 | +<span id="cb3-13"><a href="#cb3-13" aria-hidden="true" tabindex="-1"></a></span> |
| 792 | +<span id="cb3-14"><a href="#cb3-14" aria-hidden="true" tabindex="-1"></a><span class="co">[</span><span class="al">![CC BY 4.0][cc-by-shield]</span><span class="co">][cc-by]</span></span> |
| 793 | +<span id="cb3-15"><a href="#cb3-15" aria-hidden="true" tabindex="-1"></a></span> |
| 794 | +<span id="cb3-16"><a href="#cb3-16" aria-hidden="true" tabindex="-1"></a>This work is licensed under a</span> |
| 795 | +<span id="cb3-17"><a href="#cb3-17" aria-hidden="true" tabindex="-1"></a><span class="co">[</span><span class="ot">Creative Commons Attribution 4.0 International License</span><span class="co">][cc-by]</span>.</span> |
| 796 | +<span id="cb3-18"><a href="#cb3-18" aria-hidden="true" tabindex="-1"></a></span> |
| 797 | +<span id="cb3-19"><a href="#cb3-19" aria-hidden="true" tabindex="-1"></a><span class="co">[</span><span class="al">![CC BY 4.0][cc-by-image]</span><span class="co">][cc-by]</span></span> |
| 798 | +<span id="cb3-20"><a href="#cb3-20" aria-hidden="true" tabindex="-1"></a></span> |
| 799 | +<span id="cb3-21"><a href="#cb3-21" aria-hidden="true" tabindex="-1"></a><span class="ot">[cc-by]: https://creativecommons.org/licenses/by/4.0/</span></span> |
| 800 | +<span id="cb3-22"><a href="#cb3-22" aria-hidden="true" tabindex="-1"></a><span class="ot">[cc-by-image]: https://i.creativecommons.org/l/by/4.0/88x31.png</span></span> |
| 801 | +<span id="cb3-23"><a href="#cb3-23" aria-hidden="true" tabindex="-1"></a><span class="ot">[cc-by-shield]: https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg</span></span> |
| 802 | +<span id="cb3-24"><a href="#cb3-24" aria-hidden="true" tabindex="-1"></a></span> |
| 803 | +<span id="cb3-25"><a href="#cb3-25" aria-hidden="true" tabindex="-1"></a><span class="fu"># Session Info</span></span> |
| 804 | +<span id="cb3-26"><a href="#cb3-26" aria-hidden="true" tabindex="-1"></a></span> |
| 805 | +<span id="cb3-29"><a href="#cb3-29" aria-hidden="true" tabindex="-1"></a><span class="in">```{r}</span></span> |
| 806 | +<span id="cb3-30"><a href="#cb3-30" aria-hidden="true" tabindex="-1"></a><span class="fu">sessionInfo</span>()</span> |
| 807 | +<span id="cb3-31"><a href="#cb3-31" aria-hidden="true" tabindex="-1"></a><span class="in">```</span></span> |
| 808 | +</code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div> |
718 | 809 | </div></div></div></div></div> |
719 | 810 | </div> <!-- /content --> |
720 | 811 |
|
|
0 commit comments