@@ -8,20 +8,17 @@ const inter = Inter({ subsets: ["latin"] });
88export default function Home ( ) {
99 return (
1010 < main
11- className = { `flex min-h-screen bg-gray-100 dark:bg-zinc-800 flex-col items-center justify-between ${ inter . className } ` }
11+ className = { `flex bg-gray-100 dark:bg-zinc-800 flex-col items-center justify-between ${ inter . className } ` }
1212 >
13- < section className = " rounded-xl w-full p-12 " >
14- < div className = "px-12 mx-auto max-w-7xl " >
13+ < section className = " rounded-xl p-2 md: p-12 " >
14+ < div className = "px-12 mx-auto" >
1515 < div className = "w-full mx-auto text-left md:w-11/12 xl:w-9/12 md:text-center" >
1616 < div className = "mb-8 flex flex-col text-4xl font-extrabold leading-none tracking-normal text-gray-900 dark:text-white md:text-6xl md:tracking-tight" >
1717 < h1 > Experiment Controls</ h1 > { " " }
1818 < h1 className = "block w-full mt-2 py-2 text-transparent bg-clip-text leading-12 bg-gradient-to-r from-green-400 to-purple-500 lg:inline" >
1919 Web Dashboard
2020 </ h1 > { " " }
2121 </ div >
22- < p className = "px-0 mb-8 text-lg text-gray-600 dark:text-white md:text-xl lg:px-24" >
23- Use this dashboard to monitor your experiment's information.
24- </ p >
2522 < div className = "mb-4 space-x-0 md:space-x-2 md:mb-8" >
2623 < div className = "relative inline-flex group" >
2724 < div className = "absolute transition-all duration-1000 opacity-70 -inset-px bg-gradient-to-r from-[#44BCFF] via-[#FF44EC] to-[#FF675E] rounded-xl blur-lg group-hover:opacity-100 group-hover:-inset-1 group-hover:duration-200 animate-tilt" > </ div >
@@ -53,7 +50,7 @@ export default function Home() {
5350 </ div >
5451 < div className = " mx-auto mt-20 w-full" >
5552 < section className = "" >
56- < div className = "container px-6 mx-auto" >
53+ < div className = "container md: px-6 mx-auto" >
5754 < div className = "grid grid-cols-1 gap-8 mt-8 xl:mt-12 xl:gap-12 md:grid-cols-2 xl:grid-cols-3" >
5855 < motion . div
5956 whileHover = { { y : - 10 } }
@@ -83,18 +80,15 @@ export default function Home() {
8380 </ span >
8481
8582 < h1 className = "text-xl font-semibold text-zinc-700 capitalize dark:text-white" >
86- Neutron and Muon Source of STFC
83+ Quick Links
8784 </ h1 >
8885
8986 < p className = "text-zinc-500 dark:text-zinc-300" >
90- The ISIS Neutron and Muon Source is a world-leading centre
91- for research at the STFC Rutherford Appleton Laboratory.
92- Our neutron and muon instruments give unique insights into
93- the properties of materials on the atomic scale.
87+ View instrument scientist quick links (requires login).
9488 </ p >
9589
9690 < a
97- href = "https://www.isis.stfc.ac.uk/Pages/home .aspx"
91+ href = "https://stfc365.sharepoint.com/sites/isis-hub/SitePages/Instrument-Quick-Links .aspx"
9892 className = "inline-flex p-2 text-blue-500 capitalize transition-colors duration-200 transform bg-blue-100 rounded-full dark:bg-blue-500 dark:text-white hover:underline hover:text-blue-600 dark:hover:text-blue-500"
9993 target = "_blank"
10094 >
@@ -137,18 +131,15 @@ export default function Home() {
137131 </ span >
138132
139133 < h1 className = "text-xl font-semibold text-zinc-700 capitalize dark:text-white" >
140- IBEX Control System
134+ Instrument Journals
141135 </ h1 >
142136
143137 < p className = "text-zinc-500 dark:text-zinc-300" >
144- The IBEX Control System provides a user-friendly interface
145- for scientists to manage and control instruments at the
146- ISIS. They can configure experiments, monitor data
147- collection, and adjust parameters in real time.
138+ View recent instrument journal entries (requires login).
148139 </ p >
149140
150141 < a
151- href = "https://www.isis.stfc .ac.uk/Pages/Experiment-Control.aspx "
142+ href = "https://shadow.nd.rl .ac.uk/journals/ "
152143 className = "inline-flex p-2 text-blue-500 capitalize transition-colors duration-200 transform bg-blue-100 rounded-full dark:bg-blue-500 dark:text-white hover:underline hover:text-blue-600 dark:hover:text-blue-500"
153144 target = "_blank"
154145 >
@@ -191,18 +182,15 @@ export default function Home() {
191182 </ span >
192183
193184 < h1 className = "text-xl font-semibold text-zinc-700 capitalize dark:text-white" >
194- Data Flow from PHOEBUS to Users
185+ Beam status & MCR News
195186 </ h1 >
196187
197188 < p className = "text-zinc-500 dark:text-zinc-300" >
198- Data is collected by EPICS, forwarded by PVWS, and then
199- streamed to the browser by a websocket. This real-time
200- access to results allows for adjustments and quick
201- analysis.
189+ View current beam status & recent MCR news updates .
202190 </ p >
203191
204192 < a
205- href = "https://github.com/ornl-epics/pvws "
193+ href = "https://www.isis.stfc.ac.uk/Pages/Beam-Status.aspx "
206194 className = "inline-flex p-2 text-blue-500 capitalize transition-colors duration-200 transform bg-blue-100 rounded-full dark:bg-blue-500 dark:text-white hover:underline hover:text-blue-600 dark:hover:text-blue-500"
207195 target = "_blank"
208196 >
0 commit comments