Project

General

Profile

Summer 2024 Projects » History » Version 3

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

1 2 Richard Trotta
{{>toc}}
2
3 1 Richard Trotta
h1. Summer 2024 Projects
4
5 3 Richard Trotta
--- 
6
7 1 Richard Trotta
h2. ML beam test PID
8
9 3 Richard Trotta
h3. [[ML beam test PID Meetings]]
10
11 1 Richard Trotta
h3. References
12
13
* "GitHub Repo":https://github.com/JeffersonLab/solid_beamtest_hallc_2022/tree/main/aiml
14
* "Darren's Summer 2023 Report":https://wordpress.its.virginia.edu/zhenggroup/files/2023/10/SoLID_beamtest_ML_PID_Upton.pdf
15
* "GitHub Setup":https://docs.github.com/en/get-started/onboarding/getting-started-with-your-github-account
16
* Docker
17
** 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.
18
** 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.
19
** https://hub.docker.com/_/python
20
** https://www.docker.com/blog/containerized-python-development-part-1/
21
** https://docs.docker.com/samples/
22
23 3 Richard Trotta
---