From 303bd294e959a3643aee170431a5ab037ed279b2 Mon Sep 17 00:00:00 2001 From: Erik Saule Date: Thu, 2 Jan 2025 16:43:55 -0500 Subject: [PATCH] broken links fix --- README.html | 5 ++++- events.html | 2 +- opportunities/opportunities.html | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.html b/README.html index 7eafa24dc..430b8c59d 100644 --- a/README.html +++ b/README.html @@ -24,7 +24,10 @@ ### check ``` -node_modules/broken-link-checker/bin/blc -r http://bridgesuncc.github.io +node_modules/broken-link-checker/bin/blc -r http://bridgesuncc.github.io | tee /tmp/report +node_modules/broken-link-checker/bin/blc -r http://bridgesuncc.github.io/navbar.html | tee -a /tmp/report +node_modules/broken-link-checker/bin/blc -r http://bridgesuncc.github.io/tutorials/Tutorial_Header.html | tee -a /tmp/report +grep -v ───OK /tmp/report #note that these are not dashes before OK ``` diff --git a/events.html b/events.html index c16c78fe4..b45fa2a5e 100644 --- a/events.html +++ b/events.html @@ -47,7 +47,7 @@

BRIDGES Events

  • Apr 16, 2020: Online CS1 workshop
  • Apr 3, 2020: Our paper "Engaging Early Programming Students with Modern Assignments Using BRIDGES" was supposed to be presented at CCSC CP 2020.
  • -
  • May 13-20, 2019: STEM for ALL 2019 video presentation on Bringing Real-World data and Visualization into CS courses.
  • +
  • May 13-20, 2019: STEM for ALL 2019 video presentation on Bringing Real-World data and Visualization into CS courses.
  • Mar 1, 2019: SIGCSE 2019 NSF Showcase presentation on Retaining and Engaging CS Majors Using BRIDGES
  • Mar 1, 2019: SIGCSE 2019 Poster on Applying Project-Based Learning for an Online Object-Oriented Systems Course.
  • Feb 28, 2019: SIGCSE 2019 Demo on Building Simple Games With BRIDGES.
  • diff --git a/opportunities/opportunities.html b/opportunities/opportunities.html index 5162e7f96..9a060ad8d 100644 --- a/opportunities/opportunities.html +++ b/opportunities/opportunities.html @@ -73,7 +73,7 @@

    What does BRIDGES Provide?

    real-world data used as part of the project. See for example a Sorting example , Shortest Path example using Open Street Map data. -Spatial Data Structures (Quadtrees) +Spatial Data Structures (Quadtrees) example for spatial search.