Skip to content

Commit bd34c4f

Browse files
committed
add make file and news item
Signed-off-by: Leonid Petrov <[email protected]>
1 parent 0a95be3 commit bd34c4f

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

Makefile

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
.PHONY: serve invalidate deploy
2+
3+
serve:
4+
bundle exec jekyll serve --incremental
5+
6+
deploy:
7+
@echo "Committing changes..."
8+
@git add -A
9+
@git commit --verbose --signoff || echo "No changes to commit"
10+
@echo "Pushing to remote..."
11+
@git push
12+
@echo "Deployment complete!"
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
layout: post
3+
title: "Jennifer Morse Invited to Speak at ICM 2026"
4+
comments: false
5+
categories: news swiper-news
6+
published: true
7+
image: __SITE_URL__/img/news_events/morse_2025.jpeg
8+
image-alt: "Jennifer Morse, UVA Mathematics Professor"
9+
more-text: "Learn more about ICM 2026"
10+
good-md: true
11+
---
12+
13+
Mathematics professor {% include person_info_just_name.html UVA_id="jlm6cj" %} will be an invited speaker at the [International Congress of Mathematicians](https://www.icm2026.org/event/ac193975-5d24-4628-8c30-ddb23de19a8b/speakers) in Philadelphia in July 2026. Held every four years, the ICM is the premier mathematics conference in the world and is the setting for the awarding of the Gauss Prize, the Chern Medal, the IMU Abacus Medal, and the Fields Medal.
14+
15+
Congratulations to Jennifer on this well-deserved honor!

img/news_events/morse_2025.jpeg

167 KB
Loading

0 commit comments

Comments
 (0)