From 7a76204ba0d5706e7fc665ac3edd7efc305342eb Mon Sep 17 00:00:00 2001 From: Jon Barron Date: Sun, 1 Dec 2024 11:22:43 -0800 Subject: [PATCH] updating the bottom --- index.html | 75 ++++++++++++++++++++++++++++++++++++-------------- stylesheet.css | 7 +++++ 2 files changed, 62 insertions(+), 20 deletions(-) diff --git a/index.html b/index.html index 73c3cc1592..e3e94cf3e0 100755 --- a/index.html +++ b/index.html @@ -4127,15 +4127,62 @@

Miscellanea

+ - + + + + + + + + + + + + + + + - - - - - - - -
+
+

Micropapers

+
+
+ Squareplus: A Softplus-Like Algebraic Rectifier +
+ A Convenient Generalization of Schlick's Bias and Gain Functions +
+ Continuously Differentiable Exponential Linear Units +
+ Scholars & Big Models: How Can Academics Adapt? +
+
+

Recorded Talks

+
+
+ View Dependent Podcast, 2024 +
+ Bay Area Robotics Symposium, 2023 + +
+ EGSR Keynote Talk, 2021 +
+ TUM AI Lecture Series, 2020 +
+ Vision & Graphics Seminar at MIT, 2020 +
+
+

Academic Service

+
+
+ Area Chair, CVPR 2025 +
Area Chair, CVPR 2024
Demo Chair, CVPR 2023
Area Chair, CVPR 2022
+ Keynote Speaker, EGSR 2021 +
Area Chair & Award Committee Member, CVPR 2021
Area Chair, CVPR 2019 @@ -4143,9 +4190,14 @@

Miscellanea

Area Chair, CVPR 2018
- cs188 + +
+

Teaching

+
Graduate Student Instructor, CS188 Spring 2011 @@ -4156,23 +4208,6 @@

Miscellanea

-

Basically
Blog Posts

-
- Squareplus: A Softplus-Like Algebraic Rectifier -
- A Convenient Generalization of Schlick's Bias and Gain Functions -
- Continuously Differentiable Exponential Linear Units -
- Scholars & Big Models: How Can Academics Adapt? -
diff --git a/stylesheet.css b/stylesheet.css index d359156da5..36f08c4029 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -132,4 +132,11 @@ h2 { span.highlight { background-color: #ffffd0; +} + +.colored-box { + color: black; + padding: 20px; + display: inline-block; + border-radius: 10px; } \ No newline at end of file