From 27ce3e5d0ea6ff9be738686fd7fd011f36657440 Mon Sep 17 00:00:00 2001 From: Michael McMahon Date: Fri, 17 Mar 2023 20:01:34 -0400 Subject: [PATCH] Fix unclosed tags and improve Makefile --- 2023/Makefile | 2 +- 2023/includes/generated-bios.html | 56 +++++++++++++++---------------- 2 files changed, 29 insertions(+), 29 deletions(-) diff --git a/2023/Makefile b/2023/Makefile index fbf460d1..beadf8e8 100644 --- a/2023/Makefile +++ b/2023/Makefile @@ -21,7 +21,7 @@ wikipages: $(shell ../markdown-convert.sh $<) speakers: - curl -s https://my.fsf.org/lp-talk/55| sed -n 's=/lp-talk/55=/2023/speakers/=g; s=/lp-schedule/55=/2023/program/=g; s/fa fa-/glyphicon glyphicon-/g; /pagestart/s/<\/div>//; /pagestart/,/pageend/p; ' > includes/generated-bios.html + curl -s https://my.fsf.org/lp-talk/55| sed -n 's=/lp-talk/55=/2023/speakers/=g; s=/lp-schedule/55=/2023/program/=g; s/fa fa-/glyphicon glyphicon-/g; /pagestart/s/<\/div>//; /pagestart/,/pageend/p; ' | sed -e '2,29d' > includes/generated-bios.html sessions: curl -s https://my.fsf.org/lp-schedule/| sed -n 's=/lp-talk/55=/2023/speakers/=g; s=/lp-schedule/55=/2023/program/=g; s/fa fa-/glyphicon glyphicon-/g; /pagestart/s/<\/div>//; /pagestart/,/pageend/p; ' > includes/generated-sessions.html diff --git a/2023/includes/generated-bios.html b/2023/includes/generated-bios.html index b731323a..a0e1b4fd 100644 --- a/2023/includes/generated-bios.html +++ b/2023/includes/generated-bios.html @@ -1,6 +1,6 @@ - + -->
@@ -110,11 +110,11 @@ In this talk, I will discuss the inadvertent role higher education plays in teac
-
+ + +
--> +

@@ -207,11 +207,11 @@ In this talk, I will discuss the inadvertent role higher education plays in teac
-
+ +
--> +

@@ -487,11 +487,11 @@ Between other projects, he participated in the founding of Cyclicka in Spain, Fe
-
+ + + + + + +
--> +

@@ -831,7 +831,7 @@ This talk elaborates on the personal stake that ordinary users have in the futur
-
+

-- 2.25.1