Skip to content

Commit

Permalink
modify news content
Browse files Browse the repository at this point in the history
  • Loading branch information
BaiYunpeng1949 committed Feb 2, 2024
1 parent 426955d commit 5f8da3b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion content/news/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cms_exclude: true
# 1 = List
# 2 = Compact
# 3 = Card
view: 1
view: 2

# Optional header image (relative to `static/media/` folder).
header:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: Blog with Jupyter Notebooks!
date: '2023-11-04'
summary: Easily blog from Jupyter notebooks!
title: One Paper Accepted at CHI '24!
date: '2024-01-19'
summary: Heads-Up Multitasker - Simulating Attention Switching On Optical Head-Mounted Displays
---


```python
<!-- ```python
from IPython.core.display import Image
Image('https://www.python.org/static/community_logos/python-logo-master-v3-TM-flattened.png')
```
Expand All @@ -31,4 +31,4 @@ pipx install academic
academic import 'notebooks/**.ipynb' content/post/ --verbose
```
The notebooks will be published to the folder you specify above. In this case, they will be published to your `content/post/` folder.
The notebooks will be published to the folder you specify above. In this case, they will be published to your `content/post/` folder. -->

0 comments on commit 5f8da3b

Please sign in to comment.