From 0153f60dca74e76901c1c8e7ec922856f7876eac Mon Sep 17 00:00:00 2001
From: Mike Puzon <100808191+mike-puzon-tri@users.noreply.github.com>
Date: Tue, 4 Jun 2024 13:24:22 -0700
Subject: [PATCH 1/2] Update AboutUs Manuscript link
---
ui/src/pages/AboutUs/AboutUs.tsx | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ui/src/pages/AboutUs/AboutUs.tsx b/ui/src/pages/AboutUs/AboutUs.tsx
index 7a0f537..08b99cb 100644
--- a/ui/src/pages/AboutUs/AboutUs.tsx
+++ b/ui/src/pages/AboutUs/AboutUs.tsx
@@ -3,6 +3,7 @@ import styles from './AboutUs.module.css';
import { Breadcrumbs, Link, Typography } from '@mui/material';
import { Link as RouterLink } from 'react-router-dom';
import { useEffect } from 'react';
+import { MANUSCRIPT_LINK } from '@/constants/links';
const AboutUs = () => {
useEffect(() => {
@@ -28,7 +29,7 @@ const AboutUs = () => {
>
The oxidation state analyzer is an open web application for predicting and analyzing oxidation
states in materials based on the approach described in{' '}
-
+
this manuscript
{' '}
(an overview of this approach is provided in the{' '}
From 8ccfb24ccd72366f76f9775a5e653dc8ae50cdfe Mon Sep 17 00:00:00 2001
From: mike puzon
Date: Tue, 4 Jun 2024 13:27:55 -0700
Subject: [PATCH 2/2] fix about us link
---
ui/src/pages/AboutUs/AboutUs.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ui/src/pages/AboutUs/AboutUs.tsx b/ui/src/pages/AboutUs/AboutUs.tsx
index 08b99cb..7e456c0 100644
--- a/ui/src/pages/AboutUs/AboutUs.tsx
+++ b/ui/src/pages/AboutUs/AboutUs.tsx
@@ -29,7 +29,7 @@ const AboutUs = () => {
>
The oxidation state analyzer is an open web application for predicting and analyzing oxidation
states in materials based on the approach described in{' '}
-
+
this manuscript
{' '}
(an overview of this approach is provided in the{' '}