Project

General

Profile

Summer 2024 Projects » History » Revision 5

Revision 4 (Richard Trotta, 05/27/2024 09:31 PM) → Revision 5/13 (Richard Trotta, 05/27/2024 09:51 PM)

{{>toc}} 

 h1. Summer 2024 Projects 

 --- 

 h2. ML beam test PID 

 --- 

 h3. [[ML beam test PID Meetings]] 

 

 h3. References 

 * "GitHub Repo":https://github.com/JeffersonLab/solid_beamtest_hallc_2022/tree/main/aiml 
 * "Darren's Summer 2023 Report":https://wordpress.its.virginia.edu/zhenggroup/files/2023/10/SoLID_beamtest_ML_PID_Upton.pdf 
 * "GitHub Setup":https://docs.github.com/en/get-started/onboarding/getting-started-with-your-github-account 
 * Docker 
 ** 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. 
 ** 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. 
 ** https://hub.docker.com/_/python 
 ** https://www.docker.com/blog/containerized-python-development-part-1/ 
 ** https://docs.docker.com/samples/ 

 ---