-
+
←
Back to home
@@ -22,7 +23,7 @@ import FrameworkAgnostic from '../images/framework_agnostic.png'
NVIDIA FLARE is designed as a federated computing platform that is agnostic to frameworks, workloads, datasets, and domains.
- View the Tutorial Catalog to see different examples in these categories.
+ View the Tutorial Catalog to see different examples in these categories.
diff --git a/web/src/pages/research.astro b/web/src/pages/research.astro
index 795a92f8da..b67860330a 100644
--- a/web/src/pages/research.astro
+++ b/web/src/pages/research.astro
@@ -7,6 +7,8 @@ import MammographyGraphs from '../images/research/mammography_graphs.jpg'
import Pancreas from '../images/research/pancreas.jpg'
import Sun from '../images/research/sun.jpg'
+const gh_branch = import.meta.env.PUBLIC_GH_BRANCH;
+const base_url = import.meta.env.BASE_URL;
const case_studies = [
{
@@ -72,7 +74,7 @@ const case_studies = [
-
+
←
Back to home
@@ -149,7 +151,7 @@ const case_studies = [
NVIDIA FLARE offers a lot of state of art research work, here is a quick view of the recent work.
- Learn more in the research directory in our GitHub and view our list of Publications.
+ Learn more in the research directory in our GitHub and view our list of Publications.
diff --git a/web/src/pages/security.astro b/web/src/pages/security.astro
index fac52bac78..4152e620fc 100644
--- a/web/src/pages/security.astro
+++ b/web/src/pages/security.astro
@@ -3,6 +3,8 @@ import Layout from "@layouts/Layout.astro";
import DataPrivacy from '../images/data_privacy_arch.png'
import FedAuth from '../images/fed_auth_arch.png'
+const base_url = import.meta.env.BASE_URL;
+
---
@@ -10,7 +12,7 @@ import FedAuth from '../images/fed_auth_arch.png'