Project

General

Profile

Summer 2024 Projects » History » Version 2

Richard Trotta, 05/27/2024 09:25 PM

1 2 Richard Trotta
{{>toc}}
2
3 1 Richard Trotta
h1. Summer 2024 Projects
4
5
h2. ML beam test PID
6
7
h3. References
8
9
* "GitHub Repo":https://github.com/JeffersonLab/solid_beamtest_hallc_2022/tree/main/aiml
10
* "Darren's Summer 2023 Report":https://wordpress.its.virginia.edu/zhenggroup/files/2023/10/SoLID_beamtest_ML_PID_Upton.pdf
11
* "GitHub Setup":https://docs.github.com/en/get-started/onboarding/getting-started-with-your-github-account
12
* Docker
13
** Containerization is a technology that allows developers to package and run applications along with all their dependencies in isolated environments called containers. This ensures that the application runs consistently across different computing environments, from a developer's laptop to testing, staging, and production.
14
** Docker is a popular platform that simplifies containerization. It provides tools to create, deploy, and manage containers. With Docker, developers can write code locally, share their work with colleagues, and deploy to production in a seamless and efficient manner. Docker containers are lightweight, fast, and portable, making them ideal for modern software development and deployment.
15
** https://hub.docker.com/_/python
16
** https://www.docker.com/blog/containerized-python-development-part-1/
17
** https://docs.docker.com/samples/
18
19
h3. [[ML beam test PID Meetings]]