diff --git a/build-index-page.mjs b/build-index-page.mjs index 73a1876..2180ac6 100644 --- a/build-index-page.mjs +++ b/build-index-page.mjs @@ -24,24 +24,12 @@ const head = ` const news = `
-
-
- Thursday -

- 2:00 P.M. – 4:00 P.M. -
9th Floor Conference Room
-
-
-

Programming Language Interoperability

-

In this CCQ-hosted Sciware we will talk about interfacing between different programming languages, with a particular focus on interoperability between C++, Python, Julia and C. We will also showcase a CCQ-developed tool which generates C++ bindings automatically.

-
-
Thursday – Friday

- 10:00 A.M. – 4:00 P.M. -
7th Floor Classroom
+ 9:45 A.M. – 4:00 P.M. +
Location TBD

NVIDIA ML Training

@@ -129,6 +117,15 @@ const past = `
`; +const scripts = ` + + + + + + +`; + const template = ` ${head} @@ -225,12 +222,8 @@ const template = ` - - - - - - + ${scripts} + `;