Skip to content

Full stack web application for Detector Simulation team researchers within the ALICE Collaboration at CERN to manage Monte Carlo Methods.

Notifications You must be signed in to change notification settings

apausa/monteCarloMethodsDashboard

Repository files navigation

Monte Carlo Methods Dashboard

Full stack web application for Detector Simulation team researchers within the ALICE Collaboration at CERN to manage Monte Carlo Methods.

Mock-up

Interaction Design Project Report

Please, contact me for the project report focusing on interaction design.

CERN Note

Otherwise, you can find a shorter report focusing on software development, in the following link: CERN Note.

Getting Started

First, define environment variables by creating a .env file.

SCRIPTS_DIRECTORY_PATH=/Users/User/Work/Scripts
GRID_SUBMIT_PATH=/Users/User/Work/grid_submit.sh

Then, generate build:

npm run build
# or
yarn build
# or
pnpm build

Then, run alienv:

/cvmfs/alice.cern.ch/bin/alienv enter O2sim

Finally, run the production server:

npm run start
# or
yarn start
# or
pnpm start

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

About

Full stack web application for Detector Simulation team researchers within the ALICE Collaboration at CERN to manage Monte Carlo Methods.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published