Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _gsocorgs/2018/uta.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ title: "University of Texas at Arlington"
author: "Omar Zapata"
layout: default
organization: UTA
logo: UTArlington_logo.png
logo: UTA-logo.jpeg
description: |
The University of Texas at Arlington (UTA or UT Arlington) is a public research university located in Arlington, Texas, midway between Dallas and Fort Worth.
The University of Texas at Arlington (UTA or UT Arlington) is a public research university located in Arlington, Texas.
---

{% include gsoc_proposal.ext %}
10 changes: 10 additions & 0 deletions _gsocprojects/2018/project_NEXT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
project: NEXT
layout: default
logo: NEXT-logo.png
description: |
[NEXT](http://next.ific.uv.es/next/) is a Xenon gas neutrino-less double beta decay experiment.
---


{% include gsoc_project.ext %}
47 changes: 47 additions & 0 deletions _gsocproposals/2018/proposal_OpenSourceGasSim.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
title: Open-Source Simulations for Gas Detector on Python
layout: gsoc_proposal
project: NEXT
year: 2018
organization:
- UTA
- CERN
---

# Description

Magboltz solves the Boltzmann transport equations with numerical integration in order to simulate the interactions of electrons in gas mixtures under the influence of electric and magnetic fields.

Degrad calculates the cluster size distribution and primary cluster distribution in gas mixtures for minimum ionizing particles and X-rays.

Both of these programs were originally made in Fortran, the code is available in the links bellow.

The goal of this project is to begin with a test python interface for Degrad and Magboltz, to design optimized python implementations of their processes, joint functionality, and can extend to new functionality related to the calculation as well as extensive reports of the results.

R&D of gaseous detectors requires simulations like those provided by Magboltz and Degrad. An open-source, modernized and optimized incarnation of this software would be employed in many existing R&D efforts.

In addition to the mentor listed, the author of the code will be available for consultation, documentation is accessible here:

## Task ideas and expected results

* Exploration of the existing software is encouraged.
* Optimization ideas and python implementation plans included in proposals will be positively considered.

* Development of a fully-functional python API for joint functionality of Magboltz and Degrad with optional GUI controls.

* Full implementation of the Magboltz and Degrad output with optimized and fully customizable outputs concerning the calculation as well as the results.

This will be the first open-source incarnation of this software. It is important that the addition of new information to the databases be user-friendly, and that the code concerning the calculations be modular.


**Requirements**: Strong Python skills, good knowledge of Fortran, ability to learn the physics and calculations concerning the Boltzmann transport equation.

**Mentors**:
* [Fernanda Psihas](mailto:sft-gsoc@cern.ch?subject=GSoC%20Gas%20Simulation)
* [Stephen Biagi](mailto:sft-gsoc@cern.ch?subject=GSoC%20Gas%20Simulation)


**Links**:
* [Magboltz and Degrad Software in Fortran] (http://magboltz.web.cern.ch/magboltz/)
* [Documentation] (http://cyclo.mit.edu/drift/www/aboutMagboltz.html)
* [Article in sciencedirect] (https://www.sciencedirect.com/science/article/pii/S0168900298012339?via%3Dihub)
Binary file added images/NEXT-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/UTA-logo.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.