From 7c2052f9b4efa8939ce9719ec16a371c684a7e60 Mon Sep 17 00:00:00 2001 From: Kartik Nagpal Date: Tue, 6 Aug 2024 17:13:26 -0400 Subject: [PATCH] cleaned up project blog page --- _config.yml | 10 +++++----- _pages/projects.md | 4 ++-- _posts/2024-07-24-POLICEd-CDC.md | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/_config.yml b/_config.yml index 0ca864b..a2448bd 100644 --- a/_config.yml +++ b/_config.yml @@ -122,8 +122,8 @@ bing_site_verification: # out your bing-site-verification ID (Bing Webmaster) # Blog # ----------------------------------------------------------------------------- -blog_name: ICON Lab # blog_name will be displayed in your blog page -blog_description: The Berkeley Intelligent Control (ICON) Lab +blog_name: ICON Lab Projects # blog_name will be displayed in your blog page +blog_description: Notable projects by the Berkeley Intelligent Control (ICON) Lab permalink: /blog/:year/:title/ # Pagination @@ -131,7 +131,7 @@ pagination: enabled: true related_blog_posts: - enabled: true + enabled: false max_related: 5 # Giscus comments (RECOMMENDED) @@ -275,8 +275,8 @@ jekyll-archives: tag: "/blog/tag/:name/" category: "/blog/category/:name/" -display_tags: ["formatting", "images", "links", "math", "code"] # these tags will be displayed on the front page of your blog -display_categories: ["blockquotes"] # these categories will be displayed on the front page of your blog +display_tags: # these tags will be displayed on the front page of your blog +display_categories: # these categories will be displayed on the front page of your blog # ----------------------------------------------------------------------------- # Jekyll Scholar diff --git a/_pages/projects.md b/_pages/projects.md index 325a5f3..156ef70 100644 --- a/_pages/projects.md +++ b/_pages/projects.md @@ -148,13 +148,13 @@ pagination: {% endfor %} {% endif %} - {% if categories != "" %} +

{% endfor %} diff --git a/_posts/2024-07-24-POLICEd-CDC.md b/_posts/2024-07-24-POLICEd-CDC.md index 36b21f4..a9f7056 100644 --- a/_posts/2024-07-24-POLICEd-CDC.md +++ b/_posts/2024-07-24-POLICEd-CDC.md @@ -2,7 +2,7 @@ layout: post title: Learning to Provably Satisfy High Relative Degree Constraints for Black-Box Systems date: 2024-07-24 12:20:00 -description: A Page describing our recent CDC Paper +description: A page describing our recent CDC Paper tags: CDC, Safe RL, Constraints Satisfaction, Black-Box Systems, POLICEd-RL categories: paper-posts ---