Skip to content

Commit

Permalink
base with examples
Browse files Browse the repository at this point in the history
  • Loading branch information
rgs2151 committed May 21, 2024
1 parent e96f43a commit e6142e1
Show file tree
Hide file tree
Showing 84 changed files with 3,392 additions and 226 deletions.
23 changes: 0 additions & 23 deletions .github/CONTRIBUTING.md

This file was deleted.

68 changes: 0 additions & 68 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

81 changes: 0 additions & 81 deletions .github/ISSUE_TEMPLATE/bug_report.yml

This file was deleted.

5 changes: 0 additions & 5 deletions .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/ISSUE_TEMPLATE/documentation.md

This file was deleted.

25 changes: 0 additions & 25 deletions .github/ISSUE_TEMPLATE/documentation.yml

This file was deleted.

3 changes: 1 addition & 2 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@ permissions:
id-token: write

# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: "pages"
cancel-in-progress: false
cancel-in-progress: true

jobs:
# Build job
Expand Down
6 changes: 3 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ name : "Nuttida Lab"
description : "A research lab at Columbia University that focuses on developing experimental and computational frameworks to investigate the neural computations that underlie complex cognitive functions in health and disease."
url : "https://nuttidalab.github.io/" # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
baseurl : # the subpath of your site, e.g. "/blog"
repository : # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
repository : "NuttidaLab/nuttidalab.github.io" # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
teaser : # path of fallback teaser image, e.g. "/assets/images/500x300.png"
logo : # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png"
masthead_title : # overrides the website title displayed in the masthead, use " " for no title
Expand Down Expand Up @@ -66,7 +66,7 @@ reCaptcha:
secret :
atom_feed:
path : # blank (default) uses feed.xml
hide : # true, false (default)
hide : true # true, false (default)
search : true # true, false (default)
search_full_content : true # true, false (default)
search_provider : "lunr" # lunr (default), algolia, google
Expand Down Expand Up @@ -302,6 +302,6 @@ defaults:
layout: single
author_profile: false
read_time: true
comments: # true
comments: false # true
share: true
related: true
4 changes: 2 additions & 2 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ main:
- title: "Home"
url: /
- title: "News"
url: /
url: /year-archive/
- title: "The Team"
url: /
- title: "Join Us"
Expand All @@ -13,4 +13,4 @@ main:
- title: "Data"
url: /
- title: "Contact"
url: /
url: /about/
8 changes: 8 additions & 0 deletions _pages/404.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "Page Not Found"
excerpt: "Page not found. Neurons not activated."
sitemap: false
permalink: /404.html
---

Sorry, but the page you were trying to view does not exist.
9 changes: 9 additions & 0 deletions _pages/about.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
permalink: /about/
title: "About"
excerpt: "At NuttidaLab, we are passionate about advancing our understanding of the brain and behavior. Our goal is to uncover the neural mechanisms that support complex cognitive functions, such as learning, decision-making, and social behavior, and to identify how these mechanisms are disrupted in neurological and neuropsychiatric disorders."
last_modified_at: 2022-05-27T11:59:26-04:00
toc: true
---

More to come - Rudra
44 changes: 44 additions & 0 deletions _pages/home.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
layout: splash
permalink: /
hidden: true
header:
overlay_color: "#5e616c"
overlay_image: https://mmistakes.github.io/minimal-mistakes/assets/images/unsplash-image-4.jpg
actions:
# - label: "<i class='fas fa-download'></i> Install now"
# url: "/docs/quick-start-guide/"
excerpt: >
<H1> NuttidaLab </H1>
We develop experimental and computational frameworks to investigate the neural computations that underlie complex cognitive functions in health and disease.
feature_row:

- image_path: https://mmistakes.github.io/minimal-mistakes/assets/images/mm-customizable-feature.png
alt: "customizable"
title: "Brain Evolution"
excerpt: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua."
url: "/docs/configuration/"
btn_class: "btn--primary"
btn_label: "Learn more"

- image_path: https://mmistakes.github.io/minimal-mistakes/assets/images/mm-responsive-feature.png
alt: "fully responsive"
title: "Barcoding the Brain"
excerpt: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua."
url: "/docs/layouts/"
btn_class: "btn--primary"
btn_label: "Learn more"

- image_path: https://mmistakes.github.io/minimal-mistakes/assets/images/mm-free-feature.png
alt: "100% free"
title: "Barcoding the Brain"
excerpt: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua."
url: "/docs/license/"
btn_class: "btn--primary"
btn_label: "Learn more"
---

{% include feature_row %}


More here - Rudra
6 changes: 6 additions & 0 deletions _pages/year-archive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Posts by Year"
permalink: /year-archive/
layout: posts
author_profile: False
---
Loading

0 comments on commit e6142e1

Please sign in to comment.