Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions src/components/SiteSpecificVersions.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,6 @@ const StyledDownloadButton = styled.a`
const SiteSpecificVersions = () => {
return (
<Grid>
<Site>
<h3>DESY</h3>
<StyledDownloadButton
href="http://css.desy.de/content/e413/e2767/index_eng.html"
target="_blank"
rel="noopener noreferrer"
>
CSS DESY KRYO <FontAwesomeIcon icon={faExternalLinkAlt} />
</StyledDownloadButton>
</Site>
<Site>
<h3>ESS</h3>
<StyledDownloadButton
Expand Down
2 changes: 1 addition & 1 deletion src/components/collaboration.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ const Collaboration = ({ style }) => {
/>
</a>
<a
href="https://www.diamondlightsource.ac.uk"
href="https://www.diamond.ac.uk/"
target="_blank"
rel="noopener noreferrer"
aria-label="Link to SNS Website"
Expand Down
88 changes: 78 additions & 10 deletions src/pages/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,29 @@ const About = () => {
<SEO title="About" />
<Banner imageFluid={images.banner.childImageSharp.gatsbyImageData} text="About" />
<Container>
<p style={{ marginBottom: `0` }}>
Control System Studio is a collection of tools and applications to monitor and operate
<p>
Control System Studio is a collection of tools and applications to <Highlight>monitor and operate </Highlight>
large scale control systems, such as the ones in the accelerator community. <Highlight>Phoebus </Highlight>
is the current implementation of CS-Studio.
</p>
<h2>Policy</h2>
<p>
Through a strategy of continuous improvement and teamwork, the <Highlight>Control System Studio Collaboration</Highlight> is dedicated
to supplying control system tools for machine and experiment <Highlight>operator interfaces</Highlight>, <Highlight>automation</Highlight> and
<Highlight> service integration</Highlight> to enable our users to achieve their scientific objectives.
</p>
<p>The foundation for achieving our commitment is based on:</p>
<ul>
<li style={{ marginTop: `-1rem`}}>Understanding and meeting the requirements of our users,</li>
<li>continuously improving all processes related to the Control System Studio product,</li>
<li>effectively utilizing the creative talents in the collaboration,</li>
<li>and meeting statutory, regulatory, and other requirements.</li>
</ul>
<h2>Objectives</h2>
<ul>
<li><Highlight>90% User satisfaction</Highlight> from registered sites with a site representative.</li>
<li><Highlight>90% Developer satisfaction</Highlight> from registered sites with a site representative.</li>
</ul>

<div style={{ marginTop: `3rem`, marginBottom: `3rem` }}>
<h2>Meet Our Team</h2>
Expand Down Expand Up @@ -110,7 +128,7 @@ const About = () => {
<Site>ISIS</Site>
<ul className="social-icons social-icons-color">
<li>
<a href="https://github.com/DominicOram" className="social_github"></a>
<a href="https://github.com/Monarda" className="social_github"></a>
</li>
</ul>
</Member>
Expand Down Expand Up @@ -229,6 +247,16 @@ const About = () => {
</li>
</ul>
</Member>
<Member>
<h4>Lingran Xiao</h4>
<Role>Site Representative</Role>
<Site>Advanced Photon Source (ANL)</Site>
<ul className="social-icons social-icons-color">
<li>
<a href="https://github.com/caraxlr" className="social_github"></a>
</li>
</ul>
</Member>
<Member>
<h4>Tynan Ford</h4>
<Role>Site Representative</Role>
Expand All @@ -239,27 +267,67 @@ const About = () => {
</li>
</ul>
</Member>
<Member>
<h4>Dominic Oram</h4>
<Role>Site Representative</Role>
<Site>Diamond Light Source (DLS)</Site>
<ul className="social-icons social-icons-color">
<li>
<a href="https://github.com/DominicOram" className="social_github"></a>
</li>
</ul>
</Member>
</Grid>

</div>
<div style={{ marginTop: `3rem`, marginBottom: `3rem` }}>
<h2>Community Resources</h2>
<h3>Matrix Chat</h3>
<p>
Join the CS-Studio Chat at
<a
href="https://matrix.to/#/#cs-studio:epics-controls.org"
target="_blank"
rel="noopener noreferrer"
> #cs-studio:epics-controls.org</a>.
</p>
<p>
You can follow the instructions on
<a
href="https://epics-controls.org/epics-chat/"
target="_blank"
rel="noopener noreferrer"
> EPICS Chat </a>
to set up an account and get started.
</p>
<h3>Github Discussion</h3>
<p>
Participate in our discussions on
<a
href="https://github.com/ControlSystemStudio/phoebus/discussions"
target="_blank"
rel="noopener noreferrer"
> GitHub - Control System Studio</a>
.
</p>

</div>
<div style={{ marginTop: `3rem`, marginBottom: `3rem` }}>
<h2>Contact</h2>
<p>
User Level Questions:{" "}
For User Level Questions contact us through the {" "}
<a
href="http://www.aps.anl.gov/epics/tech-talk/"
target="_blank"
rel="noopener noreferrer"
>EPICS Tech-Talk Mailing list</a>
>EPICS Tech-Talk Mailing list</a>.
</p>
<p>Developer Level Questions: <a
href="mailto:cs-studio-core@lists.sourceforge.net"
>cs-studio-core@lists.sourceforge.net</a></p>
<p>Report Bugs/Problems: <a
<p>If you want to Report Bugs/Problems, you can use our <a
href="https://github.com/ControlSystemStudio/phoebus/issues"
target="_blank"
rel="noopener noreferrer"
>GitHub Issue Tracker</a></p>
>GitHub Issue Tracker</a>.
</p>
<Collaboration style={{ marginTop: `3rem` }}/>
</div>
</Container>
Expand Down
Loading