Skip to content

Commit d77ad10

Browse files
Update templates and add automation scripts
1 parent 7dbab98 commit d77ad10

5 files changed

Lines changed: 81 additions & 124 deletions

File tree

_data/blogs.yml

Lines changed: 12 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,12 @@
1-
- title: "Introduction to NeuroAI: Bridging Neuroscience and Artificial Intelligence"
2-
author: "San Zhang"
3-
date: "2025-01-15"
4-
excerpt: "Exploring the fascinating intersection of neuroscience and AI, and how these fields can benefit each other."
5-
link: "https://example.com/blog/intro-neuroai"
6-
7-
- title: "Recent Advances in Spiking Neural Networks"
8-
author: "Si Li"
9-
date: "2025-01-10"
10-
excerpt: "A deep dive into the latest developments in spiking neural networks and their applications."
11-
link: "https://example.com/blog/spiking-nn"
12-
13-
- title: "Brain-Computer Interfaces: Current State and Future Directions"
14-
author: "Wang Wu"
15-
date: "2025-01-05"
16-
excerpt: "An overview of BCI technology, its current applications, and what we can expect in the future."
17-
link: "https://example.com/blog/bci-future"
18-
19-
- title: "Generative Models for Neuroscience Research"
20-
author: "San Zhang"
21-
date: "2024-12-28"
22-
excerpt: "How generative AI models are revolutionizing neuroscience research and data analysis."
23-
link: "https://example.com/blog/generative-neuro"
1+
- title: 'Introduction to NeuroAI: Bridging Neuroscience and AI'
2+
author: San Zhang
3+
date: '2025-01-15'
4+
excerpt: Exploring the fascinating intersection of neuroscience and AI and how these
5+
fields can benefit each other.
6+
link: https://medium.com/@author/intro-to-neuroai
7+
- title: How We Train Brain-Inspired Networks
8+
author: Si Li
9+
date: '2025-02-20'
10+
excerpt: A practical guide to training neural networks with biologically plausible
11+
learning rules.
12+
link: https://medium.com/@author/brain-inspired-training

_data/papers.yml

Lines changed: 20 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,22 @@
1-
# _data/papers.yml
2-
- title: "A Self-Evolving Agent for Neuroscience Research"
3-
authors: "San Zhang, Si Li"
4-
venue: "Nature Machine Intelligence"
5-
year: 2026
6-
url: "https://arxiv.org/abs/xxxx"
7-
tldr: "We developed an AI agent that autonomously designs and executes neuroscience experiments, achieving 3x faster discovery cycles."
8-
img: "/assets/img/papers/self-evolving-agent.png"
9-
10-
- title: "Brain-inspired Learning Rules"
11-
authors: "Wang Wu, San Zhang"
12-
venue: "NeurIPS"
1+
- title: A Self-Evolving Agent for Neuroscience Research
2+
authors: San Zhang, Si Li, Wu Wang
3+
venue: Nature Machine Intelligence
134
year: 2025
14-
url: "https://arxiv.org/abs/yyyy"
15-
tldr: "Novel learning algorithms mimicking synaptic plasticity that improve training efficiency by 40% on spiking neural networks."
16-
img: "/assets/img/papers/brain-learning.png"
17-
18-
- title: "Your Next Great Paper"
19-
authors: "Your Name, Lab Mates"
20-
venue: "ICLR"
5+
url: https://arxiv.org/abs/xxxx.xxxxx
6+
tldr: We developed an AI agent that autonomously designs and executes neuroscience
7+
experiments.
8+
img: /assets/img/papers/self-evolving-agent.png
9+
- title: Brain-Inspired Neural Architecture for Efficient Learning
10+
authors: Si Li, San Zhang
11+
venue: NeurIPS 2025
12+
year: 2025
13+
url: https://arxiv.org/abs/yyyy.yyyyy
14+
tldr: A novel neural network architecture inspired by cortical microcircuits.
15+
img: /assets/img/papers/brain-arch.png
16+
- title: Understanding Visual Cortex with Deep Networks
17+
authors: Wu Wang, San Zhang, Si Li
18+
venue: ICLR 2024
2119
year: 2024
22-
url: "#"
23-
tldr: "A brief summary of your key findings and contributions."
24-
img: "/assets/img/papers/placeholder.png"
20+
url: https://arxiv.org/abs/zzzz.zzzzz
21+
tldr: We show that deep networks can predict neural responses in visual cortex.
22+
img: /assets/img/papers/visual-cortex.png

_data/people.yml

Lines changed: 18 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
1-
- name: "San Zhang (张三)"
2-
role: "Principal Investigator"
3-
group: "PI"
4-
image: "/assets/img/zhangsan.jpg"
5-
website: "https://zhangsan.com"
6-
bio: "Focusing on Brain-Computer Interface and AI Agents."
7-
8-
- name: "Si Li (李四)"
9-
role: "Postdoc Researcher"
10-
group: "Postdoc"
11-
image: "/assets/img/lisi.jpg"
12-
website: "#"
13-
bio: "Researching Spiking Neural Networks."
14-
15-
- name: "Wang Wu (王五)"
16-
role: "PhD Student"
17-
group: "PhD"
18-
image: "/assets/img/wangwu.jpg"
19-
website: "#"
20-
bio: "Working on generative models for neuroscience."
1+
- name: San Zhang (张三)
2+
role: PhD Student
3+
group: PhD
4+
image: /assets/img/san_zhang.jpg
5+
bio: Focusing on brain-inspired computing and neural network optimization.
6+
website: https://scholar.google.com/citations?user=xxx
7+
- name: Si Li (李四)
8+
role: Postdoc Researcher
9+
group: Postdoc
10+
image: /assets/img/si_li.jpg
11+
bio: Research interests include computational neuroscience and deep learning.
12+
website: https://example.com
13+
- name: Wu Wang (王五)
14+
role: Principal Investigator
15+
group: PI
16+
image: /assets/img/wu_wang.jpg
17+
bio: Leading research on NeuroAI and brain-computer interfaces.
18+
website: https://faculty.example.edu/wuwang

_data/projects.yml

Lines changed: 27 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,29 @@
1-
# NeuroAIHub Research Projects
2-
# Active and completed research projects
3-
41
active:
5-
- title: "Neural Network Architecture Design"
6-
description: "Developing brain-inspired neural architectures for efficient learning and reasoning."
7-
status: "active"
8-
image: "/assets/img/projects/architecture.jpg"
9-
members:
10-
- "Prof. Name"
11-
- "Dr. Postdoc Name"
12-
- "PhD Student 1"
13-
funding: "NSFC Grant 2024-2027"
14-
url: "/projects/neural-architecture"
15-
16-
- title: "Multimodal Learning Systems"
17-
description: "Integrating vision, language, and audio for cross-modal understanding."
18-
status: "active"
19-
image: "/assets/img/projects/multimodal.jpg"
20-
members:
21-
- "Prof. Name"
22-
- "PhD Student 2"
23-
- "Master Student 1"
24-
funding: "National Key R&D Program"
25-
url: "/projects/multimodal"
26-
27-
- title: "Reinforcement Learning and Decision Making"
28-
description: "Computational models of decision making in complex environments."
29-
status: "active"
30-
image: "/assets/img/projects/rl.jpg"
31-
members:
32-
- "Dr. Postdoc Name"
33-
- "PhD Student 1"
34-
funding: "Industry Collaboration"
35-
url: "/projects/rl"
36-
2+
- title: Neural Network Architecture Design
3+
description: Developing brain-inspired neural architectures for efficient learning
4+
and reasoning.
5+
image: /assets/img/projects/neural-arch.jpg
6+
members:
7+
- Prof. Wu Wang
8+
- Dr. Si Li
9+
- San Zhang
10+
funding: NSFC Grant 2024-2027
11+
url: https://github.com/lab/neural-arch
12+
- title: AI for Neuroscience Discovery
13+
description: Building AI systems that can autonomously design and analyze neuroscience
14+
experiments.
15+
image: /assets/img/projects/ai-neuro.jpg
16+
members:
17+
- Prof. Wu Wang
18+
- San Zhang
19+
funding: National Key R&D Program
20+
url: https://github.com/lab/ai-neuro
3721
completed:
38-
- title: "Visual Perception Models"
39-
description: "Deep learning models for visual object recognition and scene understanding."
40-
status: "completed"
41-
image: "/assets/img/projects/vision.jpg"
42-
members:
43-
- "Prof. Name"
44-
- "Alumni Name"
45-
year: "2023"
46-
url: "/projects/vision"
47-
48-
- title: "Natural Language Understanding"
49-
description: "Transformer-based models for language understanding and generation."
50-
status: "completed"
51-
image: "/assets/img/projects/nlp.jpg"
52-
members:
53-
- "Prof. Name"
54-
- "PhD Student 2"
55-
year: "2022"
56-
url: "/projects/nlp"
22+
- title: Visual Perception Models
23+
description: Deep learning models for visual object recognition and scene understanding.
24+
image: /assets/img/projects/visual-perception.jpg
25+
members:
26+
- Prof. Wu Wang
27+
- Alumni Name
28+
url: https://github.com/lab/visual
29+
year: '2023'

index.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,10 @@ title: Home
2323

2424
<h2 id="news">Recent News</h2>
2525
<ul>
26-
<li><strong>January 2025:</strong> Our paper on brain-inspired neural architectures was accepted at Nature Machine Intelligence!</li>
27-
<li><strong>December 2024:</strong> Two papers accepted at NeurIPS 2024. See you in Vancouver!</li>
28-
<li><strong>November 2024:</strong> Congratulations to PhD Student 1 for receiving the Outstanding Research Award!</li>
29-
<li><strong>October 2024:</strong> New grant awarded for multimodal learning research.</li>
30-
<li><strong>September 2024:</strong> Our lab is looking for motivated students! Check out the openings.</li>
26+
<li><strong>Jan 2025:</strong> Our paper "A Self-Evolving Agent for Neuroscience Research" was accepted to Nature Machine Intelligence!</li>
27+
<li><strong>Dec 2024:</strong> San Zhang received the Best Paper Award at NeurIPS 2024.</li>
28+
<li><strong>Nov 2024:</strong> Welcome new PhD student Liu Liu to our lab!</li>
29+
<li><strong>Oct 2024:</strong> We are hiring! Looking for postdoc researchers in NeuroAI.</li>
3130
</ul>
3231

3332
<h2 id="highlights">Research Highlights</h2>

0 commit comments

Comments
 (0)