Skip to content

Commit cfb6e5a

Browse files
committed
qick fix
1 parent 7026f51 commit cfb6e5a

File tree

10 files changed

+84
-94
lines changed

10 files changed

+84
-94
lines changed

_includes/papers/papers.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
{%- assign papers = site.data.papers
2-
| sort: "year"
3-
| reverse -%}
1+
{%- assign papers = site.data.papers -%}
42

53
<div class="pub-table-container">
64
<table class="pub-table">
7-
<caption>
5+
<!-- <caption>
86
Notes: #Co-first or co-corresponding author; *Trainees; P - Pending
9-
</caption>
7+
| sort: "year"
8+
| reverse
9+
</caption> -->
1010
<thead>
1111
<tr>
1212
<th>Year</th>

_publications/2022-01-12-vsd.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

_publications/2022-01-13-sdr.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

_sass/components/_team.sass

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,15 @@
6565
object-position: center center
6666

6767
&--nuttida
68+
display: flex
69+
align-items: center
6870
flex: 1 // or a fixed basis: 0 0 40%
6971
overflow: hidden // hide the sides that overflow
7072

7173
img
7274
display: block
7375
width: auto // let width grow beyond container if needed
74-
height: 100% // always match container’s height
76+
// height: 100% // always match container’s height
7577
object-fit: cover // crop left/right as needed
7678
object-position: center center
7779
border-radius: 12px

_site/assets/css/main.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_site/assets/css/main.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
-1.62 MB
Loading

_site/feed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.4">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2025-05-01T00:13:09-04:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">NuttidaLab</title><subtitle>We develop experimental and computational frameworks to investigate the neural computations that underlie complex cognitive functions in health and disease.</subtitle><author><name>NuttidaLab</name></author><entry><title type="html">Hypothesis Testing vs Bayesian Modeling</title><link href="http://localhost:4000/posts/hypothesis/" rel="alternate" type="text/html" title="Hypothesis Testing vs Bayesian Modeling" /><published>2025-03-12T21:27:20-04:00</published><updated>2025-03-12T21:27:20-04:00</updated><id>http://localhost:4000/posts/hypothesis</id><content type="html" xml:base="http://localhost:4000/posts/hypothesis/"><![CDATA[<h2 id="hypothesis-testing">Hypothesis Testing</h2>
1+
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.4">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2025-05-01T18:43:16-04:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">NuttidaLab</title><subtitle>We develop experimental and computational frameworks to investigate the neural computations that underlie complex cognitive functions in health and disease.</subtitle><author><name>NuttidaLab</name></author><entry><title type="html">Hypothesis Testing vs Bayesian Modeling</title><link href="http://localhost:4000/posts/hypothesis/" rel="alternate" type="text/html" title="Hypothesis Testing vs Bayesian Modeling" /><published>2025-03-12T21:27:20-04:00</published><updated>2025-03-12T21:27:20-04:00</updated><id>http://localhost:4000/posts/hypothesis</id><content type="html" xml:base="http://localhost:4000/posts/hypothesis/"><![CDATA[<h2 id="hypothesis-testing">Hypothesis Testing</h2>
22
<p>Hypothesis testing is a statistical method used to make inferences about a population based on a sample. It involves formulating a null hypothesis (H0) and an alternative hypothesis (H1), and then using statistical tests to determine whether to reject or fail to reject the null hypothesis.</p>
33

44
\[H_0: \mu = \mu_0 \\

_site/pubs/index.html

Lines changed: 73 additions & 71 deletions
Large diffs are not rendered by default.

assets/images/people/nuttida.jpg

-1.62 MB
Loading

0 commit comments

Comments
 (0)