# Random OPEN Julia publications / thesis / scholar papers / pre-prints

**URL:** https://discourse.julialang.org/t/random-open-julia-publications-thesis-scholar-papers-pre-prints/78649
**Category:** Community
**Tags:** research, thesis
**Created:** [March 29, 2022, 2:58am UTC](https://discourse.julialang.org/t/random-open-julia-publications-thesis-scholar-papers-pre-prints/78649 "2022-03-29T02:58:37Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![ImreSamu](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/imresamu/32/20677_2.png) [@ImreSamu](https://discourse.julialang.org/u/ImreSamu)
#### Post date: [March 29, 2022, 2:58am UTC](https://discourse.julialang.org/t/random-open-julia-publications-thesis-scholar-papers-pre-prints/78649/1 "2022-03-29T02:58:37Z")

</div>

\*\*Random - Julia related OPEN publications / thesis / scholar papers / pre-prints \*\*

If you find an “open” AND not yet in the list: [https://julialang.org/research/](https://julialang.org/research/) THEN just add this thread!

Please add some text, keywords, title, code repo, … ( it is better for searching )

1.)  
Master Thesis: **“A Revision of Procedural Knowledge In the conML Framework”** ;

- by: Florian Peter Große ; Leipzig, den 1. Juni 2021 ;
- keywords: machine learning, constructivist machine learning, hybrid AI, conML, ML, AI
- [Link](https://ul.qucosa.de/landing-page/?tx_dlf%5Bid%5D=https%3A%2F%2Ful.qucosa.de%2Fapi%2Fqucosa%253A78591%2Fmets) → pdf download link on the bottom.

2.)  
**“What Questions Do Developers Ask About Julia?”**

- by: DB Bose, GC Gannod, A Rahman, K Cottrell - 2022
- keywords: challenges, empirical study, julia, stack overflow
- pdf: [https://akondrahman.github.io/files/papers/julia-acmse2022.pdf](https://akondrahman.github.io/files/papers/julia-acmse2022.pdf)

3.)  
Thesis: **“Approaches to Improve the Execution Time of a Quantum Network Simulation”**

- by: Joseph B. Tippit [December 23, 2021]
- keywords: Julia based Hong-Ou-Mandel simulation, CUDA, QuMSim.jl
- pdf: [https://scholar.afit.edu/cgi/viewcontent.cgi?article=6106&context=etd](https://scholar.afit.edu/cgi/viewcontent.cgi?article=6106&context=etd)

4.)  
arxiv **“NQCDynamics.jl: A Julia Package for Nonadiabatic Quantum Classical Molecular Dynamics in the Condensed Phase”** [Submitted on 25 Feb 2022]

- by: James Gardner, Oscar A. Douglas-Gallardo, Wojciech G. Stark, Julia Westermayr, Svenja M. Janke, Scott Habershon, Reinhard J. Maurer
- publication: [[2202.12925] NQCDynamics.jl: A Julia Package for Nonadiabatic Quantum Classical Molecular Dynamics in the Condensed Phase](https://arxiv.org/abs/2202.12925)
- code: [https://github.com/NQCD/NQCDynamics.jl](https://github.com/NQCD/NQCDynamics.jl)

5.)  
Arxiv: **“Holographic Bubbles with Jecco: Expanding, Collapsing and Critical”** [Submitted on 21 Feb 2022]

- by: Yago Bea, Jorge Casalderrey-Solana, Thanasis Giannakopoulos, Aron Jansen, David Mateos, Mikel Sanchez-Garitaonandia, Miguel Zilhão
- “Jecco is written in the Julia programming language and is freely available”
- publication: [[2202.10503] Holographic Bubbles with Jecco: Expanding, Collapsing and Critical](https://arxiv.org/abs/2202.10503)
- code: [https://github.com/mzilhao/Jecco.jl](https://github.com/mzilhao/Jecco.jl)

6.)  
**“TrackMatcher—A tool for finding intercepts in tracks of geographical positions”**

- by: Peter Bräuer, Matthias Tesche ( Preprint. Discussion started: 22 February 2022 )
- pdf: [https://gmd.copernicus.org/preprints/gmd-2021-395/gmd-2021-395.pdf](https://gmd.copernicus.org/preprints/gmd-2021-395/gmd-2021-395.pdf)
- code: [https://github.com/LIM-AeroCloud/TrackMatcher.jl](https://github.com/LIM-AeroCloud/TrackMatcher.jl)

---

<div class="post-metadata">

### Author: ![longemen3000](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/longemen3000/32/7298_2.png) [@longemen3000](https://discourse.julialang.org/u/longemen3000)
#### Post date: [March 29, 2022, 3:15am UTC](https://discourse.julialang.org/t/random-open-julia-publications-thesis-scholar-papers-pre-prints/78649/2 "2022-03-29T03:15:23Z")

</div>

preprint:

> **[Clapeyron.jl: An extensible, open-source fluid-thermodynamics toolkit](https://arxiv.org/abs/2201.08927)**
>
> Thermodynamic models are often vital when characterising complex systems, particularly natural gas, electrolyte, polymer, pharmaceutical and biological systems. However, their implementations have historically been abstruse and cumbersome, and as...

code: [https://github.com/ypaul21/Clapeyron.jl](https://github.com/ypaul21/Clapeyron.jl)
