Skip to content

Commit a36bfc3

Browse files
committed
Change title from 'BRC NIAID' to 'NIAID BRC' throughout site
1 parent 504f190 commit a36bfc3

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
44

55
## Project Overview
66

7-
Website for the BRC NIAID AI Codeathon 2025 (November 12-14, 2025 at Argonne National Laboratory). Built with Astro's blog template, adapted to display codeathon projects, teams, schedule, and resources.
7+
Website for the NIAID BRC AI Codeathon 2025 (November 12-14, 2025 at Argonne National Laboratory). Built with Astro's blog template, adapted to display codeathon projects, teams, schedule, and resources.
88

99
## Key Commands
1010

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# BRC NIAID AI Codeathon 2025 Website
1+
# NIAID BRC AI Codeathon 2025 Website
22

3-
Website for the BRC NIAID AI Codeathon 2025, November 12-14, 2025 at Argonne National Laboratory.
3+
Website for the NIAID BRC AI Codeathon 2025, November 12-14, 2025 at Argonne National Laboratory.
44

55
**Live Site:** https://niaid-brc-codeathons.github.io/
66

src/components/Footer.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { EVENT_YEAR } from "../consts";
44

55
<footer>
66
<p>
7-
BRC NIAID AI Codeathon {EVENT_YEAR}
7+
NIAID BRC AI Codeathon {EVENT_YEAR}
88
</p>
99
<div class="social-links">
1010
<a href="https://github.com/NIAID-BRC-Codeathons" target="_blank">

src/consts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Place any global data in this file.
22
// You can import this data from anywhere in your site by using the `import` keyword.
33

4-
export const SITE_TITLE = "BRC NIAID AI Codeathon 2025";
4+
export const SITE_TITLE = "NIAID BRC AI Codeathon 2025";
55
export const SITE_DESCRIPTION =
66
"NIAID-BRC AI Codeathon for Infectious Disease Research - November 12-14, 2025 at Argonne National Laboratory";
77

src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { SITE_DESCRIPTION, SITE_TITLE } from "../consts";
1313
<body>
1414
<Header />
1515
<main>
16-
<h1>BRC NIAID AI Codeathon 2025</h1>
16+
<h1>NIAID BRC AI Codeathon 2025</h1>
1717
<h2>Accelerating FAIR Data and Tools with AI</h2>
1818

1919
<p>

src/pages/schedule.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { SITE_TITLE } from "../consts";
1010
<head>
1111
<BaseHead
1212
title={`Schedule | ${SITE_TITLE}`}
13-
description="BRC NIAID AI Codeathon 2025 Schedule - November 12-14, 2025 at Argonne National Laboratory"
13+
description="NIAID BRC AI Codeathon 2025 Schedule - November 12-14, 2025 at Argonne National Laboratory"
1414
/>
1515
<style>
1616
main {

0 commit comments

Comments
 (0)