<?xml version='1.0' encoding='utf-8' ?>
<!-- Made with love by pretalx v2026.3.0.dev0. -->
<schedule>
    <generator name="pretalx" system="pretalx.com" version="2026.3.0.dev0" />
    <version>0.15</version>
    <conference>
        <title>JuliaCon 2022 (Times are UTC)</title>
        <acronym>juliacon-2022</acronym>
        <start>2022-07-19</start>
        <end>2022-07-30</end>
        <days>12</days>
        <timeslot_duration>00:05</timeslot_duration>
        <base_url>https://pretalx.com</base_url>
        
        <time_zone_name>UTC</time_zone_name>
        
        
        <track name="JuliaCon" slug="2832-juliacon"  color="#000000" />
        
        <track name="JuMP" slug="2773-jump"  color="#000000" />
        
    </conference>
    <day index='1' date='2022-07-19' start='2022-07-19T04:00:00+00:00' end='2022-07-20T03:59:00+00:00'>
        <room name='Green' guid='b9522ace-7df4-5b98-a884-2dae40858059'>
            <event guid='ccc3a51e-b1ed-5a17-99de-c2653a560eb6' id='21293' code='WLNWBV'>
                <room>Green</room>
                <title>Introduction to Julia</title>
                <subtitle></subtitle>
                <type>Workshop</type>
                <date>2022-07-19T14:00:00+00:00</date>
                <start>14:00</start>
                <duration>03:00</duration>
                <abstract>This workshop is geared towards anyone who wants to start using Julia.
It will be an extremely accessible overview of Julia.</abstract>
                <slug>juliacon-2022-21293-introduction-to-julia</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='26443'>Jose Storopoli</person>
                </persons>
                <language>en</language>
                <description>We&apos;ll cover how to download and install Julia in Windows, Mac and Linux.
Next, we will show how to use Julia in the terminal (REPL), in VSCode,
and also in an interactive notebook with Pluto.
We will contrast Julia with Python, showcasing major differences and
also comparing Julia to a popular beginner&apos;s language such as Python.
Additionally, we will teach how to install and uninstall packages.
The bulk of the workshop will be how to run Julia commands,
what are statements and an overview of the Julia syntax.
We encourage everyone that wants to know more about Julia independent of
skill-level to join us.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/WLNWBV/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/WLNWBV/feedback/</feedback_url>
            </event>
            
        </room>
        
    </day>
    <day index='2' date='2022-07-20' start='2022-07-20T04:00:00+00:00' end='2022-07-21T03:59:00+00:00'>
        <room name='Green' guid='b9522ace-7df4-5b98-a884-2dae40858059'>
            <event guid='c52117a8-ea06-5f0a-a64a-c9b8a98a780a' id='18060' code='WL9FZZ'>
                <room>Green</room>
                <title>Introduction to Graph Computing</title>
                <subtitle></subtitle>
                <type>Workshop</type>
                <date>2022-07-20T14:00:00+00:00</date>
                <start>14:00</start>
                <duration>03:00</duration>
                <abstract>Graph computing is an innovative technology that allows developers to build applications and systems as directed acyclic graphs (DAGs). Graph computing offers generic solutions to some of the most fundamental challenges in enterprise computing such as scalability, transparency and lineage. In this workshop, we survey the available graph computing tools in Julia, then walk through a few hands-on examples of building real world applications and systems using graph computing.</abstract>
                <slug>juliacon-2022-18060-introduction-to-graph-computing</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='22202'>Yadong Li</person>
                </persons>
                <language>en</language>
                <description>Graph computing is an innovative and hyper-efficient technology for building large and distributed systems or applications, where common challenges include scalability, transparency, explainability, lineage, adaptability and reproducibility. We coined the acronym STELAR for these challenges. 

In almost every organization, significant engineering resources and efforts are devoted to addressing the STELAR needs for their core enterprise systems. These efforts are not portable because they are specific to the particular organization and architecture. For example, the solution to improve the scalability of the trading system at JP Morgan is not applicable to Goldman Sachs, as their technology stacks are fundamentally different. There is an enormous waste of time, money, energy and human talents for re-creating bespoke solutions to the same STELAR problems across the industry. The world would be a much better place if we could solve these problems once and for all in enterprise systems. This is the promise of graph computing.

Instead of functions in the traditional programming paradigm, directed acyclic graphs (DAG) are the fundamental building blocks in graph computing. A DAG is a special type of graph, which consists of a collection of nodes and directional connections between them. Acyclic means that these connections do not form any loops. A DAG can also be used as a generic representation of any kind of computing or workflow. Conceptually, any computation, from the simplest formula in a spreadsheet to the most complex enterprise systems, reduces to a DAG. In graph computing, complex DAGs representing entire applications or systems are built by composing smaller and modular DAGs, analogous to function compositions in the traditional programming paradigm.

Compared to the function centric representation in traditional programming, DAG is a much better and more convenient representation for building generic solutions to STELAR. Once built, these solutions are applicable to any enterprise system as they all reduce to DAGs. 

The outline of this workshop is as follows:

* Introduction to the key ideas and benefits of graph computing, and how DAGs can help solve the STELAR program generically.
* Survey of existing graph computing solutions, approaches and tools. We will cover both Python and Julia tools, as well as commercial and open source solutions
* Discuss the key challenges in graph computing and approaches, including graph creation and distribution
* Hands-on sessions in building real world applications/systems using graph computing. In these sessions, we will be using available graph computing tools like Dask, Dagger.jl and Julius etc. 
  * Build a simple task graph and execute it
  * Query the graph data after execution
  * Build an ML data processing pipeline
  * Building generic and reusable patterns using graph composition
  * Graph distribution, for building distributed systems
  * End to end AAD (adjoint algorithmic differentiation) with graphs
  * Build streaming pipelines in graph
*Plenty of time for questions.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/WL9FZZ/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/WL9FZZ/feedback/</feedback_url>
            </event>
            <event guid='10883bef-d1d0-5fa0-a854-4a9b7694d792' id='18061' code='Q7WJ9F'>
                <room>Green</room>
                <title>Getting started with Julia and Machine Learning</title>
                <subtitle></subtitle>
                <type>Workshop</type>
                <date>2022-07-20T18:00:00+00:00</date>
                <start>18:00</start>
                <duration>03:00</duration>
                <abstract>A three-hour introductory workshop for newcomers to Julia and machine
learning. Participants will have training in some technical domain,
for example, in science, economics or engineering. While no prior
experience with Julia or machine learning is needed, it is assumed 
participants have Julia 1.7 installed on their computer.</abstract>
                <slug>juliacon-2022-18061-getting-started-with-julia-and-machine-learning</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23355'>Anthony Blaom</person><person id='23359'>Samuel</person>
                </persons>
                <language>en</language>
                <description>## Overview

In their simplest manifestation, machine learning algorithms extract,
or &quot;learn&quot;, from historical data some essential properties enabling
them to respond intelligently to new data (typically,
automatically). For example, spam filters predict whether to designate
a new email as &quot;junk&quot;, based on how a user previously designated a
large number of previous messages. A property valuation site suggests
the sale price for a new home, given its location and other
attributes, based on a database of previous sales.

Julia is uniquely positioned to accelerate developments in machine
learning and there has been an explosion of Julia machine learning
libraries. [MLJ](https://alan-turing-institute.github.io/MLJ.jl/dev/)
(Machine Learning in Julia) is a popular toolbox providing a common
interface for interacting with over 180 machine learning models
written in Julia and other languages. This workshop will introduce
basic machine learning concepts, and walk participants through enough
Julia to get started using MLJ.


## Prerequisites

- **Essential.** A computer with [Julia 1.7.3](https://github.com/ablaom/HelloJulia.jl/blob/dev/FIRST_STEPS.md) installed.

- **Strongly recommended,** Workshop resources pre-installed. See [here](https://github.com/ablaom/HelloJulia.jl/wiki/JuliaCon-2022-workshop:-Getting-started-with-Julia-and-MLJ).

- **Recommended.** Basic linear algebra and statistics, such
  as covered in first year university courses.

- **Recommended but not essential.** Prior experience with a scripting
  language, such as python, MATLAB or R.

## Objectives

- Be able to carry out basic mathematical operations using Julia,
  perform random sampling, define and apply functions, carry out
  iterative tasks

- Be able to load data sets and do basic plotting

- Understand what supervised learning models are, and how to evaluate
  them using a holdout test set or using cross-validation

- Be able to train and evaluate a supervised learning model using
  the MLJ package


## Resources

[HelloJulia.jl](https://github.com/ablaom/HelloJulia.jl)

## Format

This workshop will be a combination of formal presentation and live
coding.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/Q7WJ9F/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/Q7WJ9F/feedback/</feedback_url>
            </event>
            
        </room>
        
    </day>
    <day index='3' date='2022-07-21' start='2022-07-21T04:00:00+00:00' end='2022-07-22T03:59:00+00:00'>
        <room name='Green' guid='b9522ace-7df4-5b98-a884-2dae40858059'>
            <event guid='3d1e08c2-5279-5e21-85c2-e64f1b8d490f' id='17247' code='9PKGGH'>
                <room>Green</room>
                <title>GPU accelerated medical image segmentation framework</title>
                <subtitle></subtitle>
                <type>Workshop</type>
                <date>2022-07-21T14:00:00+00:00</date>
                <start>14:00</start>
                <duration>03:00</duration>
                <abstract>Medical image segmentation with Julia 
Participants can download data before task 9 from https://drive.google.com/drive/folders/1HqEgzS8BV2c7xYNrZdEAnrHk7osJJ--2 
Additionally tou can download required libraries to your enviroment
]add ProgressMeter StaticArrays BSON Distributed Flux Hyperopt Plots MedEye3d Distributions Clustering IrrationalConstants ParallelStencil CUDA HDF5 MedEval3D Colors</abstract>
                <slug>juliacon-2022-17247-gpu-accelerated-medical-image-segmentation-framework</slug>
                <track>JuliaCon</track>
                <logo>/media/juliacon-2022/submissions/9PKGGH/pretty_VPVkItu.png</logo>
                <persons>
                    <person id='22697'>Jakub Mitura</person>
                </persons>
                <language>en</language>
                <description>As the preparation for the workshop I will ask participants to load earlier  the dataset on which we would work on - Dataset can be found in link [2]. Additionally you can load required packages to the enviroment where You will work in [3]. In order to fully participate you need to have Nvidia GPU available.

Medical image segmentation is a rapidly developing field of Computer Vision. This area of research requires knowledge in radiologic imaging, mathematics and computer science. In order to provide assistance to the researchers multiple software packages were developed. However because of the rapidly changing scientific environment those tools can no longer be effective for some of the users.
Such situation is present in the case of Julia language users that require support for the interactive programming development style that is not popular among traditional software tools. Another characteristic of modern programming for 3 dimensional medical imaging data is GPU acceleration which can give outstanding improvement of algorithms performance in case of working with  3D medical imaging. Hence in this work the author presents sets of new Julia language software tools that are designed to fulfil emerging needs. Those tools include GPU accelerated medical image viewer with annotation possibilities that is characterised by a very convenient programming interface. CUDA accelerated Medical segmentation metrics tool that supplies state of the art implementations of algorithms required for quantification of similarity between algorithm output and gold standard. Lastly, a set of utility tools connecting those two mentioned packages with HDF5 file system and preprocessing using MONAI and PythonCall.
 
Main unique feature of the presented framework is ease of interoperability with other Julia packages, which in the rapidly developing ecosystem of scientific computing may spark in the opinion of the author application of multiple algorithms from fields usually not widely used in medical image segmentation like differential programming, topology etc.
 
I am planning to conduct a workshop with the assumption of only basic knowledge of Julia programming and no medical knowledge at all. Most of the time would be devoted to walk through end to end example medical image segmentation like in the tutorial available under link below [1], with code executed live during workshop. In order to run some parts of the workshop users would need a CUDA environment. Because of the complex nature of the problem some theoretical introductions will also be needed.
 
Plan for the workshop :
 
1.Introduction to medical imaging data format
 
2.Presentation of loading data and simple preprocessing using MONAI and PythonCall
 
3.Tutorial presenting how to use MedEye3d viewer and annotator
 
4.Implementing first phase of example algorithm on CPU showing some Julia features supporting work on multidimensional arrays
 
5.Presenting further part of the example algorithm using GPU acceleration with CUDA.jl and ParallelStencil with short introduction to GPU programming .
 
6.Presenting how to save and retrieve data using HDF5.jl
 
7.Show how to apply medical segmentation metrics from MedEval3D, and some introduction how to choose properly the metric depending on the problem
 
8.Discuss How one can improve the performance of the algorithm and what are some planned  future directions
 
 
[1] https://github.com/jakubMitura14/MedPipe3DTutorial
[2]Participants can download data before task 9 from https://drive.google.com/drive/folders/1HqEgzS8BV2c7xYNrZdEAnrHk7osJJ--2 
[3] ]add Flux Hyperopt Plots UNet MedEye3d Distributions Clustering IrrationalConstants ParallelStencil CUDA HDF5 MedEval3D MedPipe3D Colors</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/9PKGGH/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/9PKGGH/feedback/</feedback_url>
            </event>
            
        </room>
        
    </day>
    <day index='4' date='2022-07-22' start='2022-07-22T04:00:00+00:00' end='2022-07-23T03:59:00+00:00'>
        <room name='Green' guid='b9522ace-7df4-5b98-a884-2dae40858059'>
            <event guid='527094a3-8c9f-5842-9776-cfb2d44cffcc' id='17967' code='7JNQCM'>
                <room>Green</room>
                <title>Statistics symposium</title>
                <subtitle></subtitle>
                <type>Minisymposium</type>
                <date>2022-07-22T08:00:00+00:00</date>
                <start>08:00</start>
                <duration>03:00</duration>
                <abstract>Statistics is a domain where some early stage development of packages, and some early applications, have come about in Julia. We think of this mini-symposium as a combination of (a) Report on many interesting recent developments in this field and (b) Offer a birds eye view to the people interested in this field, and help them assess the state of maturity so as to make decisions about whether Julia is appropriate for their statistics work.</abstract>
                <slug>juliacon-2022-17967-statistics-symposium</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23264'>Ayush Patnaik</person>
                </persons>
                <language>en</language>
                <description>1. &quot;Doing applied statistics research in Julia&quot;, Ajay Shah (20 minutes)
  We show the journey of two applied statistics research papers, done fully in Julia, by researchers who were previously working in R. What was convenient, what were the chokepoints, what were the gains in expressivity and in performance. Based on this, we evaluate the state of maturity of Julia for doing applied statistics. We propose practical pathways for statisticians, and speak to the Julia community about what is required next. We report on recent developments in the field of Julia and statistics.

2. &quot;CRRao: A unified framework for statistical models&quot;, Sourish Das (20 minutes)
  Many statistical models are available in Julia, and many more will come. CRRao is a consistent framework through which callers interact with a large suite of models. For the end-user, it reduces the cost and complexity of estimating statistical models. It offers convenient guidelines through which development of additional statistical models can take place in the future.

3. &quot;TSx: A time series class for Julia&quot;, Chirag Anand (20 minutes)
  DataFrames.jl is a powerful system, but expressing the standard tasks of manipulating time series -- e.g. as seen in finance or macroeconomics -- is often cumbersome. We draw on the work of the R community, which has built zoo and xts, to build a time series class, TSx, which delivers a simple set of operators and functions for the people working with time series. It constitutes syntactic sugar on top of the capabilities of DataFrame.jl and thus harnesses the capabilities and efficiency of that package. We conduct comparisons of capabilities and performance against zoo and xts in R.

4. &quot;Comparing glm in Julia, R and SAS&quot;, Mousum Datta (10 minutes)
  glm is an unusually important class of statistical models. We compare the capabilities, correctness and performance of the present glm systems in Julia, R and SAS. We report on recent improvements that have been injected into GLM.jl.

5. &quot;Working with survey data&quot;, Ayush Patnaik (10 minutes)
  The Julia package survey.jl builds some of the functionality required for statistical estimators with stratified random sampling. For a limited subset of the capabilities of Thomas Lumley&apos;s R package `survey&apos;, we show the correctness and the performance gains of the Julia package.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/7JNQCM/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/7JNQCM/feedback/</feedback_url>
            </event>
            <event guid='f4d9d071-73de-5f90-b324-9286bfbf4486' id='18135' code='JYDQEB'>
                <room>Green</room>
                <title>JuliaMolSim: Computation with Atoms</title>
                <subtitle></subtitle>
                <type>Minisymposium</type>
                <date>2022-07-22T14:00:00+00:00</date>
                <start>14:00</start>
                <duration>03:00</duration>
                <abstract>The JuliaMolSim community is hosting a minisymposium! Come hear about AtomsBase, our project to create a unified interface for representing atomic geometries, as well as packages for simulation (both quantum mechanical and classical particles-based) and machine learning on atomistic systems. Do you have an idea for a package you think the community needs? Participate in our &#8220;quick pitch&#8221; session and find co-developers to help build it!</abstract>
                <slug>juliacon-2022-18135-juliamolsim-computation-with-atoms</slug>
                <track>JuliaCon</track>
                <logo>/media/juliacon-2022/submissions/JYDQEB/collisions_hNkPW20.png</logo>
                <persons>
                    <person id='23435'>Rachel C. Kurchin</person>
                </persons>
                <language>en</language>
                <description>The JuliaMolSim community is open to anyone who uses/develops Julia code that is used for simulating/analyzing systems that are resolved at the level of atomic/molecular coordinates. You can learn more about the packages we maintain and join conversations on our Slack workspace by going to our website at [https://juliamolsim.github.io](https://juliamolsim.github.io/) .

Our BoF session from JuliaCon 2021, &#8220;Building a Chemistry and Materials Science Ecosystem in Julia,&#8221; helped jumpstart the Slack community. A major subsequent output from those ongoing conversations was the development of the AtomsBase interface, defining a common set of functions for specifying atomic geometries. We&#8217;re really excited about the prospect of this effort enabling great interoperability between different types of simulation and analysis as well as to share code for tasks like visualization and I/O. In fact, it already has begun to have this impact in a number of academic projects with international collaborators and funded by major agencies such as the US Department of Energy. A major part of the strength and impact of these efforts has been substantial investment of effort from the beginning by mathematicians, computer scientists, and domain scientists working together, a hallmark of the Julia community writ large and a major part of the reason we&#8217;re building this community in Julia.

This year, we&#8217;re hosting a minisymposium to keep the community going strong, make new connections, show off cool projects, and collect new ideas! Our planned agenda (so far!) is as follows:

1. Introduction to JuliaMolSim in general and AtomsBase in particular with brief showcase of packages adopting the interface so far
2. Some &#8220;deeper-dive&#8221; talks on packages now using AtomsBase, focusing on updates since last JuliaCon and also elucidating other emerging themes such as support for automatic differentiation (AD) and GPU utilization
    1. Chemellia machine learning ecosystem (Rachel Kurchin)
    2. Molly.jl particle simulation package (Joe Greener)
    3. DFTK.jl density functional theory package (Michael Herbst)
    4. CESMIX project (Emmanuel Lujan)
3. Other contributed talks from the JuliaMolSim community, including:
    1. Fermi.jl (Gustavo Aroeira)
    2. ACE.jl (Christoph Ortner)
    3. NQCDynamics.jl (James Gardner)
4. &#8220;Quick pitch&#8221; session: what&#8217;s the next community project a la AtomsBase? Pitch your idea and find collaborators! (If you are interested in pitching, contact the minisymposium organizers and we will be in touch with more details). Some example topics could include:
    1. Plotting recipes (e.g. in Makie) for AtomsBase systems
    2. An ab initio MD engine based in Molly, utilizing DFTK for energy/force calculations via AtomsBase</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/JYDQEB/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/JYDQEB/feedback/</feedback_url>
            </event>
            
        </room>
        <room name='Red' guid='a3e2f610-673c-5bc6-be71-b4e045824084'>
            <event guid='fbf81ddc-b4de-59a5-bb4d-3c91fb7c7a74' id='18122' code='VAHYFE'>
                <room>Red</room>
                <title>Hands-on ocean modeling and ML with Oceananigans.jl</title>
                <subtitle></subtitle>
                <type>Workshop</type>
                <date>2022-07-22T15:00:00+00:00</date>
                <start>15:00</start>
                <duration>03:00</duration>
                <abstract>Come get your feet wet with Oceananigans.jl, a native Julia, fast, friendly, flexible and fun ocean model. In the first half of this workshop participants will be helped to run and analyze one of several simple ocean problems. The problems relate to state-of-the-art challenges in climate science and computational science. In the second half we will examine Julia language features, packages and design choices that enable Oceananigans.jl.</abstract>
                <slug>juliacon-2022-18122-hands-on-ocean-modeling-and-ml-with-oceananigans-jl</slug>
                <track></track>
                
                <persons>
                    <person id='20935'>Valentin Churavy</person><person id='23409'>Chris Hill</person><person id='23410'>Francis Poulin</person><person id='23412'>Gregory Wagner</person><person id='23421'>Simone Silvestri</person><person id='23424'>Tomas Chor</person><person id='23425'>Suyash Bire</person><person id='23432'>Rodrigo Duran</person><person id='23453'>Jean-Michel Campin</person>
                </persons>
                <language>en</language>
                <description>Oceananigans.jl is a state of the art ocean modeling tool written from scratch in Julia. Oceananigans uses an underlying finite volume, locally orthogonal staggered-grid fluid modeling paradigm. This allows Oceananigans to support everything from highly-idealized large-eddy-simulation studies of geophysical turbulence to large scale planetary circulation projects. The code is configured for different problems using native Julia scripting. Julia metaprogramming supports wide flexibility in numerical methods and supports large ensemble experiments. These latter style of experiment facilitate semi-automated Bayesian search that can be used to produce reduced-order models that emulate more detailed physical process models accurately.  Julia typing and dispatch is used to support discrete numerics involving staggered numerical grid locations and to support (through the Julia KernelAbstractions.jl package) GPU and CPU execution from a single code base. Advanced graphics with Makie.jl and data management using NCDatasets.jl and JLD2.jl are fully integrated. Integration of Oceananigans within SciML workflows for developing neural differentiable equation improvements to physics based schemes is also possible.

In this workshop we cover both hands-on execution of a variety of different model configurations and exploring how key features of the Julia language and packages from the Julia ecosystem are used to enable a range of use cases.

The workshop will include two parts. A first part will consist of breakout room sessions. Each room will have a lead who will walk participants through configuring and running an Oceananigans instance on either a cloud resource or on participants local systems. A second part will involve multiple Oceananigans.jl team members walking through the key Julia language aspects that make Oceananigans a flexible and fun tool to use for all manner of scientific ocean modeling problems on Earth and beyond.

Workshop participants will get hands-on experience with real-world high-end scientific modeling for ocean and fluid problems in Julia. They will also learn about the how many elements of the Julia language and ecosystem can be used together to create a performant and expressive modeling tool that is also easy to engage with.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/VAHYFE/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/VAHYFE/feedback/</feedback_url>
            </event>
            
        </room>
        
    </day>
    <day index='5' date='2022-07-23' start='2022-07-23T04:00:00+00:00' end='2022-07-24T03:59:00+00:00'>
        <room name='Green' guid='b9522ace-7df4-5b98-a884-2dae40858059'>
            <event guid='2f9e46b8-554f-5648-8ca4-6d4b3d297aa2' id='16905' code='F7WDXE'>
                <room>Green</room>
                <title>Introduction to Julia with a focus on statistics (in Hebrew)</title>
                <subtitle></subtitle>
                <type>Workshop</type>
                <date>2022-07-23T10:00:00+00:00</date>
                <start>10:00</start>
                <duration>03:00</duration>
                <abstract>This session has moved to Zoom. Please join with Zoom ID: 6376486897 at 2PM Israel time. 

This (Hebrew language) workshop provides an introduction to the Julia language for machine learning engineers, data-scientists, and statisticians. Attendees will gain a solid entry point for using Julia as their preferred data analysis tool.</abstract>
                <slug>juliacon-2022-16905-introduction-to-julia-with-a-focus-on-statistics-in-hebrew</slug>
                <track></track>
                <logo>/media/juliacon-2022/submissions/F7WDXE/statsJulia_NmURM8n.png</logo>
                <persons>
                    <person id='22406'>Yoni Nazarathy</person>
                </persons>
                <language>en</language>
                <description>This Juliacon 2022 workshop in Hebrew (&#1506;&#1489;&#1512;&#1497;&#1514;) is aimed at data-scientists, machine learning engineers, and statisticians that have experience with a language like Python or R, but have not used Julia previously. In learning to use Julia, a contemporary &quot;stats based&quot; approach is taken focusing on short scripts that achieve concrete goals. This is similar to the approach of the [Statistics with Julia book](https://statisticswithjulia.org/). 

The primary focus is on statistical applications and packages. The Julia language is covered as a by-product of the applications. Thus, this workshop is much more of a how to use Julia for stats course than a how to program in Julia course. This approach may be suitable for statisticians and data-scientists that tend to do their day-to-day scripting with a data and model based approach - as opposed to a software development approach.

An extensive Jupyter notebook for the workshop together with data files is [here](https://github.com/yoninazarathy/StatisticsWithJuliaFromTheGroundUp-2022). You can install it to follow along. The Jupyter notebook is not in Hebrew. 

If you don&apos;t already have Julia with IJulia (Jupyter) installed, you can follow the instructions in [this video](https://www.youtube.com/watch?v=KJleqSITuRo). It is recommended that you have Julia 1.7.3 or higher installed.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/F7WDXE/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/F7WDXE/feedback/</feedback_url>
            </event>
            <event guid='60511273-252d-577d-b6e7-85bbfb19b626' id='18051' code='FBLWD3'>
                <room>Green</room>
                <title>Interactive data visualizations with Makie.jl</title>
                <subtitle></subtitle>
                <type>Workshop</type>
                <date>2022-07-23T14:00:00+00:00</date>
                <start>14:00</start>
                <duration>03:00</duration>
                <abstract>Makie.jl is a Julia-native interactive data visualization library. In this workshop, participants will learn how to create complex interactive and static plots, using the full range of tools Makie has to offer. Topics could include writing custom recipes, understanding the scene graph, mastering the layout system, handling complex observable structures and tweaking visual styles. The workshop will also be an opportunity to learn about the architecture and underlying ideas of Makie.</abstract>
                <slug>juliacon-2022-18051-interactive-data-visualizations-with-makie-jl</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23395'>Simon Danisch</person><person id='23348'>Julius Krumbiegel</person>
                </persons>
                <language>en</language>
                <description>The participants will follow along while different small interactive visualization projects are coded live, showing how to go from idea to implementation.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/FBLWD3/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/FBLWD3/feedback/</feedback_url>
            </event>
            
        </room>
        
    </day>
    <day index='6' date='2022-07-24' start='2022-07-24T04:00:00+00:00' end='2022-07-25T03:59:00+00:00'>
        <room name='Green' guid='b9522ace-7df4-5b98-a884-2dae40858059'>
            <event guid='e63b7458-8e2b-50cc-9332-bffeebdfa52c' id='16549' code='PFUHDL'>
                <room>Green</room>
                <title>Julia REPL Mastery Workshop</title>
                <subtitle></subtitle>
                <type>Workshop</type>
                <date>2022-07-24T14:00:00+00:00</date>
                <start>14:00</start>
                <duration>03:00</duration>
                <abstract>A fundamental Julia experience is feeling the power of computing at your fingertips - but how many of us squeeze the absolute most out of the Julia REPL? In this workshop, you&apos;ll go from 0 to hero in about 3 hours with a whopping collection of all the tips, tricks and goodies you could ever hope for in your Julia REPL experience.</abstract>
                <slug>juliacon-2022-16549-julia-repl-mastery-workshop</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='21844'>Miguel Raz Guzm&#225;n Macedo</person>
                </persons>
                <language>en</language>
                <description>This workshop will be a jam-packed, hands-on tour of the Julia REPL so that beginners and experts alike can learn a few tips and tricks. Every Julia user spends a significant amount of coding time interacting with the REPL - my claim for this workshop is that all Julia users can save themselves more than 3 hours of productive coding time over their careers should they attend this workshop, so why not invest in yourself now?
Plan (pending review) for the material that will be covered:
* Navigation - moving around, basic commands, variables, shortcuts and keyboard combinations, cross language comparison of REPL features, Vim Mode homework
* Internals and configuration - Basic APIs, display control codes, terminals and font support, startup file options, prompt changing, flag configurations
* REPL Modes - Shell mode, Pkg mode, help mode, workflow demos for contributing code fixes, BuildYourOwnMode demo, Term.jl
* Tools and packages - OhMyREPL.jl, PkgTemplates.jl, Eyeball.jl, TerminalPager.jl, AbstractTrees.jl, Debugger.jl, UnicodePlots.jl, ProgressMeters.jl, PlutoREPL.jl assignment</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/PFUHDL/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/PFUHDL/feedback/</feedback_url>
            </event>
            
        </room>
        
    </day>
    <day index='7' date='2022-07-25' start='2022-07-25T04:00:00+00:00' end='2022-07-26T03:59:00+00:00'>
        <room name='Green' guid='b9522ace-7df4-5b98-a884-2dae40858059'>
            <event guid='633277d2-9ec6-5e7c-bf82-370ebe0bf8c6' id='18023' code='UNVUDM'>
                <room>Green</room>
                <title>Differentiable Earth system models in Julia</title>
                <subtitle></subtitle>
                <type>Minisymposium</type>
                <date>2022-07-25T14:00:00+00:00</date>
                <start>14:00</start>
                <duration>03:00</duration>
                <abstract>This minisymposium will feature the use of the differentiable programming paradigm applied to Earth System Models (ESMs). The goal is to exploit derivative information and seamlessly combine PDE-constrained optimization and scientific machine learning (SciML). Speakers will address (1) Why differentiable programming for ESMs; (2) What ESM applications are we targeting?; and (3) How are we realizing differentiable ESMs? Target ESMs include ice sheet, ocean, and solid Earth models.</abstract>
                <slug>juliacon-2022-18023-differentiable-earth-system-models-in-julia</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23409'>Chris Hill</person><person id='23317'>Patrick Heimbach</person><person id='23341'>Boris Kaus</person><person id='23414'>Nora Loose</person><person id='23416'>Mathieu Morlighem</person><person id='23436'>Sri Hari Krishna Narayanan</person><person id='23448'>Sarah Williamson</person>
                </persons>
                <language>en</language>
                <description>The differentiable programming paradigm offers large potential to improve Earth system models (ESMs) in at least two ways: (i) in the context of parameter calibration, state estimation, initialization for prediction, and uncertainty quantification derivative information (tangent linear, adjoint and Hessian) are key ingredients; (ii) combining PDE-constrained optimization with SciML approaches may be performed naturally in a composable way and within the same programming framework. This minisymposium is organized in three parts (all speakers listed are tentative):

1/ Why differentiable programming for ESMs? Speakers will discuss the use of derivative information for PDE-constrained optimization in ice sheet (M. Morlighem, N. Petra), ocean (P. Heimbach) and solid Earth (B. Kaus) modeling; the use  of SciML in the context of ESMs (J. Le Sommer, A. Ramadhan); The use of adjoints for sensitivity analysis and uncertainty quantification (N. Loose).

2/ What ESM applications are we targeting? The minisymposium will feature three ESM applications for
Global ocean modeling (C. Hill); ice sheet modeling (J. Bolibar, L. Raess).

3/ How are we realizing differentiable ESMs? A key algorithmic framework is the use of general-purpose automatic differentiation. The Julia is developing a number of packages. ESM applications will likely push the envelope of the capability of existing AD tools. The minisymposium will present how these tools are being used in the context of ESMs (S. Williamson, M. Morlighem). Furthermore, specific algorithmic challenges in ongoing AD tool development will be highlighted (S. Narayanan/M. Schanen/...). 

The minisymposium seeks to engage both the ESM and the AD tool communities to advance their respective capability. There will be time for discussion. Ideally we are targeting a 3-hour mini symposium.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/UNVUDM/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/UNVUDM/feedback/</feedback_url>
            </event>
            <event guid='c7a74b18-5993-53e9-905c-20cc1db06bff' id='16904' code='98UQX3'>
                <room>Green</room>
                <title>Modeling of Chemical Reaction Networks using Catalyst.jl</title>
                <subtitle></subtitle>
                <type>Workshop</type>
                <date>2022-07-25T18:00:00+00:00</date>
                <start>18:00</start>
                <duration>03:00</duration>
                <abstract>Catalyst.jl is a modeling package for analysis and high performance simulation of chemical reaction networks (CRNs). It defines symbolic representations for CRNs, which can be created programmatically or specified via a domain specific language. Catalyst provides tooling to analyze models, and to translate CRNs to ModelingToolkit-based ODE, SDE, and jump process models. In this workshop we will overview how to generate, analyze, and efficiently solve such models across a variety of applications.</abstract>
                <slug>juliacon-2022-16904-modeling-of-chemical-reaction-networks-using-catalyst-jl</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='22405'>Samuel Isaacson</person><person id='22404'>Torkel Loman</person>
                </persons>
                <language>en</language>
                <description>Workshop Pluto notebooks will be available at https://github.com/TorkelE/JuliaCon2022_Catalyst_Workshop

At the highest level, Catalyst models can be specified via a domain-specific language (DSL), where they can be concisely written as a list of chemical reactions. Such models are converted into a Symbolics.jl-based intermediate representation (IR), represented as a ModelingToolkit.jl AbstractSystem. This IR acts as a common target for many tools within SciML, enabling them to be applied to Catalyst-based models. Symbolic models can also be directly constructed using the symbolic IR, allowing programmatic construction of CRNs or extensions of DSL-defined CRNs.

In this workshop, we will demonstrate how to generate CRN models through the Catalyst DSL and programmatically via the IR. Catalyst features such as custom rate laws, component-based modeling, and parametric stoichiometry will be explored to demonstrate the breadth of models supported by Catalyst. We will then illustrate how such models can be translated to other symbolic Modelingtoolkit-based mathematical representations, and simulated with SciML tooling. Such representations include deterministic ODE models (based on reaction rate equations), stochastic SDE models (based on chemical Langevin equations), and stochastic jump process models (based on the chemical master equation and Gillespie&apos;s method). For each of these representations, the DifferentialEquations.jl package provides a variety of solvers that can accurately and efficiently simulate the model&apos;s dynamics. We will also demonstrate further tools for analysis of CRN-based models, including methods for parameter fitting, network analysis, calculation of steady states, and bifurcation analysis (through the BifurcationKit.jl package).

To help users with real-world applicability, we will demonstrate how to appropriately use the Catalyst and SciML tooling to scale simulations to tens of thousands of reactions in ways that exploit sparsity, giving easy access to methodologies which outperform competitor packages by orders of magnitude in performance. Aspects such as parallelization of simulations, automatic differentiation usage (in model calibration), and more will be discussed throughout the various topics to give users a complete view of how Catalyst.jl can impact their modeling workflows.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/98UQX3/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/98UQX3/feedback/</feedback_url>
            </event>
            
        </room>
        <room name='Red' guid='a3e2f610-673c-5bc6-be71-b4e045824084'>
            <event guid='c43901e9-1a37-56c3-9b32-5c27838119b1' id='16365' code='DFA3RD'>
                <room>Red</room>
                <title>Julia in Astronomy &amp; Astrophysics Research</title>
                <subtitle></subtitle>
                <type>Minisymposium</type>
                <date>2022-07-25T18:00:00+00:00</date>
                <start>18:00</start>
                <duration>03:00</duration>
                <abstract>This minisymposium aims to provide researchers in astronomers and astrophysicists an opportunity to share how Julia has enhanced their science and the challenges they encountered.  We aim to identify shared needs (e.g., opportunities for new/upgraded packages) that could significantly accelerate the adoption of Julia among the astronomical research community.  A secondary goal is to help strengthen the community of Julia developers active in astronomical research.</abstract>
                <slug>juliacon-2022-16365-julia-in-astronomy-astrophysics-research</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='21655'>Eric B. Ford</person>
                </persons>
                <language>en</language>
                <description>This mini-symposium aims to help accelerate the adoption of Julia among astronomers and astrophysicists.  Astrophysicists have long been among the leaders in High-Performance Computing.  Large astronomical surveys continue to create new opportunities for researchers with the skills and tools to harness Big Data efficiently.  Early adopters of Julia have developed packages providing functionality commonly needed by the astronomical community (e.g., AstroLib,jl, AstroTime.jl, Cosmology.jl, FITSIO.jl, UnitfulAstro.jl) and/or gained experience applying Julia to their research problems.  According to NASA&#8217;s Astrophysical Data System, ~30 astronomy papers include &#8220;Julia&#8221; and &#8220;Bezanson et al. (2017)&#8221;, with over half of those being published since 2021.  This mini-symposium invite researchers with experience applying Julia to astronomical research to share their experiences through a series of short talks and followed by a panel discussion.  
     Talks should not emphasize the astronomical methods or conclusions, but rather how using Julia impacted their project.  How did Julia enhance their science or their productivity?   What challenges related to Julia did they encounter?  What work-arounds did they find?  What additions or upgrades to the Julia package ecosystem would be helpful for their future projects?  &#8230;or for accelerating adoption of Julia among the astronomical community?  What resources did they use for integrating their research groups and/or collaborators into the Julia community?  Where could filling a gap in documentation and or developing improved training materials be particularly impactful for helping astronomers to transition to Julia?</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/DFA3RD/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/DFA3RD/feedback/</feedback_url>
            </event>
            
        </room>
        
    </day>
    <day index='8' date='2022-07-26' start='2022-07-26T04:00:00+00:00' end='2022-07-27T03:59:00+00:00'>
        <room name='Green' guid='b9522ace-7df4-5b98-a884-2dae40858059'>
            <event guid='4f0c38ab-8f1e-5397-9cdf-8ea2d041eb57' id='17892' code='LUWYRJ'>
                <room>Green</room>
                <title>Julia for High-Performance Computing</title>
                <subtitle></subtitle>
                <type>Minisymposium</type>
                <date>2022-07-26T14:00:00+00:00</date>
                <start>14:00</start>
                <duration>03:00</duration>
                <abstract>The &quot;Julia for HPC&quot; minisymposium aims to gather current and prospective Julia practitioners in the field of high-performance computing (HPC) from multidisciplinary applications. We invite participation from industry, academia, and government institutions interested in Julia&#8217;s capabilities for supercomputing. The goal is to provide a venue for Julia enthusiasts to share best practices, discuss current limitations, and identify future developments in the scientific HPC community.</abstract>
                <slug>juliacon-2022-17892-julia-for-high-performance-computing</slug>
                <track>JuliaCon</track>
                <logo>/media/juliacon-2022/submissions/LUWYRJ/Julia_for_HPC-minisymposium-juliacon22_AKrxsio.png</logo>
                <persons>
                    <person id='23132'>Carsten Bauer</person><person id='23124'>Michael Schlottke-Lakemper</person><person id='21978'>Hendrik Ranocha</person><person id='23171'>Johannes Blaschke</person><person id='23201'>Jeffrey Vetter</person>
                </persons>
                <language>en</language>
                <description>**YouTube Link:** https://www.youtube.com/watch?v=fog1x9rs71Q

As we approach the era of exascale computing, scalable performance and fast development on extremely heterogeneous hardware have become ever more important aspects for high-performance computing (HPC). Scientists and developers with interest in Julia for HPC need to know how to leverage the capabilities of the  language and ecosystem to address these issues and which tools and best practices can help them to achieve their performance goals.

What do we mean by HPC? While HPC can be mainly associated with running large-scale physical simulations like computational fluid dynamics, molecular dynamics, high-energy physics, climate models etc., we use a more inclusive definition beyond the scope of computational science and engineering. More recently, rapid prototyping with high-productivity languages like Julia, machine learning training, data management, computer science research, research software engineering, large scale data visualization and in-situ analysis have expanded the scope for defining HPC. For us, the core of HPC is not to run simple test problems faster but involves everything that enables solving challenging problems in simulation or data science, on heterogeneous hardware platforms, from a high-end workstation to the world&apos;s largest supercomputers powered with different vendors CPUs and accelerators (e.g. GPUs).

In this two-hour minisymposium, we will give an overview of the current state of affairs of Julia for HPC in a series of eight 10-minute talks. The focus of these overview talks is to introduce and motivate the audience by highlighting aspects making the Julia language beneficial for scientific HPC workflows such as scalable deployments, compute accelerator support, user support, and HPC applications. In addition, we have reserved some time for participants to interact, discuss and share the current landscape of their investments in Julia HPC, while encouraging networking with their colleagues over topics of common interest.

The minisymposium schedule, with confirmed speakers and topics, is as follows:

* 0:00: *William F Godoy (ORNL) &amp; Michael Schlottke-Lakemper (U Stuttgart/HLRS):* **Julia for High-Performance Computing**
* 0:05: *Samuel Omlin (CSCS):* **Scalability of the Julia/GPU stack**
* 0:15: *Simon Byrne (Caltech/CliMA):* **MPI.jl**
* 0:25: Q&amp;A
* 0:30: *Tim Besard (Julia Computing):* **CUDA.jl: Update on new features and developments**
* 0:40: *Julian Samaroo (MIT):* **AMDGPU.jl: State of development and roadmap to the future**
* 0:50: Q&amp;A
* 1:00: *Albert Reuther (MIT):* **Supporting Julia Users at MIT LL Supercomputing Center**
* 1:10: *Johannes Blaschke (NERSC):* **Supporting Julia users on NERSC&#8217;s &#8220;Cori&#8221; and &#8220;Perlmutter&#8221; systems**
* 1:20: Q&amp;A
* 1:25: *Michael Schlottke-Lakemper (U Stuttgart/HLRS):* **Running Julia code in parallel with MPI: Lessons learned**
* 1:35: *Ludovic R&#228;ss (ETH Zurich):* **Julia and GPU-HPC for geoscience applications**
* 1:45: Q&amp;A, Discussion &amp; Wrap up

The overall goal of the minisymposium is to identify and summarize current practices, limitations, and future developments as Julia experiences growth and positions itself in the larger HPC community due to its appeal in scientific computing. It also exemplifies the strength of the existing Julia HPC community that collaboratively prepared this event. We are an international, multi institutional, and multi disciplinary group interested in advancing Julia for HPC applications in our academic and national laboratory environments. We would like to welcome new people from multiple backgrounds sharing our interest and bring them together in this minisymposium.

In this spirit, the minisymposium will serve as a starting point for further Julia HPC activities at JuliaCon 2022. During the main conference, **a Birds of Feather session** will provide an opportunity to bring together the community for more discussions and to allow new HPC users to join the conversation. Furthermore, a number of talks will be dedicated to topics relevant for HPC developers and users alike.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/LUWYRJ/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/LUWYRJ/feedback/</feedback_url>
            </event>
            
        </room>
        <room name='Red' guid='a3e2f610-673c-5bc6-be71-b4e045824084'>
            <event guid='e1cbae2b-46b5-58cb-b446-20b5c7b36d2e' id='16291' code='83E8CW'>
                <room>Red</room>
                <title>A Complete Guide to Efficient Transformations of data frames</title>
                <subtitle></subtitle>
                <type>Workshop</type>
                <date>2022-07-26T14:00:00+00:00</date>
                <start>14:00</start>
                <duration>03:00</duration>
                <abstract>DataFrames.jl provides a comprehensive set of functions that allow performing transformations of tabular data using an operation specification language. This language lets users pass columns from a source data frame, a function to apply to them, and column names to store the result in the target data frame. In this workshop, I will explain the functionalities that it provides. [Here](https://github.com/bkamins/JuliaCon2022-DataFrames-Tutorial) you can find workshop materials.</abstract>
                <slug>juliacon-2022-16291-a-complete-guide-to-efficient-transformations-of-data-frames</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='21593'>Bogumi&#322; Kami&#324;ski</person>
                </persons>
                <language>en</language>
                <description>The operation specification language that is part of DataFrames.jl can be used to perform transformations of data frames and split-apply-combine operations of grouped data frames. It is supported by the following functions `combine`, `select`, `select!`, `transform`, `transform!`, `subset`, and `subset!`.

Over the years, following users&apos; requests, DataFrames.jl operation specification language has evolved over the years to efficiently support virtually any operation typically needed when working with tabular data. However, this means that it has become relatively complex. New users often feel overwhelmed by the number of options it provides.

This workshop aims to give a comprehensive guide to DataFrames.jl operation specification language. The presented material will help users learn this language and will be a reference resource.

Workshop materials are available for download [here](https://github.com/bkamins/JuliaCon2022-DataFrames-Tutorial).</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/83E8CW/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/83E8CW/feedback/</feedback_url>
            </event>
            
        </room>
        
    </day>
    <day index='9' date='2022-07-27' start='2022-07-27T04:00:00+00:00' end='2022-07-28T03:59:00+00:00'>
        <room name='Green' guid='b9522ace-7df4-5b98-a884-2dae40858059'>
            <event guid='e92ad33e-5199-56a8-bae6-c656ebd4fbdd' id='18033' code='WKNY78'>
                <room>Green</room>
                <title>`do block` considered harmless</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-27T12:30:00+00:00</date>
                <start>12:30</start>
                <duration>00:10</duration>
                <abstract>Is life possible without for-loops? This talk reviews some syntactic constructs available in Julia, especially the do-block, and relates them to programming language theory concepts.</abstract>
                <slug>juliacon-2022-18033-do-block-considered-harmless</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23329'>Nicolau Leal Werneck</person>
                </persons>
                <language>en</language>
                <description>First we go through the similarities between for-loops, comprehensions and functions such as `map` and `reduce`. Programming as building useful abstractions. How &quot;constraints liberate&quot;, and abstract ideas can impact concrete computational performance. Finally we discuss a couple of new features in Julia 1.9, especially `Unfold`.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/WKNY78/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/WKNY78/feedback/</feedback_url>
            </event>
            <event guid='477c327f-2126-5f4a-a928-5d3b7aebd160' id='18114' code='KGLNUH'>
                <room>Green</room>
                <title>Teaching with Julia (my experience)</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-27T12:40:00+00:00</date>
                <start>12:40</start>
                <duration>00:10</duration>
                <abstract>I am tenure at the University and I teach several courses of Computer Science. In this talk of 10 minutes I will teach how I will my use of Julia as a useful resource for teaching. In this talk I will introduce how I have used Pluto/PlutoSliderServer to explain concept and to allow students to check some implementations. Also, I show an online web for creating easily online quiz for Moodle. Finally, I have used it to prototype some algorithms that later the students should implement.</abstract>
                <slug>juliacon-2022-18114-teaching-with-julia-my-experience</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23401'>Daniel Molina</person>
                </persons>
                <language>en</language>
                <description>I am tenure at the University and I teach several courses of Computer Science. Some time ago I started to use Julia in my research, and more recently I have started to use it as a teaboth ching resource. In this talk I do not refer Julia as the programming language for students (they are last courses in which students can use whatever programming language they want), but as a resource to create tools to help me in the teaching.

In this regards, I have used Julia in three different approach, that I will quickly cover:

- For explaining concepts, I have used Pluto notebooks to visualize them. Also, recently I have used PlutoSliderServer (as Pluto but without editing option) to allow students to check some calculations they have to do during their exercises. An example is https://mh.danimolina.net/ (in Spanish).

- Due to the pandemic period, the use of online tests in Moodle has increased a lot. There are several formats to create them, but they are not intuitive enough for non-technical people. In order to solve that, I have created an online web to create easily the online quiz for Moodle (https://pradofacil.danimolina.net/, in Spanish), with a simple syntax that people from different background can easily use it.

- Finally, in some courses student must implement several algorithms. In order to identify the best parameter values, and to identify the best approaches to implements them, I previously solve them in Julia. Also, it has serve me to predict how much computational time they will require. In my experience, although some specific implementation in C++ is faster, the average implementations takes similar time than using Julia. Many implementations are slower than my Julia implementation, due to some developing decisions.

I consider this talk could be interesting for audience due to the following reasons:

- It gives a very general view of the possibilities of Julia as a teaching resource.

- It can be useful for other teachers giving ideas of integrating Julia in their portfolio.

- It shows my personal experience, and the feedback obtained.

I will be able to prepare the talk both in English and in Spanish. If it is accepted I will create an English version of the shown resources.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/KGLNUH/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/KGLNUH/feedback/</feedback_url>
            </event>
            <event guid='0ebccf54-2da6-5f2f-84dd-2bdf78508c6f' id='17997' code='X37FHS'>
                <room>Green</room>
                <title>Simulation of atmospheric turbulence with MicroHH.jl</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-27T12:50:00+00:00</date>
                <start>12:50</start>
                <duration>00:10</duration>
                <abstract>Turbulence in the atmosphere is often studied using 3D simulations as a virtual laboratory. Most experiments require code modification by users, but this is hard, because most codes are written in low-level languages as Fortran and C++. MicroHH.jl, a Julia port of the dynamical core of MicroHH, has been designed to solve this problem. It is built on MPI.jl, LoopVectorization.jl, CUDA.jl, and HDF5.jl for the IO. Interaction with running simulations is made possible via user scripts.</abstract>
                <slug>juliacon-2022-17997-simulation-of-atmospheric-turbulence-with-microhh-jl</slug>
                <track>JuliaCon</track>
                <logo>/media/juliacon-2022/submissions/X37FHS/cbl_2d_juliacon_lxvYT0T.png</logo>
                <persons>
                    <person id='23294'>Chiel van Heerwaarden</person>
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments>
                    <attachment href="https://pretalx.com/media/juliacon-2022/submissions/X37FHS/resources/cbl_2d_kLrriHl.mp4">Animation of convection in the atmosphere</attachment>
                </attachments>

                <url>https://pretalx.com/juliacon-2022/talk/X37FHS/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/X37FHS/feedback/</feedback_url>
            </event>
            <event guid='da86161b-a720-5012-b266-8833580d5c08' id='17242' code='XRQRK3'>
                <room>Green</room>
                <title>ProtoSyn.jl: a package for molecular manipulation and simulation</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-27T13:00:00+00:00</date>
                <start>13:00</start>
                <duration>00:10</duration>
                <abstract>ProtoSyn.jl is an open-source alternative to molecular manipulation and simulations software, built with a modular architecture and offering a clean canvas where new protocols and models can be tested and benchmarked. By delivering good documentation, ProtoSyn.jl aims to lower the entry barrier to inexperienced scientists and allow a &#8220;plug-and-play&#8221; experience when implementing modifications. Learn more on the project&#8217;s GitHub page:
https://github.com/sergio-santos-group/ProtoSyn.jl</abstract>
                <slug>juliacon-2022-17242-protosyn-jl-a-package-for-molecular-manipulation-and-simulation</slug>
                <track></track>
                <logo>/media/juliacon-2022/submissions/XRQRK3/ProtoSyn_ocFsqVN.png</logo>
                <persons>
                    <person id='22692'>Jos&#233; Pereira</person>
                </persons>
                <language>en</language>
                <description>The ever-increasing expansion in computer power felt in the last few decades has fuelled a revolution in the way we make science. Modern labs are empowered by large databases, efficient collaboration tools and fast molecular simulation software packages that save both time and money. Preliminary screening of new drug targets or protein designs are just some examples of recent applications of such tools. However, in this field, users have been experiencing a wider gap between expectations and the available technology: existing solutions are quickly becoming outdated, with legacy code and poor documentation.
On the scope of protein design, for example, the Rosetta software (and its Python wrap, PyRosetta) have become ubiquitous in any modern lab, despite suffering from the two-language problem and being virtually opaque to any attempt to modify or improve the source code. Such impediment has caused a severe lag in implementing new and modern solutions, such as GPU usage, cloud-based distributed computing or even molecular energy/forces calculations using machine learning models. Implementations are eventually added as single in-house scripts or patch code that lacks cohesion and proper documentation, steepening the learning curve to inexperienced users. Despite Rosetta&#8217;s massive and warranted success, there&#8217;s room for improvement. 
	ProtoSyn.jl, taking advantage of the growing Julia programming language and community, intends to provide an open-source, robust and simple to use package for molecular manipulation and simulation. Some of its functionalities include a complete set of molecular manipulation tools (add, remove and mutate residues, apply dihedral rotations and/or rotamers, apply secondary structures, copy and paste fragments, loops and other structures, include non-canonical aminoacids, post-translational modifications and even ramified polymers structures, such as glycoproteins or polysaccharides, among others), common simulation algorithms (such as Monte-Carlo or Steepest Descent), custom energy functions, etc. Much like setting up a puzzle, ProtoSyn.jl offers blocks of functions that can be mixed and matched to produce arbitrarily complex simulation algorithms. Capitalizing on recent advances, ProtoSyn.jl delivers a &#8220;plug-and-play&#8221; experience: users are encouraged to include novel applications, such as machine learning models for energy/forces calculations, by following clean documentation guides, complete with examples and tutorials. Enjoying the advantages Julia, ProtoSyn.jl can perform calculations on the GPU (using CUDA.jl), employ SIMD technology (using SIMD.jl), carry out distributed computing tasks (using Distributed.jl) and even directly call Python code (using PyCall.jl).
	In a nutshell, ProtoSyn.jl intends to be an open-source alternative to molecular manipulation and simulations software&#8217;s, focusing on modularity and proper documentation, and offering a clean canvas where new protocols, algorithms and models can be tested, benchmarked and shared. Learn more on the project&#8217;s GitHub page:
https://github.com/sergio-santos-group/ProtoSyn.jl</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/XRQRK3/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/XRQRK3/feedback/</feedback_url>
            </event>
            <event guid='bb7f2713-6a72-5d73-b4c3-d9559d4b9145' id='17255' code='A9SRVU'>
                <room>Green</room>
                <title>PDDL.jl: A fast and flexible interface for automated planning</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-27T13:10:00+00:00</date>
                <start>13:10</start>
                <duration>00:10</duration>
                <abstract>The Planning Domain Definition Language (PDDL) is a formal specification language for symbolic planning problems and domains that is widely used by the AI planning community. This talk presents PDDL.jl, a fast and flexible interface for planning over PDDL domains. It aims to be what PyTorch is to deep learning, or what PPLs are to Bayesian inference: A general high-performance platform for contemporary AI applications and research programs that leverage automated symbolic planning.</abstract>
                <slug>juliacon-2022-17255-pddl-jl-a-fast-and-flexible-interface-for-automated-planning</slug>
                <track>JuliaCon</track>
                <logo>/media/juliacon-2022/submissions/A9SRVU/JuliaPlanners_ignaBTJ.png</logo>
                <persons>
                    <person id='22702'>Xuan (Tan Zhi Xuan)</person>
                </persons>
                <language>en</language>
                <description>The [Planning Domain Definition Language (PDDL)](https://en.wikipedia.org/wiki/Planning_Domain_Definition_Language) is a formal specification language for symbolic planning problems and domains that is widely used by the AI planning community. However, most implementations of PDDL are closely tied to particular planning systems and algorithms, and are not designed for interoperability or modular use within larger AI systems. This limitation makes it difficult to support extensions to PDDL without implementing a dedicated planner for that extension, inhibiting the generality, reach, and adoption of automated planning.

To address these limitations, we present [**PDDL.jl**](https://github.com/JuliaPlanners/PDDL.jl), an extensible parser, interpreter, and compiler interface for fast and flexible AI planning. PDDL.jl exposes the semantics of planning domains through a common interface for executing actions, querying state variables, and other basic operations used within AI planning applications. PDDL.jl also supports the extension of PDDL semantics (e.g. to stochastic and continuous domains), domain abstraction for generalized heuristic search (via abstract interpretation), and domain compilation for efficient planning, enabling speed and flexibility for PDDL and its many descendants.

Collectively, these features allow PDDL.jl to serve as a general high-performance platform for AI applications and research programs that leverage the integration of symbolic planning with other AI technologies, such as neuro-symbolic reinforcement learning, probabilistic programming, and Bayesian inverse planning for value learning and goal inference.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/A9SRVU/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/A9SRVU/feedback/</feedback_url>
            </event>
            <event guid='407b08fc-9a96-536c-8053-a1ad632d0014' id='17942' code='ZPVDSR'>
                <room>Green</room>
                <title>Real-Time, I/O, and Multitasking: Julia for Medical Imaging</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-27T13:20:00+00:00</date>
                <start>13:20</start>
                <duration>00:10</duration>
                <abstract>In this talk, we show how to use Julia to build the system software for a medical imaging device. Such a device is a distributed system that has to coordinate the handling of real-time signals and asynchronous tasks. The talk will highlight the key parts and design patterns of our software stack. We show how we used a variety of Julia features to implement the control logic of the entire imaging device and the coordination and communication with the large number of sub-devices it controls.</abstract>
                <slug>juliacon-2022-17942-real-time-i-o-and-multitasking-julia-for-medical-imaging</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23234'>Niklas Hackelberg</person>
                </persons>
                <language>en</language>
                <description>Medical imaging devices are complex distributed systems that can feature a large variety of different parts from power amplifiers and circuitry for safety and control to robots, motors and pumps to signal generation and acquisition units. During measurements all these heterogeneous devices need to be coordinated to produce the data from which a tomographic image can be reconstructed. A central part of a measurement is the synchronous multi-channel acquisition and generation of signals. Contrary to other parts of the measurement process, hard real-time requirements typically apply here.

In this talk, we showcase a Julia software stack for the new tomographic imaging modality Magnetic Particle Imaging (MPI). Our software stack is composed of the MPIMeasurements.jl package and a Julia client library from the RedPitayaDAQServer project. The resulting system is a framework that allows us to load different device combinations from configuration files and and perform different measurements with them. In particular, the talk will outline two of the main challenges we faced during development and how they have been resolved using several of Julia&apos;s features.
 
The first challenge is the coordination of a varying number of heterogenous devices in a maintainable and extendable manner. This is especially important for MPI, as a very common approach to image reconstruction requires a very time-intensive calibration process, where a quick and intertwined coordination of devices could save hours of invaluable scan time. Julia tasks and multi-threading with threads dedicated to specific tasks allowed us implement a very flexible architecture for managing all the devices.
 
The second challenge is the configuration of a cluster of data acquisition boards and the transmission of real-time signals from this cluster. The cluster is realized using the low-cost RedPitaya STEMlab hardware and open-source software components provided in our RedPitayaDAQServer project, which include a Julia client library. To achieve real-time signal transmission, the Julia client needs to communicate with the servers running on each data acquisition board of the homogenous cluster and maintain consistent high network performance to ensure that no data loss occurs. Our solutions here involve Julia tasks, channels, metaprogramming and multiple-dispatch to implement an interface to our data acquisition boards that allows for batch execution of commands and high performance continuous data transmission.

Core packages being presented:
    &#8226; https://github.com/MagneticParticleImaging/MPIMeasurements.jl
    &#8226; https://github.com/tknopp/RedPitayaDAQServer</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/ZPVDSR/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/ZPVDSR/feedback/</feedback_url>
            </event>
            <event guid='2cb90936-874e-585a-b68a-fae5dcee6725' id='17065' code='ZFUAHG'>
                <room>Green</room>
                <title>Build an extensible gallery of examples</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-27T13:30:00+00:00</date>
                <start>13:30</start>
                <duration>00:10</duration>
                <abstract>Examples are an essential part of the package documentation. In this talk, I&apos;ll introduce DemoCards.jl as a plugin package for Documenter to manage your demo files. I&apos;ll explain its design and show how it is used to build the demos in JuliaImages and JuliaPlots. Package authors and document writers are potential users of this package.</abstract>
                <slug>juliacon-2022-17065-build-an-extensible-gallery-of-examples</slug>
                <track></track>
                
                <persons>
                    <person id='22569'>Johnny Chen</person>
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/ZFUAHG/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/ZFUAHG/feedback/</feedback_url>
            </event>
            <event guid='504f28d6-0bee-5ee4-8ca1-ca0c3164d95e' id='18053' code='3LHDTD'>
                <room>Green</room>
                <title>Comrade: High-Performance Black Hole Imaging</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-27T14:30:00+00:00</date>
                <start>14:30</start>
                <duration>00:10</duration>
                <abstract>In 2019 the Event Horizon Telescope (EHT) Collaboration produced the first image of a black hole. This talk details how Julia has been an essential tool for EHT black hole imaging and the advancement of black hole science. I will demonstrate how Julia&#8217;s features such as multiple dispatch, differentiable programming, and composability have enabled orders of magnitude performance improvement, moving black hole imaging from clusters to a single laptop.</abstract>
                <slug>juliacon-2022-18053-comrade-high-performance-black-hole-imaging</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23350'>Paul Tiede</person>
                </persons>
                <language>en</language>
                <description>In 2019 the global Event Horizon Telescope (EHT) made history by producing the first-ever image of a black hole on horizon scales. However, imaging a black hole is a complicated task. The EHT is a radio interferometer and does not directly produce the on-sky image. Instead, it measures the Fourier transform of the image. Furthermore, the telescope only samples the image at a handful of points in the Fourier domain. As a result of the incomplete Fourier sampling, infinitely many images are consistent with the EHT observations. Quantifying this uncertainty is imperative for any EHT analyses and black hole science as a whole. 

Bayesian inference provides a natural avenue to quantify image uncertainty. However, this approach is computationally demanding. Due to computational complexity, low-level languages (e.g., C++) are required to make the calculation feasible. On the other hand, interactivity is critical when modeling, as the usual workflow involves choosing an image structure, applying it to the data, and graphically assessing the results. Incorporating interactivity into the modeling pipeline requires a second package written in Python. Historically, this separation has increased the learning curve and limited the adoption of Bayesian methods. 

In the first part of the talk, I will introduce Comrade. Comrade is a Julia Bayesian black hole imaging package geared towards EHT and next-generation EHT (ngEHT) analyses. This package aims to be highly flexible, including many image models such as geometric, imaging, and physical accretion models. Additionally, Comrade is fast. In fact, it is over 100x faster than other EHT modeling packages while using far fewer resources. This drastic speed increase was due to Julia&#8217;s excellent introspection, package management, and auto differentiation libraries. 

In the second part of my talk, I will detail how this performance increase has enabled novel black hole research and will be vital for future black hole science. Within the next decade, the ngEHT will increase its number of observations and its data volume per observation by an order of magnitude to produce higher-quality images. As a result of this significant increase in data, the ngEHT will require new tools. I will explain how Julia can play a vital role in next-generation black hole science and what additional language features are needed.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/3LHDTD/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/3LHDTD/feedback/</feedback_url>
            </event>
            <event guid='139a3eef-94e3-5589-855e-a2fd13bca151' id='18140' code='LJYRGJ'>
                <room>Green</room>
                <title>Reaction rates and phase diagrams in ElectrochemicalKinetics.jl</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-27T14:40:00+00:00</date>
                <start>14:40</start>
                <duration>00:10</duration>
                <abstract>I will introduce ElectrochemicalKinetics.jl, a package that implements a variety of models for electrochemical reaction rates (such as Butler-Volmer or Marcus-Hush-Chidsey). It can also fit model parameters and construct nonequilibrium phase diagrams. While the package has already been of great use in electrochemical research applications, I will focus more on the design choices as well as the challenges that have come up in implementing automatic differentiation support.</abstract>
                <slug>juliacon-2022-18140-reaction-rates-and-phase-diagrams-in-electrochemicalkinetics-jl</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23435'>Rachel C. Kurchin</person>
                </persons>
                <language>en</language>
                <description>In electrochemical reaction modeling, there are a variety of mathematical models (such as Butler-Volmer, Marcus, or Marcus-Hush-Chidsey kinetics) used to describe the relationship between the overpotential and the reaction rate (or electric current). Another important entity is the inverse of this function, i.e. given a current, what overpotential would be needed to drive it? Most of the models used do not have analytical inverses, so inverting them requires an optimization problem to be solved.

In ElectrochemicalKinetics.jl, I created a generic interface for computing these reaction rates and overpotentials, as well as using these quantities for other analyses such as fitting model parameters or constructing nonequilibrium phase diagrams, important for predicting, for example, behavior of a battery under fast charge or discharge conditions. Given a `KineticModel` object `m` we can always compute the rate constant at a given overpotential with the same syntax, no matter if `m isa ButlerVolmer` or `m isa Marcus` or any other implemented model type. This allows for easy comparison between these models, including when analyzing real data.

We can also construct nonequilibrium phase diagrams, to, for example, understand and predict lithium intercalation behavior in a battery at various charge or discharge rates. Building these phase diagrams requires calling the inverse function mentioned above and using it within another optimization (to satisfy the thermodynamic common-tangent condition), making automatic differentiation challenging. I will also discuss some of these challenges and the solutions I have found for them so far.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/LJYRGJ/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/LJYRGJ/feedback/</feedback_url>
            </event>
            <event guid='853cdbbf-8cf0-5a89-a40d-bf897eafc1c8' id='17683' code='BLBKZM'>
                <room>Green</room>
                <title>RVSpectML:  Precision Velocities from Spectroscopic Time Series</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-27T14:50:00+00:00</date>
                <start>14:50</start>
                <duration>00:10</duration>
                <abstract>Astronomers have detected nearly a thousand exoplanets by precisely charting the radial velocity (RV) wobble of their host stars.  The [RVSpectML](https://rvspectml.github.io/RvSpectML-Overview/) family of packages is a new, open-source, modular and performant pipeline for measuring radial velocities and stellar variability indicators from spectroscopic time-series.   This talk aims to give potential users and/or developers an overview of the component packages and their status.</abstract>
                <slug>juliacon-2022-17683-rvspectml-precision-velocities-from-spectroscopic-time-series</slug>
                <track>JuliaCon</track>
                <logo>/media/juliacon-2022/submissions/BLBKZM/71478307_RzFeKVm.png</logo>
                <persons>
                    <person id='21655'>Eric B. Ford</person>
                </persons>
                <language>en</language>
                <description>*Purpose:* &#8203;The RVSpectML family of packages provides performant implementations of both traditional methods for measuring precise radial velocities (e.g., computing RVs from CCFs or template matching) and a variety of physics-informed machine learning-based approaches to mitigating stellar variability (e.g., Doppler-constrained PCA, Scalpels, custom line lists, Gaussian process latent variable models).  It aims to make it practical for researchers to experiment with new approaches.  Additionally, it aims to help astronomers improve the robustness of exoplanet discoveries by exploring the sensitivity of their results to choice of data analysis algorithm.&#8203;

*Context:*  Recently, NASA and NSF chartered the [Extreme Precision Radial Velocity Working Group](https://exoplanets.nasa.gov/exep/NNExplore/EPRV/) to recommend a plan for detecting potentially Earth-like planets around other stars.  Their recommendations included developing a modular, customizable, and open-source pipeline for analyzing spectroscopic timeseries data from multiple instruments.  The [RVSpectML](https://rvspectml.github.io/RvSpectML-Overview/) family of packages directly addresses this need.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/BLBKZM/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/BLBKZM/feedback/</feedback_url>
            </event>
            <event guid='cc3bb9e0-4213-5ed1-bbf3-6c470cef4f9e' id='18144' code='WCKJQB'>
                <room>Green</room>
                <title>State of JuliaGeo</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-27T15:00:00+00:00</date>
                <start>15:00</start>
                <duration>00:10</duration>
                <abstract>[JuliaGeo](https://juliageo.org) is a community that contains several related Julia packages for manipulating, querying, and processing geospatial geometry data. We aim to provide a common interface between geospatial packages. In 2022 there has been a big push to have parity with the Python geospatial packages, such as rasterio and geopandas. In this 10 minute talk, we&apos;d like to show these improvements---both in code and documentation---during a tour of the geospatial ecosystem.</abstract>
                <slug>juliacon-2022-18144-state-of-juliageo</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23445'>Josh Day</person><person id='26403'>Rafael Schouten</person><person id='23439'>Maarten Pronk</person>
                </persons>
                <language>en</language>
                <description>[JuliaGeo](https://juliageo.org) is a community that contains several related Julia packages for manipulating, querying, and processing geospatial geometry data. We aim to provide a common interface between geospatial packages. In 2022 there has been a big push to have parity with the Python geospatial packages, such as rasterio and geopandas. In this 10 minute talk, we&apos;d like to show these improvements---both in code and documentation---during a tour of the geospatial ecosystem. 

We&apos;ll showcase the new traits-based release of GeoInterface.jl and work on GeoDataFrames.jl, GeoArrays.jl and Rasters.jl. It includes new packages like GeoFormatTypes, Extents.jl and GeoAcceleratedArrays.jl. We will conclude with future plans, such as enabling geospatial operations in DTables using Dagger.jl.

Links to the [slides](https://app.box.com/s/7dysp78eqlo2b201nx795f0efaci2il6) and [demo](https://app.box.com/s/r5ulbktmqinl732ixjw5h9xyxy6h0mus).</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/WCKJQB/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/WCKJQB/feedback/</feedback_url>
            </event>
            <event guid='2a27873f-c4ff-5663-ac91-0abe3ff5b0d1' id='16944' code='GUQBSE'>
                <room>Green</room>
                <title>Towards Using Julia for Real-Time applications in ASML</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2022-07-27T15:10:00+00:00</date>
                <start>15:10</start>
                <duration>00:30</duration>
                <abstract>ASML is a 30.000+ employee company which is the world leader on photo-lithographic systems that are crucial for semiconductor manufacturing. During the last two years a community of Julia enthusiasts has been running pilot projects to assess opportunities offered by Julia for rapid development of early Proof-of-Concepts and, subsequent, rapid deployment in prototypes and, whether possible, actual products. Similar to other robotic systems, ASML lithography systems have hard real-time....</abstract>
                <slug>juliacon-2022-16944-towards-using-julia-for-real-time-applications-in-asml</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='22441'>Francesco Fucci</person>
                </persons>
                <language>en</language>
                <description>... requirements, which means that software execution must be highly performant &amp; deterministic (i.e., predictable and reproducible). As such, design engineers must look at various aspects when developing software, like fine control of memory, optimal design of data types and modeling algorithms, as well as efficient CPU cache utilization.

User controlled garbage collection (or memory management) and system image binary contents(e.g., absence of JiT, removal of metadata etc.) revealed to be essential aspects to consider making Julia accepted as a language of choice in such a complex domain, compared to more (low level) established languages like C and C++. The goal of this talk is to discuss the strategies and techniques that we explored to enable us using Julia in the on-line execution of lithography models.

We believe that this work will provide new insights about Julia future, by giving new opportunities for further adoption of Julia in complex industrial software systems</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/GUQBSE/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/GUQBSE/feedback/</feedback_url>
            </event>
            <event guid='0717cf37-03d0-5e53-9c00-b0f9dae84ba6' id='21373' code='YN8QPM'>
                <room>Green</room>
                <title>Opening remarks</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-27T16:30:00+00:00</date>
                <start>16:30</start>
                <duration>00:10</duration>
                <abstract>Opening remarks</abstract>
                <slug>juliacon-2022-21373-opening-remarks</slug>
                <track></track>
                
                <persons>
                    
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/YN8QPM/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/YN8QPM/feedback/</feedback_url>
            </event>
            <event guid='620aad8a-7384-5b6b-b5b5-56f536e963d9' id='21232' code='NPPKUW'>
                <room>Green</room>
                <title>Keynote- Erin LeDell</title>
                <subtitle></subtitle>
                <type>Keynote</type>
                <date>2022-07-27T16:40:00+00:00</date>
                <start>16:40</start>
                <duration>00:45</duration>
                <abstract>Keynote- Erin LeDell</abstract>
                <slug>juliacon-2022-21232-keynote-erin-ledell</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='26433'>Erin LeDell</person>
                </persons>
                <language>en</language>
                <description>Keynote- Erin LeDell</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/NPPKUW/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/NPPKUW/feedback/</feedback_url>
            </event>
            <event guid='e995dc8c-4a36-5713-8597-39194c839860' id='21235' code='AL8VGC'>
                <room>Green</room>
                <title>Julia Computing Sponsored Talk</title>
                <subtitle></subtitle>
                <type>Platinum sponsor talk</type>
                <date>2022-07-27T17:25:00+00:00</date>
                <start>17:25</start>
                <duration>00:15</duration>
                <abstract>Julia Computing&apos;s mission is to develop products that bring Julia&apos;s superpowers to its customers. Julia Computing&apos;s flagship product is JuliaHub, a secure, software-as-a-service platform for developing Julia programs, deploying them, and scaling to thousands of nodes.</abstract>
                <slug>juliacon-2022-21235-julia-computing-sponsored-talk</slug>
                <track>JuliaCon</track>
                
                <persons>
                    
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/AL8VGC/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/AL8VGC/feedback/</feedback_url>
            </event>
            <event guid='a44aea12-83a9-539e-b148-d2b0b6cd0cd7' id='21507' code='R7AYWY'>
                <room>Green</room>
                <title>AWS Sponsor Talk</title>
                <subtitle></subtitle>
                <type>Gold sponsor talk</type>
                <date>2022-07-27T17:40:00+00:00</date>
                <start>17:40</start>
                <duration>00:10</duration>
                <abstract>Amazon Web Services sponsor Talk</abstract>
                <slug>juliacon-2022-21507-aws-sponsor-talk</slug>
                <track>JuliaCon</track>
                
                <persons>
                    
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/R7AYWY/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/R7AYWY/feedback/</feedback_url>
            </event>
            <event guid='80fbe60f-f5e3-5b48-b0f9-07afcc9413ed' id='18007' code='DBS3SS'>
                <room>Green</room>
                <title>Optimization of bike manufacturing and distribution (use-case)</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-27T19:10:00+00:00</date>
                <start>19:10</start>
                <duration>00:10</duration>
                <abstract>This is a use-case scenario of using Julia for planning and optimization of production in one of the largest bicycle manufacturing plants in Europe. The optimization model has been implemented utilizing JuMP and custom made heuristics.  The Julia solution has increased profitability of the manufacturing plant over 10% (compared to the previous approach) and the optimal part allocation made it possible to increase the bike production volume by 25%.</abstract>
                <slug>juliacon-2022-18007-optimization-of-bike-manufacturing-and-distribution-use-case</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23302'>Przemys&#322;aw Szufel</person>
                </persons>
                <language>en</language>
                <description>Kross S.A. (https://kross.eu/) is one of the largest bicycle manufacturers in Europe with a production capacity of up to 1 million bikes a year. The company is also exporting their products to over 50 countries around the globe. The problem that currently the entire bicycle manufacturing industry is facing is the shortage of various key bike components due to the COVID-19 logistic chain disturbances. The goal of the company is to maximize customer (retailer) satisfaction by simultaneously meeting all business constraints with regard to production (part availability, assembly line capacity) and the observed demand for bikes (taking into consideration possible bike substitution, pricing and discount policies) In order to optimize the bicycle production and optimize the distribution plan we have built a mathematical model of the manufacturing plant. The basic model formaulation includes an NP-hard Mixed Linear Integer Programming optimization problem with 4,000,000 decision variables and over 100,000,000 business constraints. The mathematical model has been implemented in Julia programming language using the JuMP package along with Julia linear algebra features and several heuristics and algebra transformations. The model has been subsequently solved using a custom designed heuristics as well as solver packages. This data science project had an overall huge effect on the business of the customer. The computational model made it possible to manufacture 25% more bikes and yields a 10% higher total profitability of the bike factory compared to the best recommendations by a leading ERP solution that has been previously used by the company for production planning.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/DBS3SS/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/DBS3SS/feedback/</feedback_url>
            </event>
            <event guid='0ea5ff5d-d869-50c4-9c91-ca8689488d82' id='18147' code='PMAYRF'>
                <room>Green</room>
                <title>TintiNet.jl: a language model for protein 1D property estimation</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-27T19:20:00+00:00</date>
                <start>19:20</start>
                <duration>00:10</duration>
                <abstract>AI has inaugurated a new era in Bioinformatics, to the point where contemporary language models can extract structural information from processing single protein sequences. Contributing to this field, we built TintiNet.jl, a 100% open-source, open-data and Julia-based portable language model to predict 1D protein structural properties. Our model achieves top performance - computational and predictive -, when compared to other modern algorithms, with only a fraction of the parameter count.</abstract>
                <slug>juliacon-2022-18147-tintinet-jl-a-language-model-for-protein-1d-property-estimation</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23441'>Guilherme Fahur Bottino</person>
                </persons>
                <language>en</language>
                <description>The objective of TintiNet.jl is to improve the current state of single-sequence-based prediction of 1D protein structural properties by drastically reducing the size of the models employed while preserving or improving their raw predictive power.

Our main design principles were to avoid intra-serialized processing layers (such as recurrent neural networks) and to employ encoding layers that could grow deeper without a steep increase in computational complexity. Our solution was to develop a hybrid convolutional-transformer architecture, employing the Julia Language, The Flux.jl framework and the Transformers.jl contributed layers to Flux.jl, as well as some BioJulia packages (BioSequences.jl, BioStructures.jl, BioAlignments.jl and FASTX.jl). The project is 100% open-source and open-data, and scripts and procedures to implement the methodology presented are available at https://github.com/hugemiler/TintiNet.jl.

By training and evaluating our model in an extensive collection of over 30000 protein sequences, we demonstrate that this architecture can achieve a similar degree of merit (classification accuracy and regression error) when compared to the three most modern, state-of-the-art models. Since it has a much reduced number of parameters compared to its alternatives, it occupies much less memory and generates predictions up to 10 times faster.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/PMAYRF/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/PMAYRF/feedback/</feedback_url>
            </event>
            <event guid='0792200a-d182-53db-8ea8-644c748f8ffd' id='16929' code='YUYXMM'>
                <room>Green</room>
                <title>PtyLab.jl - Ptychography Reconstruction</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-27T19:30:00+00:00</date>
                <start>19:30</start>
                <duration>00:10</duration>
                <abstract>Conventional Ptychography is a lensless imaging technique which captures a sequence of light diffraction patterns to solve the optical phase problem. The resulting datasets are large and can typically not directly be solved. Instead, iterative reconstruction algorithms with low runtime memory footprint are employed.
Here we present PtyLab.jl, a software for ptychographic data analysis and demonstrate how a functional programming style in Julia allows for performant iterative algorithms.</abstract>
                <slug>juliacon-2022-16929-ptylab-jl-ptychography-reconstruction</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='22425'>Felix Wechsler</person><person id='22667'>Lars Loetgering</person>
                </persons>
                <language>en</language>
                <description>Conventional Ptychography is a powerful technique since it can retrieve phase and amplitude of an object which is usually not accessible by most common imaging techniques.
The drawback of this method is that it requires a stack of images taken at different displacements of an object with respect to a probe laser beam (such as a Gaussian laser beam).
The recorded images are the intensity of the diffraction pattern of the object illuminated with the probe.
Via iterative reconstruction algorithms one can retrieve amplitude and phase of both the probe and the object. To achieve reasonable runtimes, the algorithms require low memory consumption.
In PtyLab.jl we achieve that with a functional style of programming where buffers are implicitly stored at the beginning of the reconstruction in different functions.
Furthermore, we could demonstrate that this style combined with Julia could achieve reasonable speed-ups in comparison to Matlab and Python.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/YUYXMM/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/YUYXMM/feedback/</feedback_url>
            </event>
            <event guid='659e0699-6d77-54bf-9227-6dbd5c0c72d6' id='18176' code='ET78DS'>
                <room>Green</room>
                <title>Cropbox.jl: A Declarative Crop Modeling Framework</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-27T19:40:00+00:00</date>
                <start>19:40</start>
                <duration>00:10</duration>
                <abstract>[Cropbox.jl](https://github.com/cropbox/Cropbox.jl) provides a domain specific language for developing crop models.</abstract>
                <slug>juliacon-2022-18176-cropbox-jl-a-declarative-crop-modeling-framework</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23442'>Kyungdahm Yun</person>
                </persons>
                <language>en</language>
                <description>Crop models describe how agricultural crops grow under dynamic environmental conditions and management practices. The models have many applications in agricultural science including, but not limited to, predicting yields of the crops under climate change scenarios and finding an optimal strategy for maximizing the yield. Crop modeling can encompass multiple aspects of research activities, but practically speaking, it is a task of formulating quantitative knowledge about the crops and translating them into a computer program.

Many crop models were traditionally developed in imperative programming languages where unrestricted control flows and state mutations could easily lead to error-prone code and inevitable technical debts. Also model developers and model users were often left behind in two disconnected workflows due to the lack of interactive programming environment.

Cropbox is a new modeling framework to bring a declarative approach towards the crop modeling and to consolidate the model development and use in a streamlined workflow implemented on Julia ecosystem. With an insight that the crop model is essentially an integrated network of generalized state variables, the modelers can write down a high-level specification of the model *system* represented by a collection of *variables* with specific behaviors associated. The framework then analyzes the specification and automatically generates lower-level Julia code that works with regular functions implementing common features like simulation running, configuration management, evaluation with common metrics, calibration of parameters, visualization of the result, and manipulation of interactive plots.

In this talk, I will briefly introduce the design and implementation of Cropbox and demonstrate some modeling applications such as a coupled leaf gas-exchange model ([LeafGasExchange.jl](https://github.com/cropbox/LeafGasExchange.jl)), a whole-plant garlic growth model ([Garlic.jl](https://github.com/cropbox/Garlic.jl)), and a 3D root structure growth model ([CropRootBox.jl](https://github.com/cropbox/CropRootBox.jl)).</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/ET78DS/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/ET78DS/feedback/</feedback_url>
            </event>
            <event guid='63d78df9-082c-524e-90e3-bb47d7fafe17' id='18055' code='CJ3XLV'>
                <room>Green</room>
                <title>GapTrain: a faster and automated way to generate GA potentials</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-27T19:50:00+00:00</date>
                <start>19:50</start>
                <duration>00:10</duration>
                <abstract>Chemical predictions have gained ground in the last decade as a way to automate the streamlining of chemical reactivity of multiple substrates. This procedure requires the modeling of interatomic potentials, which can be done by fitting these potentials to data obtained at the quantum-mechanical level. Therefore, the aim of this work is to propose GapTrain.jl, a fast, automatic and broad model to develop the Gaussian approximation potential based on a hundred or thousand data.</abstract>
                <slug>juliacon-2022-18055-gaptrain-a-faster-and-automated-way-to-generate-ga-potentials</slug>
                <track>JuliaCon</track>
                <logo>/media/juliacon-2022/submissions/CJ3XLV/png_20220411_082238_0000_i24wbob.png</logo>
                <persons>
                    <person id='23351'>Let&#237;cia Madureira</person>
                </persons>
                <language>en</language>
                <description>## Introduction
&lt;div align=justify&gt; 
Molecular simulations are a key point in computational chemistry for reproducing experimental reality. The accuracy of these models involves a number of elements, such as the inclusion of the solvation medium. Thus, interatomic potentials combined with molecular dynamics and Monte Carlo (MC) has been widely applied to surface potential energy. Moreover, most of these potentials are
parameterised for isolated entities with fixed connectivity and thus unable to describe bond breaking/forming  processes.

Machine learning approaches have revolutionized force field-based simulations and can be implemented for the entire periodic table. Within small chemical subspaces, models can be achieved using neural networks (NNs), kernel-based methods such as the Gaussian Approximation Potential (GAP) framework or gradient-domain machine learning (GDML), and linear fitting with properly chosen basis functions, each with different data requirements and transferability. GAPs have been used to study a range of elemental, multicomponent inorganic, gas-phase organic molecular, and more recently condensed-phase systems, such as methane and phosphorus. These potentials, while accurate, have required
considerable computational effort and human oversight.
Indeed, condensed-phase NN and GAP fitting approaches typically require several thousand reference (&#8220;ground truth&#8221;) evaluations.

In the present work &#8211; with a view to developing potentials to
simulate solution phase reactions &#8211; we consider bulk water as
a test case and develop a strategy which requires just hundreds
of total ground truth evaluations and no a priori knowledge of
the system, apart from the molecular composition. We show
how this methodology is directly transferable to different
chemical systems in the gas phase as well as in implicit and
explicit solvent, focusing on the applicability to a range of
scenarios that are relevant in computational chemistry.
&lt;/div&gt;

## References

**1** D. Frenkel and B. Smit, Understanding Molecular Simulation:
From Algorithms to Applications, Academic Press,
Cambridge, Massachusetts, 2nd edn, 2002.

**2** K. Lindorff-Larsen, P. Maragakis, S. Piana, M. P. Eastwood,
R. O. Dror and D. E. Shaw, PLoS One, 2012, 7, e32131.

**3** R. Iimie, P. Minary and M. E. Tuckerman, Proc. Natl. Acad.
Sci. U. S. A., 2005, 102, 6654&#8211;6659.

**4** F. No &#769;e, A. Tkatchenko, K.-R. M &#776;uller and C. Clementi, Annu.
Rev. Phys. Chem., 2020, 71, 361&#8211;390.

**5** T. Mueller, A. Hernandez and C. Wang, J. Chem. Phys., 2020,
152, 050902.

**6** O. T. Unke, D. Koner, S. Patra, S. K &#776;aser and M. Meuwly,
Mach. Learn. Sci. Technol., 2020, 1, 013001.

**7** R. Z. Khaliullin, H. Eshet, T. D. K &#776;uhne, J. Behler and
M. Parrinello, Nat. Mater., 2011, 10, 693&#8211;697.

**8** G. C. Sosso, G. Miceli, S. Caravati, F. Giberti, J. Behler and
M. Bernasconi, J. Phys. Chem. Lett., 2013, 4, 4241&#8211;4246.

**9** H. Niu, L. Bonati, P. M. Piaggi and M. Parrinello, Nat.
Commun., 2020, 11, 2654.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/CJ3XLV/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/CJ3XLV/feedback/</feedback_url>
            </event>
            <event guid='35793573-94db-532e-9bf6-f2b14eb7dcee' id='18161' code='CPS73H'>
                <room>Green</room>
                <title>Using Julia for Observational Health Research</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-27T20:00:00+00:00</date>
                <start>20:00</start>
                <duration>00:10</duration>
                <abstract>Observational health research is a domain of health informatics centered around the use of what is known as &quot;Real World Data&quot;. This data comes in several different modalities, standards, and levels of quality. Through efforts done in JuliaHealth, JuliaInterop, and associated communities, the ability to work with this data is now fully realized. Through this talk, viewers will see how an observational health study can be conducted with Julia and how similar tools can be adapted to their research.</abstract>
                <slug>juliacon-2022-18161-using-julia-for-observational-health-research</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23458'>Jacob Zelko</person>
                </persons>
                <language>en</language>
                <description>One patient encounter to a health care provider can produce an enormous amount of Real World Data (RWD). Per the United States Food and Drug Administration, RWD, &quot;relates to patient health status and/or the delivery of health care routinely collected from a variety of sources.&quot; Some examples of RWD are electronic health records, medical claims, or mobile device data. Julia is primed to handle the computation required to generate clinical significance from RWD in the domain of observational health research. 

Historically however, Julia&apos;s ecosystem has not been mature enough to participate directly in observational health research concerning large amounts of RWD. In the past, to effectively utilize this data the open science community, OHDSI (Observational Health Data Sciences and Informatics), was formed. The core standard that OHDSI has developed and is being rapidly adopted worldwide for handling RWD is the Observational Medical Outcomes Partnership Common Data Model - commonly referred to the OMOP CDM. Traditionally the tools built by OHDSI to interact with the OMOP CDM to extract and analyze patient information have been built in the R programming language. As a result, this has precluded other research communities from participating directly in this space.

I am pleased to announce in this talk that the Julia ecosystem has now reached a level of maturity to bridge to observational health research communities such as OHDSI to enable future observational health researchers to leverage the benefits of Julia. In this talk, I will provide a gentle introduction to observational health research and popular Common Data Models such as OMOP. This will lead into a discussion on lessons learned from an observational health study I performed called &quot;Assessing Health Equity in Mental Healthcare Delivery Using a Federated Network Research Model&quot; which used Julia as its main driving engine. Finally, tools available in the Julia ecosystem from JuliaHealth, JuliaInterop, and others that enable bridging between these two communities will be highlighted. 

By the end of this talk, it should be made clear to potential researchers from the Julia community that the Julia ecosystem is matured enough to participate in observational health research endeavors. Furthermore, through the lessons I share through this talk, potential researchers can take inspirations on methods I used for their own work. My end goal for this talk is that by showing how these communities can be bridged, novel collaborations can be made and the benefits of using Julia can be easily accessed in observational health research.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/CPS73H/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/CPS73H/feedback/</feedback_url>
            </event>
            <event guid='4a031afc-01ff-5203-85d0-898da00f3b23' id='18240' code='ML8N7S'>
                <room>Green</room>
                <title>Finding Fast Radio Bursts, Faster</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-27T20:10:00+00:00</date>
                <start>20:10</start>
                <duration>00:10</duration>
                <abstract>In radio astronomy, &quot;Fast Radio Bursts&quot; are short, high-energy signals of unknown origin. So far, relatively few have been discovered as many telescopes weren&apos;t designed to observe radio transients. Additionally, searching real-time spectral data is an expensive task, for which there are only a few aging packages to automate. In this talk, we&apos;ll look at using CUDA.jl and the Julia ecosystem to accelerate the hunt for these mysterious sources and the integration into an FRB detection pipeline.</abstract>
                <slug>juliacon-2022-18240-finding-fast-radio-bursts-faster</slug>
                <track>JuliaCon</track>
                <logo>/media/juliacon-2022/submissions/ML8N7S/dm_Bwyfr56.png</logo>
                <persons>
                    <person id='23548'>Kiran Shila</person>
                </persons>
                <language>en</language>
                <description>One of the main bottlenecks in a fast radio burst detection pipeline is a first pass pulse detection. FRBs, pulsars, airplane radars, and microwaves opened prematurely can all produce pulse-like profiles. Processing the dynamic spectral data in real-time to limit the search space and produce a list of possible candidates is an important first step.

When wideband radio pulses travel through space, ionized interstellar media disperses the pulse in time. This results in a received spectrum with a peak descending in frequency as a function of time instead of receiving all of the frequencies at once. For a given received time/frequency data point, the pulse signature may be buried under noise. As we don&apos;t know the amount of dispersion of an arbitrary pulse a priori, we have to integrate all possible dispersion curves for every start time to find a possible correlation.

Using both hand-written CUDA.jl kernels and Julia&apos;s GPU-array abstractions, we can implement a performant divide and conquer approach to search for these pulses. Then, leveraging the Julia ecosystem, we can embed this transformation into a modern, integrated FRB detection pipeline.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/ML8N7S/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/ML8N7S/feedback/</feedback_url>
            </event>
            <event guid='9eec785a-7232-533a-8484-d0a1a64ce33f' id='18042' code='RTBE9E'>
                <room>Green</room>
                <title>Using contexts and capabilities to provide privacy protection</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-27T20:20:00+00:00</date>
                <start>20:20</start>
                <duration>00:10</duration>
                <abstract>Privacy is an important aspect of the internet today. Providing privacy protection, however, is a difficult problem especially when you work with many data processes and systems. To solve this problem holistically, privacy needs to be a built-in feature, not an after-thought. I will talk about how to solve this problem with the idea of context and capabilities.</abstract>
                <slug>juliacon-2022-18042-using-contexts-and-capabilities-to-provide-privacy-protection</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23339'>Tom Kwong</person>
                </persons>
                <language>en</language>
                <description>Privacy is an important aspect of the internet today. When you need to use a particular service, you often need to hand over some personal information. The service provider typically provides some protection about the use of your personal information based upon its privacy policy.

From the service provider&#8217;s perspective, this is not a simple task. Suppose that you have collected your users&#8217; email addresses and made the promise that you do not share them with any third party vendor. In a large company, there could be many systems and processes that make use of email addresses. How do you ensure that none of your code leaks information to any third party vendors?

The problem can be solved with contexts and capabilities. Contexts are environmental information that tracks the purpose of your code. Capabilities represent a set of purposes that your code can be used for. As an example, bar is a function that writes sensitive information, such as email address, to a user database and it has the capability of &#8220;user-management&#8221;. Then, when a function foo() calls bar(), it is allowed as long as foo&#8216;s stated capabilities also include &#8220;user-management&#8221;.

This talk will cover more about the why&#8217;s and the general mechanics of context and capabilities. I will also present a prototype that provides some basic functionalities of tracking contexts, defining capabilities and validating capabilities at runtime.

Context is also known as coeffects. You can find more information about the theory of context-aware programming languages at http://tomasp.net/coeffects/.

More information about context and capabilities can be found at this Hack language&#8217;s documentation: https://docs.hhvm.com/hack/contexts-and-capabilities/introduction.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/RTBE9E/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/RTBE9E/feedback/</feedback_url>
            </event>
            <event guid='c993d461-ed0b-5f2b-a6ce-cd0cb07199ea' id='21379' code='J3VNLN'>
                <room>Green</room>
                <title>GatherTown -- Social break</title>
                <subtitle></subtitle>
                <type>Social hour</type>
                <date>2022-07-27T20:30:00+00:00</date>
                <start>20:30</start>
                <duration>01:00</duration>
                <abstract>Join us on [Gather.town](https://app.gather.town/invite?token=2ucLB9IpmCAXZIex4Dvh2VFCeR6QLEdP) for a social hour.</abstract>
                <slug>juliacon-2022-21379-gathertown-social-break</slug>
                <track></track>
                
                <persons>
                    
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/J3VNLN/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/J3VNLN/feedback/</feedback_url>
            </event>
            
        </room>
        <room name='Red' guid='a3e2f610-673c-5bc6-be71-b4e045824084'>
            <event guid='d13860ba-2cec-529c-9b85-a5a8e3e450db' id='17227' code='YSLKZJ'>
                <room>Red</room>
                <title>From Mesh Generation to Adaptive Simulation: A Journey in Julia</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2022-07-27T12:30:00+00:00</date>
                <start>12:30</start>
                <duration>00:30</duration>
                <abstract>We present a Julia toolchain for the adaptive simulation of hyperbolic PDEs such as flow equations on complex domains. It begins with HOHQMesh.jl to create a curved, unstructured mesh. This mesh is then used in Trixi.jl, a numerical simulation framework for conservation laws. We visualize the results using Julia&#8217;s plotting packages. We highlight select features in Trixi.jl, like adaptive mesh refinement (AMR) or shock capturing, useful for practical applications with complex transient behavior.</abstract>
                <slug>juliacon-2022-17227-from-mesh-generation-to-adaptive-simulation-a-journey-in-julia</slug>
                <track></track>
                <logo>/media/juliacon-2022/submissions/YSLKZJ/witch_simu_kaquJtz.png</logo>
                <persons>
                    <person id='22670'>Andrew Winters</person>
                </persons>
                <language>en</language>
                <description>Applications of interest in computational fluid mechanics typically occur on domains with curved boundaries. Further, the solution of a non-linear physical model can develop complex phenomena such as discontinuities, singularities, and turbulence.

Attacking such complex flow problems may seem daunting. In this talk, however, we present a toolchain with components entirely available in the Julia ecosystem to do just that. In broad strokes the workflow is:

1. Use HOHQMesh.jl to interactively prototype and visualize a domain with curved boundaries.
2. HOHQMesh.jl then generates an all quadrilateral mesh amenable for high-order numerical methods.
3. The mesh file is passed to Trixi.jl, a numerical simulation framework for conservation laws.
4. Solution-adaptive refinement of the mesh within Trixi.jl is handled by P4est.jl.
5. After the simulation, a first visualization is made using either Plots.jl or Makie.jl.
6. Solution data can also be exported with Trixi2Vtk.jl for visualization in external software like ParaView.

The strength and simplicity of this workflow is through the combination of several packages either originally written in Julia, like Trixi.jl, or wrappers, like P4est.jl or HOHQMesh.jl, that provide Julia users access to powerful, well-developed numerical libraries and tools written in other programming languages.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/YSLKZJ/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/YSLKZJ/feedback/</feedback_url>
            </event>
            <event guid='708d573d-fca1-5e41-b615-b61618b11ef6' id='17971' code='9J3PGX'>
                <room>Red</room>
                <title>CUPofTEA, versioned analysis and visualization of land science</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2022-07-27T13:00:00+00:00</date>
                <start>13:00</start>
                <duration>00:30</duration>
                <abstract>We present a GitHub organization, CUPofTEAproject, hosting a Franklin.jl website, cupoftea.earth, and a suite of Julia packages. The organization goal is to host versioned analysis and web interactive visualization (using WGLMakie.jl) of science studies about exchanges between terrestrial ecosystems and the atmosphere.</abstract>
                <slug>juliacon-2022-17971-cupoftea-versioned-analysis-and-visualization-of-land-science</slug>
                <track></track>
                <logo>/media/juliacon-2022/submissions/9J3PGX/Screenshot_2022-04-08_112117_v59cwuh.png</logo>
                <persons>
                    <person id='23267'>Alexandre A. Renchon</person>
                </persons>
                <language>en</language>
                <description>Terrestrial ecosystems (i.e., not ocean) have been absorbing about a third of human CO2 emissions, mitigating climate change as atmospheric carbon goes into biomass or soil organic matter. However, it is unclear if this carbon sink will continue in the future. The scientific community uses measurements from field site and satellite remote sensing to understand mechanisms regulating this behavior and create models to make predictions. However, efforts are segmented into specific disciplines (e.g., field experimentalists, modelers, plant ecologists, hydrologists) that rarely collaborate. This is due to using different programming languages (i.e., experimentalists using scripting language such as Python or R, and modelers using fast languages such as Fortran), or the nature of scientific publications encouraging small teams. In recent decades, global standardized databases are being created, as well as community open-source research tools, and Julia, a scripting language as fast as Fortran. This opens the door for collaboration in land-atmosphere exchange science. We use Julia, GitHub, and packages such as Franklin.jl and WGLMakie.jl to create CUPofTEA, a community platform to host versioned analysis and visualizations of land-atmosphere exchange science across fields. We demonstrate the workflow with DAMMmodel.jl, a package to analyze and visualize the response of CO2 emission from ecosystems to soil moisture and temperature, and global database of ecosystem (FLUXNET) and soil (COSORE) fluxes.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/9J3PGX/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/9J3PGX/feedback/</feedback_url>
            </event>
            <event guid='cd6a68e8-90d0-56dc-b557-5a18eccbfed7' id='17876' code='RQP9TG'>
                <room>Red</room>
                <title>ModalDecisionTrees: Decision Trees, meet Modal Logics</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-27T14:30:00+00:00</date>
                <start>14:30</start>
                <duration>00:10</duration>
                <abstract>ModalDecisionTrees.jl offers a set of symbolic machine learning algorithms that extend classical decision tree learning algorithms, and are able to natively handle time series and image data. *Modal Decision Trees* leverage *modal logics* to perform a primitive-but-powerful form of entity-relation reasoning; this allows them to capture temporal and spatial patterns, and makes them suitable to natively deal (= no need for feature extraction) with data such as multivariate time-series and images.</abstract>
                <slug>juliacon-2022-17876-modaldecisiontrees-decision-trees-meet-modal-logics</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23105'>Giovanni Pagliarini</person>
                </persons>
                <language>en</language>
                <description>Symbolic learning provides *transparent* (or *interpretable*) models, and is becoming increasingly popular as AI permeates more and more aspects of our lives, while simultaneously raising ethical concerns. Mainly based on decision trees and rule-based models, symbolic modeling have been largely studied with either propositional or first-order logic as the underlying logical formalism. These logics are two extremes in terms of *expressive power* and *computational tractability*: on one hand, propositional logic can only express a simple form of reasoning, which makes classical decision trees easy to learn but also unable to deal with non-tabular data; on the other hand, first-order logics can express complex sentences in terms of entities and relations, but at the cost of higher computational complexities. A middle point between the two has been overlooked: modal logic.
ModalDecisionTrees.jl offers a set of symbolic machine learning methods based on extensions of classical decision tree learning algorithms (CART and C4.5), that leverage modal logics to perform a rather simple (but powerful) form of entity-relation reasoning; this allows *&quot;Modal Decision Trees&quot;* (MDTs) to capture temporal, spatial, and spatio-temporal patterns, and makes them suitable to natively deal (= no need for feature extraction) with data such as multivariate time-series and image data.
To fix the ideas, consider the case of time-series classification. While classical trees can only make decisions based on scalar values, and thus can only deal with time-series when they are priorly *flattenedly described* by a set of scalar descriptors (feature extraction step), a *modal* image classification rule can speak in terms of temporal patterns such as *there exists an interval in the time-series where variable i has a certain property, _containing_ another interval where variable j has another property*.
Modal logic can express the existence of entities (for example, a time interval, or an image region) with given properties, and properties can be *local*, such as the value of a variable being always lower than a certain threshold within the time interval, or *relational*, such as one entity being *contained* in, or *overlapping* with another one.
This process involves an intermediate step where data samples are represented as graphs (Kripke structures, in logical jargon) representing entities, their local properties, and their relations.
Note how rules and patterns can, of course, be as complex as the reality they are trying to capture; however, they can always be straightforwardly translatable into natural language, which represents the essence of the *transparency* of these models, as well as the main reason why one may want to use this package.
MDTs have been shown to achieve performances that are higher when compared to classical decision trees, and often comparable to those of functional gradient-based methods (e.g., Neural Networks), in tasks such as multivariate time-series classification (e.g., COVID-19 diagnosis from audio recordings of coughs and breaths) and image classification (e.g., land cover classification).
Despite this package being at its infancy, ModalDecisionTrees.jl can be used with the Machine Learning Julia (MLJ) framework, and provides:
- support for *bagging* (i.e, forests, ensembles of trees);
- support for *multimodal* learning;
- tools for inspecting models and analyzing single rules.

Package available at: https://github.com/giopaglia/ModalDecisionTrees.jl</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/RQP9TG/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/RQP9TG/feedback/</feedback_url>
            </event>
            <event guid='8788398a-2148-5930-a9ee-6ac9be05e3d5' id='18106' code='TRFSJY'>
                <room>Red</room>
                <title>Multivariate polynomials in Julia</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-27T14:40:00+00:00</date>
                <start>14:40</start>
                <duration>00:10</duration>
                <abstract>Depending on the applications, the requirement for a multivariate polynomial library may be efficient computation of product, division, substitution, evaluation, gcd or even Gr&#246;bner bases. It is well understood that the concrete representation to use for these polynomials depends on whether they are sparse or not. In this talk, we show that in Julia, the choice of representation also depends on whether to specialize the compilation on the variables.</abstract>
                <slug>juliacon-2022-18106-multivariate-polynomials-in-julia</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23423'>Chris Elrod</person><person id='23394'>Beno&#238;t Legat</person>
                </persons>
                <language>en</language>
                <description>Multivariate polynomials appear in various applications such as computer algebra systems, homotopy continuation or Sum-of-Squares programming. Different applications have varied requirements for a multivariate polynomial library making it challenging to choose a representation that would be the most efficient for all use cases. It is well understood for instance that the concrete representation to use for these polynomials depends on whether they are sparse or not. Having an abstract interface allows both the application to be independent on the actual representation used but also some lower level operations such as the computation of polynomial division or gcd.

In fact, this abstraction is even more important in Julia than other languages because Julia allows yet another aspect to enter into the design of multivariate polynomials. We show in this talk that for basic operations, the Julia compiler can either compile a generic method working for any set of variables or a method specialized to a specific one. This can be achieved in Julia by moving some part of the polynomial description from field values to type parameters, hence also reducing the memory footprint of polynomials. These 2 aspects: sparsity and specialization make up for 4 different representations that all have specific use cases where they are most appropriate. Packages relying on multivariate polynomial computation for which more than one use case can occur should therefore be implemented on an abstract multivariate polynomial interface and require the user to choose the implementation via the type of polynomials given as input.

We illustrate this with actual Julia packages implementing these representations: DynamicPolynomials.jl (sparse, non-specialised), TypedPolynomials.jl (sparse, specialized), SIMDPolynomials.jl (sparse, specialized) and TaylorSeries.jl (dense, specialized). We analyze the impact of the choice of representation for these representations in a benchmark for gcd computation. The gcd implementation is written generically thanks to the abstract MultivariatePolynomials.jl interface.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/TRFSJY/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/TRFSJY/feedback/</feedback_url>
            </event>
            <event guid='d8012533-da9b-5236-8774-c93d3b3cd5a7' id='18167' code='UL3T8K'>
                <room>Red</room>
                <title>PHCpack.jl: Solving polynomial systems via homotopy continuation</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-27T14:50:00+00:00</date>
                <start>14:50</start>
                <duration>00:10</duration>
                <abstract>PHCpack is a software package for solving polynomial systems via homotopy continuation methods. Our interface exports the functionality of PHCpack either via the executable or the shared object file, via its C interface. The software is free and open source and we have a cloud server that hosts the application at phcpack.org.
Our talk will also explore a specific application area in the design of mechanisms.</abstract>
                <slug>juliacon-2022-18167-phcpack-jl-solving-polynomial-systems-via-homotopy-continuation</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23463'>Kylash Viswanathan</person><person id='23467'>Jan Verschelde</person>
                </persons>
                <language>en</language>
                <description>Systems of many polynomial equations in several variables occur in various areas of science and engineering, such as mechanism design, Nash equilibria, computer vision, etc. Use cases of PHCpack can be found in more than one hundred scientific papers. In addition to the need in applications, theorems from algebraic geometry have led to efficient algorithms to compute all isolated solutions and to compute the degrees and dimensions of all positive dimensional solution sets.  PHCpack contains many of the first implementations of algorithms in numerical algebraic geometry.

PHCpack allows users to provide polynomial systems in a variety of formats to the solver, including symbolically. The Julia Interface to PHCpack obtains the symbolic input from the user and using native Julia Dataframes and Data Structures, processes and returns the results numerically via PHCpack. 

As one approach, using only the phc executable file, one can call the relevant features of PHCpack from a Julia program. Alternatively, we have compiled a C interface into a shared object, which can be imported into a Julia session.

As a use case, we consider the design of a 4-bar mechanism. The 4-bar mechanism traces a curve and given sufficiently many points on the curve that one wants the mechanism to trace, one can compute all necessary parameters of the mechanism. This computation requires the solution of a system of many equations and variables. 

All the code is available in public github repositories.
https://github.com/kviswa5
https://github.com/janverschelde/PHCpack/tree/master/src</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/UL3T8K/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/UL3T8K/feedback/</feedback_url>
            </event>
            <event guid='ecb88609-c03c-5bb5-a5b2-788efb5c81ee' id='18153' code='KPRZAM'>
                <room>Red</room>
                <title>A Tax-Benefit model for Scotland in Julia</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-27T15:00:00+00:00</date>
                <start>15:00</start>
                <duration>00:10</duration>
                <abstract>This talk discusses ScotBen, a microsimulation tax-benefit model for Scotland written in Julia. Scotben lets you analyse how changes to the tax system change revenues, inequality and poverty.</abstract>
                <slug>juliacon-2022-18153-a-tax-benefit-model-for-scotland-in-julia</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23451'>Graham Stark</person>
                </persons>
                <language>en</language>
                <description>A Tax-Benefit model in Julia

A tax benefit model is a computer program that calculates the effects of possible changes to the fiscal system on a sample of households. We take each of the households in a household survey dataset, calculate how much tax the household members are liable for under some proposed tax and benefit regime, and how much benefits they are entitled to, and add add up the results. If the sample is representative of the population, and the modelling sufficiently accurate, the model can then tell you, for example, the net costs of the proposals, the numbers who are made better or worse off, the effective tax rates faced by individuals, the numbers taken in and out of poverty by some change, and much else.

I want to discuss a new Tax-Benefit model for Scotland written Julia (https://github.com/grahamstark/ScottishTaxBenefitModel.jl). 

There are currently three web interfaces you can play with:

* https://ubi.virtual-worlds.scot/ (Models a Universal Basic Income)
* https://stb.virtual-worlds.scot/scotbud (construct a national budget)
* https://stb.virtual-worlds.scot/bcd/ (explores the incentive effects of the fiscal system)</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/KPRZAM/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/KPRZAM/feedback/</feedback_url>
            </event>
            <event guid='7cbe11b9-1f6f-5b66-b683-75df6a70776e' id='18163' code='Z98GWK'>
                <room>Red</room>
                <title>Bayesian Estimation of Macroeconomic Models in Julia</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2022-07-27T15:10:00+00:00</date>
                <start>15:10</start>
                <duration>00:30</duration>
                <abstract>Computational efficiency is vital when estimating macroeconomic models for use in policy analysis. We introduce the models contained within DSGE.jl and overview how to estimate them. We provide details on two estimation methods, adaptive Metropolis-Hastings and sequential Monte Carlo, and discuss how they can provide more efficiency during the estimation process.</abstract>
                <slug>juliacon-2022-18163-bayesian-estimation-of-macroeconomic-models-in-julia</slug>
                <track></track>
                
                <persons>
                    <person id='23460'>Aidan Gleich</person>
                </persons>
                <language>en</language>
                <description>In this talk, I will discuss how the Federal Reserve Bank of New York (FRBNY) uses Julia for forecasting. I will first present the FRBNY model and the basics of our estimation methods, noting recent adjustments made necessary by the rapid changes in economic conditions over the last two years. During this discussion I will introduce our packages DSGE.jl, SMC.jl, and ModelConstructors.jl, which provide a user-friendly API for creating and estimating a variety of models, including our workhorse DSGE model. 

I will then discuss how Julia allows us to prototype and test new estimation methods, providing examples through our research into adaptive Metropolis-Hastings and sequential Monte Carlo algorithms. Because DSGE models take significant time to estimate, being able to stay on the cutting edge of Bayesian estimation algorithms allows us to provide results efficiently. Metropolis-Hastings algorithms, a class of random-walk Markov Chain Monte Carlo estimators, use a fixed proposal distribution throughout the estimation process. Adaptive Metropolis-Hastings algorithms update the proposal distribution throughout the estimation process in an attempt to gain efficiency. SMC methods combine MH and importance sampling to create an easily parallelizable sampling algorithm. I will show how these two families of algorithms can speed up the estimation process while illustrating potential pitfalls. 

This presentation will be useful to anyone who regularly conducts Bayesian estimation, especially in the context of time series and forecasting.

Disclaimer: This talk reflects the experience of the author and does not represent an endorsement by the Federal Reserve Bank of New York or the Federal Reserve System of any particular product or service. The views expressed in this talk are those of the author and do not necessarily reflect the position of the Federal Reserve Bank of New York or the Federal Reserve System. Any errors or omissions are the responsibility of the author.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/Z98GWK/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/Z98GWK/feedback/</feedback_url>
            </event>
            <event guid='ff6cbc71-1afa-5f8c-b761-fdaa4171934f' id='17715' code='QG8VUX'>
                <room>Red</room>
                <title>A Data Integration Framework for Microbiome Research</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-27T15:40:00+00:00</date>
                <start>15:40</start>
                <duration>00:10</duration>
                <abstract>Standardized data objects can greatly support the collaborative development of new data science methods. In particular, commonly agreed data standards will provide improved efficiency and reliability in complex data integration tasks. We demonstrate the application of this framework in the context of microbiome research.</abstract>
                <slug>juliacon-2022-17715-a-data-integration-framework-for-microbiome-research</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23000'>Giulio Benedetti</person>
                </persons>
                <language>en</language>
                <description>Microorganisms shape every aspect of our life: from the soil of our farmland to the human gut, from the ocean to the municipal wastewater of our cities, microorganisms seem to inhabit and even dominate most ecosystems of this planet. As we expand our knowledge on the role that microbes play within and beyond our bodies, the need arises to store and analyze such information in a systematic and reproducible manner. 

Standardized data objects can greatly support the collaborative development of new data science methods. In particular, commonly agreed data standards will provide improved efficiency and reliability in complex data integration tasks. We implement this approach in microbiome research in the a new Julia package, MicrobiomeAnalysis.jl (MIA), which introduces a new approach for microbiome data integration and analysis based on state-of-the-art data containers designed for robust data integration tasks: SummarizedExperiments.jl (SE) and MultiAssayExperiment.jl (MAE). 
 
Our approach provides a general framework to study complex microbiome profiling data sets. Not only do the data containers make it instinctive to work with abundance assays, but they also integrate those assays with the corresponding metadata into a comprehensive data object. We demonstrate the approach based on common analysis tasks in microbial ecology, including alpha and beta diversity analysis and visualization of microbial community dynamics. The proposed approach is inspired by closely related and active efforts in R/Bioconductor. Developing a similar framework in the Julia language is a promising endeavour that can provide drastic performance improvements in certain computational tasks, such as dimension reduction and time series analysis while taking advantage of a shared conceptual framework. 

Overall, our environment offers the starting point for developing effective standardized methods for microbiome research. The methodology is general, thus it can be easily applied to other multi-source study designs and data integration tasks.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/QG8VUX/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/QG8VUX/feedback/</feedback_url>
            </event>
            <event guid='99c044eb-7190-5df6-ba1c-a0894d3551f1' id='18105' code='E99KP7'>
                <room>Red</room>
                <title>Building workflows for materials modeling on HPC Systems</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2022-07-27T19:30:00+00:00</date>
                <start>19:30</start>
                <duration>00:30</duration>
                <abstract>Materials computations, especially of the *ab initio* kind, are intrinsically complex. These difficulties have inspired us to develop an extensible, lightweight, high-level workflow framework, `Express.jl`, to automate long and extensive sequences of the *ab initio* calculations. In this talk, we would like to share some experiences that we gained in building a software framework and multifunctional scientific tools with Julia&apos;s versatility.</abstract>
                <slug>juliacon-2022-18105-building-workflows-for-materials-modeling-on-hpc-systems</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23368'>Qi Zhang</person>
                </persons>
                <language>en</language>
                <description>`Express.jl`, together with its &quot;plugins&quot; (such as `QuantumESPRESSOExpress.jl`), are shipped with well-tested workflow templates, including structure optimization, equation of state fitting, lattice dynamics calculation, and thermodynamic property calculation. It is designed to be highly modularized so that its components can be reused across various occasions, and customized workflows can be built on top of that. It helps users in the preparation of inputs, execution of simulations, and analysis of data. Users can also track the status of workflows in real-time and rerun failed jobs thanks to the data lineage feature `Express.jl` provides.

To achieve the goals mentioned above, we built several independent packages during the development of `Express.jl`, which are supposed to solve some ordinary problems in the physics, geoscience, and materials science communities, e.g., `EquationsOfStateOfSolids.jl`, `Geotherm.jl`, `Spglib.jl`, `Crystallography.jl`. Of course, as a project aimed to automate mundane operations of the *ab initio* calculations, we wrote a package (`SimpleWorkflows.jl`) to construct workflows from basic jobs and track their execution status. Because the most time-consuming part of the workflows is running external software (like Quantum ESPRESSO), we also built packages to interact with them, e.g., `QuantumESPRESSO.jl` and `Pseudopotentials.jl`. Besides, we discovered many valuable Julia packages and integrated them into our code, such as `Configurations.jl`, `Comonicon.jl`, `Setfield.jl`.  In this talk, we would like to explain how Julia made our complicated codebase possible and share some experiences about when and how we should utilize these wonderful projects.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/E99KP7/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/E99KP7/feedback/</feedback_url>
            </event>
            <event guid='3b04c32f-763c-5908-9f53-bb548c1fcdc9' id='17960' code='DRLYT8'>
                <room>Red</room>
                <title>Modeling a Crash Simulation System with ModelingToolkit.jl</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2022-07-27T20:00:00+00:00</date>
                <start>20:00</start>
                <duration>00:30</duration>
                <abstract>Previously traditional modeling tools were used to provide the acausal modeling framework which could be statically compiled and integrated with our distributed software.  But with this comes the dual language problem and friction with model research and development.  With ModelingToolkit.jl the tools needed to transition from traditional modeling frameworks are now available. This talk will cover our approach and success in re-writing our Hydraulic Crash Simulation system model in pure Julia.</abstract>
                <slug>juliacon-2022-17960-modeling-a-crash-simulation-system-with-modelingtoolkit-jl</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23256'>Bradley Carman</person>
                </persons>
                <language>en</language>
                <description>Instron&apos;s &#8220;Catapult&#8221; Crash Simulation System releases 2.75MN of energy with micron level control over a fraction of a second to reproduce a recorded crash force signal.  This machine requires a model for many reasons: command signal generation, operational prediction and optimization, and engineering research and development.  Therefore the model should be compilable for software but also flexible for engineering exploration (i.e. scriptable REPL mode).  Julia opens the door to making this more efficient for its solution to the dual language problem but also provides a full featured programming language and modular package system with integrated unit testing that additionally help greatly with model development.  ModelingToolkit offers the tools needed to easily rewrite and move the model from traditional modeling frameworks and provides not just the benefit of modeling in Julia, but a more flexible and open modeling tool.

To successfully transition, a few missing features needed to be developed: 1. How to integrate Julia code in software, 2. How to enhance ModelingToolkit with: parameter management, global parameters, algebraic ODE tearing, and static model code generation.  We now have a faster model that is easier and more organized to develop with a testing and benchmarking suite to easily track and publish versioned changes.  There is still work to do but we now have what we need to develop our future products with Julia.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/DRLYT8/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/DRLYT8/feedback/</feedback_url>
            </event>
            
        </room>
        <room name='Purple' guid='b5cb52ae-fdb3-52d7-b2d8-853ae409737a'>
            <event guid='9b0b9c63-c921-57a5-bd33-47d8eb58b7cf' id='18012' code='LGWRV8'>
                <room>Purple</room>
                <title>Automatic Differentiation for Quantum Electron Structure</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2022-07-27T12:30:00+00:00</date>
                <start>12:30</start>
                <duration>00:30</duration>
                <abstract>DFTK.jl is a framework for the quantum-chemical simulation of materials using Density Functional Theory. Many relevant physical properties of materials, such as interatomic forces, stresses or polarizability, depend on the derivatives of quantities of interest with respect to input data. To perform such computations efficiently Automatic Differentiation has been implemented in DFTK using both forward and backward modes of AD.</abstract>
                <slug>juliacon-2022-18012-automatic-differentiation-for-quantum-electron-structure</slug>
                <track></track>
                
                <persons>
                    <person id='23306'>Markus Towara</person><person id='23311'>Niklas Schmitz</person><person id='23371'>Gaspard Kemlin</person>
                </persons>
                <language>en</language>
                <description>The quantum-chemical simulation of electronic structures is an established approach in materials research. The desire to tackle even bigger systems and more involved materials, however, keeps posing challenges with respect to physical models, reliability and performance of methods such as Density Functional Theory (DFT). For instance, many relevant physical properties of materials, such as interatomic forces, stresses or polarizability, depend on the derivatives of quantities of interest with respect to some input data. To perform efficiently such computations, Automatic Differentiation has been recently implemented into DFTK (https://dftk.org), a Julia package for DFT, which aims to be fast enough for practical calculations.

Automatic Differentiation (AD, also known as Algorithmic Differentiation) allows the efficient and accurate calculation of derivatives of first and higher order of mathematical expressions, implicitly defined by source code.
The two most common modes of AD are tangent (forward) and adjoint (reverse) mode.
Of special interest is the reverse mode, as it allows to propagate derivative information from the outputs of some computation back to its inputs. This yields a computational complexity which scales with the number of outputs, as opposed to scaling with the number of inputs, like traditional finite differences or tangent AD.
In many applications in computational math, engineering, ML and finance the number of outputs is small (e.g. 1 for a least squares cost function), while the number of inputs is bigger by orders of magnitude.

Julia is based on the LLVM stack and allows inspection and modification of its own AST, as well as other already optimized code structures  at run time.
This promises to combine the strengths of both operator-overloading style AD tools (flexibility, no running out of sync with the primal, coverage of all language features) and source code transformation style AD tools (less memory overhead, generated derivative code can be optimized by compiler).
This has spawned a variety of AD tools in the Julia ecosystem (see e.g. https://juliadiff.org for a enumeration of tools), each with its own design goals but also limitations.

The need to make these tools work together under a common interface has been identified by the Julia community and led to the development of the ChainRules.jl package.

We use Zygote to create automatic source code as much as possible.
There are two major reasons Zygote might not be used:
- The code to be differentiated uses features not supported by Zygote (e.g. use of mutation) and can not be sensibly refactored to a version conforming to Zygotes generation rules (e.g. due to performance requirements of the primal)
- Mathematical insight allows us to more efficiently implement the adjoint pullback by hand (e.g. terms with cancelling derivatives, symbolic differentiation of linear solvers, FFTs, etc.)
For both of these use cases we use the ChainRules interface to specify custom rrules.
For the performance critical parts of the primal we plan to investigate tools that support mutation (e.g. Enzyme), though we expect this to come with its own challenges.

Some of the custom rrules we implemented in ChainRules required mathematical investigation to achieve numerical stability of response properties. In particular, the variation of the ground state density with respect to a perturbative external potential solves a linear system which is ill-conditioned when working with metals. We propose a unified mathematical framework from the literature to enhance stability, via appropriate gauge choices and a Schur complement.

We will present our approach to introduce AD into an existing codebase, lessons learned, and what design patterns are suitable to both good performance and good compatibility with existing AD tools.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/LGWRV8/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/LGWRV8/feedback/</feedback_url>
            </event>
            <event guid='2b1c3bce-cf6d-536a-b2e9-6deffa4c50a5' id='17917' code='X3UUFD'>
                <room>Purple</room>
                <title>Fast Forward and Reverse-Mode Differentiation via Enzyme.jl</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2022-07-27T13:00:00+00:00</date>
                <start>13:00</start>
                <duration>00:30</duration>
                <abstract>Enzyme is a new LLVM-based differentiation framework capable of creating fast derivatives in a variety of languages. In this talk we will showcase improvements in Enzyme.jl, the Julia-language bindings for Enzyme that enable us to differentiate through parallelism (Julia tasks, MPI.jl, etc), mutable memory, JIT-constructs, all while maintaining performance. Moreover we will also showcase Enzyme&apos;s new forward mode capabilities in addition to its existing reverse-mode features.</abstract>
                <slug>juliacon-2022-17917-fast-forward-and-reverse-mode-differentiation-via-enzyme-jl</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='20935'>Valentin Churavy</person><person id='23204'>William Moses</person><person id='23205'>Ludger Paehler</person><person id='23221'>Tim Gymnich</person>
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/X3UUFD/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/X3UUFD/feedback/</feedback_url>
            </event>
            <event guid='034ae69d-32f3-58a1-b302-c02d6e4d82b3' id='17957' code='AGW8BR'>
                <room>Purple</room>
                <title>JunctionTrees: Bayesian inference in discrete graphical models</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-27T14:30:00+00:00</date>
                <start>14:30</start>
                <duration>00:10</duration>
                <abstract>JunctionTrees.jl implements the junction tree algorithm: an efficient method to perform Bayesian inference in discrete probabilistic graphical models. It exploits Julia&apos;s metaprogramming capabilities to separate the algorithm into a compilation and a runtime phase. This opens a wide range of optimization possibilities in the compilation stage. The non-optimized runtime performance of JunctionTrees.jl is similar to those of analog C++ libraries such as libdai and Merlin.</abstract>
                <slug>juliacon-2022-17957-junctiontrees-bayesian-inference-in-discrete-graphical-models</slug>
                <track></track>
                <logo>/media/juliacon-2022/submissions/AGW8BR/junction-trees-logo_6CMV6nQ.png</logo>
                <persons>
                    <person id='22456'>Martin Roa-Villescas</person>
                </persons>
                <language>en</language>
                <description>GitHub repo: https://github.com/mroavi/JunctionTrees.jl
Docs: https://mroavi.github.io/JunctionTrees.jl

JunctionTrees.jl encapsulates the result of the research we have been conducting in the context of improving the efficiency of Bayesian inference in probabilistic graphical models.

The junction tree algorithm is a core component of discrete inference in probabilistic graphical models. It lies at the heart of many courses that are taught at different universities around the world including MIT, Berkeley, and Stanford. Moreover, it serves as the backbone of successful commercial software, such as Hugin Expert, that aims to discover insight and provide predictive capabilities to effectively combat fraud and risk.

JunctionTrees.jl is mainly tailored towards students and researchers. This library offers a great starting point for understanding the implementation details of this algorithm thanks to the intrinsic readability of the Julia language and the thoroughly commented codebase. Moreover, this package constitutes an optimization framework that other researchers can make use of to experiment with different ideas to improve the performance of runtime Bayesian inference.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/AGW8BR/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/AGW8BR/feedback/</feedback_url>
            </event>
            <event guid='a90c6009-6a91-5df2-bef3-be678d1d1143' id='18056' code='FPZVML'>
                <room>Purple</room>
                <title>Automated Finite Elements: a comparison between Julia and C++</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-27T14:40:00+00:00</date>
                <start>14:40</start>
                <duration>00:10</duration>
                <abstract>With Gridap, Julia has a Finite Element package that allows writing expressions that closely mimic the mathematical notation of the weak form of an equation and automate the assembly of the linear system from there. Rather than using macros, the equations are interpreted as regular Julia expressions. This approach is similar to what has been done in C++, e.g. in the Coolfluid 3 CFD code. In this talk, both methods will be compared, showing how Julia really is &quot;C++ done right&quot; for this use case.</abstract>
                <slug>juliacon-2022-18056-automated-finite-elements-a-comparison-between-julia-and-c</slug>
                <track></track>
                
                <persons>
                    <person id='23352'>Bart Janssens</person>
                </persons>
                <language>en</language>
                <description>This talk will be about comparing the implementation of the stabilized Navier-Stokes equations for incompressible flow, both using the [Gridap](https://github.com/gridap/Gridap.jl) package in Julia and using a [Boost.Proto](https://www.boost.org/doc/libs/1_78_0/doc/html/proto.html) based C++ code. The concrete C++ implementation can be found [here](https://github.com/barche/coolfluid3/blob/688173daa1a7cf32929b43fc1a0d9c0655e20660/plugins/UFEM/src/UFEM/NavierStokesAssembly.hpp#L57-L65), while the equivalent Gridap code is [here](https://github.com/barche/Channel_flow/blob/94aeb2982e01b08ff41848091a3b5d0b7b2a3983/Channel_2d_3d.jl#L104-L110). Aside from the obvious differences due to the use of unicode and the fact that Gridap operates at a higher level of abstraction, there are also some striking similarities in both approaches. The main point is that both packages operate on expressions that are valid code in the programming language that is used (i.e. Julia for Gridap, C++ for [Coolfluid 3](https://github.com/barche/coolfluid3)). This is possible because both languages offer a lot of flexibility in terms of operator overloading and strong typing. In the case of C++, the Boost.Proto library helps with building a structured framework for the interpretation of the expressions, based on the idea of expression templates and thus avoiding runtime overhead of inheritance in C++. In Julia, this step is taken care of using the built-in type system and generated functions.

The whole objective of this type of machinery is to offer a simple interface to the user, but end up with a finite element assembly loop that is as fast as possible. To this end, information such as the size of element matrices and vector dimensions must be known to the compiler. We will show that both systems indeed achieve this, and result in good performance for the assembly loop.

Due to the similarity in approach, the experience visible to the end user is also similar: both systems exhibit long compilation times and long error messages in case of user errors such as mixing up incompatible matrix dimensions. This will be illustrated using examples.

Finally, more advanced numerical techniques, such as the stabilized methods used in fluid simulations, require the user to be able to define custom functions that are used during assembly, e.g. to calculate the value of stabilization coefficients. This is where Julia really shines, as it is possible to simply define a normal function, while in C++ some extensive boilerplate code is required, as will be shown.

The conclusion is that Gridap has reached a level of maturity that makes it very attractive to use Julia for this kind of work. Even if some performance optimization may still be needed, development of and experimenting with new numerical methods is much easier than in a complicated C++ code.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/FPZVML/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/FPZVML/feedback/</feedback_url>
            </event>
            <event guid='ef208143-9839-5b0a-856d-550d255f164d' id='16947' code='K7VNZJ'>
                <room>Purple</room>
                <title>Distributed AutoML Pipeline Search in PC/RasPi K8s Cluster</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-27T14:50:00+00:00</date>
                <start>14:50</start>
                <duration>00:10</duration>
                <abstract>In this lightning talk, I will present an example workflow in leveraging the Kubernetes cluster of RaspberryPis to perform parallel search in finding the best AutoML pipeline in a given classification task. While many applications of RasPis are targeted for IOT usage, a K8s cluster of RasPis running Julia can be targeted to solve more complex problems and I will provide examples of the cluster performance running AutoMLPipeline applications.</abstract>
                <slug>juliacon-2022-16947-distributed-automl-pipeline-search-in-pc-raspi-k8s-cluster</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='22443'>Paulito Palmes</person>
                </persons>
                <language>en</language>
                <description>There is a growing need for low-power computing devices due to their minimal thermal and energy footprint to be used in many HPC applications such as weather forecasting, ocean engineering, smarthome computing, biocomputing, AI modeling, etc.  ARM-based processors such RasPis provide an attractive solution because they are cheap, versatile, and has great Linux hardware support as well as stable Julia releases. Due to its full Linux compatibility, making a K8s cluster from a bunch of RasPis become a trivial exercise as well as running Julia&apos;s cluster manager on top of K8s. This talk will provide an overview and an example walk-through how to leverage Julia+Raspis+K8s combinations to solve certain ML pipeline optimization tasks.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/K7VNZJ/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/K7VNZJ/feedback/</feedback_url>
            </event>
            <event guid='0f849e15-08e7-5c78-9f54-cf256b91bf19' id='16301' code='VME3D8'>
                <room>Purple</room>
                <title>Comonicon, a full stack solution for building CLI applications</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-27T15:00:00+00:00</date>
                <start>15:00</start>
                <duration>00:10</duration>
                <abstract>In this talk, I will introduce Comonicon. Comonicon is a CLI generator designed for Julia, unlike other CLI generators such as Fire, ArgParse, and so on, Comonicon does not only parse command-line arguments but also provide a full solution for building CLI application (via PackageCompiler), packing tarballs, generating shell auto-completion, CLI application installation, mitigating CLI latencies. I&apos;ll also talk about ideas arise from development about the future official Julia application.</abstract>
                <slug>juliacon-2022-16301-comonicon-a-full-stack-solution-for-building-cli-applications</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='21607'>Xiu-zhe (Roger) Luo</person>
                </persons>
                <language>en</language>
                <description>[Comonicon](https://github.com/comonicon/Comonicon.jl) is a CLI generator that aims to provide a full solution for CLI applications, this includes

### Clean and Julian syntax

the interface only has `@main` and `@cast` that will collect all the information from docstring to function signature to create the CLI. The usage is extremely simple, just put `@main` or `@cast` in front of the functions or modules you would like to convert to a CLI node. It has proven to have a very intuitive and user-friendly experience in the past 2 years. 

### Powerful and extensible code generators

Comonicon is built around an intermediate representation for CLIs. This means the Comonicon frontend is decoupled with its backend, one can also directly construct the IR to generate their CLI as a more advanced feature. Then different backends will generate corresponding backend code like a standard compiler codegen. This currently includes:

- a zero dependency command line arguments parsing function in Julia
- shell autocompletion (only ZSH is supported at the moment)

and this can be easily extended to generate code for other interfaces, one very experimental work is [generating GUI directly from the Comonicon IR](https://github.com/comonicon/ComoniconGUI.jl).

### Mitigating startup latencies

Most Julia CLI generators suffer from startup latencies in Julia because of the JIT compilation, we have put a relatively large effort into mitigating this latency caused by the CLI generators. And because Comonicon is able to generate a zero-dependency function `command_main` that parses the CLI arguments, in extreme cases, one can completely get rid of `Comonicon` and use the generated code directly to reach the most ideal latency achievable in current Julia.

### Build System

Comonicon provides a full build system for shipping your CLIs to other people. This means Comonicon can handle the installation of a Julia CLI application that guarantees its reproducibility by handling the corresponding project environment correctly. Or build the CLI application into binaries via PackageCompiler then package the application as tarball. A glance at its build CLI

```
Comonicon - Builder CLI.

Builder CLI for Comonicon Applications. If not sepcified, run the command install by default.

USAGE

    julia --project deps/build.jl [command]

COMMAND

    install                     install the CLI locally.

    app [tarball]               build the application, optionally make a tarball.

    sysimg [tarball]            build the system image, optionally make a tarball.

    tarball                     build application and system image then make tarballs
                                for them.

EXAMPLE

    julia --project deps/build.jl install

    install the CLI to ~/.julia/bin.


    julia --project deps/build.jl sysimg

    build the system image in the path defined by Comonicon.toml or in deps by default.


    julia --project deps/build.jl sysimg tarball

    build the system image then make a tarball on this system image.


    julia --project deps/build.jl app tarball

    build the application based on Comonicon.toml and make a tarball from it.

```

### Configurable

The generated CLI application, the build options are all configurable via a `Comonicon.toml` file, one can easily change various default options directly from the configuration file to create your favorite CLI:

- enable/disable colorful help message
- set Julia compile options
- bundle custom assets
- installation options
- ...

### Summary

Comonicon is currently the only CLI generator designed for Julia and handles the entire workflow of creating a serious CLI application and shipping it to users. It still has a few directions to improve and in the future Julia versions, we hope with the progress of static compilation we will eventually be able to build small binaries and ship them to all platforms in a simple workflow via Comonicon so that one day Julia can also do what go/rust/cpp/... can do in CLI application development.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/VME3D8/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/VME3D8/feedback/</feedback_url>
            </event>
            <event guid='b2e03288-3458-5f49-8f19-af44a41eb6bb' id='17953' code='ZSARJD'>
                <room>Purple</room>
                <title>Cycles and Julia Sets: Novel algorithms for Numerical Analysis</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-27T15:10:00+00:00</date>
                <start>15:10</start>
                <duration>00:10</duration>
                <abstract>We present a new collection of algorithms dedicated to compute the basins of attraction of any complex rational map. This is a relevant matter in Holomorphic Dynamics, and also a way to visualize and study amazing fractal objects like Julia Sets. These algorithms solve many computational problems that often arise in Numerical Analysis, like overflows or mathematical indeterminations, and provide more information about the dynamics of the system than traditional algorithms generally do.</abstract>
                <slug>juliacon-2022-17953-cycles-and-julia-sets-novel-algorithms-for-numerical-analysis</slug>
                <track>JuliaCon</track>
                <logo>/media/juliacon-2022/submissions/ZSARJD/image_OpGztQg.PNG</logo>
                <persons>
                    <person id='23250'>V&#237;ctor &#193;lvarez Aparicio</person>
                </persons>
                <language>en</language>
                <description>In this talk we will present a new collection of algorithms dedicated to compute the basins of attraction of any complex rational map, and to study the dynamical behaviour of its fixed points and attracting n-cycles. By doing this, one can visualize and study amazingly beautiful and complex fractal objects like Julia Sets. The study of the basins of attraction of a dynamical system is a very relevant matter not only in Numerical Analysis and Holomorphic Dynamics, but also in other fields like Physics or Mechanical Engineering.

We are going to describe the methods implemented in the Lyapunov Cycle Detector module, available in the following GitHub repository: https://github.com/valvarezapa/LCD. In it you will find the code itself, several explanations of how does the methods work, what do they do, a lot of practical examples and even a User Guide. 

Our work is based in very relevant theorems of Complex Dynamics, like the Ergodic Theorem, and is motivated by Sullivan&apos;s work on Dynamical Systems, recently awarded with the Abel prize. However, no previous knowledge about any of these topics is required, since we will focus on the algorithms and the implementation of the code. The graphics we will be able to generate are both rich and beautiful, and the concepts behind them are easy to grasp. Everyone interested in the mathematical framework or in any specific technicalities behind these algorithms can consult our paper &quot;Algorithms for computing attraction basins of a self-map of the Hopf fibration based on Lyapunov functions&quot; (currently on preprint).

From a scientific computing point of view, this new collection of algorithms solve most of the computational problems that often arise in Numerical Analysis, like overflows or mathematical indeterminations. We achieve this by considering the Hopf endomorphism induced by the given rational map, and iterating it over the complex projective line (P^1(C)). This approach also allows us to easily work with the infinity point. Since this kind of calculations often have high computational cost, we benefit from Julia&#8217;s efficiency and some built-in multi-threading macros in order to be able to visualize the results in a reasonable amount of time.

From a mathematical perspective, we will be considering a discrete-time dynamical system given by a complex rational map. The techniques we use to compute the basins of attraction are based on Lyapunov functions and Lyapunov coefficients (which are closely related to Lyapunov exponents; a very powerful and commonly used concept in dynamical systems). The Lyapunov function we define is constant in each basin of attraction, and depends on the notion of spherical derivative of the given rational map. This way, we can divide the Riemann Sphere (the plane of complex numbers adding the infinity point) into the different basins of attraction (each one with an associated constant) and the Julia set. Most famous Julia sets can be computed and visualized this way. Also, our algorithms provide more information about the dynamics of the system than most traditional algorithms on this topic generally do. Our methods are focused on detecting the attracting n-cycles of the given rational map and its basins. Note that fixed points are just the particular case of 1-cycles. In addition, by using Lyapunov coefficients we are able to measure how much attracting is every n-cycle.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/ZSARJD/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/ZSARJD/feedback/</feedback_url>
            </event>
            <event guid='bbb37306-3f4c-5ade-a677-8de3811dc0e8' id='17974' code='AKVUKM'>
                <room>Purple</room>
                <title>High-performance xPU Stencil Computations in Julia</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-27T15:20:00+00:00</date>
                <start>15:20</start>
                <duration>00:10</duration>
                <abstract>We present an efficient approach for writing architecture-agnostic parallel high-performance stencil computations in Julia. Powerful metaprogramming, costless abstractions and multiple dispatch enable writing a single code that is usable for both productive prototyping on a single CPU and for production runs on GPU or CPU workstations or supercomputers. Performance similar to CUDA C is achievable, which is typically a large improvement over reachable performance with `CUDA.jl` Array programming.</abstract>
                <slug>juliacon-2022-17974-high-performance-xpu-stencil-computations-in-julia</slug>
                <track>JuliaCon</track>
                <logo>/media/juliacon-2022/submissions/AKVUKM/logo_ParallelStencil_jc_iAdWnnz.png</logo>
                <persons>
                    <person id='23304'>Ludovic R&#228;ss</person><person id='23252'>Samuel Omlin</person>
                </persons>
                <language>en</language>
                <description>Our approach for the expression of architecture-agnostic high-performance stencil computations relies on the usage of Julia&apos;s powerful metaprogramming capacities, costless high-level abstractions and multiple dispatch. We have instantiated the approach in the Julia package `ParallelStencil.jl`. Using `ParallelStencil`, a simple call to the macro `@parallel` is enough to parallelize and launch a kernel that contains stencil computations, which can be expressed explicitly or with math-close notation. The package used underneath for parallelization is defined in a initialization call beforehand. Currently supported are `CUDA.jl` for running on GPU and `Base.Threads` for CPU. Leveraging metaprogramming, `ParallelStencil` automatically generates high-performance code suitable for the target hardware, and automatically derives kernel launch parameters from the kernel arguments by analyzing the extensions of the contained arrays. A set of architecture-agnostic low level kernel language constructs allows for explicit low level kernel programming when useful, e.g., for the explicit control of shared memory on the GPU (these low level constructs are GPU-computing-biased). 

Arrays are automatically allocated on the hardware chosen for the computations (GPU or CPU) when using the allocation macros provided by `ParallelStencil`, avoiding any need of code duplication. Moreover, the allocation macros are fully declarative in order to let `ParallelStencil` choose the best data layout in memory. Notably, logical arrays of structs (or of small arrays) can be either laid out in memory as arrays of structs or as structs of arrays accounting for the fact that each of these allocation approaches has its use cases where it performs best.

`ParallelStencil` is seamlessly interoperable with packages for distributed parallelization, as e.g. `ImplicitGlobalGrid.jl` or `MPI.jl`, in order to enable high-performance stencil computations on GPU or CPU supercomputers. Communication can be hidden behind computation with as simple macro call. The usage of this feature solely requires that communication can be triggered explicitly as it is possible with, e.g, `ImplicitGlobalGrid` and `MPI.jl`.

We demonstrate the wide applicability of our approach by reporting on several multi-GPU solvers for geosciences as, e.g., 3-D solvers for poro-visco-elastic twophase flow and for reactive porosity waves. As reference, the latter solvers were ported from MPI+CUDA C to Julia using `ParallelStencil` and `ImplicitGlobalGrid` and achieve 90% and 98% of the performance of the original solvers, respectively, and a nearly ideal parallel efficiency on thousands of NVIDIA Tesla P100 GPUs at the Swiss National Supercomputing Centre. Moreover, we have shown in recent contributions that the approach is naturally in no way limited to geosciences: we have showcased a computational cognitive neuroscience application modelling visual target selection using `ParallelStencil` and `MPI.jl` and a quantum fluid dynamics solver using the Nonlinear Gross-Pitaevski Equation implemented with `ParallelStencil` and `ImplicitGlobalGrid`.

Co-authors: Ludovic R&#228;ss&#185; &#178;

&#185; ETH Zurich | &#178; Swiss Federal Institute for Forest, Snow and Landscape Research (WSL)</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/AKVUKM/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/AKVUKM/feedback/</feedback_url>
            </event>
            <event guid='a8743484-5460-5d44-8d58-8ca29b4ce2ea' id='17975' code='RJYBLA'>
                <room>Purple</room>
                <title>Distributed Parallelization of xPU Stencil Computations in Julia</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-27T15:30:00+00:00</date>
                <start>15:30</start>
                <duration>00:10</duration>
                <abstract>We present a straightforward approach for distributed parallelization of stencil-based Julia applications on a regular staggered grid using GPUs and CPUs. The approach allows to leverage remote direct memory access and was shown to enable close to ideal weak scaling of real-world applications on thousands of GPUs. The communication performed can be easily hidden behind computation.</abstract>
                <slug>juliacon-2022-17975-distributed-parallelization-of-xpu-stencil-computations-in-julia</slug>
                <track>JuliaCon</track>
                <logo>/media/juliacon-2022/submissions/RJYBLA/logo_ImplicitGlobalGrid_jc_WBpxQfb.png</logo>
                <persons>
                    <person id='23304'>Ludovic R&#228;ss</person><person id='23252'>Samuel Omlin</person>
                </persons>
                <language>en</language>
                <description>The approach presented here renders the distributed parallelization of stencil-based GPU and CPU applications on a regular staggered grid almost trivial. We have instantiated the approach in the Julia package `ImplicitGlobalGrid.jl`. A highlight in the design of `ImplicitGlobalGrid` is the automatic implicit creation of the global computational grid based on the number of processes the application is run with (and based on the process topology, which can be explicitly chosen by the user or automatically defined). As a consequence, the user only needs to write a code to solve his problem on one GPU/CPU (local grid); then, as little as three functions can be enough to transform a single GPU/CPU application into a massively scaling Multi-GPU/CPU application: a first function creates the implicit global staggered grid, a second funtion performs a halo update on it, and a third function finalizes the global grid.

`ImplicitGlobalGrid` relies on `MPI.jl` to perform halo updates close to hardware limits. For GPU applications, `ImplicitGlobalGrid` leverages remote direct memory access when CUDA- or ROCm-aware MPI is available and uses highly optimized asynchronous data transfer routines to move the data through the hosts when CUDA- or ROCm-aware MPI is not present. In addition, pipelining is applied on all stages of the data transfers, improving the effective throughput between GPU and GPU. Low level management of memory, CUDA streams and ROCm queues permits to efficiently reuse send and receive buffers and streams throughout an application without putting the burden of their management to the user. Moreover, all data transfers are performed on non-blocking high-priority streams, allowing to overlap the communication optimally with computation. `ParallelStencil.jl`, e.g., can do so with a simple macro call.

`ImplicitGlobalGrid` is fully interoperable with `MPI.jl`. By default, it creates a Cartesian MPI communicator, which can be easily retrieved together with other MPI variables. Alternatively, an MPI communicator can be passed to `ImplicitGlobalGrid` for usage. As a result, `ImplicitGlobalGrid`&apos;s functionality can be seamlessly extended using `MPI.jl`.

The modular design of `ImplicitGlobalGrid`, which heavily relies on multiple dispatch, enables adding support for other hardware with little development effort. Support for AMD GPUs using the recently matured `AMDGPU.jl` package has already been implemented as a result. `ImplicitGlobalGrid` supports at present distributed parallelization for CUDA- and ROCm-capable GPUs as well as for CPUs.

We show that our approach is broadly applicable by reporting scaling results of a 3-D Multi-GPU solver for poro-visco-elastic twophase flow and of various mini-apps which represent common building blocks of geoscience applications. For all these applications, nearly ideal parallel efficiency on thousands of NVIDIA Tesla P100 GPUs at the Swiss National Supercomputing Centre is demonstrated. Moreover, we have shown in a recent contribution that the approach is naturally in no way limited to geosciences: we have showcased a quantum fluid dynamics solver using the Nonlinear Gross-Pitaevski Equation implemented with `ParallelStencil` and `ImplicitGlobalGrid`.

Co-authors: Ludovic R&#228;ss&#185; &#178;,  Ivan Utkin&#185;

&#185; ETH Zurich | &#178; Swiss Federal Institute for Forest, Snow and Landscape Research (WSL)</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/RJYBLA/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/RJYBLA/feedback/</feedback_url>
            </event>
            <event guid='5c165dab-1f48-5de3-bdda-479fa48b1139' id='17918' code='CJZ3MV'>
                <room>Purple</room>
                <title>Building Julia proxy mini apps for HPC system evaluation</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-27T15:40:00+00:00</date>
                <start>15:40</start>
                <duration>00:10</duration>
                <abstract>We will showcase our efforts building Julia proxy applications, or mini apps, targeting the Summit and Frontier supercomputers. We developed XSBench.jl to simulate on-node CPU and GPU scalability of a Monte Carlo computational kernel and, and RIOPA.jl for parallel input/output (I/O) strategies. We will share the lessons learned from Julia&#8217;s fresh approach for performance and productivity as a viable language, similar to Fortran, C and C++ for high-performance computing (HPC) systems.</abstract>
                <slug>juliacon-2022-17918-building-julia-proxy-mini-apps-for-hpc-system-evaluation</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23203'>William F Godoy</person><person id='23201'>Jeffrey Vetter</person><person id='23397'>Philip Fackler</person>
                </persons>
                <language>en</language>
                <description>We are developing Julia proxy applications, also known as mini apps, to understand the effects of parallel computation, memory, network and input/output (I/O) on the latest U.S. Department of Energy (DOE) extremely heterogeneous high-performance computing (HPC) systems. Our initial targets are the systems hosted at the Oak Ridge Leadership Computing Facility (OLCF): the Summit supercomputer, powered by IBM CPUs and NVIDIA GPUs; and the upcoming Frontier exascale system, powered by AMD CPUs and GPUs. Proxy applications, or mini apps, are simple yet powerful programs that isolate the important computational aspects that drive fully featured science applications. In this lighting talk, our efforts in developing two open-source proxy applications are presented: i) XSBench.jl, which is a port of the original C-based XSBench proxy app used to simulate on-node scalability of the OpenMC Monte Carlo computational kernel on CPU, and AMD and NVIDIA GPUs and, ii) RIOPA.jl, a Julia proxy application designed to mimic parallel I/O application characteristics and payloads. In particular, we are interested in the feasibility of using Julia as a HPC language, similar to Fortran, C and C++,  by evaluating the current state and integration with HPC heterogenous programming models and backends: MPI.jl, Julia&#8217;s Base Threads, GPU programming: CUDA.jl, AMDGPU.jl and KernelAbstractions.jl; parallel I/O: HDF5.jl and ADIOS2.jl; and the portability of the resulting Julia proxy application across heterogeneous systems. We will share with the Julia community the current challenges, gaps and highlight potential opportunities to balance the trade-offs between programmer productivity and performance in a HPC environment as we prepare for the exascale era in supercomputing. Our goal is to showcase the value added by the Julia language in our early work constructing proxy apps for rapid prototyping as part of our efforts in the U.S. DOE Exascale Computing Project (ECP).</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/CJZ3MV/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/CJZ3MV/feedback/</feedback_url>
            </event>
            <event guid='bc67ef0d-1200-5689-a772-133127c4793f' id='21255' code='FEWD7V'>
                <room>Purple</room>
                <title>ASML Sponsored Talk</title>
                <subtitle></subtitle>
                <type>Silver sponsor talk</type>
                <date>2022-07-27T15:50:00+00:00</date>
                <start>15:50</start>
                <duration>00:05</duration>
                <abstract>We make machines that make chips; the hearts of the devices that keep us informed, entertained and safe.</abstract>
                <slug>juliacon-2022-21255-asml-sponsored-talk</slug>
                <track></track>
                
                <persons>
                    
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/FEWD7V/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/FEWD7V/feedback/</feedback_url>
            </event>
            <event guid='3db2dcf4-785b-5226-a6f0-18cc5aedf746' id='21251' code='VCSHJ3'>
                <room>Purple</room>
                <title>MetaLenz Sponsored Talk</title>
                <subtitle></subtitle>
                <type>Silver sponsor talk</type>
                <date>2022-07-27T15:55:00+00:00</date>
                <start>15:55</start>
                <duration>00:05</duration>
                <abstract>Metalenz is commercializing metasurface technology and transforming optical sensing in consumer electronics and automotive markets.</abstract>
                <slug>juliacon-2022-21251-metalenz-sponsored-talk</slug>
                <track></track>
                
                <persons>
                    
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/VCSHJ3/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/VCSHJ3/feedback/</feedback_url>
            </event>
            <event guid='12c29768-20cb-5616-810a-39e1d2ac917d' id='18169' code='CSARPH'>
                <room>Purple</room>
                <title>Quantum computing with ITensor and PastaQ</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2022-07-27T19:00:00+00:00</date>
                <start>19:00</start>
                <duration>00:30</duration>
                <abstract>We introduce PastaQ.jl, a computational toolbox for simulating, designing, and benchmarking quantum hardware. PastaQ relies on a tensor network description of quantum processes, built on top of ITensors.jl, a leading library for efficient tensor network algorithms. Leveraging recent developments in tensor network differentiation in ITensor, PastaQ provides access to a broad range of computational tools to tackle a tasks routinely encountered when building quantum computers.</abstract>
                <slug>juliacon-2022-18169-quantum-computing-with-itensor-and-pastaq</slug>
                <track></track>
                
                <persons>
                    <person id='23469'>Matthew Fishman</person><person id='23465'>Giacomo Torlai</person>
                </persons>
                <language>en</language>
                <description>Quantum computers provide a new computational paradigm with far-reaching implications for a variety of scientific disciplines. Small quantum computers exist in today&#8217;s laboratories, but due to imperfections and noise, these machines can only handle problems of limited complexity. The successful development of larger quantum devices requires improved qubit manufacturing and control, active error correction, as well as theoretical advances.

In practice, when building a quantum computer, tasks throughout the quantum computing stack rely on efficient classical algorithms running on conventional computers. These tasks include simulations for designing quantum gates and circuits, qubit calibration, and device characterization/benchmarking. Tensor networks are a powerful framework for describing and simulating quantum systems. They play an important role in simulating the quantum dynamics underlying the experimental hardware, reconstructing quantum processes from measurements, and correcting errors in quantum devices.

PastaQ.jl is a new Julia package for quantum computing built on top of ITensors.jl. ITensors.jl is an established tensor network software library with a unique memory-independent array/tensor interface. ITensor provides a high level and flexible interface for easily calling state of the art tensor network algorithms and developing new tensor network algorithms. Recently in ITensor we have been adding support for automatic differentiation by adding differentiation rules with ChainRules.jl. These range from basic rules for tensor contraction to higher level rules for differentiating quantum state evolution. PastaQ builds on top of this new differentiation support in ITensor to enable a variety of quantum computing applications like the design/optimization of quantum gates via optimal control theory, simulation of quantum circuits, classical optimization of variational circuits, quantum tomography, etc. In this talk, we will discuss some basics of tensor network differentiation in ITensor, and discuss how these new differentiation tools are leveraged in PastaQ for advanced applications in designing and analyzing quantum computers.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/CSARPH/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/CSARPH/feedback/</feedback_url>
            </event>
            <event guid='42d21151-cd7f-5c97-82c0-3651f218b474' id='18142' code='KJTGC3'>
                <room>Purple</room>
                <title>QuantumCircuitOpt for Provably Optimal Quantum Circuit Design</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2022-07-27T19:30:00+00:00</date>
                <start>19:30</start>
                <duration>00:30</duration>
                <abstract>A key aspect for operating near-term intermediate-scale quantum (NISQ) computers is to develop compact circuits to implement quantum algorithms, given the hardware&apos;s architectural constraints. Efficient formulations and algorithms to solve such hard optimization problems with optimality guarantees is a key in designing such NISQ devices. This talk provides an overview of QuantumCircuitOpt.jl, a software package developed at LANL for provably optimal synthesis of architecture for Quantum circuits</abstract>
                <slug>juliacon-2022-18142-quantumcircuitopt-for-provably-optimal-quantum-circuit-design</slug>
                <track>JuliaCon</track>
                <logo>/media/juliacon-2022/submissions/KJTGC3/logo_2_fHtFhy4.png</logo>
                <persons>
                    <person id='23437'>Harsha Nagarajan</person>
                </persons>
                <language>en</language>
                <description>In recent years, the quantum computing community has seen an explosion of novel methods to implement non-trivial quantum computations on near-term intermediate-scale quantum (NISQ) hardware. An important direction of research has been to decompose an arbitrary entangled state, represented as a unitary, into a quantum circuit, that is, a sequence of gates supported by a quantum processor. It has been well known that circuits with longer decompositions and more entangling multi-qubit gates are error-prone for the current noisy, intermediate-scale quantum devices. To this end, we present the framework of &quot;QuantumCircuitOpt&quot; package, which is aimed at providing provably optimal quantum circuit design.

&quot;QuantumCircuitOpt.jl&quot; (QCOpt in short), is an open-source, Julia-based, package for provably optimal quantum circuit design. QCOpt implements mathematical optimization formulations and algorithms for decomposing arbitrary unitary gates into a sequence of hardware-native gates with global optimality guarantees on the quality of the designed circuit. To this end, QCOpt takes the following inputs: the total number of qubits, the set of hardware-native elementary gates, the target gate to be decomposed, and the maximum allowable size (depth) of the circuit. Given these inputs, QCOpt invokes appropriate gates from a menagerie of gates implemented within the package, reformulates the optimization problem into a mixed-integer program (MIP), applies feasibility-based bound propagation, derives various hardware-relevant valid constraints to reduce the search space, and finally provides an optimal circuit with error guarantees. On a variety of benchmark quantum gates, we show that QCOpt can find up to 57% reduction in the number of necessary gates on circuits with up to four qubits, and in run times less than a few minutes on commodity computing hardware. We also validate the efficacy of QCOpt as a tool for quantum circuit design in comparison with a naive brute-force enumeration algorithm. We also show how the QCOpt package can be adapted to various built-in types of native gate sets, based on different hardware platforms like those produced by IBM, Rigetti and Google.

Package link: https://github.com/harshangrjn/QuantumCircuitOpt.jl</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/KJTGC3/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/KJTGC3/feedback/</feedback_url>
            </event>
            <event guid='a93429bb-90b1-5b5a-ae9a-1ceb5d3236e1' id='17260' code='XNRBWC'>
                <room>Purple</room>
                <title>Simulating and Visualizing Quantum Annealing in Julia</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2022-07-27T20:00:00+00:00</date>
                <start>20:00</start>
                <duration>00:30</duration>
                <abstract>QuantumAnnealing.jl provides a toolkit for performing simulations of Adiabatic Quantum Computers on classical hardware. The package includes functionality for rapid simulation of the Schrodinger evolution of the system, processing annealing schedules used by real world annealing hardware, implementing custom annealing schedules, and more.</abstract>
                <slug>juliacon-2022-17260-simulating-and-visualizing-quantum-annealing-in-julia</slug>
                <track>JuliaCon</track>
                <logo>/media/juliacon-2022/submissions/XNRBWC/SpinTrajExample_OkhvcoD.png</logo>
                <persons>
                    <person id='22707'>Zachary Morrell</person>
                </persons>
                <language>en</language>
                <description>The field of Quantum Computation has been rapidly growing in recent years.  One driving factor behind this growth is the computational intractability of simulating quantum systems.  The classical overhead for simulating quantum systems grows exponentially as the system size increases, making quantum computers an appealing option for performing these simulations.  Algorithms have also been developed to perform actions such as search and optimization on quantum computers.  Quantum Annealing is an optimization method which makes use of an adiabatic quantum computer to try to find a global minima.  It relies on the Adiabatic Theorem which states that if a quantum system is prepared in its ground state, if the system evolves slowly enough it will stay in its ground state.  A few companies have created quantum annealing hardware, most notably D-Wave Systems, so it is useful to be able to simulate small anneals to look for signatures that imply that the quantum annealing hardware is behaving as expected.  To accomplish this, we can solve the Schrodinger equation with the time varying Hamiltonian for the quantum annealer we wish to simulate.

That is where this package comes into play.  QuantumAnnealing.jl allows for the simulation of a quantum annealer with arbitrary annealing schedule (two functions which dictate how the system evolves from the initial &quot;easy&quot; state to the final &quot;problem&quot; state), and arbitrary target hamiltonian (the encoding of the problem which is supposed to be solved by the quantum annealer).  This package also provides functionality for implementing controls on the annealing schedules, such as holding the schedules constant for a set amount of time (often called a pause) or increasing the speed of the anneal (often called a quench), as well as the ability to directly process D-Wave hardware schedules from CSV files into annealing schedule functions used by the simulator.  The simulation can be performed either by using a wrapper around DifferentialEquations.jl, or by using a specialized solver we have written to quickly and accurately simulate the closed system evolution of the quantum annealing hamiltonian.  This solver makes use of the Magnus Expansion and includes hard-coded implementations up to the fourth order, as well as a general implementation if a higher order solver is needed.  This hardcoded solver has empirically produced a 20-30x speed improvement over the DifferentialEquations.jl wrapper.

Alongside QuantumAnnealing.jl, we have released a plotting package, QuantumAnnealingAnalytics.jl which provides useful plotting functionality for common use-cases of the QuantumAnnealing.jl package.  QuantumAnnealingAnalytics.jl includes functions to plot the instantaneous ground state of the Hamiltonian (useful for determining how quickly it is expected that the system can evolve without leaving the ground state), plotting the probabilities of various energy levels for the final system (useful for comparing output statistics from hardware), and plotting output statistics from data files in the bqpjson format.  This allows for much easier understanding of the system the user is working with and can be used to quickly reproduce figures found in seminal works in the field of Quantum Annealing.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/XNRBWC/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/XNRBWC/feedback/</feedback_url>
            </event>
            
        </room>
        <room name='Blue' guid='c89015de-5dd9-58c5-a805-1a93751dbffa'>
            <event guid='cdd4b1ba-91a2-5cb1-8385-67d1c82bea77' id='18175' code='QMZUZH'>
                <room>Blue</room>
                <title>Julia to the NEC SX-Aurora Tsubasa Vector Engine</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2022-07-27T12:30:00+00:00</date>
                <start>12:30</start>
                <duration>00:30</duration>
                <abstract>The package VectorEngine.jl enables the use of the SX-Aurora Tsubasa Vector Engine (VE) as an accelerator in hybrid Julia programs. It builds on GPUCompiler.jl leveraging the VEDA API as well as the LLVM-VE compiler and the Region Vectorizer. Even though the VE is very different from GPUs, using only few cores and arithmetic units with very long vector length, the package enables programmers to use it in a very similar way, simplifying the porting of Julia applications.</abstract>
                <slug>juliacon-2022-18175-julia-to-the-nec-sx-aurora-tsubasa-vector-engine</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='20935'>Valentin Churavy</person><person id='23470'>Erich Focht</person>
                </persons>
                <language>en</language>
                <description>The talk introduces the VectorEngine.jl [1] package, the first port of the Julia programming language to the NEC SX-Aurora Tsubasa Vector Engine (VE) [2]. It describes the design choices made for enabling the Julia programming languages, architecture specific details, similarities and differences between VEs and GPUs and the currently supported features.

The current instances of the VE are equipped with 6 HBM2 modules that deliver 1.55 TB/s memory bandwidth to 8 or 10 cores. Each core consists of a full fledged scalar processing unit (SPU) and a vector processing unit (VPU) running with very long vector lengths of up to 256 x 64 bit or 512 x 32 bit words. With C, C++ and Fortran the VE can run programs natively, completely on the VE, OpenMP and MPI parallelized, with Linux system calls being processed on the host machine. Native VE programs can offload function calls to the host CPU (reverse offloading). Alternatively the VE can be used as an accelerator, with the main program running on the host CPU and performance-critical kernels being offloaded to the VE with the help of libraries like AVEO or VEDA [3]. Prominent users of the SX-Aurora Vector Engines are in weather and climate research (eg. Deutscher Wetterdienst), earth sciences research (JAMSTEC, Earth Simulator), fusion research (National Institute for Fusion Science, Japan).

For enabling the VE for Julia use we chose to use the normal offoading programming paradigm that treats the VE as an accelerator running particular code kernels. The GPUCompiler.jl module was slightly expanded and used in VectorEngine.jl to support VEDA on VE, similar to the GPU specific implementations CUDA.jl, AMDGPU.jl and oneAPI.jl. Although VEs are very different from GPUs, chosing a usage pattern similar to GPUs is the most promissing approach for reducing porting efforts and making multi-accelerator Julia code maintainable. With VectorEngine.jl we can declare device-side arrays and structures, copy data between host and device side, declare kernel functions, create cross-compiled objects that can be executed on the accelerator, or use a simple macro like @veda to run a function on the device side and hide steps like compilation and arguments transfer from the user.

For cross-compiling VE device code we use the LLVM-VE compiler. It is a slightly extended version of the upstream LLVM compiler that supports VE as an official architecture since late 2021. For vectorization inside the Julia device code we use the Region Vectorizer [4], an advanced outer loop vectorizer capable of handling divergent control flow. The Region Vectorizer does not do data-dependency analysis, therefore loops that need to be vectorized must be annotated by the programmer.

At the time of the submission of the talk proposal VE device side Julia supports a very limited runtime, quite similar to that of other GPUs. It includes device arrays, transfer of structures, vectorization using the Region Vectorizer and device-side ccalls to libc functions as well as other VE libraries. We discuss the target of implementing most of the Julia runtime on the device side, a step that would enable a much wider range of codes on the accelerator.


[1] VectorEngine.jl github repository: https://github.com/sx-aurora-dev/VectorEngine.jl

[2] K. Komatsu et al, Performance evaluation of a vector supercomputer sx-aurora TSUBASA, https://dl.acm.org/doi/10.5555/3291656.3291728

[3] VEDA github repository: https://github.com/sx-aurora/veda

[4] Simon Moll, Vectorization system for unstructured codes with a Data-parallel Compiler IR, 2021, dissertation https://publikationen.sulb.uni-saarland.de/handle/20.500.11880/32453</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/QMZUZH/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/QMZUZH/feedback/</feedback_url>
            </event>
            <event guid='2b8ba5fc-b546-5948-8c8b-5092c47ea1ef' id='18014' code='YPGNCS'>
                <room>Blue</room>
                <title>Teaching GPU computing, experiences from our Master-level course</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2022-07-27T13:00:00+00:00</date>
                <start>13:00</start>
                <duration>00:30</duration>
                <abstract>In the Fall Semester 2021 at ETH Zurich, we designed and taught a new course: **Solving PDEs in parallel on GPUs with Julia**. We present technical and teaching experiences we gained: we look at our tech-stack `CUDA.jl`, `ParallelStencils.jl` and `ImplictGlobalGrid.jl` for GPU-computing; and `Franklin.jl`, `Literate.jl`, `IJulia.jl`/Jupyter for web, slides, and exercises. We look into the crash-course in Julia, teaching software-engineering (git, CI) and project-based student evaluations.</abstract>
                <slug>juliacon-2022-18014-teaching-gpu-computing-experiences-from-our-master-level-course</slug>
                <track></track>
                <logo>/media/juliacon-2022/submissions/YPGNCS/julia_gpu_course_w4RORIk.png</logo>
                <persons>
                    <person id='23304'>Ludovic R&#228;ss</person><person id='23252'>Samuel Omlin</person><person id='23308'>Mauro Werder</person>
                </persons>
                <language>en</language>
                <description>In the Fall Semester 2021 at ETH Zurich, we designed and taught a new Master-level course: [**Solving PDEs in parallel on GPUs with Julia**](https://eth-vaw-glaciology.github.io/course-101-0250-00/).

We had prior experience in teaching workshops and individual lectures based on Julia, this was our first end-to-end Julia-based lecture course. It filled a niche at ETH Zurich, Switzerland: namely numerical GPU computing for the domain scientists.

Whilst we had great prior experience with the GPU tech-stack used (we&apos;re developing part of it), we had to learn much on the presentational tech-stack to create a website, slides and assignments. The presentation will focus on both the GPU-stack (`CUDA.jl`, `ParallelStencils.jl` and `ImplictGlobalGrid.jl`) and the presentation-stack (`Literate.jl`, `Franklin.jl`, `IJulia.jl`/Jupyter).

Co-authors: Mauro Werder&#185; &#178; , Samuel Omlin&#179;

&#185; Swiss Federal Institute for Forest, Snow and Landscape Research (WSL) | &#178; ETH Zurich | &#179; Swiss National Supercomputing Centre (CSCS)</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/YPGNCS/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/YPGNCS/feedback/</feedback_url>
            </event>
            <event guid='798c30d3-5b0a-53d1-bafb-660ccf1002ca' id='18017' code='7FVVF3'>
                <room>Blue</room>
                <title>GPU4GEO - Frontier GPU multi-physics solvers in Julia</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-27T13:40:00+00:00</date>
                <start>13:40</start>
                <duration>00:10</duration>
                <abstract>The accelerating outflow of ice in Antarctica or Greenland due to a warming climate or the geodynamic processes shaping the Earth share common computational challenges: extreme-scale high-performance computing (HPC) which requires the next-generation of numerical models, parallel solvers and supercomputers. We here present a fresh approach to modern HPC and share our experience running Julia on thousands of graphical processing units (GPUs).</abstract>
                <slug>juliacon-2022-18017-gpu4geo-frontier-gpu-multi-physics-solvers-in-julia</slug>
                <track></track>
                <logo>/media/juliacon-2022/submissions/7FVVF3/gpu4geo_jc_KtKmFdN.png</logo>
                <persons>
                    <person id='23304'>Ludovic R&#228;ss</person><person id='23252'>Samuel Omlin</person><person id='23323'>Albert de Montserrat</person><person id='23341'>Boris Kaus</person>
                </persons>
                <language>en</language>
                <description>Computational Earth sciences leverage numerical modelling to understand and predict the evolution of complex multi-physical systems. Ice sheet dynamics and solid Earth geodynamics are, despite their apparent differences, two domains that build upon analogous physical description and share similar computational challenges. Resolving the interactions among various physical processes in three-dimensions on high spatio-temporal resolution is crucial to capture rapid changes in the system leading to the formation of, e.g., ice streams or mountains ranges.

Within the [**GPU4GEO**](https://ptsolvers.github.io/GPU4GEO/) project, we propose software tools which provide a way forward in ice dynamics, geodynamics and computational Earth sciences by exploiting two powerful emerging paradigms in HPC: supercomputing with Julia on graphical processing units (GPUs) and massively parallel iterative solvers. We use Julia as the main language because it features high-level and high-performance capabilities and performance portability amongst multiple backends (e.g., multi-core CPUs, and AMD and NVIDIA GPUs). 

We will discuss our experience using `ParallelStencil.jl` and `ImplicitGlobalGrid.jl` as software building blocks in combination to `CUDA.jl`, `AMDGPU.jl` and `MPI.jl` for designing massively parallel and scalable solvers based on the pseudo-transient relaxation method, namely `FastIce.jl` and `JustRelax.jl`. Our work shows great promise for solving a wide range of mechanical multi-physics problems in geoscience, at scale and on GPU-accelerated supercomputers.

Co-authors: Ivan Utkin&#185; &#178;, Albert De Montserrat&#185;, Boris Kaus&#179;, Samuel Omlin&#8308;

&#185; ETH Zurich | &#178; Swiss Federal Institute for Forest, Snow and Landscape Research (WSL) | &#179; Johannes Gutenberg University Mainz | &#8308; Swiss National Supercomputing Centre (CSCS)</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/7FVVF3/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/7FVVF3/feedback/</feedback_url>
            </event>
            <event guid='3fa4b230-06e6-57ee-b8aa-5ac58bc8a9cf' id='17053' code='PRYQ8N'>
                <room>Blue</room>
                <title>Using Hawkes Processes in Julia: Finance and More!</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-27T14:30:00+00:00</date>
                <start>14:30</start>
                <duration>00:10</duration>
                <abstract>Using HawkesProcesses.jl I&apos;ll introduce the theory behind Hawkes process and show how it can be used across many different applications. Hawkes processes in Julia benefit from the speed of the language and composability  of the different libraries, as you can easily extend the Hawkes process using other packages without too much difficulty. Plus, by using Pluto notebooks I can build simple interactions that demonstrate the underlying mechanics of the Hawkes process.</abstract>
                <slug>juliacon-2022-17053-using-hawkes-processes-in-julia-finance-and-more</slug>
                <track></track>
                
                <persons>
                    <person id='22495'>Dean Markwick</person>
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/PRYQ8N/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/PRYQ8N/feedback/</feedback_url>
            </event>
            <event guid='24052005-2d9f-5f6f-b46f-e698cd6ba523' id='18054' code='FXMQPQ'>
                <room>Blue</room>
                <title>Dithering in Julia with DitherPunk.jl</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-27T14:40:00+00:00</date>
                <start>14:40</start>
                <duration>00:10</duration>
                <abstract>Dithering algorithms are a group of color quantization techniques that create the illusion of continuous color in images with small color palettes by adding high-frequency noise or patterns. Traditionally used in printing, they are now mostly used for stylistic purposes.

DitherPunk.jl implements a wide variety of fast and extensible dithering algorithms. Using its example, I will demonstrate how packages for creative coding can be built on top of the JuliaImages ecosystem.</abstract>
                <slug>juliacon-2022-18054-dithering-in-julia-with-ditherpunk-jl</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23269'>Adrian Hill</person>
                </persons>
                <language>en</language>
                <description>In this talk I will present [DitherPunk.jl](https://github.com/JuliaImages/DitherPunk.jl), a Julia package implementing over 30 dithering algorithms: from ordered dithering with Bayer matrices to digital halftoning and error diffusion methods such as Floyd-Steinberg.

DitherPunk.jl can be used for binary dithering, channel-wise dithering and for dithering with custom color palettes. 
Typically, color dithering algorithms are implemented using Euclidean distances in RGB color space. By building on top of packages from the JuliaImages ecosystem such as Colors.jl and ColorVectorSpace.jl, algorithms can be applied in any color space using any color distance metric, allowing for a lot of creative experimentation.

Due to its modular design, DitherPunk.jl is highly extensible. This will be demonstrated by creating an ordered dithering algorithm from a signed distance function.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/FXMQPQ/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/FXMQPQ/feedback/</feedback_url>
            </event>
            <event guid='db5ab4bb-a902-579e-acde-f84c5aa564e0' id='18026' code='SV9TS9'>
                <room>Blue</room>
                <title>FdeSolver.jl: Solving fractional differential equations</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-27T14:50:00+00:00</date>
                <start>14:50</start>
                <duration>00:10</duration>
                <abstract>FdeSolver Julia&#160;package solves fractional differential equations in the sense of Caputo, suitable for nonlinear and stiff ordinary differential systems. It has been used for describing memory effects in microbial community dynamics and complex systems. With some practical examples, I will present why (and how) developing such a computational package in open source programming is important (and useful).</abstract>
                <slug>juliacon-2022-18026-fdesolver-jl-solving-fractional-differential-equations</slug>
                <track></track>
                
                <persons>
                    <person id='23321'>Moein Khalighi</person>
                </persons>
                <language>en</language>
                <description>Differential equations with fractional operators describe many real-world phenomena more accurately than integer order calculus. Fractional calculus has been recognized as a powerful method for understanding the memory and nonlocal correlation of dynamic processes, phenomena, or structures. However, the Julia programming language has missed a package for solving differential equations of fractional order in an accurate, reliable, and efficient way. Hence, we devise the FdeSolver Julia package specifically for solving two general classes of fractional-order problems: fractional differential equations (FDEs) and multi-order systems of FDEs. We implement the explicit and implicit predictor-corrector algorithms with sufficient convergence and accuracy of the solution of the nonlinear systems, including the fast Fourier transform technique that gives us high computation speed and efficient treatment of the persistent memory term. The following document provides some overall information for using the package: https://juliaturkudatascience.github.io/FdeSolver.jl/stable/readme</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/SV9TS9/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/SV9TS9/feedback/</feedback_url>
            </event>
            <event guid='1b68cd0f-4711-5fca-a44e-cea05cb1b957' id='18002' code='8AYKB7'>
                <room>Blue</room>
                <title>Automated PDE Solving in Julia with MethodOfLines.jl</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2022-07-27T15:10:00+00:00</date>
                <start>15:10</start>
                <duration>00:30</duration>
                <abstract>If you want to simulate something, sooner or later you&#8217;re going to come across partial differential equations. But solving PDEs is hard, right? It doesn&#8217;t have to be! In this talk we&apos;ll cut to the chase: how do I copy paste the textbook description of my PDE into Julia symbolic syntax and get a solution? MethodOfLines.jl is the answer, and in this talk we&apos;ll show you how to do it!</abstract>
                <slug>juliacon-2022-18002-automated-pde-solving-in-julia-with-methodoflines-jl</slug>
                <track></track>
                
                <persons>
                    <person id='23298'>Alex Jones</person>
                </persons>
                <language>en</language>
                <description>MethodOfLines.jl is a system for the automated discretization of symbolically defined partial differential equations (PDEs), by the method of lines. By recognizing different linear and nonlinear terms in the specified system, we build a performant semidiscretization by symbolically applying effective finite difference schemes, which we then used to generate optimized Julia code. Consequently, one can solve the system with an appropriate ordinary differential equation (ODE) solver.  

In this 30 minute talk, the audience will learn how to use MethodOfLines.jl to discretize and solve an example PDE that represents a physical simulation which arises in research, gaining the knowledge and skills to apply these tools to their own problems. They will also learn about some of the internals of MethodOfLines.jl. This will arm them with the knowledge required to implement improved finite difference schemes, benefiting their own research and others in the community. Finally, we will outline the proposed direction of development for the package moving forwards.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/8AYKB7/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/8AYKB7/feedback/</feedback_url>
            </event>
            <event guid='eedc5e3e-7113-51e4-89fd-d573e88c9439' id='18049' code='EA7NVT'>
                <room>Blue</room>
                <title>Automatic generation of C++ -- Julia bindings</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2022-07-27T19:00:00+00:00</date>
                <start>19:00</start>
                <duration>00:30</duration>
                <abstract>Interporability of Julia with C++ is essential for the use of the Julia programming language in fields with a large legacy of code written in this language. We will show how the generation of a Julia interface to a C++ library can be automatized using CxxWrap.jl and a tool that generates the required C++ glue code. The concept is demonstrated with a prototype called WrapIt!, https://www.github.com/grasph/wrapit, based on clang and which is already well advanced.</abstract>
                <slug>juliacon-2022-18049-automatic-generation-of-c-julia-bindings</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23347'>Philippe Gras</person>
                </persons>
                <language>en</language>
                <description>Interfacing Julia with C++ libraries can be done with the help of the CxxWrap.jl package. With this package bindings to C++ classes, their methods and to global functions with a clean Julia interface can be easily be implemented. To provide the bindings, a wrapper that defines the C++-Julia mapping must be written. 

We will show in this talk that this wrappper code can be automatically generated from the C++ library source code. A code generator, called WrapIt! (https://github.com/grasph/wrapit) and which was developped as a proof of concept will  be presented. 

The clang libraries (https://clang.llvm.org/) was used to interpret the C++ code and in particular its C API, libclang. The tool is already well advanced. We will show the challenges that represents deducing the library interface direcly from the C++ header files, in particular for large libraries with hundreds or thousands of C++ classes, the technical choices made in WrapIt!, the status of this tool, and what would be need to make it a full-fledged wrapper generator.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments>
                    <attachment href="https://pretalx.com/media/juliacon-2022/submissions/EA7NVT/resources/JuliaCon-pgras-20220727_tIsG1cQ.pdf">Slides</attachment>
                </attachments>

                <url>https://pretalx.com/juliacon-2022/talk/EA7NVT/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/EA7NVT/feedback/</feedback_url>
            </event>
            <event guid='1109ac19-09b8-5970-935b-63673f241f43' id='18034' code='3VSJHV'>
                <room>Blue</room>
                <title>Extending PyJL to Translate Python Libraries to Julia</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2022-07-27T19:30:00+00:00</date>
                <start>19:30</start>
                <duration>00:30</duration>
                <abstract>Many new high-level programming languages have emerged in recent years. Julia is one of these languages, that offers the speed of C, the macro capabilities of Lisp, and the user-friendliness of Python. However, its library set is still reduced when compared to languages, such as Python. We propose extending PyJL, an open source transpilation tool, to speedup the conversion of libraries to Julia.</abstract>
                <slug>juliacon-2022-18034-extending-pyjl-to-translate-python-libraries-to-julia</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23330'>Miguel Marcelino</person>
                </persons>
                <language>en</language>
                <description>PyJL is part of the Py2Many transpiler, which is a rule-based transpilation tool. PyJL builds upon Py2Many to translate Python source code to Julia. Parsing is performed through Python&apos;s _ast_ module, which generates an Abstract Syntax Tree. Then, several intermediate transformations convert the input Python source code into Julia source code.

In terms of our results, we managed to translate two commonly used benchmarks:
1. The N-Body problem, achieving a speedup of 19.5x when compared to Python, after adding only one type hint
2. An implementation of the Binary Trees benchmark to test Garbage Collection, which resulted in 8.6x faster execution time without requiring any user intervention

The current major limitations of PyJL are type inference and mapping Python&apos;s OO paradigm to Julia. Regarding type inference, PyJL requires type hints in function arguments and return types, and we are currently integrating pytype, a type inference mechanism, to verify the soundness of type hints. Regarding the OO paradigm, PyJL currently maps Julia&apos;s classes, including class constructors, and single inheritance to Julia. However, Python&apos;s special methods, such as \_\_repr\_\_ or \_\_str\_\_ still require proper translation.

Although the development of our transpilation tool is still at an early stage, our preliminary results show that the transpiler generates human-readable code that can achieve high performance with few changes to the generated source code.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments>
                    <attachment href="https://pretalx.com/media/juliacon-2022/submissions/3VSJHV/resources/Extending_PyJL_to_Translate_Python_Libraries__MMoALqQ.pdf">Extended Abstract</attachment>
                </attachments>

                <url>https://pretalx.com/juliacon-2022/talk/3VSJHV/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/3VSJHV/feedback/</feedback_url>
            </event>
            <event guid='65ed3388-a0ab-5e01-8919-f1a1b0f86b8c' id='18128' code='JPYJS8'>
                <room>Blue</room>
                <title>Julia in VS Code - What&apos;s New</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2022-07-27T20:00:00+00:00</date>
                <start>20:00</start>
                <duration>00:30</duration>
                <abstract>We will highlight new features in the Julia VS Code extension that shipped in the last year and give a preview of some new work. The new features from last year that we will highlight are: 1) a new profiler UI, 2) a new table viewer UI, 3) a revamped plot gallery, 4) cloud indexing infrastructure, and 5) integration of JuliaFormatter. We will also present some brand-new features, in particular an entirely new test explorer UI integration.</abstract>
                <slug>juliacon-2022-18128-julia-in-vs-code-what-s-new</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23420'>David Anthoff</person><person id='23422'>Sebastian Pfitzner</person>
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/JPYJS8/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/JPYJS8/feedback/</feedback_url>
            </event>
            
        </room>
        <room name='BoF' guid='7e7ef06c-3fb7-5cb3-9f93-d54857194763'>
            <event guid='038b0ca2-d184-5e47-8658-51366bd6cf43' id='18170' code='V7CCYF'>
                <room>BoF</room>
                <title>Simulating neural physiology &amp; networks in Julia</title>
                <subtitle></subtitle>
                <type>Birds of Feather</type>
                <date>2022-07-27T12:30:00+00:00</date>
                <start>12:30</start>
                <duration>01:30</duration>
                <abstract>Could Julia be uniquely well-suited for rapidly developing new approaches to simulate the brain ? What if neuroscientists could use a composable set of tools to craft models of ion channels, compartmentalized neuronal morphology, networks of LIF or conductance-based neurons, reinforcement learning, and everything in-between?

Join the discussion on the [bof-voice](https://discord.com/channels/995757799076282478/997898697578913853) channel in discord.</abstract>
                <slug>juliacon-2022-18170-simulating-neural-physiology-networks-in-julia</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23466'>Alessio Quaresima</person><person id='26632'>Wiktor Phillips</person><person id='26639'>Tushar Chauhan</person>
                </persons>
                <language>en</language>
                <description>Julia&#8217;s software ecosystem certainly lessens the technical burden for computational neuroscientists&#8212;it boasts federated development of high-quality packages for solving differential equations, machine learning, automatic differentiation, and symbolic algebra. Deep language support for multithreaded, distributed, and GPU parallelism also makes the case for models that can span multiple scales, both in biological detail and overall network size. 

Come join us for a community discussion about what a fresh Julian take on modeling the brain might look like. Together we will lay out an initial set of goals for building up a domain-specific ecosystem of packages for computational neuroscience.

The discussion will be moderated by Wiktor Phillips, Alessio Quaresima, and Tushar Chauhan.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/V7CCYF/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/V7CCYF/feedback/</feedback_url>
            </event>
            <event guid='65d1808c-44f1-55b5-b02d-9bba6dee0230' id='17698' code='YLSWBC'>
                <room>BoF</room>
                <title>Discussing Gender Diversity in the Julia Community</title>
                <subtitle></subtitle>
                <type>Birds of Feather</type>
                <date>2022-07-27T14:30:00+00:00</date>
                <start>14:30</start>
                <duration>01:30</duration>
                <abstract>Julia Gender Inclusive is an initiative that supports gender diversity in the Julia community. Over the last year, we have worked toward doing so through meetups and workshops for community building and education. In this Birds-of-Feather session, we hope to discuss current and future initiatives with other people with underrepresented genders, as well as supportive allies.

Join the discussion on the [bof-voice](https://discord.com/channels/995757799076282478/997898697578913853) channel</abstract>
                <slug>juliacon-2022-17698-discussing-gender-diversity-in-the-julia-community</slug>
                <track></track>
                
                <persons>
                    <person id='22989'>Julia Gender Inclusive</person>
                </persons>
                <language>en</language>
                <description>The objective of this BoF is to find more people who feel their gender is underrepresented within the Julia community or want to support people who feel so. We aim to create a safe and fruitful discussion about gender diversity, increase awareness of our current initiatives, and receive input on new actions we can take as Julia Gender Inclusive.</description>
                <recording>
                    <license></license>
                    <optout>true</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/YLSWBC/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/YLSWBC/feedback/</feedback_url>
            </event>
            <event guid='e4b630eb-4c87-59f1-a9bf-60fc4d5e99b7' id='21381' code='M7JDGG'>
                <room>BoF</room>
                <title>Poster session</title>
                <subtitle></subtitle>
                <type>Virtual poster session</type>
                <date>2022-07-27T18:00:00+00:00</date>
                <start>18:00</start>
                <duration>01:30</duration>
                <abstract>The virtual poster session will take place in the designated area in [Gather.town](https://app.gather.town/invite?token=2ucLB9IpmCAXZIex4Dvh2VFCeR6QLEdP). See the full poster list on the [JuliaCon website](https://juliacon.org/2022/posters/).</abstract>
                <slug>juliacon-2022-21381-poster-session</slug>
                <track></track>
                
                <persons>
                    
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/M7JDGG/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/M7JDGG/feedback/</feedback_url>
            </event>
            
        </room>
        <room name='JuMP' guid='d838626f-64cf-53f3-a318-23bd4c420aa9'>
            <event guid='83f1b688-b69b-5601-937f-bd6c67fabf59' id='16830' code='RDLDYD'>
                <room>JuMP</room>
                <title>UnitJuMP: Automatic unit handling in JuMP</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-27T12:30:00+00:00</date>
                <start>12:30</start>
                <duration>00:10</duration>
                <abstract>This talk will present the package UnitJuMP that allows the user to include units when modelling optimization problems in JuMP. Both variables and constraints can have specified units, as well as parameters involved in objective and constraints. If different units are combined, functionality in Unitful is used to check for compatibility and perform automatic conversions.</abstract>
                <slug>juliacon-2022-16830-unitjump-automatic-unit-handling-in-jump</slug>
                <track>JuMP</track>
                
                <persons>
                    <person id='22328'>Truls Flatberg</person>
                </persons>
                <language>en</language>
                <description>When setting up complex optimization models involving real world problems, this will often involve
parameters and variables that represent physical quantitities with specified units. To ensure 
correctness of the optimization model, considerable care has to be taken to avoid errors due 
to inconsistent use of units. An example is investment models in the energy sector where 
multiyear investments measured in GW can be combined with operational decisions on hour or minute basis with parameters being provided in a wide range of units (kWh, MJ, kcal, MMBTU).

The package UnitJuMP is an extension to the JuMP package that handles modeling of units within JuMP models. 
The implementation is based on use of the Unitful package for generic handling of physical units.
The package is still in an early stage of development, and currently only supports the use of units in combination with linear and mixed integer linear optimization problems.  
The package is available for download and testing at https://github.com/trulsf/UnitJuMP.jl.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/RDLDYD/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/RDLDYD/feedback/</feedback_url>
            </event>
            <event guid='c9902316-6a2a-5a9d-8e3c-75d368f7e9f8' id='17198' code='STM8PM'>
                <room>JuMP</room>
                <title>SparseVariables - Efficient sparse modelling with JuMP</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-27T12:40:00+00:00</date>
                <start>12:40</start>
                <duration>00:10</duration>
                <abstract>Industry scale optimization problems are often large and sparse, and problem construction time can rival solution time. The default containers and macros in JuMP present some challenges for this class of problems, in particular some performance gotchas.

We present SparseVariables.jl for simple sparse modelling, and demonstrate performance and conciseness with a supply chain optimization example, benchmarking both problem construction time and LOC for multiple modelling approaches.</abstract>
                <slug>juliacon-2022-17198-sparsevariables-efficient-sparse-modelling-with-jump</slug>
                <track>JuMP</track>
                
                <persons>
                    <person id='22648'>Lars Hellemo</person>
                </persons>
                <language>en</language>
                <description>## Motivation

Industry scale optimization problems, e.g. in supply chain management or energy systems modeling often involve constructing and solving very large, very sparse linear programs. For such problems problem construction time can rival solution time when the problem is solved by very efficient commercial linear programming solvers.

Julia and JuMP provide an elegant and fun modelling environment which integrates nicely with data management, versioning, reproducibility and portability.

The default containers and macros in JuMP do present some challenges for this class of problems, related to performance gotchas and incremental variable construction.

## What it is

Thanks to the unique hackability of Julia and JuMP, it has been straight-forward to create custom containers and macros to investigate alternative approaches to modelling large sparse systems with JuMP.

We present SparseVariables which provides a nice and compact syntax for these problems with good performance by default.

## Performance

To demonstrate SparseVariables, we present a demo supply chain optimization problem, which may be modelled in multiple ways, and benchmark the problem construction time and the number of lines of code for each approach.

## Elegance

With SparseVariables we avoid the boiler-plate necessary with suggested work-arounds for performance issues in JuMP, and also allow incremental construction of variables, which is useful for modular modelling code. Our container features slicing and other variable selection methods to allow for short and concise code, leveraging JuMP, MathOptInterface and the Julia package ecosystem.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/STM8PM/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/STM8PM/feedback/</feedback_url>
            </event>
            <event guid='5011247b-db91-5e57-a164-3a472e6fd96d' id='17059' code='LJC7R8'>
                <room>JuMP</room>
                <title>JuMP ToQUBO Automatic Reformulation</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-27T12:50:00+00:00</date>
                <start>12:50</start>
                <duration>00:10</duration>
                <abstract>We present ToQUBO.jl, a Julia package to reformulate general optimization problems into QUBO instances. This tool aims to convert JuMP problems for straightforward application in physics and physics-inspired solution methods whose normal form is equivalent to QUBO. It automatically maps between source and target models, providing a smooth JuMP modeling experience.
We also present a simple interface to connect various annealers and samplers as QUBO solvers bundled in another package, Anneal.jl.</abstract>
                <slug>juliacon-2022-17059-jump-toqubo-automatic-reformulation</slug>
                <track>JuMP</track>
                <logo>/media/juliacon-2022/submissions/LJC7R8/logo_y512kFg.svg</logo>
                <persons>
                    <person id='22564'>Pedro Xavier</person>
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/LJC7R8/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/LJC7R8/feedback/</feedback_url>
            </event>
            <event guid='c6d17349-bb3c-5b75-b84c-1bf4df688708' id='18068' code='VGSB89'>
                <room>JuMP</room>
                <title>A multi-precision algorithm for convex quadratic optimization</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2022-07-27T13:00:00+00:00</date>
                <start>13:00</start>
                <duration>00:30</duration>
                <abstract>In this talk, we describe a Julia implementation of RipQP, a regularized interior-point method for convex quadratic optimization. RipQP is able to solve problems in several floating-point formats, and can also start in a lower precision as a form of warm-start. The algorithm uses sparse factorizations or Krylov methods from the Julia package Krylov.jl. We present an easy way to use RipQP to solve problems modeled with QuadraticModels.jl and LLSModels.jl.</abstract>
                <slug>juliacon-2022-18068-a-multi-precision-algorithm-for-convex-quadratic-optimization</slug>
                <track>JuMP</track>
                
                <persons>
                    <person id='23361'>Geoffroy Leconte</person>
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/VGSB89/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/VGSB89/feedback/</feedback_url>
            </event>
            <event guid='a3cd4653-afdd-56e2-acd1-5cc586bf0134' id='18115' code='UNRVRP'>
                <room>JuMP</room>
                <title>Interior-point conic optimization with Clarabel.jl</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2022-07-27T13:30:00+00:00</date>
                <start>13:30</start>
                <duration>00:30</duration>
                <abstract>The talk will introduce Clarabel.jl, a conic convex optimization solver in pure Julia.   Clarabel.jl uses an interior point technique with a novel homogeneous embedding and can solve LPs, QPs, SOCPs, SDPs or exponential cone programs.   The talk will highlight the solver&apos;s performance advantages relative to competing solvers, discuss algorithmic and software design ideas drawn from existing solvers, and highlight extensibility features leveraging Julia&apos;s multiple dispatch system.</abstract>
                <slug>juliacon-2022-18115-interior-point-conic-optimization-with-clarabel-jl</slug>
                <track>JuMP</track>
                
                <persons>
                    <person id='23403'>Paul Goulart</person>
                </persons>
                <language>en</language>
                <description>The talk will introduce Clarabel.jl, a new package for conic convex optimization implemented in pure Julia.   The package is based on an interior point optimization method and can solve optimization problems in the form of linear and quadratic programs (LPs and QPs), second-order cone programs (SOCPs), semidefinite programs (SDPs) and constraints on the exponential cone.

The package implements a novel homogeneous embedding technique that offers substantially faster solve times relative to existing open-source and commercial solvers for some problem types.   This improvement is due to both a reduction in the number of required interior point iterations as well as an improvement in both the size and sparsity of the linear system that must be solved at each iteration.   The talk will describe details of this embedding and show performance results with respect to solvers based on the standard homogeneous self-dual embedding, including ECOS, Hypatia and MOSEK.

Our implementation of Clarabel.jl adopts design ideas from several existing solver packages.   Based on our group&#8217;s prior experience implementing first-order optimization techniques in the ADMM-based solver COSMO.jl, Clarabel.jl adopts a modular implementation for convex cones that is easily extensible to new types.  The solver organises its core internal data types following the design of the C++ QP solver OOQP, allowing for future extensions of the solver to exploit optimization problems with special internal structure, e.g. optimal control or support vector machine problems.    Finally, the package works with generic types throughout, allowing for simple extension to abstract matrix or vector representations or use with arbitrary precision floating point types.   The talk will describe these features and their implementation through Julia&#8217;s multiple dispatch system.

Clarabel.jl provides a simple native interface for solving cone programs in a standard format.   The package also fully supports Julia&apos;s MathOptInterface package, and can therefore be used via both JuMP and Convex.jl.  

The package will be available as an open-source package via Github under the Apache 2.0 license.  An initial public release is planned for June 2022, but full documentation and examples are already available at:

	https://oxfordcontrol.github.io/Clarabel.jl/</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/UNRVRP/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/UNRVRP/feedback/</feedback_url>
            </event>
            <event guid='c47ec789-2f67-595d-8fd3-f45bb7b76d8a' id='17940' code='KCL3JM'>
                <room>JuMP</room>
                <title>JuMP 1.0: What you need to know</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2022-07-27T14:30:00+00:00</date>
                <start>14:30</start>
                <duration>00:30</duration>
                <abstract>JuMP 1.0 was released in March 2022. I&apos;ll present the state of JuMP today, how we got here, what the JuMP community should know about the 1.0 release, and what&apos;s next on the roadmap.</abstract>
                <slug>juliacon-2022-17940-jump-1-0-what-you-need-to-know</slug>
                <track>JuMP</track>
                
                <persons>
                    <person id='23232'>Miles Lubin</person>
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/KCL3JM/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/KCL3JM/feedback/</feedback_url>
            </event>
            <event guid='5abe3772-ee74-53ce-b637-d6c4c050351b' id='18010' code='CFGAUV'>
                <room>JuMP</room>
                <title>A user&#8217;s perspective on using JuMP in an academic project</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2022-07-27T15:00:00+00:00</date>
                <start>15:00</start>
                <duration>00:30</duration>
                <abstract>The Risk-Aware Market Clearing (RAMC) project investigates the quantification and management of risk in power systems, thereby bridging machine learning, optimization and risk analysis. This talk will discuss the team&apos;s experience --from a user perspective-- on using Julia and JuMP within an academic project and a multi-disciplinary team. This will include the motivation for using these tools, as well as hurdles encountered along the way, and practical experience on industrial-size systems.</abstract>
                <slug>juliacon-2022-18010-a-user-s-perspective-on-using-jump-in-an-academic-project</slug>
                <track>JuMP</track>
                
                <persons>
                    <person id='23303'>Mathieu Tanneau</person>
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/CFGAUV/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/CFGAUV/feedback/</feedback_url>
            </event>
            <event guid='1715e69c-af5a-5f6e-ad9b-295b404cfba9' id='18677' code='XRDNVT'>
                <room>JuMP</room>
                <title>COPT and its Julia interface</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-27T15:30:00+00:00</date>
                <start>15:30</start>
                <duration>00:10</duration>
                <abstract>COPT (Cardinal Optimizer) is a mathematical optimization solver for large-scale optimization problems. It includes high-performance solvers for LP, MIP, SOCP, convex QP, convex QCP and other mathematical programming problems. In this talk we will give an overview of COPT and introduce its Julia interface.</abstract>
                <slug>juliacon-2022-18677-copt-and-its-julia-interface</slug>
                <track>JuMP</track>
                
                <persons>
                    <person id='23922'>Qi Huangfu</person>
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/XRDNVT/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/XRDNVT/feedback/</feedback_url>
            </event>
            <event guid='e69b8c9b-97e7-5287-8c9c-6784a2695566' id='18645' code='ZPUZPU'>
                <room>JuMP</room>
                <title>JuMP and HiGHS: the best open-source linear optimization solvers</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-27T15:40:00+00:00</date>
                <start>15:40</start>
                <duration>00:10</duration>
                <abstract>This talk will describe how the JuMP and HiGHS teams have worked together to deliver the best open-source linear optimization solvers to the Julia community, and present some high-profile use cases.</abstract>
                <slug>juliacon-2022-18645-jump-and-highs-the-best-open-source-linear-optimization-solvers</slug>
                <track>JuMP</track>
                <logo>/media/juliacon-2022/submissions/ZPUZPU/HiGHS_Icon_square_KbMxUw9.jpg</logo>
                <persons>
                    <person id='23902'>Julian Hall</person>
                </persons>
                <language>en</language>
                <description>Almost from the moment that the development of HiGHS was proposed in 2018, the prospect of it offering top-class open-source linear optimization solvers with a well designed and fully supported API was attractive to JuMP. Since then, as HiGHS has developed from outstanding &quot;gradware&quot; to the world&apos;s best open-source linear optimization software, there have been invaluable contributions from the JuMP team. This great example of community cooperation now means that HiGHS is the default MILP solver in JuMP&apos;s documentation, and Julia users have a slick interface to HiGHS. One particular area of activity that is exploiting this is the rapidly-growing world of open-source energy systems planning, where the high license fees for commercial optimization solvers mean that open-source alternatives are critically important for small scale commercial enterprises, NGOs, and organisations in developing countries. Some high-profile use cases of the JuMP-HiGHS interface in this field will be presented.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/ZPUZPU/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/ZPUZPU/feedback/</feedback_url>
            </event>
            <event guid='b16afdd2-95f1-598e-a50b-cff1b0cd4694' id='17013' code='Y8BCSL'>
                <room>JuMP</room>
                <title>Pajarito&apos;s MathOptInterface Makeover</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2022-07-27T19:00:00+00:00</date>
                <start>19:00</start>
                <duration>00:30</duration>
                <abstract>Pajarito is an outer approximation solver for mixed integer conic problems. We have redesigned and rewritten Pajarito in version 0.8 to support MathOptInterface (finally!). Pajarito now has a generic cone interface that allows adding support for new convex cones through a small list of oracles. PajaritoExtras.jl extends Pajarito by defining several cones supported by the continuous conic solver Hypatia. We illustrate with applied examples, including mixed integer polynomial problems.</abstract>
                <slug>juliacon-2022-17013-pajarito-s-mathoptinterface-makeover</slug>
                <track>JuMP</track>
                
                <persons>
                    <person id='22523'>Chris Coey</person>
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/Y8BCSL/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/Y8BCSL/feedback/</feedback_url>
            </event>
            <event guid='48781328-f1df-50b8-90bf-68237b6b35dd' id='17935' code='JLYCL8'>
                <room>JuMP</room>
                <title>A matrix-free fix-propagate-and-project heuristic for MILPs</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2022-07-27T19:30:00+00:00</date>
                <start>19:30</start>
                <duration>00:30</duration>
                <abstract>We present Scylla, a primal heuristic for mixed-integer optimization. It uses matrix-free approximate LP solving with specialized termination criteria and parallelized fix-and-propagate procedures blended with feasibility pump-like objective updates. Besides the presentation of the method and results, we will go over lessons learned on experimentation and implementation tricks including overhead reduction, asynchronous programming, and interfacing with natively-compiled libraries.</abstract>
                <slug>juliacon-2022-17935-a-matrix-free-fix-propagate-and-project-heuristic-for-milps</slug>
                <track>JuMP</track>
                
                <persons>
                    <person id='23226'>Mathieu Besan&#231;on</person>
                </persons>
                <language>en</language>
                <description>The talk will present our work on Scylla in two aspects. The first will be the presentation of the method and different components and ideas they link to, from feasibility pump to primal-dual hybrid gradients for linear optimization and fix-and-propagate procedures. The second aspect of the talk will include lessons learned on asynchronous programming using the Task-Channel model, working with and interfacing native libraries or time management for time-constrained experimental runs.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/JLYCL8/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/JLYCL8/feedback/</feedback_url>
            </event>
            <event guid='e664d501-a5ea-5d18-84d7-9da659898c3e' id='18769' code='TSN8ZR'>
                <room>JuMP</room>
                <title>Verifying Inverse Model Neural Networks Using JuMP</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-27T20:00:00+00:00</date>
                <start>20:00</start>
                <duration>00:10</duration>
                <abstract>Deep learning using neural networks is increasingly popular, but neural networks come with few built-in guarantees of correctness. This talk will discuss how I use JuMP to compute verified upper bounds on the error of a neural network trained as an inverse model. Using JuMP together with Distributed.jl allows me to run a large number of verification queries in parallel with minimal time spent on non-research development.</abstract>
                <slug>juliacon-2022-18769-verifying-inverse-model-neural-networks-using-jump</slug>
                <track>JuMP</track>
                <logo>/media/juliacon-2022/submissions/TSN8ZR/juliacon_talk_image_uVpYXvH.png</logo>
                <persons>
                    <person id='24006'>Chelsea Sidrane</person>
                </persons>
                <language>en</language>
                <description>The talk is based on https://arxiv.org/abs/2202.02429</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/TSN8ZR/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/TSN8ZR/feedback/</feedback_url>
            </event>
            <event guid='3d5f5b4e-75ba-5320-854a-b0541f5d3d33' id='18244' code='LSUKYX'>
                <room>JuMP</room>
                <title>Complex number support in JuMP</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-27T20:10:00+00:00</date>
                <start>20:10</start>
                <duration>00:10</duration>
                <abstract>Complex numbers appear in a variety of optimization problems such as AC optimal power flow problems (AC-OPF) and quantum information optimization. This talk presents the integration of complex numbers in JuMP. We first describe how to create complex variables and constraints with complex coefficients in JuMP. Then, we show how this addition makes use of the extensible design of MathOptInterface and JuMP. We illustrate this with examples from PowerModels.jl and SumOfSquares.jl.</abstract>
                <slug>juliacon-2022-18244-complex-number-support-in-jump</slug>
                <track>JuMP</track>
                
                <persons>
                    <person id='23394'>Beno&#238;t Legat</person>
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/LSUKYX/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/LSUKYX/feedback/</feedback_url>
            </event>
            
        </room>
        <room name='Sponsored forums' guid='d7145df8-44a1-582d-9efe-a05089bb1844'>
            <event guid='c0783ef7-9e0d-5ab0-8021-8b5d4d22025a' id='21246' code='YGFHB7'>
                <room>Sponsored forums</room>
                <title>Julia Computing Sponsored Forum</title>
                <subtitle></subtitle>
                <type>Sponsor forum</type>
                <date>2022-07-27T19:30:00+00:00</date>
                <start>19:30</start>
                <duration>00:45</duration>
                <abstract>Join the sponsored forum [here](https://discord.com/channels/995757799076282478/1000106542605029416).</abstract>
                <slug>juliacon-2022-21246-julia-computing-sponsored-forum</slug>
                <track></track>
                
                <persons>
                    
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/YGFHB7/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/YGFHB7/feedback/</feedback_url>
            </event>
            
        </room>
        
    </day>
    <day index='10' date='2022-07-28' start='2022-07-28T04:00:00+00:00' end='2022-07-29T03:59:00+00:00'>
        <room name='Green' guid='b9522ace-7df4-5b98-a884-2dae40858059'>
            <event guid='d9328a14-664d-5296-b663-c5b29b243312' id='20652' code='78XMRJ'>
                <room>Green</room>
                <title>Keynote - Jeremy Howard</title>
                <subtitle></subtitle>
                <type>Keynote</type>
                <date>2022-07-28T09:00:00+00:00</date>
                <start>09:00</start>
                <duration>00:45</duration>
                <abstract>Keynote - Jeremy Howard</abstract>
                <slug>juliacon-2022-20652-keynote-jeremy-howard</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='25872'>Jeremy Howard</person>
                </persons>
                <language>en</language>
                <description>Keynote - Jeremy Howard</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/78XMRJ/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/78XMRJ/feedback/</feedback_url>
            </event>
            <event guid='7b0418a0-1585-5efa-8742-d97ed6ed3553' id='17950' code='SZSESM'>
                <room>Green</room>
                <title>Quiqbox.jl: Basis set generator for electronic structure problem</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-28T10:30:00+00:00</date>
                <start>10:30</start>
                <duration>00:10</duration>
                <abstract>Quiqbox.jl is a Julia package that allows highly customizable Gaussian-type basis set design for electronic structure problems in quantum chemistry and quantum physics. The package provides a variety of useful functions around basis set generation such as RHF and UHF methods, standalone 1-electron and 2-electron integrals, and most importantly, variational optimization for basis set parameters. It supports Linux, Mac OS, and Windows.</abstract>
                <slug>juliacon-2022-17950-quiqbox-jl-basis-set-generator-for-electronic-structure-problem</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23245'>Weishi Wang</person>
                </persons>
                <language>en</language>
                <description>Quantum and classical computers are being applied to solve ab initio problems in physics and chemistry. In the NISQ era, solving the &quot;electronic structure problem&quot; has become one of the major benchmarks for identifying the boundary between classical and quantum computational power. Electronic structure in condensed matter physics is often defined on a lattice grid while electronic structure methods in quantum chemistry rely on atom-centered single-particle basis functions. Grid-based methods require a large number of single-particle basis functions to obtain sufficient resolution when expanding the N-body wave function. Typically, fewer atomic orbitals are needed than grid points but the convergence to the continuum limit is less systematic. To investigate the consequences and compromises of the single-particle basis set selection on electronic structure methods, we need more flexibility than is offered in standard solid-state and molecular electronic structure packages. Thus, we have developed an open-source software tool called &quot;Quiqbox&quot; in the Julia programming language that allows for easy construction of highly customized floating basis sets. This package allows for versatile configurations of single-particle basis functions as well as variational optimization based on automatic differentiation of basis set parameters.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/SZSESM/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/SZSESM/feedback/</feedback_url>
            </event>
            <event guid='81fb1949-8351-517d-b885-727cf518fd69' id='16672' code='KPXD3Y'>
                <room>Green</room>
                <title>MathLink(Extras): The powers of Mathematica and Julia combined</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-28T10:40:00+00:00</date>
                <start>10:40</start>
                <duration>00:10</duration>
                <abstract>Mathematica is a powerful tool for many purposes, but it can be cumbersome to work with. This is especially clear for more automated tasks.
In this short talk, I will introduce MathLink and MathLinkExtras, which enable interoperability between Julia and Mathematica.
I will introduce the basic syntax of MathLink and discuss an application of automated computation of nested integrals.</abstract>
                <slug>juliacon-2022-16672-mathlink-extras-the-powers-of-mathematica-and-julia-combined</slug>
                <track>JuliaCon</track>
                <logo>/media/juliacon-2022/submissions/KPXD3Y/ReinML_DWUFhzm.png</logo>
                <persons>
                    <person id='22142'>Mikael Fremling</person>
                </persons>
                <language>en</language>
                <description>Mathematica is arguably the go-to tool for your everyday mathematical needs. It can efficiently perform integrals, solve equations, find roots, refine expression, plot functions, and many more things.
However, there are tasks where Mathematica performs poorly or is just plain inconvenient to work with.
One such place is if/else statements and the control flow.
Try, for instance, to construct programs where the algebraic manipulations depend on the functional form of the expression.
Or if you want to make non-trivial variable changes inside and expression.

These limitations and many more are solved by Julia&apos;s MathLink (https://github.com/JuliaInterop/MathLink.jl)  and MathLinkExtras (https://github.com/fremling/MathLinkExtras.jl) packages.
The first package provides access to Mathematica/Wolfram Engine, via the Wolfram Symbolic Transfer Protocol (WSTP).

The second is &quot;sugar on top&quot; and provides the basic algebraic operations (+,-,*,/) for the MathLink variable types.


As a practical example, I will show how MathLink and MathLinkExtras were used in a research project[1] to compute nested gaussian integrals.


[1] M. Fremling, &quot;Exact gap-ratio results for mixed Wigner surmises of up to 4 eigenvalues&quot;, arXiv preprint arXiv:2202.01090 (2022). (https://arxiv.org/abs/2202.01090)</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/KPXD3Y/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/KPXD3Y/feedback/</feedback_url>
            </event>
            <event guid='fafd9f0f-752c-505c-a1b5-9aa258324e7d' id='16388' code='Y8G9VJ'>
                <room>Green</room>
                <title>Dates with Nanoseconds</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-28T10:50:00+00:00</date>
                <start>10:50</start>
                <duration>00:10</duration>
                <abstract>Julia&apos;s DateTime type is limited to milliseconds, while the Time type supports nanoseconds.  This talk introduces NanoDate.jl and NanoDates.  This type works like DateTime with higher precision.  CompoundPeriods behave more smoothly and are available as an operational design element for developers.</abstract>
                <slug>juliacon-2022-16388-dates-with-nanoseconds</slug>
                <track></track>
                
                <persons>
                    <person id='21672'>Jeffrey Sarnoff</person>
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/Y8G9VJ/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/Y8G9VJ/feedback/</feedback_url>
            </event>
            <event guid='bd8a493e-7796-5c95-aee9-c684aa47d3a8' id='18089' code='9EM3P7'>
                <room>Green</room>
                <title>Exploring audio circuits with ModelingToolkit.jl</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2022-07-28T11:00:00+00:00</date>
                <start>11:00</start>
                <duration>00:30</duration>
                <abstract>The study of audio circuits is interdisciplinary. It combines DSP, analog circuits, differential equations, and semiconductor theory. Mathematical tools like Fourier Transforms and standard circuit analysis cannot explain the behavior of stateful nonlinearities. A complete description of a circuit can only be obtained through time-domain (or &#8216;transient&#8217;, in SPICE terms) simulation. ModelingToolkit.jl enables rapid design iteration and combines features that traditionally require multiple tools.</abstract>
                <slug>juliacon-2022-18089-exploring-audio-circuits-with-modelingtoolkit-jl</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23380'>George Gkountouras</person>
                </persons>
                <language>en</language>
                <description>This talk is targeted at people who want to start using ModelingToolkit.jl for simulations in their domain. It shows a workflow that is possible today. Additionally, it hints that composability is the key to unlock future breakthroughs. As a bonus, we can implement recent audio processing papers in a few lines of code!

We begin with a survey of the numerical and symbolic software commonly employed in the field and explain our decision to use ModelingToolkit.jl. Typically, engineers working with audio systems face a 3-language problem: use SPICE-style software to analyze a circuit, then move on to Matlab/Scilab/Python to deliver a high-level prototype, and finally re-write that into a high-performance implementation in C/C++. Usually, the simplification of a circuit turns into a laborious, multi-week manual process. ModelingToolkit.jl covers these use cases and more.

Afterwards, we will explore increasingly complex audio circuits via simulation. Topics include:
- implementing Kirchhoff laws
- defining simple models (capacitor, diode)
- defining a circuit
- simulating the circuit and plotting the result
- defining hierarchical models (VCCS, vacuum tube)
- animated plotting
- defining controls (potentiometers)
- exploring variations on a venerable guitar pedal

Lastly, audio demos of the simulated circuits will be featured.

Assumed background:
Attendees are expected to have some programming experience in e.g. Python. It is helpful, although not required, to have experience working with analog circuits and/or SPICE simulation software.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/9EM3P7/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/9EM3P7/feedback/</feedback_url>
            </event>
            <event guid='a2f7028a-b45d-5968-84ee-97f7944e9a5a' id='18084' code='AYAUPK'>
                <room>Green</room>
                <title>Universal Differential Equation models with wrong assumptions</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-28T11:30:00+00:00</date>
                <start>11:30</start>
                <duration>00:10</duration>
                <abstract>The JuliaML ecosystem introduces an effective way to model natural phenomena with Universal Differential Equations. UDEs enrich differential equations combining an explicitly known term with a term learned from data via a Neural Network. Here, we explore what happens when our assumptions about the known term are wrong, making use of the rich interoperability of Julia. The insight we offer will be useful to the Julia community in better understanding strengths and possible shortcomings of UDEs.</abstract>
                <slug>juliacon-2022-18084-universal-differential-equation-models-with-wrong-assumptions</slug>
                <track></track>
                
                <persons>
                    <person id='23372'>Luca Reale</person>
                </persons>
                <language>en</language>
                <description>### Introduction
Julia&#8217;s SciML ecosystem introduced an effective way to model natural phenomena as dynamical systems with Universal Differential Equations (UDE&#8217;s). The UDE framework enriches both classic and Neural Network differential equation modelling, combining an explicitly &#8220;known&#8221; term (that is, a term which functional expression is known) with an &#8220;unknown&#8221; term (that is, a term which functional expression is not known). Within a UDE, the unknown term, and therefore the overall functional form of the dynamical system, is learned from observational data by fitting a Neural Network. The task of the Neural Network is facilitated by the domain knowledge embodied by the known term; moreover, the interpolation and, importantly, extrapolation performance of the fitted model is greatly increased by that knowledge (and by a simplification step, such as SiNDY). All of this relies on the tacit assumption that what we think about the natural phenomena is correctly expressed in the known term. Most of the research has focused on the robust identification of the unknown term, and the properties of the Neural Network. We focus instead on the impact of possible pathologies in the design of a UDE system, and in particular, on possible errors we introduce in the expression of the known term. That is, we ask what happens if our domain knowledge is not correctly expressed. In the context of the famous quote &#8220;It ain&#8217;t what you don&#8217;t know that gets you in trouble. It&#8217;s what you know for sure that just ain&#8217;t so&#8221; attributed to Mark Twain, we explore the magnitude of the trouble you get into.
### Details
More in detail, for a set of variables X, we consider a dynamical system of the form
`dX(t)=F(X,t)=K(t)+U(X,t)`
where `K(t)` is the part of the dynamical equation assumed as &#8220;known&#8221;, and `U(X,t)` is the part assumed as &#8220;unknown&#8221;.
In this scenario, the observational data are samples from `X(t)` at various points in time.
Let `K*(X,t)` be a perturbed version of K (say, for a certain `&#969;`, `K*(t)=sin(t+&#969;)` when `K(t)=sin(t)`).
Our aim is to recover `F(X,t)` from the observed data by training a UDE of the form
`dX(t)=K*(t)+NN(X,t)`.

Under the perturbed scenario, we ask some simple questions, which answers are far from trivial:
- Can we recover the functional form of `F(X,t)`?
- Can we at least approximate it accurately?
- How does the perturbation we imposed on `K*(t)` impact our model accuracy?

In order to explore the discrepancy between expected and obtained results, we needed: synthetic data from the original dynamical system, that is a family of function for `K(t)`; a family of perturbed versions of the `K(t)` ; and a way to assess how far off we are from recovering the true `F(X,t)`. All three tasks were facilitated by the interoperability of Julia, and in the presentation we will show how that plays out.

1. We considered trigonometric, exponential, polynomial functions, as well as linear combinations of these functions to create the original dynamical system and generate synthetic observational data. This was made efficiently by the symbolic computation capabilities of Julia, e.g., Symbolics.jl.
2. We fitted family of UDEs to the data we generated under three scenarios: (a) a correctly specified known term, i.e., `K*(t)=K(t)`; (b) the lack of a known term, i.e., `K*(t)=0`; and (c) a perturbation of the known term. The UDE was subsequently simplified to recover a sparse representation of the dynamical system in terms of simple functions. This step was done within Julia&#8217;s SciML framework.
3. Finally, we evaluated the goodness of fit between the recovered dynamical system (simplified and not) with the original dynamical system. For this we developed a package, FunctionalDistances.jl, to automate as much as possible the estimation of the distance between two functions. (The package will be very shortly available in a github repository)

### Future Development
The preliminary results we obtained suggest that no UDE with a strongly perturbed known term provided a better model than their counterparts with correctly specified terms. Yet, a few perturbed models give better fits than unspecified ones, raising the question of whether errors in the UDE specification are indeed detectable.

Our talk will interest both people who study UDEs for our cautionary and surprising results, and the wider audience interested more in the use of Julia in mathematical modelling for the encouraging examples of interoperability we present.
The talk will present how Julia helped us in this experimental mathematical exercise, and offer many opportunities for further investigations.

The presentation will be as light as possible on the mathematical side, present ample examples of how the interoperability of Julia helped our analysis, and assumes little or no prior knowledge of UDE&#8217;s. Graphs and examples will also be used to aid understanding of the topic.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/AYAUPK/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/AYAUPK/feedback/</feedback_url>
            </event>
            <event guid='042dc3a6-c4d8-56b3-90d3-efed83ec8e9a' id='17633' code='BEY33E'>
                <room>Green</room>
                <title>Using SciML to predict the time evolution of a complex network.</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-28T11:40:00+00:00</date>
                <start>11:40</start>
                <duration>00:10</duration>
                <abstract>Modeling the temporal evolution of complex networks is still an open challenge across many fields. Using the SciML ecosystem in Julia, we train and simplify a Neural ODE on the low-dimensional embeddings of a temporal sequence of networks. In this way, we discover a dynamical system representation of the network that allows us to predict its temporal evolution. In the talk we&#8217;ll show how the tight integration of SciML, Network, and Matrix Algebra packages in Julia opens new modeling directions.</abstract>
                <slug>juliacon-2022-17633-using-sciml-to-predict-the-time-evolution-of-a-complex-network</slug>
                <track></track>
                
                <persons>
                    <person id='22966'>Andre Macleod</person>
                </persons>
                <language>en</language>
                <description>**Introduction**

Complex networks can change over time as vertices and edges between vertices get added or removed. Modeling the temporal evolution of networks and predicting their structure is an open challenge across a wide variety of disciplines: from the study of ecological networks as food-webs, to predictions about the structure of economical networks; from the analysis of social networks, to the modeling of how our brain develops and adapts during our lives.
In their usual representation, networks are binary (an edge is either observed or not), sparse (each vertex is linked to a very small subset of the network), and large (up to billions of nodes), and changes are discrete rewiring events. These properties make them hard to handle with classic machine learning techniques and have barred the use of more traditional mathematical modeling such as differential equations. In this talk, we show how we used Julia, and in particular the Scientific Machine learning (SciML) framework, to model the temporal evolution of complex networks as continuous, multivariate, dynamical systems from observational data. We took an approach cutting across different mathematical disciplines (machine learning, differential equations, and graph theory): this was possible largely thanks to the integration of packages like Graph.jl (and the integrated MetaGraph.jl package), LinearAlgebra.jl (and other matrix decomposition packages), and the SciML ecosystem, e.g., DiffEqFlux.jl.

**Methodology**

1. To translate the discrete, high-dimensional, dynamical system into a continuous, low-dimensional one, we rely on a network embedding technique. A network embedding maps the vertices of a network to points in a (low-dimensional) metric space. We adopt the well-studied Random Dot-Product Graphs statistical model: the mapping is provided by a truncated Singular Value Decomposition of the network&#8217;s adjacency matrix; to reconstruct the network we use the fact that the probability of interaction between two vertices is given by the dot product of the points they map to. The decomposition of the adjacency matrices and their alignment is a computationally intensive  step, and we tackle it thanks to the fast matrix algorithms available for Julia and their integration with packages that allow for network data wrangling (like Graphs.jl).
2. In the embedding framework, a discrete change in the network is modeled as the effect of a continuous displacement of the points in the metric space. Our goal then, is that of discovering from the data (the network observed at various points in time) an adequate dynamical system capturing the laws governing the temporal evolution of the complex network. This is possible thanks to a pipeline that combines Neural ODEs and the identification of nonlinear dynamical systems (such as SiNDY).

In general, each node may influence the temporal evolution of every over node in the network, and, if we are working in a space with dimension d, and N nodes, this translates to a dynamical system with N*N*d variables. As networks may often have thousands or millions of nodes, that number can be huge. In our talk we are going to discuss various strategies we adopted to tame the complexity of the dynamical system.


**Future Development**

As a proof of concept, we tested our modeling approach on a network of wild birds interacting over the span of 6 days, collected by the team behind the Animal Social Network Repository (ASNR). The network has 202 vertices (birds), and 11899 edges (contact between birds). In the talk we will showcase this application to show strengths and current limitations of our novel approach.

We are now working on three fronts:
- we need to scale up the framework, so to model very large networks (for example to model social networks, where being able to predict what people might link with others in the future could be a tool to fight the growing problem of misinformation and disinformation);
- we are considering  stepping from Neural Differential Equations to Universal Differential Equations, both to capture any preexisting knowledge of the network dynamical system, and to help with the training complexity;
- we are exploring data augmentation techniques to interpolate between the estimated embeddings, other embeddings, and other neural network architectures.

These three development directions constitute interesting challenges for the Julia practitioner interested in extending Julia modeling abilities. We will discuss them in the talk and suggest how everyone can contribute

All the code will be made available in a dedicated git repository and we are preparing a detailed publication to illustrate our approach.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/BEY33E/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/BEY33E/feedback/</feedback_url>
            </event>
            <event guid='11eb216a-5e1e-59e9-8053-af3708b8049b' id='17057' code='BASTLY'>
                <room>Green</room>
                <title>Fast, Faster, Julia: High Performance Implementation of the NFFT</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2022-07-28T12:30:00+00:00</date>
                <start>12:30</start>
                <duration>00:30</duration>
                <abstract>In this talk, we present the architecture of the NFFT.jl package, which implements the non-equidistant fast Fourier trans-form (NFFT). The NFFT is commonly implemented in C/C++ and requires sophisticated performance optimizations to exploit the full potential of the underlying algorithm. We demonstrate how Julia enables a high-performance, generic, and dimension-agnostic implementation with only a fraction of the code required for established C/C++ NFFT implementations.</abstract>
                <slug>juliacon-2022-17057-fast-faster-julia-high-performance-implementation-of-the-nfft</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='22562'>Tobias Knopp</person>
                </persons>
                <language>en</language>
                <description>The non-equidistant fast Fourier transform (NFFT) is an extension of the well-known fast Fourier transform (FFT) in which the sample points in one domain can be non-equidistant. The NFFT is an approximate algorithm and allows the approximation error to be controlled to achieve machine precision while keeping the algorithmic complexity in the same order of magnitude as a regular FFT. The NFFT plays an important role in many signal processing applications and has been intensively studied from both theoretical and computational perspectives. The fastest NFFT libraries are implemented in the low-level programming languages C and C++ and require a trade-off between generic code, code readability, and code efficiency. 

In this talk, we show that Julia provides new ways to optimize these three conflicting goals. We outline the architecture and implementation of the NFFT.jl package, which has recently been refactored to match the performance of the modern C++ implementation FINUFFT. NFFT.jl is fully generic, dimension-independent, and has a flexible architecture that allows parts of the algorithm to be exchanged through different code paths. This is crucial for the realization of different precomputation strategies tailored to optimize either the computation time or the required main memory. NFFT.jl makes intensive use of the Cartesian macros in Julia Base, allowing for zero-overhead and dimension-agnostic implementation. In contrast, the two modern C (NFFT3) and C++ (FINUFFT) libraries use dedicated 1D, 2D and 3D code paths to achieve maximum performance. The generic Julia implementation thus avoids code duplication and requires 3-4 times less code than its C/C++ counterparts. NFFT.jl is multi-threaded and uses a cache-aware blocking technique to achieve decent speedups.

Package being presented: 
-	https://github.com/JuliaMath/NFFT.jl</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/BASTLY/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/BASTLY/feedback/</feedback_url>
            </event>
            <event guid='285ff4ae-596f-56e5-a040-d19546abb7e2' id='17702' code='VC9YHN'>
                <room>Green</room>
                <title>Julia&apos;s latest in high performance sorting</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2022-07-28T13:00:00+00:00</date>
                <start>13:00</start>
                <duration>00:30</duration>
                <abstract>This talk compares the runtime of Julia&apos;s builtin sorting with that of other languages and explains some of the techniques Julia uses to outperform other languages. This is a small part of the larger ongoing effort to equip Julia with state of the art and faster than state of the art performance for all sorting tasks.</abstract>
                <slug>juliacon-2022-17702-julia-s-latest-in-high-performance-sorting</slug>
                <track></track>
                <logo>/media/juliacon-2022/submissions/VC9YHN/sorting_wsCietR.svg</logo>
                <persons>
                    <person id='22992'>Lilith Hafner</person>
                </persons>
                <language>en</language>
                <description>Julia&apos;s radix sort implementation: https://github.com/JuliaLang/julia/blob/fc1093ff1560b47611293bf71f8074030116edcc/base/sort.jl#L681

Benchmark implementations: https://github.com/LilithHafner/InterLanguageSortingComparisons

Extended discussion surrounding the introduction of radix sort to Julia: https://github.com/JuliaLang/julia/pull/44230

Ongoing work: https://github.com/JuliaLang/julia/pull/45222

Potential future work: https://github.com/JuliaLang/julia/discussions/44876#discussioncomment-2890020</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/VC9YHN/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/VC9YHN/feedback/</feedback_url>
            </event>
            <event guid='0435b43b-2ddb-545b-9924-dc2bfeb5f814' id='18100' code='N7DSLT'>
                <room>Green</room>
                <title>Julia Gaussian Processes</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2022-07-28T13:30:00+00:00</date>
                <start>13:30</start>
                <duration>00:30</duration>
                <abstract>Julia Gaussian Processes (Julia GPs) is home to an ecosystem of packages whose aim is to enable research and modelling using GPs in Julia. It specifies a variety of interfaces, code which implements these interfaces in standard settings, and code built on top of these interfaces (e.g. plotting). The composability and modularity of these interfaces distinguishes it from other GP software. This talk will explore the things that you can currently do with the ecosystem, and where it&#8217;s heading.</abstract>
                <slug>juliacon-2022-18100-julia-gaussian-processes</slug>
                <track>JuliaCon</track>
                <logo>/media/juliacon-2022/submissions/N7DSLT/jgp_sgsHA1Q.png</logo>
                <persons>
                    <person id='23388'>Will Tebbutt</person>
                </persons>
                <language>en</language>
                <description>Gaussian processes provide a way to place prior distributions over unknown functions, and are used throughout probabilistic machine learning, statistics and numerous domain areas (climate science, epidemiology, geostatistics, model-based RL to name a few). Their popularity stems from their flexibility, interpretability, and the ease with which exact and approximate Bayesian inference can be performed, and their ability to be utilised as a single module in a larger probabilistic model.

The goal of the [JuliaGPs organisation](https://github.com/JuliaGaussianProcesses/) is to provide a range of software which is suitable for both methodological research and deployment of GPs. We achieve this through a variety of clearly-defined abstractions, interfaces, and libraries of code. These are designed to interoperate with each other, and the rest of the Julia ecosystem (Distributions.jl, probabilistic programming languages, AD, plotting, etc), instead of providing a single monolithic package which attempts to do everything. This modular approach allows a GP researcher to straightforwardly build on top of lower-level components of the ecosystem which are useful in their work, without compromising on convenience when applying a GP in a more applications-focused fashion.

This talk will (briefly) introduce GPs, and discuss the JuliaGPs: what its design principles are and how these relate to existing GP software, how it is structured, what is available, what it lets you do, what it doesn&#8217;t try to do, and where there are gaps that we are trying to fill (and could use some assistance!). It will provide some examples of standard use (e.g. regression and classification tasks), making use of the core packages ([AbstractGPs](https://github.com/JuliaGaussianProcesses/AbstractGPs.jl), [ApproximateGPs](https://github.com/JuliaGaussianProcesses/ApproximateGPs.jl/), [KernelFunctions](https://github.com/JuliaGaussianProcesses/KernelFunctions.jl)), and how to move forward from there. It will also show how the abstractions have been utilised in the existing contributors&#8217; research, for example with [Stheno](https://github.com/JuliaGaussianProcesses/Stheno.jl), [TemporalGPs](https://github.com/JuliaGaussianProcesses/TemporalGPs.jl), [AugmentedGPLikelihoods](https://github.com/JuliaGaussianProcesses/AugmentedGPLikelihoods.jl), [GPDiffEq](https://github.com/Crown421/GPDiffEq.jl), [BayesianLinearRegressors](https://github.com/JuliaGaussianProcesses/BayesianLinearRegressors.jl), [LinearMixingModels](https://github.com/invenia/LinearMixingModels.jl), with the aim of providing inspiration for how you might do the same in your own.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/N7DSLT/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/N7DSLT/feedback/</feedback_url>
            </event>
            <event guid='026dbe4f-f884-510c-8569-76d1d467eaa3' id='21234' code='UZBZRQ'>
                <room>Green</room>
                <title>Restreaming of Jeremy Howard Keynote</title>
                <subtitle></subtitle>
                <type>Keynote</type>
                <date>2022-07-28T14:30:00+00:00</date>
                <start>14:30</start>
                <duration>00:45</duration>
                <abstract>Restreaming of the earlier Keynote by Jeremy Howard</abstract>
                <slug>juliacon-2022-21234-restreaming-of-jeremy-howard-keynote</slug>
                <track>JuliaCon</track>
                
                <persons>
                    
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/UZBZRQ/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/UZBZRQ/feedback/</feedback_url>
            </event>
            <event guid='0b84a4b3-4d74-56ac-a198-b33737fa0862' id='18038' code='XKGBAM'>
                <room>Green</room>
                <title>oneAPI.jl: Programming Intel GPUs (and more) in Julia</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-28T15:20:00+00:00</date>
                <start>15:20</start>
                <duration>00:10</duration>
                <abstract>oneAPI.jl is a Julia package that makes it possible to use the oneAPI framework to program accelerators like Intel GPUs. In this talk, I will explain the oneAPI framework, which accelerators it supports, and demonstrate how oneAPI.jl makes it possible to work with these accelerators from the Julia programming language.</abstract>
                <slug>juliacon-2022-18038-oneapi-jl-programming-intel-gpus-and-more-in-julia</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23335'>Tim Besard</person>
                </persons>
                <language>en</language>
                <description>oneAPI is a framework, developed by Intel but intended to be cross-platform, that can be used to program various hardware accelerators. This includes Intel GPUs, which exist as integrated solutions in many processors, and dedicated hardware that will be part of the Aurora supercomputer at Argonne National Laboratory.

To program these GPUs from Julia, we have created the oneAPI.jl package based on existing GPU infrastructure like GPUCompiler.jl and GPUArrays.jl. It builds on the low-level Level Zero APIs that are part of oneAPI, and relies on Khronos tools to compile Julia code to SPIR-V. With it, Intel GPUs can be programmed using the familiar programming styles supported by other GPU back-ends: high-level array abstractions that automatically exploit the implicit parallelism, and low-level kernels where the programmer is responsible for doing so.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/XKGBAM/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/XKGBAM/feedback/</feedback_url>
            </event>
            <event guid='296f8eb8-467e-5a47-84b6-af7a8e42e0fb' id='21244' code='R8VHSS'>
                <room>Green</room>
                <title>Julius Tech Sponsored Talk</title>
                <subtitle></subtitle>
                <type>Platinum sponsor talk</type>
                <date>2022-07-28T15:30:00+00:00</date>
                <start>15:30</start>
                <duration>00:15</duration>
                <abstract>Julius offers an auto-scaling, low code graph computing solution that allows firms to quickly build transparent and adaptable data analytics pipelines.</abstract>
                <slug>juliacon-2022-21244-julius-tech-sponsored-talk</slug>
                <track></track>
                
                <persons>
                    
                </persons>
                <language>en</language>
                <description>Julius offers an auto-scaling, low code graph computing solution that allows firms to quickly build transparent and adaptable data analytics pipelines. Graph computing is an innovative technology that enables developers to organize pipelines as directed acyclic graphs (DAGs). With Julius, DAGs representing complex workflows are created by composing smaller modular DAGs, and can be applied to many enterprise use cases including: explainable ML, big data analytics, data visualization and transformation, AAD, and more.

For Julia users, we provide a dynamic platform to help developers make Julia more manageable and adoptable for enterprise computing. Engineers can produce enterprise scale solutions in a fraction of the time and cost.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/R8VHSS/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/R8VHSS/feedback/</feedback_url>
            </event>
            <event guid='b189aba7-93cd-5334-bf46-6f8bcdb4492b' id='21626' code='UKMZJV'>
                <room>Green</room>
                <title>Annual Julia Developer Survey</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-28T15:45:00+00:00</date>
                <start>15:45</start>
                <duration>00:10</duration>
                <abstract>Results of the Julia Developer Survey 2022</abstract>
                <slug>juliacon-2022-21626-annual-julia-developer-survey</slug>
                <track></track>
                
                <persons>
                    
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/UKMZJV/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/UKMZJV/feedback/</feedback_url>
            </event>
            <event guid='889514a1-27ac-5762-8bd8-7a88123f9172' id='17294' code='AEXDKT'>
                <room>Green</room>
                <title>BlockDates: A Context-Aware Fuzzy Date Matching Solution</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2022-07-28T16:30:00+00:00</date>
                <start>16:30</start>
                <duration>00:30</duration>
                <abstract>We developed the open-source software package BlockDates using the Julia programming language to allow the extraction of fuzzy-matched dates from a block of text. The tool leverages contextual information and draws on external date data to find the best date matches.  For each identified date, multiple interpretations are proposed and scored to find the best fit. The output includes several record-level variables that help explain the result and prioritize error detection.</abstract>
                <slug>juliacon-2022-17294-blockdates-a-context-aware-fuzzy-date-matching-solution</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='22733'>Francis Smart</person>
                </persons>
                <language>en</language>
                <description>The date is often a critical piece of information for safety data analysis. It provides context and is necessary for measurement of event frequency and time-based trends. In some data sources, such as narrative information about an event or subject, the date is provided in various non-standardized formats. The Bureau of Transportation Statistics uses data provided in narrative, free-text format to validate and supplement reported safety event data.

We developed the open-source software package BlockDates using the Julia programming language to allow the extraction of fuzzy-matched dates from a block of text. The tool leverages contextual information and draws on external date data to find the best date matches.  For each identified date, multiple interpretations are proposed and scored to find the best fit. The output includes several record-level variables that help explain the result and prioritize error detection.

In a sample of 59,314 narrative records that include dates, the tool returned positive scores for 96.5% of records, meaning high confidence the selected date is valid.  Of those with no matching date, 77.9% were recognized correctly as having no viable match.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/AEXDKT/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/AEXDKT/feedback/</feedback_url>
            </event>
            <event guid='e69c4b88-ca91-5555-8861-e627a5db3b6c' id='17277' code='XRDKTW'>
                <room>Green</room>
                <title>An introduction to BOMBs.jl.</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-28T17:00:00+00:00</date>
                <start>17:00</start>
                <duration>00:10</duration>
                <abstract>Mathematical models are crucial to build and predict the behaviour of new biological systems. However, selecting between plausible model candidates or estimate parameters is an arduous job, especially considering the different informative content of experiments. BOMBs.jl is a package to automate model simulations, pseudo-data generation, maximum likelihood estimation and Bayesian inference of parameters (Stan and Turing.jl), and design optimal experiments for model selection and inference.</abstract>
                <slug>juliacon-2022-17277-an-introduction-to-bombs-jl</slug>
                <track>JuliaCon</track>
                <logo>/media/juliacon-2022/submissions/XRDKTW/BOMBsLogo_iLDaFH0.png</logo>
                <persons>
                    <person id='22721'>David Gomez-Cabeza</person>
                </persons>
                <language>en</language>
                <description>We designed BOMBs.jl intending to contribute to the widespread of mathematical models in Biological sciences. Users only need basic Julia knowledge to use the package. The only requirement is to know how dictionaries work. Users can define in the contents of a dictionary the set of ordinary differential equations (and some other model information), and BOMBs.jl will automatically generate all the necessary scripts to simulate the model (including models with external time-varying inputs) and estimate parameters (MLE). The package also generates all the scripts required to perform Bayesian inference using Stan or Turing.jl, leaving as much freedom as possible in prior definitions. BOMBs will also generate any necessary scripts to perform optimal experimental design for model selection (drive pairs of competing model simulations as far as possible) and model inference (using model predictions uncertainty), aiming at reducing the time and resources allocated to in vivo experiments. The package is documented, with functions generating the dictionary structures for the user, complementary functions explaining what should be the contents and structures of the dictionaries, a document including a brief description of each function in the package and a set of Jupyter notebooks showing how to use all the package functionalities.
The Jupyter Notebook of this talk is included in the GitHub repository of the package at https://github.com/csynbiosysIBioEUoE/BOMBs.jl/blob/main/Examples/JuliaCon2022Notebook.ipynb</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/XRDKTW/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/XRDKTW/feedback/</feedback_url>
            </event>
            <event guid='44325aa5-7f38-589e-a071-914d3fa52824' id='18145' code='YED3MP'>
                <room>Green</room>
                <title>Build, Test, Sleep, Repeat: Modernizing Julia&apos;s CI pipeline</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-28T17:10:00+00:00</date>
                <start>17:10</start>
                <duration>00:10</duration>
                <abstract>Julia&apos;s Continuous Integration pipeline has struggled for many years now as the needs of the community have significantly outgrown the old Buildbot system.  In this talk we will detail the efforts of the CI dev team to provide reliability, reproducibility, security, and greater introspective ability in our CI builds.  These CI improvements aren&apos;t just helping the Julia project itself, but also other related open-source projects, as we continue to generate self-contained, useful building blocks.</abstract>
                <slug>juliacon-2022-18145-build-test-sleep-repeat-modernizing-julia-s-ci-pipeline</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23443'>Elliot Saba</person><person id='23602'>Dilum Aluthge</person>
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/YED3MP/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/YED3MP/feedback/</feedback_url>
            </event>
            <event guid='c3fa6442-f84e-5ca0-be83-3171ab86cd5a' id='17948' code='XMXJTD'>
                <room>Green</room>
                <title>Extreme Value Analysis in Julia with Extremes.jl</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2022-07-28T17:20:00+00:00</date>
                <start>17:20</start>
                <duration>00:30</duration>
                <abstract>In this talk, we present [Extremes.jl](https://github.com/jojal5/Extremes.jl), a package that provides exhaustive high-performance functions for the statistical analysis of extreme values with Julia. Parameter estimation, diagnostic tools for assessing model accuracy and high quantile estimation are implemented for stationary and non-stationary extreme value models. The functionalities will be illustrated in this talk by reproducing many results from the popular book of Coles (2001).</abstract>
                <slug>juliacon-2022-17948-extreme-value-analysis-in-julia-with-extremes-jl</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='22672'>Gabriel Gobeil</person>
                </persons>
                <language>en</language>
                <description>Risk assessment and impact analysis of extreme values is an important aspect of climate sciences. Recently, the Intergovernmental Panel on Climate Change (IPCC) reported that extreme meteorological events are expected to increase in frequency and intensity with climate change, leading to important impacts on many sectors of activities (IPCC 2013). The only statistical discipline that develops a rigorous framework for the study of extremes events is Extreme value theory. However, unlike other programming languages commonly used by statisticians, tools for the analysis of extreme values are lacking in Julia despite the growing popularity of the language among scientific community. 

In this talk, we present [Extremes.jl](https://github.com/jojal5/Extremes.jl), a package that provides exhaustive high-performance functions for the statistical analysis of extreme values. In particular, methods for the usual block maxima and peaks-over-threshold models are implemented. Model parameter estimation can be achieved by using the probability weighted moments, the maximum likelihood, and the Bayesian paradigm. Non-stationary models are also implemented as well as diagnostic plots for assessing model accuracy and high quantile estimation. 

The proposed package is designed to be used by the statistical community as well as by engineers who need estimations of extremes. We illustrate the package functionalities by reproducing many results obtained by Coles (2001).</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/XMXJTD/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/XMXJTD/feedback/</feedback_url>
            </event>
            <event guid='1c6a6d61-ddf6-5aba-a74c-750d4278245f' id='16876' code='ZT7AZZ'>
                <room>Green</room>
                <title>Manopt.jl &#8211;&#160;Optimisation on Riemannian manifolds</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-28T17:50:00+00:00</date>
                <start>17:50</start>
                <duration>00:10</duration>
                <abstract>`Manopt.jl` provides a set of optimization algorithms for problems given on a Riemannian manifold. Build upon on a generic optimization framework, together with the interface `ManifoldsBase.jl` for Riemannian manifolds, classical and recently developed methods are provided in an efficient implementation. This talk will also present some algorithms implemented in the package.</abstract>
                <slug>juliacon-2022-16876-manopt-jl-optimisation-on-riemannian-manifolds</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='22384'>Ronny Bergmann</person>
                </persons>
                <language>en</language>
                <description>In many applications and optimization tasks, non-linear data appears naturally.
For example, when data on the sphere is measured, diffusion data can be captured as a signal or even multivariate data of symmetric positive definite matrice, and orientations like they appear for electron backscattered diffraction (EBSD) data. Another example are fixed rank matrices, appearing in matrix completion.
Working on these data, for example doing data interpolation and approximation, denoising, inpainting, or performing matrix completion, can usually be phrased as an optimization problem

Manopt.jl (manoptjl.org) provides a set of optimization algorithms for optimization problems given on a Riemannian manifold. Build upon on a generic optimization framework, together with the interface ManifoldsBase.jl for Riemannian manifolds, classical and recently developed methods are provided in an efficient implementation. Algorithms include the derivative-free Particle Swarm and Nelder&#8211;Mead algorithms, as well as classical gradient, conjugate gradient and stochastic gradient descent. Furthermore, quasi-Newton methods like a Riemannian L-BFGS and nonsmooth optimization algorithms like a Cyclic Proximal Point Algorithm, a (parallel) Douglas-Rachford algorithm and a Chambolle-Pock algorithm are provided, together with several basic cost functions, gradients and proximal maps as well as debug and record capabilities.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/ZT7AZZ/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/ZT7AZZ/feedback/</feedback_url>
            </event>
            <event guid='f2fc169e-f664-56d9-b454-d73161dc0748' id='21378' code='HBYSDD'>
                <room>Green</room>
                <title>GatherTown -- Social break</title>
                <subtitle></subtitle>
                <type>Social hour</type>
                <date>2022-07-28T18:00:00+00:00</date>
                <start>18:00</start>
                <duration>01:00</duration>
                <abstract>Join us on [Gather.town](https://app.gather.town/invite?token=2ucLB9IpmCAXZIex4Dvh2VFCeR6QLEdP) for a social hour.</abstract>
                <slug>juliacon-2022-21378-gathertown-social-break</slug>
                <track></track>
                
                <persons>
                    
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/HBYSDD/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/HBYSDD/feedback/</feedback_url>
            </event>
            <event guid='c88fd5d6-7426-5413-ac49-6b4c8e4cc382' id='17919' code='HBERVN'>
                <room>Green</room>
                <title>PyCallChainRules.jl: Reusing differentiable Python code in Julia</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-28T19:00:00+00:00</date>
                <start>19:00</start>
                <duration>00:10</duration>
                <abstract>While Julia is great, there are still a lot of existing useful differentiable Python code in PyTorch, Jax, etc. Given PyCall.jl is already so great and seamless, one might wonder what it takes to differentiate through those calls to Python functions. PyCallChainRules.jl aims for that ideal. DLPack.jl is leveraged to pass CPU or GPU arrays without any copy between Julia and Python.</abstract>
                <slug>juliacon-2022-17919-pycallchainrules-jl-reusing-differentiable-python-code-in-julia</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23206'>Jayesh K. Gupta</person>
                </persons>
                <language>en</language>
                <description>Auto differentiation interfaces are rapidly converging with [`functorch`](https://github.com/pytorch/functorch) and [`jax`](https://github.com/google/jax) on the Python side and more explicit interfaces for dealing with gradients in Julia with [`Functors.jl`](https://github.com/FluxML/Functors.jl) and [Optimisers.jl](https://github.com/FluxML/Optimisers.jl) as well as more explicit machine learning layers in [Lux.jl](https://github.com/avik-pal/Lux.jl). While it is relatively easy to implement new functionality in Julia, Python still remains the standard interface layer for most state-of-the-art functionality especially for GPU kernels. Even if not the most performant, there is value in being able to call existing differentiable functions in Python, as a developer slowly implements equivalent functionality in Julia.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/HBERVN/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/HBERVN/feedback/</feedback_url>
            </event>
            <event guid='0ea34662-7c5f-527e-8802-057abb5ed453' id='18058' code='VWGBAL'>
                <room>Green</room>
                <title>Cosmological Emulators with Flux.jl and DifferentialEquations.jl</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-28T19:10:00+00:00</date>
                <start>19:10</start>
                <duration>00:10</duration>
                <abstract>In the next decade, forthcoming galaxy surveys will provide the astrophysical community with an unprecedented wealth of data. The standard analysis pipeline, usually employed to analyze this kind of surveys, are quite expensive from a computational point of view.
In this presentation I will show how, using Flux.jl and DiffEquations.jl, it is possible to accelerate standard analysis of some order of magnitudes.</abstract>
                <slug>juliacon-2022-18058-cosmological-emulators-with-flux-jl-and-differentialequations-jl</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23354'>Marco Bonici</person>
                </persons>
                <language>en</language>
                <description>We are living in the Golden Age of Cosmology: in the 20th century, our comprehension of the Universe has been rapidly evolving, eventually leading to the establishment of a concordance model, the so-called &#923;CDM model. Although the remarkable success of this model, which is able to explain with few parameters a great wealth of observations, there are several unanswered questions.

What is the origin of the primordial fluctuations in the Universe? Is this due to some form of inflationary scenario?

What is Dark Matter? Is it a new particle, not present in the Standard Model of Particle Physics? Is it composed by Primordial Black Holes?

Which is the nature of Dark Energy? Can the Cosmological Constant really explain its effects or is this the sign of the breakdown of Einstein theory of General Relativity?

In the next decade several galaxy surveys will start taking data, data that will be used to study the universe using different observational probes, such as weak lensing, galaxy clustering and their cross-correlation: studying these probes jointly will enhance the scientific outcome from galaxy surveys.
However, this improvement does not come at no cost.

The analysis of a galaxy survey employs the evaluation of a complicated theoretical model, with about a hundred parameters. The computation of this theoretical prediction requires about 1-10 seconds; although this is not an expensive step per se, considering that this computation is repeated 10^5-10^7 times shows that a complete analysis requires either a very long time or dedicated hardware.

In order to overcome this issue, I am developing several surrogate models, based on DifferentialEquations.jl and Flux.jl. The combination of these two packages is quite useful for this particular case: while several papers on this topic have usually relied solely on Neural Networks to build emulators, solving some of the differential equations involved in the model evaluation reduces the dimensionality of the emulated parameters space, obtaining a more precise surrogate model. The result of this work is the development of several surrogate models with a precision of ~ 0.1% (matching the requirement for the scientific analysis) with a speed-up of about 100-1000X. The developed models will be released after the publications of the related papers.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments>
                    <attachment href="https://pretalx.com/media/juliacon-2022/submissions/VWGBAL/resources/emulator_scheme_VPjveJV.jpeg">The emulator scheme: on the left, the standard analysis with several step. On the right, a neural networks gives the same prediction.</attachment>
                </attachments>

                <url>https://pretalx.com/juliacon-2022/talk/VWGBAL/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/VWGBAL/feedback/</feedback_url>
            </event>
            <event guid='d6143caf-0465-5514-95c2-c3806e07423e' id='16742' code='UPQFKL'>
                <room>Green</room>
                <title>Automatic Differentiation for Solid Mechanics in Julia</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-28T19:20:00+00:00</date>
                <start>19:20</start>
                <duration>00:10</duration>
                <abstract>Automatic Differentiation (AD) is widely applied in many different fields of computer science and engineering to accurately evaluate derivatives of functions expressed in a computer programming language. In this talk we illustrate the use of AD for the solution of Finite Elements (FE) problems with special emphasis on solid mechanics.</abstract>
                <slug>juliacon-2022-16742-automatic-differentiation-for-solid-mechanics-in-julia</slug>
                <track>JuliaCon</track>
                <logo>/media/juliacon-2022/submissions/UPQFKL/SpringFineMeshNHb_TMEDxsr.png</logo>
                <persons>
                    <person id='22195'>Andrea Vigliotti</person>
                </persons>
                <language>en</language>
                <description>The standard implementation of the Finite Element Method for solid mechanics is based on discretizing the domain into elements and solving the weak form of the point-wise Cauchy&apos;s equilibrium equations. This process involves the evaluation of the components of complex tensorial quantities, such as the stress and the stiffness tensor, that are required to calculate the residual force vector and the tangent stiffness matrix. On the other hand the residual force vector and the tangent stiffness matrix coincides, both formally and numerically, with the gradient and the hessian of the free energy of the system, therefore they can be evaluated directly by taking the automatic derivatives of this quantity. The advantage, in this case, is that the free energy is a scalar quantity, which is significantly simpler to evaluate.

In particular, forward mode AD seems particularly suited for the solution of solid mechanics FE problems. In fact, even if FE models can have a very large number of degrees of freedom (DoFs), the free energy of the system in a given configuration is obtained as the sum over the elements of the mesh, and only the degrees of freedom of a single element are involved in the calculation of its contribution to the global residual force vector and tangent stiffness matrix. Therefore we only deal with a limited number of independent variables at time when evaluating individual elements contributions. In this situation a forward mode automatic differentiation scheme implemented through hyper-dual numbers is very efficient for the calculation of higher order derivatives of, however complicate scalar expressions.
    
The definition of a hyper-dual number system in Julia is particularly straightforward, in fact a structure capable of storing the gradient and the hessian of a quantity, alongside its value, can be simply defined as
```Julia
struct D2{T,N,M} &lt;:Number 
  v::T
  g::NTuple{N,T}
  h::NTuple{M,T}
end
```
with
- `v` the value of the variable,
- `g` the components of the gradient of `v`,
- `h` the Hessian,

and where the type parameters are
- `T` the type of the values,
- `N` the number of independent variables controlling the gradient,
- `M = N(N+1)/2` is the number of independent elements in the Hessian, we remark that since the hessian is symmetric we only store and operate on half of it.

Thanks to the multiple dispatch feature of Julia, it is sufficient to implement the needed mathematical operator and function over this newly numerical type and the same code that evaluates an expression will also evalute its derivatives, without any change to the original source code. In addition, the usage of macros for implementation of the operations on the gradient and hessian tuples makes the resulting code particualarly efficient.

In this talk we will present [AD4SM.jl](https://github.com/avigliotti/AD4SM.jl/), a package that implements a second order hyper-dual number system for evaluating both the gradient and hessian of the free energy of a deformable body, allowing the solution of non linear equilibrium problems. The implementation of the dual number system was inspired by the [ForwardDiff.jl](https://github.com/JuliaDiff/ForwardDiff.jl) package, but here the hessian is explicitly introduced, since it is essential for the evaluation of the tangent stiffness matrix, and its symmetry exploited to maximize efficiency. A number of examples are also presented that illustrate how complex non linear problems, with non trivial constraints and boundary conditions, both in two and three dimensions can be numerically stated and solved [1].


#### References 

[1] [Vigliotti, A., Auricchio, F., Automatic Differentiation for Solid Mechanics, Archives of Computational Methods in Engineering, Volume 28, Issue 3, Pages 875 - 895 May 2021](https://rdcu.be/b0yx2)</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/UPQFKL/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/UPQFKL/feedback/</feedback_url>
            </event>
            <event guid='abb62661-7298-5952-9825-5c2e2d6be571' id='18065' code='G9SQQD'>
                <room>Green</room>
                <title>ChainRules.jl meets Unitful.jl: Autodiff via Unit Analysis</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-28T19:30:00+00:00</date>
                <start>19:30</start>
                <duration>00:10</duration>
                <abstract>Tools for performing autodifferentiation (AD) and dimensional work in Julia are robust, but not always compatible. This talk explores how we can understand rule-based AD in Julia by showing how to make dimensional quantities from `Unitful.jl` compose with `ChainRules.jl`. Combining these two projects produces an intuitive look at the building blocks of AD in Julia using only rudimentary calculus and dimensional analysis.</abstract>
                <slug>juliacon-2022-18065-chainrules-jl-meets-unitful-jl-autodiff-via-unit-analysis</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23358'>Sam Buercklin</person>
                </persons>
                <language>en</language>
                <description>`Unitful.jl` provides efficient type-level support for dimensional quantities we encounter when simulating physical systems. Likewise, `ChainRules.jl` forms the backbone of robust but easily-extensible autodifferentiation (AD) systems. Exploring these two systems together yields an insightful look at Julia&apos;s rule-based AD. Calculus, dimensional analysis, and physical intuition are sufficient to explain how `ChainRules.jl` works by building AD rules for `Unitful.jl`.

The versatility of the `ChainRules.jl` ecosystem arises from implementing and extending a ruleset for fundamental functions, such as `*` and `inv`, as `rrule`s and `frule`s. What can often seem like a mysterious black box that computes derivatives is actually composed of many individual `rrule`s or `frule`s built on rudimentary calculus.

These `rrule`s and `frule`s are interpreted by thinking about differentiation as a problem of physical dimensions, and `Unitful.jl` is used to confirm these findings. However, arithmetic between `Unitful.jl` quantities is not immediately compatible with `ChainRules.jl`-based AD. This talk presents the pertinent AD rules to enable basic `ChainRules.jl` compatibility. These rules are also used as a lens to understand how to read and write AD rules for the `ChainRules.jl` ecosystem.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/G9SQQD/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/G9SQQD/feedback/</feedback_url>
            </event>
            <event guid='2a04f025-24f7-5b21-8e3d-35c83d62af14' id='17259' code='PDCANR'>
                <room>Green</room>
                <title>Using Optimization.jl to seek the optimal optimiser in SciML</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2022-07-28T19:40:00+00:00</date>
                <start>19:40</start>
                <duration>00:30</duration>
                <abstract>Optimization.jl seeks to bring together all of the optimization packages it can find, local and global, into one unified Julia interface. This means, you learn one package and you learn them all! Optimization.jl adds a few high-level features, such as integrating with automatic differentiation, to make its usage fairly simple for most cases, while allowing all of the options in a single unified interface.</abstract>
                <slug>juliacon-2022-17259-using-optimization-jl-to-seek-the-optimal-optimiser-in-sciml</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='22705'>Vaibhav Dixit</person>
                </persons>
                <language>en</language>
                <description>Optimization.jl wraps most of the major optimisation packages available in Julia currently, namely BlackBoxOptim, CMAEvolutionStrategy, Evolutionary, Flux, GCMAES, MultistartOptimization, Metaheuristics, NOMAD, NLopt, Nonconvex, Optim and Quaddirect. Additionally the integration with ModelingToolkit and MathOptInterface allow it to leverage the state of art symbolic manipulation capabilities offered by these packages, specifically making use of it to construct the objective and constraint, jacobian and hessian efficiently. This talk will show how to use the Optimization.jl package, its various AD backends in combination with various optimiser backends. The interface is broken into three components, `OptimizationFunction`, `OptimizationProblem` and then `solve` on a `OptimizationProblem`. We will cover each of this components and discuss the pros and cons of choices available for specific problems. The focus would also be to show how such a flexible system is necessary for scientific machine learning by demonstrating some popular SciML models on real world problems.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/PDCANR/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/PDCANR/feedback/</feedback_url>
            </event>
            <event guid='601f584b-22a1-5c08-9d84-d90584aaadeb' id='21377' code='VLZBNZ'>
                <room>Green</room>
                <title>GatherTown -- Social break</title>
                <subtitle></subtitle>
                <type>Social hour</type>
                <date>2022-07-28T20:30:00+00:00</date>
                <start>20:30</start>
                <duration>01:00</duration>
                <abstract>Join us on [Gather.town](https://app.gather.town/invite?token=2ucLB9IpmCAXZIex4Dvh2VFCeR6QLEdP) for a social hour.</abstract>
                <slug>juliacon-2022-21377-gathertown-social-break</slug>
                <track></track>
                
                <persons>
                    
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/VLZBNZ/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/VLZBNZ/feedback/</feedback_url>
            </event>
            
        </room>
        <room name='Red' guid='a3e2f610-673c-5bc6-be71-b4e045824084'>
            <event guid='747db241-5b1b-51e2-aa41-8cfcce75b4e0' id='18151' code='MDCJKK'>
                <room>Red</room>
                <title>Adaptive Radial Basis Function Surrogates in Julia</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2022-07-28T12:30:00+00:00</date>
                <start>12:30</start>
                <duration>00:30</duration>
                <abstract>This talk focuses on an iterative algorithm, called active learning, to update radial basis function surrogates by adaptively choosing points across its input space. This work extensively uses the SciML ecosystem, and in particular, Surrogates.jl.</abstract>
                <slug>juliacon-2022-18151-adaptive-radial-basis-function-surrogates-in-julia</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23447'>Ranjan Anantharaman</person>
                </persons>
                <language>en</language>
                <description>Active Learning algorithms have been applied to fine tune surrogate models. In this talk, we analyze these algorithms in the context of dynamical systems with a large number of input parameters. The talk will demonstrate: 
1. An adaptive learning algorithm for radial basis functions 
2. Its efficacy on dynamical systems with high dimensional input parameter spaces

This will make use of Surrogates.jl and the rest of the SciML ecosystem.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/MDCJKK/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/MDCJKK/feedback/</feedback_url>
            </event>
            <event guid='20ee9b9c-d15c-5c6e-811c-190aa88621e6' id='18647' code='NLDVYU'>
                <room>Red</room>
                <title>Lux.jl: Explicit Parameterization of Neural Networks in Julia</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-28T13:00:00+00:00</date>
                <start>13:00</start>
                <duration>00:10</duration>
                <abstract>Julia already has quite a few well-established Neural Network Frameworks -- [Flux](https://fluxml.ai/) &amp; [KNet](https://denizyuret.github.io/Knet.jl/latest/). However, certain design elements -- **Coupled Model and Parameters** &amp; **Internal Mutations** -- associated with these frameworks make them less compiler and user friendly. Making changes to address these problems in the respective frameworks would be too disruptive for users. To address these challenges, we designed `Lux,` a NN framework.</abstract>
                <slug>juliacon-2022-18647-lux-jl-explicit-parameterization-of-neural-networks-in-julia</slug>
                <track></track>
                
                <persons>
                    <person id='23943'>Avik Pal</person>
                </persons>
                <language>en</language>
                <description>`Lux,` is a neural network framework built completely using pure functions to make it both compiler and automatic differentiation friendly. Relying on the most straightforward pure functions API ensures no reference issues to debug, and compilers can optimize it as much as possible, is compatible with Symbolics/XLA/etc. without any tricks.

Repository: https://github.com/avik-pal/ExplicitFluxLayers.jl/</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/NLDVYU/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/NLDVYU/feedback/</feedback_url>
            </event>
            <event guid='7bda8ac6-ae9c-5ff0-9b99-e4a546a75a10' id='17223' code='MVRVTP'>
                <room>Red</room>
                <title>GraphPPL.jl: a package for specification of probabilistic models</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-28T13:10:00+00:00</date>
                <start>13:10</start>
                <duration>00:10</duration>
                <abstract>We present GraphPPL.jl - a package for user-friendly specification of probabilistic models with variational inference constraints. GraphPPL.jl creates a model as a factor graph and supports the specification of factorization and form constraints on the variational posterior for the latent variables. The package collection GraphPPL.jl, ReactiveMP.jl and Rocket.jl provide together a full reactive programming-based ecosystem for running efficient and customizable variational Bayesian inference.</abstract>
                <slug>juliacon-2022-17223-graphppl-jl-a-package-for-specification-of-probabilistic-models</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='22666'>Dmitry Bagaev</person>
                </persons>
                <language>en</language>
                <description>**Background**

Bayesian modeling has become a popular framework for important real-time machine learning applications, such as speech recognition and robot navigation.  Unfortunately, many useful probabilistic time-series models contain a large number of latent variables, and consequently real-time Bayesian inference based on Monte Carlo sampling or other black-box methods in these models is not feasible.

**Problem statement**

Existing packages for automated Bayesian inference in the Julia language ecosystem, such as Turing.jl, Stan.jl, and Soss.jl, support probabilistic model specification by well-designed macro-based meta languages. These packages assume that inference is executed by black-box variational or sampling-based methods. In principle, for conjugate probabilistic time-series models, message passing-based variational inference by minimization of a constrained Bethe Free Energy yields approximate inference solutions obtained with cheaper computational costs. In this contribution, we develop a user-friendly and comprehensive meta language for specification of both a probabilistic model and variational inference constraints that balance accuracy of inference results with computational costs. 

**Solution proposal**

The GraphPPL.jl package implements a user-friendly specification language for both the model and the inference constraints. GraphPPL.jl exports the `@model` macro to create a probabilistic model in the form of a factor graph that is compatible with ReactiveMP.jl&apos;s reactive message passing-based inference engine. To enable fast and accurate inference, all message update rules default to precomputed analytical solutions. The ReactiveMP.jl package already implements a selection of precomputed rules. If an analytical solution is not available, then the GraphPPL.jl package provides ways to tweak, relax, and customize local constraints in selected parts of the factor graph. To simplify this process, the package exports the `@constraints` macro to specify extra factorization and form constraints on the variational posterior [1]. For advanced use cases, GraphPPL.jl exports the `@meta` macro that enables custom message passing inference modifications for each node in a factor graph representation of the model. This approach enables local approximation methods only if necessary and allows for efficient variational Bayesian inference.

**Evaluation**

Over the past two years, our probabilistic modeling ecosystem comprising GraphPPL.jl, ReactiveMP.jl, and Rocket.jl has been battle tested with many sophisticated models that led to several publications in high-ranked journals such as Entropy [1] and Frontiers [2], and conferences like MLSP-2021 [3] and ISIT-2021 [4]. The current contribution enables a user-friendly approach to very sophisticated Bayesian modeling problems. 

**Conclusions**

We believe that a user-friendly specification of efficient Bayesian inference solutions for complex models is a key factor to expedite application of Bayesian methods. We developed a complete ecosystem for running efficient, fast, and reactive variational Bayesian inference with a user-friendly specification language for the probabilistic model and variational constraints. We are excited to present GraphPPL.jl as a part of our complete variational Bayesian inference ecosystem and discuss the advantages and drawbacks of this approach. 

**References**

[1] Ismail Senoz, Thijs van de Laar, Dmitry Bagaev, Bert de Vries. Variational Message Passing and Local Constraint Manipulation in Factor Graphs, Entropy. Special Issue on Approximate Bayesian Inference, 2021. 

[2] Albert Podusenko, Bart van Erp, Magnus Koudahl, Bert de Vries. AIDA: An Active Inference-Based Design Agent for Audio Processing Algorithms, Frontiers in Signal Processing, 2022.

[3] Albert Podusenko, Bart van Erp, Dmitry Bagaev, Ismail Senoz, Bert de Vries. Message Passing-Based Inference in the Gamma Mixture Model, 2021 IEEE 31st International Workshop on Machine Learning for Signal Processing (MLSP).

[4] Ismail Senoz, Albert Podusenko, Semih Akbayrak, Christoph Mathys, Bert de Vries. The Switching Hierarchical Gaussian Filter, 2021 IEEE International Symposium on Information Theory (ISIT).</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/MVRVTP/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/MVRVTP/feedback/</feedback_url>
            </event>
            <event guid='ae4fc11e-fe8b-5259-ad3d-2599d8c4bad3' id='16261' code='8JWMG8'>
                <room>Red</room>
                <title>TuringGLM.jl: Bayesian Generalized Linear models using @formula</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-28T13:20:00+00:00</date>
                <start>13:20</start>
                <duration>00:10</duration>
                <abstract>TuringGLM makes easy to specify Bayesian **G**eneralized **L**inear **M**odels using the formula syntax and returns an instantiated [Turing](https://github.com/TuringLang/Turing.jl) model.

Example:

```julia
@formula(y ~ x1 + x2 + x3)
```

Heavily inspired by [brms](https://github.com/paul-buerkner/brms/) (uses RStan or CmdStanR) and [bambi](https://github.com/bambinos/bambi) (uses PyMC3).</abstract>
                <slug>juliacon-2022-16261-turingglm-jl-bayesian-generalized-linear-models-using-formula</slug>
                <track></track>
                
                <persons>
                    <person id='21566'>Jose Storopoli</person>
                </persons>
                <language>en</language>
                <description># TuringGLM

TuringGLM makes easy to specify Bayesian **G**eneralized **L**inear **M**odels using the formula syntax and returns an instantiated [Turing](https://github.com/TuringLang/Turing.jl) model.

Heavily inspired by [brms](https://github.com/paul-buerkner/brms/) (uses RStan or CmdStanR) and [bambi](https://github.com/bambinos/bambi) (uses PyMC3).

## `@formula`

The `@formula` macro is extended from [`StatsModels.jl`](https://github.com/JuliaStats/StatsModels.jl) along with  [`MixedModels.jl`](https://github.com/JuliaStats/MixedModels.jl) for the random-effects (a.k.a. group-level predictors).

The syntax is done by using the `@formula` macro and then specifying the dependent variable followed by a tilde `~` then the independent variables separated by a plus sign `+`.

Example:

```julia
@formula(y ~ x1 + x2 + x3)
```

Moderations/interactions can be specified with the asterisk sign `*`, e.g. `x1 * x2`.
This will be expanded to `x1 + x2 + x1:x2`, which, following the principle of hierarchy,
the main effects must also be added along with the interaction effects. Here `x1:x2`
means that the values of `x1` will be multiplied (interacted) with the values of `x2`.

Random-effects (a.k.a. group-level effects) can be specified with the `(term | group)` inside
the `@formula`, where `term` is the independent variable and `group` is the **categorical**
representation (i.e., either a column of `String`s or a `CategoricalArray` in `data`).
You can specify a random-intercept with `(1 | group)`.

Example:

```julia
@formula(y ~ (1 | group) + x1)
```

## Data

TuringGLM supports any `Tables.jl`-compatible data interface.
The most popular ones are `DataFrame`s and `NamedTuple`s.

## Supported Models

TuringGLM supports non-hiearchical and hierarchical models.
For hierarchical models, only single random-intercept hierarchical models are supported.

For likelihoods, `TuringGLM.jl` supports:

* `Gaussian()` (the default if not specified): linear regression
* `Student()`: robust linear regression
* `Logistic()`: logistic regression
* `Pois()`: Poisson count data regression
* `NegBin()`: negative binomial robust count data regression</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/8JWMG8/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/8JWMG8/feedback/</feedback_url>
            </event>
            <event guid='a1f33df5-af8f-5a00-ae20-d0c83c5af75d' id='18032' code='VGEWU7'>
                <room>Red</room>
                <title>Text Segmentation with Julia</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-28T13:30:00+00:00</date>
                <start>13:30</start>
                <duration>00:10</duration>
                <abstract>Introducing TextSegmentation.jl, a package for Text Segmentation with Julia. Text Segmentation is a method of dividing an unstructured document including various contents into several parts according to its topics. So it is an important technique that supports various natural language processing tasks such as summarization, extraction, and question answering. If the audience listen to this presentation, they will learn Text Segmentation and how to use packages and be able to perform it easily.</abstract>
                <slug>juliacon-2022-18032-text-segmentation-with-julia</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23328'>Kento Kawasaki</person>
                </persons>
                <language>en</language>
                <description>TextSegmentation.jl(https://github.com/kawasaki-kento/TextSegmentation.jl) provides a julia implementation of unsupervised text segmentation methods. Text Segmentation is a method for dividing an unstructured document including various contents into several parts according to their topics. A specific example of its use is pre-processing in natural language processing. Natural language processing includes various tasks such as summarization, extraction, and question answering, but to achieve higher accuracy, text preprocessing is necessary. Text segmentation helps improve the accuracy of those tasks by allowing documents to be segmented according to topics. As specific text segmentation methods, this package provides the following three:

 - TextTiling
	 + TextTiling is a method for finding segment boundaries based on lexical cohesion and similarity between adjacent blocks.
 - C99
	 + C99 is a method for determining segment boundaries by divisive clustering.
 - TopicTiling
	 + TopicTiling is an extension of TextTiling that uses the topic IDs of words in a sentence to calculate the similarity between blocks.

The planned presentations are as follows

1. introduction
	 + I will introduce the purpose of TextSegmentation.jl and what it is useful for.

2. Text Segmentation
	 + Specific methods of text segmentation will be explained.

3. overview of the package
	 + Introduce how to use the package and how to perform the tasks.

4. example
	 + Using simple text data, this section explains how to actually perform text segmentation with the package.

5. future work
	 + Share future prospects for TextSegmentation.jl.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/VGEWU7/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/VGEWU7/feedback/</feedback_url>
            </event>
            <event guid='fd51664e-2331-58a0-aed9-4358a904cf8a' id='17284' code='VWVY9S'>
                <room>Red</room>
                <title>Recommendation.jl: Modeling User-Item Interactions in Julia</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-28T13:40:00+00:00</date>
                <start>13:40</start>
                <duration>00:10</duration>
                <abstract>Recommender system is a data-driven application that generates personalized content for users. This talk shows how Julia can be a deeply satisfying option to capture the unique characteristics of recommenders, which rely heavily on repetitive matrix computations in multi-stage data pipelines. To build trustworthy systems in terms of not only accuracy and scalability but usability and fairness at large, we particularly focus on API design and evaluation methods implemented on Recommendation.jl.</abstract>
                <slug>juliacon-2022-17284-recommendation-jl-modeling-user-item-interactions-in-julia</slug>
                <track>JuliaCon</track>
                <logo>/media/juliacon-2022/submissions/VWVY9S/overview_UGhf2Z2.png</logo>
                <persons>
                    <person id='22704'>Takuya Kitazawa</person>
                </persons>
                <language>en</language>
                <description>This talk demonstrates **Recommendation.jl**, a Julia package for building recommender systems, with a special emphasis on its design principle and evaluation framework. While the package was first presented at JuliaCon 2019 to collect early feedback from the community, this talk highlights how the implementation has evolved afterwards and gives a preview of upcoming &quot;v1.0.0&quot; major release, accompanied by a proceeding paper.

An underlying question for the audiences throughout the talk is: *How should &quot;good&quot; recommender systems be?* On one hand, improving the accuracy of recommendation with sophisticated algorithms is indeed desired. However, at the same time, recommendation is not always the same as machine learning problems, and non-accuracy aspects of the systems are equally or even more important in practice; we particularly discuss the importance of decoupling data from business logic and validating data/model quality based on a diverse set of decision criteria.

First of all, a core of recommendation engine largely relies on simple math and matrix computation against sparse user-item data, where we can take full advantage of numerical computing methods. Thus, Julia is a great choice to efficiently and effectively implement an end-to-end recommendation pipeline that typically consists of multiple sub-tasks as follows:

1. preprocessing user-item data;
2. building a recommendation model;
3. evaluating a ranked list of recommended contents;
4. post-processing the recommendation.

Here, Recommendation.jl provides a unified abstraction layer, namely `DataAccessor`, which represents user-item interactions in an accessible form. Since data for recommender systems is readily standardizable as a collection of user, item, and contextual features, the common interface helps us to follow the separation of concerns principle and ensure the easiness and reliability of data manipulation. To be more precise, raw data is always converted into a `DataAccessor` instance at the data preprocessing phase (Phase#1) with proper validation (e.g., data type check, missing value handling), and hence the subsequent steps can simply access the data (or metadata) through the instance without worrying about unexpected input.

Moreover, when it comes to generating recommendations at later phases (Phase#2-4), Recommendation.jl enables developers to optimize recommenders against not only standard accuracy metrics (e.g., recall, precision) but non-accuracy measures such as novelty, diversity, and serendipity. Even though the idea of diverse or serendipitous recommendation is not new in the literature, the topic has rapidly gained traction as society realizes the importance of fairness in intelligent systems. In this talk, we dive deep into the concept of these non-accuracy metrics and their implementation in Julia.

Last but not least, there are a couple of new recommendation models recently added to the package, including matrix factorization with Bayesian personalized ranking loss and factorization machines. We plan to provide comprehensive benchmark results for supported recommender-metric pairs to undergo trade-off discussion. Furthermore, we compare Recommendation.jl with other publicly available recommendation toolkit like LensKit (Python), MyMediaLite (C#), and LibRec (Java).</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/VWVY9S/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/VWVY9S/feedback/</feedback_url>
            </event>
            <event guid='8da78d64-b124-5540-94d8-e5b0e8901d50' id='21253' code='JKKXTS'>
                <room>Red</room>
                <title>G Research Sponsored Talk</title>
                <subtitle></subtitle>
                <type>Silver sponsor talk</type>
                <date>2022-07-28T13:50:00+00:00</date>
                <start>13:50</start>
                <duration>00:05</duration>
                <abstract>G-Research is Europe&#8217;s leading quantitative finance research firm</abstract>
                <slug>juliacon-2022-21253-g-research-sponsored-talk</slug>
                <track></track>
                
                <persons>
                    
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/JKKXTS/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/JKKXTS/feedback/</feedback_url>
            </event>
            <event guid='975fd349-357d-5550-952f-032a744bfe43' id='21249' code='JC3GKD'>
                <room>Red</room>
                <title>Pumas Sponsored Talk</title>
                <subtitle></subtitle>
                <type>Silver sponsor talk</type>
                <date>2022-07-28T13:55:00+00:00</date>
                <start>13:55</start>
                <duration>00:05</duration>
                <abstract>With deep expertise in allied fields of clinical pharmacology, pharmacometrics, drug development, regulations and advanced data analytics including machine learning, Pumas-AI works with companies, laboratories and universities as their healthcare intelligence partner.</abstract>
                <slug>juliacon-2022-21249-pumas-sponsored-talk</slug>
                <track></track>
                
                <persons>
                    
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/JC3GKD/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/JC3GKD/feedback/</feedback_url>
            </event>
            <event guid='d61434af-ac4d-517b-8a3e-db13c37d4873' id='17952' code='ZZ3HGF'>
                <room>Red</room>
                <title>HPC sparse linear algebra in Julia with PartitionedArrays.jl</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-28T16:30:00+00:00</date>
                <start>16:30</start>
                <duration>00:10</duration>
                <abstract>PartitionedArrays is a distributed sparse linear algebra engine that allows Julia users to easily prototype and deploy large computations on distributed-memory HPC platforms. The long-term goal is to provide a Julia alternative to the parallel vectors and sparse matrices available in well-known distributed algebra packages such as PETSc. Using PartitionedArrays, application libraries have shown excellent strong and weak scaling results up to tends of thousands of CPU cores.</abstract>
                <slug>juliacon-2022-17952-hpc-sparse-linear-algebra-in-julia-with-partitionedarrays-jl</slug>
                <track>JuliaCon</track>
                <logo>/media/juliacon-2022/submissions/ZZ3HGF/logo_EjpCY6N.png</logo>
                <persons>
                    <person id='23249'>Francesc Verdugo</person><person id='23251'>ALBERTO FRANCISCO MARTIN HUERTAS</person>
                </persons>
                <language>en</language>
                <description>PartitionedArrays (https://github.com/fverdugo/PartitionedArrays.jl) is a distributed sparse linear algebra engine that allows Julia programmers to easily prototype and deploy large computations on distributed-memory, high performance computing (HPC) platforms. The package provides a data-oriented parallel implementation of vectors and sparse matrices, ready to use in several applications, including (but not limited to) the discretization of partial differential equations (PDEs) with grid-based algorithms such as finite differences, finite volumes, or finite element methods.  The long-term goal of this package is to provide a Julia alternative to the parallel vectors and sparse matrices available in well-known distributed algebra packages such as PETSc or Trilinos. It also aims at providing the basic building blocks for the implementation in Julia of other linear algebra algorithms such as distributed sparse linear solvers. We started this project motivated by the fact that using bindings to PETSc or Trilinos for parallel computations in Julia can be cumbersome in many situations. One is forced to use MPI as the parallel execution model and drivers need to be executed non-interactively with commands like `mpiexec -n 4 julia input.jl`, which posses serious difficulties to the development process. Some typos and bugs can be debugged interactively with a single MPI rank in the Julia REPL, but genuine parallel bugs often need to be debugged non-interactively using `mpiexec`. In this case, one cannot use development tools such as Revise or Debugger, which is a serious limitation, specially for complex codes that take a lot of time to JIT-compile since one ends up running code in fresh Julia sessions. To overcome these limitations, PartitionedArrays provides a data-oriented parallel execution model that allows one to implement parallel algorithms in a generic way, independently of the underlying message passing software that is eventually used at the production stage. At this moment, the library provides two backends for running the generic parallel algorithms: a sequential backend and an MPI backend. In the former, the parallel data structures are logically parallel from the user perspective, but they are stored in a conventional (sequential) Julia session using standard serial arrays. The sequential back end does not mean to distribute the data in a single part. The data can be split in an arbitrary number of parts, but they are processed one after the other in a standard Julia sequential process. This configuration is specially handy for developing new parallel codes. The sequential backend runs in a standard Julia session and one can use tools like Revise and Debugger, which dramatically improves the developer experience. Once the code works with the sequential backend, it can be automatically deployed in a supercomputer via the MPI backend. In the latter case, the data layout of the distributed vectors and sparse matrices is compatible with the linear solvers provided by libraries like PETSc or MUMPS. This allows one to use these libraries for solving large systems of linear algebraic equations efficiently until competitive Julia alternatives are available. The API of PartitionedArrays allows the programmer to write efficient parallel algorithms since it enables fine control over data exchanges. In particular, asynchronous communication directives are provided, making possible to overlap communication and computation. This is useful, e.g., to efficiently implement the distributed sparse matrix-vector product, where the product on the owned entries can be overlapped with the communication of the off-processor vector components. Application codes using PartitionedArrays such as the parallel finite element library GridapDistributed have shown excellent strong and weak scaling results up to tends of thousands of CPU cores. In the near future, we plan to add hierarchical/multilevel parallel data structures to the library to extend its support to multilevel parallel algorithms such as multigrid, multilevel domain decomposition, and multilevel Montecarlo methods.  In this talk, we will provide an overview of the main components of the library and show users how to get started by means of simple examples. PartitionedArrays can be easily installed from the official Julia language package registry and it is distributed with an MPI licence.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/ZZ3HGF/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/ZZ3HGF/feedback/</feedback_url>
            </event>
            <event guid='8a71e7ed-b7f0-55a8-b426-831b3481374b' id='18173' code='CB3PEY'>
                <room>Red</room>
                <title>Calling Julia from MATLAB using MATDaemon.jl</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-28T16:40:00+00:00</date>
                <start>16:40</start>
                <duration>00:10</duration>
                <abstract>MATLAB is a proprietary programming language popular for scientific computing. Calling MATLAB code from Julia via the C API has been supported for many years via MATLAB.jl. The reverse direction is more complex. One approach is to compile Julia via the C++ MEX API as in Mex.jl. In MATDaemon.jl (https://bit.ly/3JxTFFU), we instead communicate by writing data to .mat files. This method is robust across Julia and MATLAB versions, and easy to use: just download jlcall.m from the GitHub repository.</abstract>
                <slug>juliacon-2022-18173-calling-julia-from-matlab-using-matdaemon-jl</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23471'>Jonathan Doucette</person>
                </persons>
                <language>en</language>
                <description>MATLAB is a popular programming language in the scientific community. Unfortunately, it is proprietary, closed-source, and expensive. Within academia, purchasing MATLAB licenses can feel like a tax on research development, especially given the growing global trends towards open, reproducible, and transparent science. For this reason, many scientists are switching as much as possible to open software development using open-source programming languages such as Python, R, and Julia.

Transitioning between programming languages can be a daunting task, however. Beyond the obvious requirement of learning a new language, translating and rewriting existing codebases in a new language can be difficult to do in a modular fashion. Modularity is important in order to be able to translate and test as you go. Indeed, it is often not even necessary to translate an entire library to gain nontrivial improvements; for example, by rewriting only performance-critical code paths.

A convenient way to ease such transitions is through language interoperability. From the Julia side, calling out to the MATLAB C API has been possible for many years using the fantastic `MATLAB.jl` package, made possible by Julia&#8217;s support for calling C code. Calling Julia from MATLAB, however, is more complex for several reasons. The first approach one might try is to use Julia&#8217;s C API in conjunction with the MATLAB C/C++ MEX API in order to build a MEX &#8211; that is, (M)ATLAB (EX)ecutable &#8211; function which embeds Julia. This is the approach taken by the `Mex.jl` Julia package. When this approach works, it is extremely effective: calling Julia is convenient with little overhead. Unfortunately, writing scripts to compile MEX functions across operating systems and MATLAB versions is notoriously fragile. Indeed, the current version of `Mex.jl` only supports Julia v1.5.

For these reasons, we created `MATDaemon.jl` (https://github.com/jondeuce/MATDaemon.jl). This package aims to call Julia from MATLAB in as simple a manner as possible while being robust across both Julia and MATLAB versions &#8211; it should &#8220;just work&#8221;. `MATDaemon.jl` does this by communicating with Julia via writing MATLAB variables to disk as `.mat` files. These variables are then read by Julia using the `MAT.jl` package. The Julia function indicated is then called and the output variables are similarly written to `.mat` files and read back by MATLAB. Naturally, this comes at the cost of some overhead which would not be present when using the MEX approach. In order to alleviate some of the overhead, a Julia daemon is created using the `DaemonMode.jl` package (https://github.com/dmolina/DaemonMode.jl). This helps to avoid Julia startup time by running Julia code on a persistent server. While this package is still not recommended for use in tight performance critical loops due to overhead on the order of seconds, it is certainly fast enough for use in rewriting larger bottlenecks and for interactive use in the MATLAB REPL.

Due to its simplicity,`MATDaemon.jl` is easy to use: just download the jlcall.m MATLAB function from the GitHub repository (https://github.com/jondeuce/MATDaemon.jl/blob/master/api/jlcall.m) and call Julia. For example, running `jlcall(&apos;sort&apos;, {rand(2,5)}, struct(&apos;dims&apos;, int64(2)))` will sort a 2x5 MATLAB double array along the second dimension. A temporary workspace folder `.jlcall` is created containing a local `Project.toml` and `Manifest.toml` file in order to not pollute the global Julia environment. And that&#8217;s it! See the documentation in the GitHub repository for example usage, including loading local Julia projects, Base modules, running setup scripts, and more.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/CB3PEY/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/CB3PEY/feedback/</feedback_url>
            </event>
            <event guid='c2566bc4-f227-5c45-b9d2-947e356cb301' id='17928' code='RUQAHC'>
                <room>Red</room>
                <title>LinearSolve.jl: because A\b is not good enough</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-28T16:50:00+00:00</date>
                <start>16:50</start>
                <duration>00:10</duration>
                <abstract>Need to solve Ax=b for x? Then use A\b! Or wait, no. Don&apos;t. If you use that method, how do you swap that out for a method that performs GPU offloading? How do you switch between UMFPACK and KLU for sparse matrices? Krylov subspace methods? What does all of this mean and why is A\b not good enough? Find out all of this and more at 11. P.S. LinearSolve.jl is the answer.</abstract>
                <slug>juliacon-2022-17928-linearsolve-jl-because-a-b-is-not-good-enough</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23207'>Chris Rackauckas</person>
                </persons>
                <language>en</language>
                <description>We tell people that to solve Ax=b, you use A\b. But in reality, that is insufficient for many problems. For dense matrices, LU-factorization, QR-factorization, and SVD-factorization approaches are all possible ways to solve this, each making an engineering trade-off between performance and accuracy. While with Julia&apos;s Base you can use lu(A)\b, qr(A)\b, and svd(A)\b, this idea does not scale to all of the cases that can arise. For example, Krylov subspace methods require you set a tolerance `tol`... how do you expect to do that? krylov(A;tol=1e-7)\b? No, get outta here, the libraries don&apos;t support that. And even if they did, this still isn&apos;t as efficient as... you get the point.

This becomes a major issue with packages. Say Optim.jl uses a linear solve within its implementation of BFGS (it does). Let&apos;s say the code is A\b. Now you know in your case A is a sparse matrix which is irregular, and thus KLU is 5x faster than the UMFPACK that Julia&apos;s \ defaults to. How do you tell Optim.jl to use KLU instead? Oops, you can&apos;t. But wouldn&apos;t it be nice if you could just pass `linsolve = KLUFactorization()` and have it do that? 

Okay, we can keep belaboring the point, which is that the true interface of linear solvers needs to have many features and performance, and it needs to be a multiple dispatching interface so that it can be used within other packages and have the algorithms swapped around by passing just one type. What a great time for the SciML ecosystem to swoop in! This leads us to LinearSolve.jl, a common interface for linear solver libraries. What we will discuss is the following:

- Why there are so many different linear solver methods. What are they used for? When are which ones recommended? Short list: LU, QR, SVD, RecursiveFactorization.jl (pure Julia, and the fastest?), GPU-offload LU, UMFPACK, KLU, CG, GMRES, Pardiso, ...
- How do you swap between linear solvers in the LinearSolve.jl interface. It&apos;s easy: solve(prob,UMFPACKFactorization()) vs solve(prob,KLUFactorization()).
- How do you efficiently reuse factorizations? For example, the numerical factorization stage can be reused when swapping out `b` if doing many `A\b` operations. But did know that if A is a sparse matrix you only need to perform the symbolic factorization stage once for each sparsity pattern? How do you do all of this efficiently? LinearSolve.jl has a caching interfaces that automates all of this!
- What is a preconditioner? How do you use preconditioners?

We will showcase examples where stiff differential equation solving is accelerated by over 20x just by swapping out to the correct linear solvers (https://diffeq.sciml.ai/stable/tutorials/advanced_ode_example/). This will showcase that it&apos;s not a small detail, and in fact, every library should adopt this swappable linear solver interface.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/RUQAHC/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/RUQAHC/feedback/</feedback_url>
            </event>
            <event guid='d51ee254-c5af-5053-b731-3bfffc9d4e03' id='17263' code='HCEGRV'>
                <room>Red</room>
                <title>CALiPPSO.jl: Jamming of Hard-Spheres via Linear Optimization</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-28T17:00:00+00:00</date>
                <start>17:00</start>
                <duration>00:10</duration>
                <abstract>The CALiPPSO.jl package implements a new algorithm for producing *disordered* [spheres packings](https://en.wikipedia.org/wiki/Sphere_packing) with very high accuracy. The algorithm reaches the critical jamming point of hard spheres through a chain of constrained linear optimization problems. CALiPPSO.jl exploits the functionality of JuMP for modelling and is thus compatible with several optimizers. In collaboration with C. Artiaco, G. Parisi, and F. Ricci Tersenghi.</abstract>
                <slug>juliacon-2022-17263-calippso-jl-jamming-of-hard-spheres-via-linear-optimization</slug>
                <track></track>
                <logo>/media/juliacon-2022/submissions/HCEGRV/CanicasEnRCP_yLvoHXh.png</logo>
                <persons>
                    <person id='22708'>Rafael Diaz</person>
                </persons>
                <language>en</language>
                <description>You can find the complete description of our algorithm in [this preprint](https://arxiv.org/abs/2203.05654). 
The package can be installed directly from Julila&apos;s package manager, and the documentation is available [here](https://rdhr.github.io/CALiPPSO.jl/dev/index.html)</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/HCEGRV/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/HCEGRV/feedback/</feedback_url>
            </event>
            <event guid='fba7c046-3715-59f4-a7fd-113fcdad17b2' id='18064' code='7H77WX'>
                <room>Red</room>
                <title>Writing a GenericArpack library in Julia.</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2022-07-28T17:10:00+00:00</date>
                <start>17:10</start>
                <duration>00:30</duration>
                <abstract>Arpack is a library for computing eigenvalues and eigenvectors of a linear operator. It has been used in many technical computing packages. The goal of the `GenericArpack.jl` package is to create a Julia translation of Arpack. Right now, the Julia `GenericArpack.jl` methods produce _bitwise identical_ results to the `Arpack_jll` methods for Float64 types in all testcases. The new library has zero dependency on BLAS and supports element types beyond those in Arpack, such as `DoubleFloats.jl`.</abstract>
                <slug>juliacon-2022-18064-writing-a-genericarpack-library-in-julia</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23357'>David Gleich</person>
                </persons>
                <language>en</language>
                <description>## Summary of key points

Arpack is a library for iteratively computing eigenvalues and eigenvectors of a linear operator. It has been widely used, debugged, and implemented in many technical computing packages. The goal of the `GenericArpack.jl` package is to create a Julia translation of the Arpack methods. (Currently, only the symmetric solver has been translated.) 

The new library has zero dependency on system level BLAS, allowing it to support matrix element types beyond those in Arpack, such as those in `DoubleFloats.jl` and `MultiFloats.jl`. Other advantages of the `GenericArpack.jl` package include thread safety and using Julia features to allow one to optionally avoid the reverse communication interface. Despite not using the system BLAS, the goal was to make the Julia output equivalent to an alternative compilation of the Arpack source code for `Float64` types. 

An anticipated future use is using the `GenericArpack.jl` package to give WebASM Julia implementations tools for iterative eigensolvers. This would enables a wide variety of in-browser analysis including finite element, pseudospectra, and spectral graph theory. 

## Talk overview

The talk will discuss some interesting challenges that arose:

- representing state information in Julia for the statically located Fortran `save` variables in Arpack.

- sensitivity to the `norm` operation and implementing an exact replacement for the OpenBLAS `dnrm2` on x86 architectures that uses 80-bit floating point features of x86 CPUs (without calling the OpenBLAS function)

- getting the same random initialization vectors as Arpack (i.e. porting the Fortran `dlarnv` function)

- designing an interface that allows us to compare results between `Arpack_jll` and `GenericArpack.jl` at internal methods in Arpack call chains.  

- how much code it took to translate the symmetric eigensolver to a Hermitian eigensolver (which is not in Arpack)

It will also discuss some tools created that may be useful elsewhere

- a tridiagonal eigensolver that only computes a single row of the eigenvector matrix (the Arpack `dstqrb` function)

- allocation analysis that automatically runs, parses output, and cleans up after a `track-allocations` run of Julia

- Julia implementations of a few LAPACK/BLAS functions and the details needed to match bitwise match OpenBLAS calls (on MacOS)

## Initial rough talk slide ideas

- teaser: the world&apos;s most precise estimate of the largest few singular values of the netflix ratings matrix. (100M non-zeros) ... or something similar.

- reveal: the code... using GenericArpack; svds(...) 

- pitch: A dropin replacement for Arpack.jl (for symmetric problems). 

- what is Arpack and why is it important? 

- Arpack and reverse communication. 

- summary of project goals: why _translation, same input/same output_ and not something else (new algorithms, etc.), also why minimal dependencies. 

- basic translation approach: an exercise in @view / sub-arrays. 

- getting bitwise identical output -- the Lanczos/Arnoldi information seems close, but somewhat different from Arpack
	- key issue: well, turns out this is _very_ sensitive to the norm function. 
	- real problem: OpenBlas norm uses 80-bit FP operations. (And why they can get away with sqrt(sum(x.^2)) and you can&apos;t!)
	- solution 1: use double-double to simulate! (but it&apos;s slow)
	- solution 2: just use ideas from `BitFloats.jl` and llvm intrinsics instead

- So, I&apos;ve written everything, it passes tests, etc. Why does it use _so_ many allocations? (When it should use zero, like the Fortran code!)
- tools for hunting down allocations. (well, really just parsing track-allocation output)
- A curiosity: why does the line `while true` allocate? 
- I wish there was a &quot;strict&quot; mode that doesn&apos;t allow quite so much flexibility. 

- because we can: from Arpack `ido` (really what you the user do!) to Julia idonow to avoid reverse communication.

- because we can: going from symmetric real-valued Arpack methods to Hermitian complex-valued methods (which do not exist in Arpack)

- because someone will ask: comparing performance. This will show the current state of performance. At the moment, for a problem Arpack solves in 15ms, GenericArpack.jl takes 23ms; although there has been only minor performance tuning. 

- A list of future work. Portion the non-Hermitian complex valued case; an &quot;AbstractEigenspace.jl&quot; package that multiple people could implement; Handling differences. 

- The vision: Why this would be super useful. Iterative Eigenvalues in the browser for Pluto.jl running via WebASM...  for really cool demos akin to pseudospectra... for finite elements in the browser ... for interactive spectral graph analysis in the browser... for mixed precision Arpack computations (Lanczos/Arnoldi info in high-precision, vectors in low-precision).</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/7H77WX/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/7H77WX/feedback/</feedback_url>
            </event>
            <event guid='c96592e8-cb88-5d64-b33e-f7f411b44293' id='18127' code='PFHGSD'>
                <room>Red</room>
                <title>OnlineSampling : online inference on reactive models</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2022-07-28T19:00:00+00:00</date>
                <start>19:00</start>
                <duration>00:30</duration>
                <abstract>OnlineSampling.jl is a Julia package for online Bayesian inference on reactive models, i.e., streaming probabilistic models.

Online sampling provides 1) a small macro based domain specific language to describe reactive models and 2) a semi-symbolic inference algorithm which combines exact solutions using Belief Propagation for trees of Gaussian random variables, and approximate solutions using Particle Filtering.</abstract>
                <slug>juliacon-2022-18127-onlinesampling-online-inference-on-reactive-models</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23418'>Wa&#239;ss Azizian</person><person id='23419'>marc lelarge</person><person id='23430'>Guillaume Baudart</person>
                </persons>
                <language>en</language>
                <description>[OnlineSampling](https://github.com/wazizian/OnlineSampling.jl) is a probabilistic programming language that focuses on reactive models, i.e., streaming probabilistic models based on the synchronous model of execution.
Programs execute synchronously in lockstep on a global discrete logical clock.
Inputs and outputs are data streams, programs are stream processors.
For such models, inference is a reactive process that returns the distribution of parameters at the current time step given the observations so far.

## Synchronous Reactive Programming

We use Julia&apos;s macro system to program reactive models in a style reminiscent of synchronous dataflow programming languages.

A stream function is introduced by the macro `@node`.
Inside a `node`, the macro `@init` can be used to initialize a variable.
Another macro `@prev` can then be used to access the value of a variable at the previous time step.

Then, the macro `@nodeiter` turns a node into a Julia iterator which unfolds the execution of a node and returns the current value at each step.

For examples, the following function `cpt` implements a simple counter incremented at each step, and prints its value

```julia
@node function cpt() 
    @init x = 0 
    x = @prev(x) + 1 
    return x
end

for x in @nodeiter T = 10 cpt() 
    println(x)
end
```


## Reactive Probabilistic Programming

Reactive constructs `@init` and `@prev` can be mixed with probabilistic constructs to program reactive probabilistic models.

Following recent probabilistic languages (e.g., Turing.jl), probabilistic constructs are the following:
- `x = rand(D)` introduces a random variable `x` with the prior distribution `D`.
- `@observe(x, v)` conditions the models assuming the random variable `x` takes the value `v`.

For example, the following example is a HMM where we try to estimate the position of a moving agent from noisy observations.

```julia
speed = 1.0
noise = 0.5
    
@node function model()
    @init x = rand(MvNormal([0.0], ScalMat(1, 1000.0))) # x_0 ~ N(0, 1000)
    x = rand(MvNormal(@prev(x), ScalMat(1, speed)))     # x_t ~ N(x_{t-1}, speed)
    y = rand(MvNormal(x, ScalMat(1, noise)))            # y_t ~ N(x_t, noise)
    return x, y
end
@node function hmm(obs)
    x, y = @nodecall model()
    @observe(y, obs) # assume y_t is observed with value obs_t 
    return x
end

steps = 100
obs = rand(steps, 1)
cloud = @nodeiter particles = 1000 hmm(eachrow(obs)) # launch the inference with 1000 particles (return an iterator)

for (x, o) in zip(cloud, obs)                            
    samples = rand(x, 1000)                                    # sample the 1000 values from the posterior     
    println(&quot;Estimated: &quot;, mean(samples), &quot; Observation: &quot;, o)
end
```


## Semi-symbolic algorithm

The inference method is a Rao-Blackwellised particle filter, a semi-symbolic algorithm which tries to analytically compute closed-form solutions, and falls back to a particle filter when symbolic computations fail.
For Gaussian random variables with linear relations, we implemented belief propagation if the factor graph is a tree. 
As a result, in the previous HMM example, belief propagation is able to recover the equation of a Kalman filter and compute the exact solution and only one particle is necessary as shown below.

```julia
cloud = @noderun particles = 1 algo = belief_propagation hmm(eachrow(obs)) # launch the inference with 1 particles for all observations
d = dist(cloud.particles[1])                                               # distribution for the last state
```

## Internals
This package relies on Julia&apos;s metaprogramming capabilities. 
Under the hood, the macro `@node` generates a stateful stream processor which closely mimic the `Iterator` interface of Julia. The state correspond to the memory used to store all the variables accessed via `@prev`.

The heavy lifting to create these functions is done by a Julia macro which acts on the Abstract Syntax Tree. The transformations at this level include, for `t &gt; 0`, adding the code to retrieve the previous internal state, update it and return it.

However, some transformations are best done at a later stage of the Julia pipeline. 
One of them is the handling of calls to `@prev` during the initial step `t = 0`.
To seamlessly handle the various constructs of the Julia language, these calls are invalidated at the level of Intermediate Representation (IR) thanks to the package `IRTools`.

Another operation at the IR level is the automatic realization of a symbolic variable undergoing an unsupported transform: when a function is applied to a random variable and there is no method matching the variable type, this variable is automatically sampled. 

We also provide a &quot;pointer-minimal&quot; implementation of belief propagation: during execution when a random variables is not referenced anymore by the program, it can be freed by the garbage collector (GC).</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/PFHGSD/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/PFHGSD/feedback/</feedback_url>
            </event>
            <event guid='8adec99f-892b-5cdd-bba6-d5c63ab2ecc7' id='18025' code='YBH93M'>
                <room>Red</room>
                <title>Dynamical Low Rank Approximation in Julia</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-28T19:30:00+00:00</date>
                <start>19:30</start>
                <duration>00:10</duration>
                <abstract>We present LowRankArithmetic.jl and LowRankIntegrators.jl. The conjunction of both packages forms the backbone of a computational infrastructure that enables simple and non-intrusive use of dynamical low rank approximation for on-the-fly compression of large matrix-valued data streams or the approximate solution of otherwise intractable matrix-valued ODEs. We showcase the utility of these packages for the quantification of uncertainty in scientific models.</abstract>
                <slug>juliacon-2022-18025-dynamical-low-rank-approximation-in-julia</slug>
                <track>JuliaCon</track>
                <logo>/media/juliacon-2022/submissions/YBH93M/program_figure.001_0nteiDR.png</logo>
                <persons>
                    <person id='23319'>Flemming Holtorf</person>
                </persons>
                <language>en</language>
                <description>Many scientific computing problems boil down to solving large matrix-valued ordinary differential equations (ODE); prominent examples for that are the propagation of uncertainties through (partial-)differential equation models or on-the-fly compression of large-scale simulation or experimental data. While the naive integration of such matrix-valued ODEs often remains prohibitively expensive, it is in many cases found that their solution admit an accurate low-rank approximation. Exploiting such a low rank structure generally holds the potential for substantial computational resource savings (time and memory) over naive integration approaches, often recovering the tractability of integration. 

Dynamical low rank approximation (DLRA), a concept also known under the names Dirac-Fraenkel time-varying variational principle or dynamically orthogonal schemes, seeks to exploit the low-rank structure of the solution of matrix-valued ODEs by performing the integration within the manifold of fixed (low-)rank matrices.  However, while theoretically elegant, the effective use of DLRA in practice is often cumbersome due to the need for custom implementations of integration routines that take advantage of the assumed low-rank structure. To alleviate this limitation, we present the packages LowRankArithmetic.jl and LowRankIntegrators.jl. The conjunction of both packages forms the backbone of a computational infrastructure that enables simple and non-intrusive use of DLRA. To that end, LowRankArithmetic.jl facilitates the propagation of low rank matrix representations through finite compositions of a rich set of algebraic operations, alleviating the need for custom implementations. Based on this key functionality, LowRankIntegrators.jl implements state-of-the-art integration routines for DLRA that automatically take advantage of low rank structure; the user needs to supply nothing more than the the right-hand-side of a matrix-valued ODE of interest. 

In this talk, we briefly review the conceptual idea behind DLRA, outline the primitives underpinning LowRankArthmetic.jl and LowRankIntegrators.jl, and showcase their utility for the propagation of uncertainties through scientific models ranging from stochastic PDEs to the chemical master equation.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/YBH93M/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/YBH93M/feedback/</feedback_url>
            </event>
            <event guid='7dc7c014-ba3e-5955-b295-ff0ab6fa2a55' id='17986' code='SQJTRS'>
                <room>Red</room>
                <title>Visualization Dashboards with Pluto!</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-28T19:40:00+00:00</date>
                <start>19:40</start>
                <duration>00:10</duration>
                <abstract>Data visualization with intuitive interactions is an essential feature of many scientific investigations. I propose to go over use cases and examples on why/how to develop reactive dashboards in Julia using &quot;Pluto.jl&quot;. Pluto provides a way to isolate cells in a separate page of which the style is editable as regular HTML/CSS. Alongside PlutoUI&apos;s experimental layout feature, this is a powerful tool to create immersive interactive experiences for users.</abstract>
                <slug>juliacon-2022-17986-visualization-dashboards-with-pluto</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23282'>Guilherme Gomes Haetinger</person>
                </persons>
                <language>en</language>
                <description>In Python, one could assemble a Jupyter notebook to experiment with visualizations and turn it into a Dash dashboard with multiple plots, panes, and widgets. In R, someone could do the same with RShiny. Julia has support for Dash and Jupyter, but one could argue that dashboarding and experimentation should be part of the same workflow. Pluto&apos;s solution to this problem is complete and extensible, which is every scientist&apos;s dream.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/SQJTRS/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/SQJTRS/feedback/</feedback_url>
            </event>
            <event guid='048d9584-2707-5e88-b06a-00594c8c794f' id='17990' code='VVPY9G'>
                <room>Red</room>
                <title>Visualizing astronomical data with AstroImages.jl</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-28T19:50:00+00:00</date>
                <start>19:50</start>
                <duration>00:10</duration>
                <abstract>To study the cosmos, astronomers examine images captured of light exceeding human-visible colors and dynamic range. AstroImages.jl makes it easy to load, manipulate, and visualize astronomical data intuitively and efficiently using arbitrary color-schemes, stretched color scales, RGB composites, PNG rendering, and plot recipes. Come to our talk to see how you too can create beautiful images of the universe!</abstract>
                <slug>juliacon-2022-17990-visualizing-astronomical-data-with-astroimages-jl</slug>
                <track>JuliaCon</track>
                <logo>/media/juliacon-2022/submissions/VVPY9G/JuliaCon_2022_Talk_Image_BtwALWa.png</logo>
                <persons>
                    <person id='23285'>William Thompson</person>
                </persons>
                <language>en</language>
                <description>To study the cosmos, astronomers use data cubes with many dimensions representing images with axes for sky position, time, wavelength, polarization, and more. Since these large datasets often span many orders of magnitude in intensity and typically include colours invisible to humans, astronomers like to visualize their images using a variety of non-linear stretching and contrast adjustments.
Additionally, images may contain metadata specifying arbitrary mappings of pixel positions to multiple celestial coordinate systems.
Julia is a powerful language for processing astronomical data, but these visualization tasks are a challenge for any tool. Built on Images, DimensionalData, FITS, WCS, and Plots, AstroImages.jl makes it easy to load, manipulate, and visualize astronomical data intuitively and efficiently with support for arbitrary colorschemes, stretched color scales, RGB composites, lazy PNG rendering, and plot recipes.
Come to our talk to see how you too can create beautiful images of the universe!</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/VVPY9G/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/VVPY9G/feedback/</feedback_url>
            </event>
            <event guid='f52e2153-4fa9-5dda-943f-e27bbc6d8bac' id='17890' code='PXRENJ'>
                <room>Red</room>
                <title>Microbiome.jl &amp; BiobakeryUtils.jl for analyzing metagenomic data</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-28T20:00:00+00:00</date>
                <start>20:00</start>
                <duration>00:10</duration>
                <abstract>Microbiome.jl is a Julia package to facilitate analysis of microbial community data. BiobakeryUtils.jl is built on top of Microbiome.jl, and provides utilities for working with a suite of command line tools (the bioBakery) that are widely used for converting raw metagenomic sequencing data into tables of taxon and gene function counts. Together, these packages provide an effective way to link microbial community data with the power of Julia&#8217;s numerical, statistical, and plotting libraries.</abstract>
                <slug>juliacon-2022-17890-microbiome-jl-biobakeryutils-jl-for-analyzing-metagenomic-data</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23121'>Kevin Bonham</person><person id='23120'>Deleted User</person><person id='23126'>Annelle Kayisire Abatoni</person>
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/PXRENJ/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/PXRENJ/feedback/</feedback_url>
            </event>
            
        </room>
        <room name='Purple' guid='b5cb52ae-fdb3-52d7-b2d8-853ae409737a'>
            <event guid='73b02d4e-29e3-5cc2-a83c-ef1197fb6f45' id='16961' code='DZNPL9'>
                <room>Purple</room>
                <title>Tricks.jl: abusing backedges for fun and profit</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-28T13:00:00+00:00</date>
                <start>13:00</start>
                <duration>00:10</duration>
                <abstract>Tricks.jl is a package that does cool tricks to do more work at compile time.
It does this by generating (`@generated`) functions that just return &quot;hardcoded&quot; values, and then trigger the generation when (if) that value changes. This retriggering is done using backedges.
Tricks.jl can for example declare Tim Holy traits that depend on whether or not a method has been defined
[Slides](https://raw.githack.com/oxinabox/TricksJuliaCon2022/main/build/index.html)</abstract>
                <slug>juliacon-2022-16961-tricks-jl-abusing-backedges-for-fun-and-profit</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='22459'>Frames Catherine White</person>
                </persons>
                <language>en</language>
                <description>Tricks.jl was made at the JuliaCon 2019 hackathon in Baltimore.
Shortly after manual backedges were added to Julia-1.3.
But has never been explained at a JuliaCon.

This talk is expressly targeted at advanced Julia users wanting to understand on the internals.
Attendee&apos;s will learn a bunch about backedges, why they exist and how they work.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/DZNPL9/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/DZNPL9/feedback/</feedback_url>
            </event>
            <event guid='5578d6e2-6917-5af7-9655-28c7ca5733d6' id='18062' code='WTPZLZ'>
                <room>Purple</room>
                <title>Making Abstract Interpretation Less Abstract in Cthulhu.jl</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-28T13:10:00+00:00</date>
                <start>13:10</start>
                <duration>00:10</duration>
                <abstract>Cthulhu.jl is a highly useful tool for performance engineering as well as general debugging of Julia programs. However, as the name implies, one can quickly descend into the abyss that is Julia&apos;s compilation pipeline and get lost in the vast amounts of code even modest looking Julia functions may end up generating. I present a combination of Cthulhu.jl with a step-by-step debugger, showing concrete results every step along the type lattice to make compilation more interpretable.</abstract>
                <slug>juliacon-2022-18062-making-abstract-interpretation-less-abstract-in-cthulhu-jl</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23356'>Simeon Schaub</person>
                </persons>
                <language>en</language>
                <description>One of the main motivations for this work was the use case of debugging source-to-source automatic differentiation on scientific codes as exemplified by Zygote.jl, which emit code that is significantly more complex than that of the original program. That can make it difficult to correctly identify intermediate steps. This is often complicated by the fact that the more complicated code can lead to results not being inferred to a concrete type anymore.

I leverage the already existing infrastructure in JuliaInterpreter.jl to enable explorative analysis of what the code does by interpreting the program based on concrete input values. Because interpretation works on a statement-by-statement basis just as inference does, this allows the user to go back and look at what the interpreter computed for any intermediate steps or see which branch actually ended up being taken.

One of the main challenges was the fact that JuliaInterpreter.jl was designed to interpret untyped Julia IR, which has slightly different semantics to IR after inference which again differs from the semantics of IR after all other Julia-specific optimizations such as inlining. A prototype currently exists in https://github.com/JuliaDebug/Cthulhu.jl/pull/214. I plan to introduce a flexible plugin infrastructure for this to be able to develop most of this outside of Cthulhu first. Support for step-by-step execution and for interpreting optimized Julia IR is also being worked on.

In this talk I aim to first give an overview on how Cthulhu.jl differs from a debugger and the various advantages and disadvantages of both approaches. I will then explain how I combined the two and how users can take advantage of these new capabilities in their own workflows. While I will be primarily targeting intermediate to advanced Julia users, I believe this could even be of use to those who have not used Cthulhu.jl before, because it allows for a much more interactive exploration of the intricacies of Julia IR.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/WTPZLZ/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/WTPZLZ/feedback/</feedback_url>
            </event>
            <event guid='09b44de7-4d52-587c-bb9d-b85f9a47fc36' id='17234' code='LJHYAQ'>
                <room>Purple</room>
                <title>Reducing Running Time and Time to First X: A Walkthrough</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-28T13:20:00+00:00</date>
                <start>13:20</start>
                <duration>00:10</duration>
                <abstract>Optimizing Julia isn&apos;t hard if you compare it to Python or R where you have to be an expert in Python or R and C/C++. I&apos;ll describe what type stability is and why it is important for performance. I&apos;ll discuss it in the context of performance (raw throughput) and in the context of time to first X (TTFX). Julia is sort of notorious for having really bad TTFX in certain cases. This talk explains the workflow that you can use to reduce running time and TTFX.</abstract>
                <slug>juliacon-2022-17234-reducing-running-time-and-time-to-first-x-a-walkthrough</slug>
                <track></track>
                
                <persons>
                    <person id='21870'>Rik Huijzer</person>
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/LJHYAQ/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/LJHYAQ/feedback/</feedback_url>
            </event>
            <event guid='670b1223-bc34-5724-8e18-5bc599ece6cf' id='16792' code='8VQAAD'>
                <room>Purple</room>
                <title>Garbage Collection in Julia.</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-28T13:30:00+00:00</date>
                <start>13:30</start>
                <duration>00:10</duration>
                <abstract>Garbage collection is one of those productivity tools that you don&apos;t think about until you need to.  We will discuss the current state of Julia GC and what can be done to make it better.</abstract>
                <slug>juliacon-2022-16792-garbage-collection-in-julia</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='22283'>Christine Flood</person>
                </persons>
                <language>en</language>
                <description>&quot;Garbage collection is like an omniscient housekeeper who can go through your things getting rid of those that you will never use and making more room for the things you need.&quot;

Most programmers are happy to have the memory management issues handled for them right up until the point that they aren&apos;t.  Then they start trying to do unnatural things, like reusing arrays, creating off heap storage, or turning off GC all together.  

This talk will focus on the internals of the current Julia collector, and what we can do to make things better.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/8VQAAD/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/8VQAAD/feedback/</feedback_url>
            </event>
            <event guid='29d7499c-6954-526f-bf1f-b74e56f215f0' id='18076' code='LXSC3P'>
                <room>Purple</room>
                <title>Parallelizing Julia&#8217;s Garbage Collector</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-28T13:40:00+00:00</date>
                <start>13:40</start>
                <duration>00:10</duration>
                <abstract>With the increasing popularity of Julia for memory intensive applications, garbage collection is becoming a performance bottleneck.

Julia currently uses a serial mark-and-sweep collector, in which objects are traced starting from a root-set (e.g. thread&#8217;s stacks, global variables, etc.) and unreachable objects are then deallocated.

We discuss in this talk how we recently parallelized tracing of live Julia objects and the performance improvements we got so far.</abstract>
                <slug>juliacon-2022-18076-parallelizing-julia-s-garbage-collector</slug>
                <track></track>
                
                <persons>
                    <person id='23367'>Diogo Netto</person>
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/LXSC3P/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/LXSC3P/feedback/</feedback_url>
            </event>
            <event guid='e785972f-a2f7-54cc-9949-7336cd6fbe4f' id='17900' code='3XBUWE'>
                <room>Purple</room>
                <title>Unbake the Cake (and Eat it Too!): Flexible and Performant GC</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-28T13:50:00+00:00</date>
                <start>13:50</start>
                <duration>00:10</duration>
                <abstract>The tension between performance and flexibility is always present when developing new systems. Often, poor performance is unacceptable. But poor flexibility hinders experimentation and evolution, which may lead to bad performance later on. In this talk, we show how we used MMTk.io &#8211; a toolkit we are developing that provides language implementers with a powerful garbage collection framework &#8211; to implement a flexible (unbaking the cake) and performant (and eating it too) memory manager for Julia.</abstract>
                <slug>juliacon-2022-17900-unbake-the-cake-and-eat-it-too-flexible-and-performant-gc</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23178'>Luis Eduardo de Souza Amorim</person>
                </persons>
                <language>en</language>
                <description>When implementing a system such as a programming language runtime, decisions usually favor performance over flexibility. Lacking performance is often unacceptable but lacking flexibility can hinder experimentation and evolution, which may also affect performance in the long run. Consider memory management, for example. If we ignore flexibility and only favor performance, sticking to a particular type of garbage collector that &quot;performs well&quot; can have a huge effect later on, such that changing any aspect about it can be almost impossible without rewriting the whole system.
MMTk.io is a memory management toolkit providing language implementers with a powerful memory management framework and researchers with a multi-runtime platform for memory management research. Instead of a single, monolithic collector, MMTk efficiently implements various garbage collector strategies, increasing flexibility without compromising performance.
MMTk started with its original Java implementation, which was integrated into Jikes RVM in 2002. Since then, it has gained a fresh Rust implementation, which is under active development and even though it is not ready for production use, can currently be used experimentally. 
To use MMTk, one must develop a binding, which contains three artefacts: (i) a logical extension of the VM, (ii) a logical extension of MMTk core, and (iii) an implementation of MMTk&apos;s API. At the moment, there are various bindings under development including bindings for V8, OpenJDK, Jikes RVM, Ruby, GHC, PyPy and now Julia.
In this talk we discuss our experience developing the MMTk binding for Julia. Julia currently implements a precise non-moving generational garbage collector. It relies on some LLVM features to calculate roots, but the code follows a monolithic approach, as described earlier.
We reuse some of Julia&apos;s strategies for calculating roots and processing objects, integrating these into an Immix implementation inside MMTk. Our implementation passes all but a few of Julia&apos;s correctness tests, and has shown promising results regarding GC performance. We hope that with MMTk-Julia we are able to easily explore different GC strategies, including a partially-moving GC, observing how these strategies affect the language&apos;s performance.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/3XBUWE/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/3XBUWE/feedback/</feedback_url>
            </event>
            <event guid='b0858cdd-bc0e-5ceb-8072-74fdf07d9d1e' id='17927' code='NEKFDC'>
                <room>Purple</room>
                <title>Unlocking Julia&apos;s LLVM JIT Compiler</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-28T16:30:00+00:00</date>
                <start>16:30</start>
                <duration>00:10</duration>
                <abstract>Julia&apos;s compiler spends almost all of its time generating, optimizing, and compiling LLVM IR. Currently, much of this work is done under one giant lock, which is also held during type inference, reducing compiler throughput in a multithreaded environment. By using finer-grained locking and handling LLVM IR in a threadsafe manner, we can reduce contention of compilation resources. This work also leads into future JIT optimizations such as lazy, parallel, and speculative compilation of Julia code.</abstract>
                <slug>juliacon-2022-17927-unlocking-julia-s-llvm-jit-compiler</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23213'>Prem Chintalapudi</person>
                </persons>
                <language>en</language>
                <description>Julia&apos;s JIT compiler converts Julia IR to LLVM IR, optimizes it, and converts it to machine code for efficient subsequent execution. However, much of this process relies on shared global resources, such as a global LLVM context, the pass manager that runs the optimization, and various data caches. This has necessitated the presence of a global lock to prevent multiple threads from simultaneously modifying this data. Furthermore, as generation of LLVM IR and type inference may co-recurse indefinitely, type inference also acquires and holds the same lock during its execution. This serialized compilation process increases the startup time of multithreaded environments (often referred to as time-to-first-plot, TTFP) and prevents our execution environment from performing more complex transformations, such as speculative and parallel compilation. 

Thus far, refactorings of our IR generation pipeline have reduced the number of global variables used in the compiler and added finer grained locks to our JIT stack in preparation for removing the global locks. At this stage, much of the remaining challenge in removing the global lock is in proving thread safety and progressively reducing the scope of the lock until the minimum amount of critical code is protected. Once that work has completed, work on speculative optimization and IR generation can begin, which should bring additional improvements to TTFP for situations without multiple contending compilation threads.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/NEKFDC/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/NEKFDC/feedback/</feedback_url>
            </event>
            <event guid='25a32ede-4906-5bd0-9d60-dbbc9318f381' id='17880' code='AAJJGP'>
                <room>Purple</room>
                <title>Metal.jl - A GPU backend for Apple hardware</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-28T16:40:00+00:00</date>
                <start>16:40</start>
                <duration>00:10</duration>
                <abstract>In this talk, updates on the development of a GPU backend for Apple hardware (specifically the M-series chipset) will be presented along with a brief showcase of current capabilities and interface. The novel compilation flow will be explained and compared to the other GPU backends as well as the benefits and limitations of both a unified memory model and Apple&apos;s Metal capabilities. A brief overview of Apple&apos;s non-GPU hardware accelerators and their potential will also be discussed.</abstract>
                <slug>juliacon-2022-17880-metal-jl-a-gpu-backend-for-apple-hardware</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23335'>Tim Besard</person><person id='23107'>Max Hawkins</person>
                </persons>
                <language>en</language>
                <description>The release of Apple&apos;s M-series chipset brings new hardware into play for Julia to target. Base CPU functionality is already highly used within the community, but so far, the M1 chip&apos;s hardware accelerators have primarily been inaccessible to Julia programmers. Metal.jl has been developed as a GPU backend (like CUDA./, AMD.jl, and oneAPI.jl) specifically targeting the M-series GPUs. Given Apple&apos;s continued expansion of the M1 chipset and devotion to hardware accelerators, a Julia interface targeting these compute devices is becoming increasingly beneficial.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/AAJJGP/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/AAJJGP/feedback/</feedback_url>
            </event>
            <event guid='1e2c0d4a-131b-5985-9564-84a7ebcfcd85' id='18174' code='SE8MEL'>
                <room>Purple</room>
                <title>ArrayAllocators.jl: Arrays via calloc, NUMA, and aligned memory</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-28T16:50:00+00:00</date>
                <start>16:50</start>
                <duration>00:10</duration>
                <abstract>ArrayAllocators.jl uses the standard array interface to allow faster `zeros` with `calloc`, allocation on specific NUMA nodes on multi-processor systems as well as aligned memory. The allocators are given as an argument to `Array{T}` in place of `undef`. Overall, this allows Julia to match the allocation performance of popular numerical libraries such as NumPy, which uses some of these techniques.
In this talk, we will also explore some of the unexpected properties of these allocation methods.</abstract>
                <slug>juliacon-2022-18174-arrayallocators-jl-arrays-via-calloc-numa-and-aligned-memory</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23472'>Mark Kittisopikul, Ph.D.</person>
                </persons>
                <language>en</language>
                <description>Julia offers an extensible array interface that allows array types to wrap around C pointers obtained from specialized or operating system specific application programming interfaces while integrating into the garbage collection system. ArrayAllocators.jl uses this array interface to allow faster `zeros` with `calloc`, allocation on specific NUMA nodes on multi-processor systems, and the allocation of aligned memory for vectorization. The allocators are given as an argument to `Array{T}` or other subtypes of `AbstractArray` in place of the `undef` initializer to provide a familiar interface to the user. In this talk, I will describe how to use ArrayAllocators.jl to optimize applications via `calloc`, NUMA, and aligned memory.

The easy availability of these allocation methods allows Julia to match the performance and caveats of other libraries or code that uses these methods. For example, NumPy&apos;s implementation of `numpy.zeros` uses `calloc` by default which may make it appear that NumPy is out performing Julia for certain microbenchmarks. On some operating systems, the initial allocation is significantly faster than explicitly filling the array with zeros as is currently done in `Base` since the operating system may defer the actual allocation of the memory until a later time. Often the initial allocation time is similar to the allocation time of `undef` arrays.

Another application is to make Julia NUMA-aware by allocating memory on specific NUMA nodes.  I will demonstrate how to optimize the performance of common memory operations on systems with multiple NUMA nodes on modern processors, which may be counter-intuitive.

A final application is to align memory to power-of-two byte boundaries. This is useful to assist advanced vectorization applications where 64-byte aligned memory may accelerate the use of AVX-512 instructions.

Finally, I will discuss the integer overflow features of ArrayAllocators.jl and how other packages may extend ArrayAllocators.jl to easily add new ways of allocating memory for arrays.

In summary, ArrayAllocators.jl and its subpackages provide a familiar mechanism to allocate memory for arrays via low level methods in a familiar manner. This allows Julia programs to take advantage of advanced operating system features that may accelerate the initialization and use of the memory.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/SE8MEL/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/SE8MEL/feedback/</feedback_url>
            </event>
            <event guid='ef6f5a61-abb6-5dc8-8614-82ae8ad1f678' id='18020' code='DSB7E3'>
                <room>Purple</room>
                <title>Compile-time programming with CompTime.jl</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2022-07-28T17:00:00+00:00</date>
                <start>17:00</start>
                <duration>00:30</duration>
                <abstract>Inspired by the compile-time features of Zig, we present a CompTime.jl, a package that wraps Julia&#8217;s features for generated functions into a seamless interface between compile-time and runtime semantics. The desire for this came from heavy use of @generated functions within Catlab.jl, and we have found that CompTime.jl makes our code more readable, maintainable, and debuggable. We will give a tutorial and then a brief peek into the implementation.</abstract>
                <slug>juliacon-2022-18020-compile-time-programming-with-comptime-jl</slug>
                <track></track>
                
                <persons>
                    <person id='23314'>Owen Lynch</person>
                </persons>
                <language>en</language>
                <description>CompTime.jl presents a macro, `@ct_enable`, that can be applied to a function, and provides a DSL within the function to mark parts that should be run at compile time, and parts that should be run at runtime. As with `@generated` functions, the code run at compile time can only depend on the types of the arguments. However, with this macro, arbitrary control structures (for loops, while loops, if statements, etc.) can be run at compile time and &#8220;unrolled&#8221;, so that, for instance, only the body of the condition that succeeded in an if statement appears at runtime. Additionally, computation based on types that cannot be itself typechecked very well can be moved to compile time, and what is left to runtime can then be completely type checked, unlocking the power of the Julia compiler to optimize.

This does not present any new technical capabilities beyond what is already provided by generated functions; rather, the chief benefit is the many conveniences enabled by moving all the syntax-processing to general functions. For instance, the code generated for a specific set of argument types can be printed out and inspected, and in backtraces the line numbers associated with the generated code are meaningful, pointing to the correct line in the `@ct_enable`-decorated function whether the error happens at runtime or compile time. Thus, the experience of working with generated functions becomes accessible to a Julia user that knows nothing about syntax trees.

Finally, if all of the CompTime annotations are stripped out of a `@ct_enable`-decorated function, one is left with a perfectly valid Julia function that runs completely at runtime. Thus, in situations where one expects to run the function only a couple times on each new datatype, the first-compile slowdown can be avoided.

In this talk, we will present a tutorial of how to use CompTime.jl, accessible to a novice Julia programmer with no previous knowledge of generated functions but of interest to all audiences. Then, at the end of the talk, we will take a peek under the hood of CompTime and show the audience a bit of the frightening delight that is writing code that generates code to generate code. This will mainly be as a fun brain-twister; however, the Julia programmer familiar with macro writing may learn a thing or two of interest.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/DSB7E3/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/DSB7E3/feedback/</feedback_url>
            </event>
            <event guid='68d316a9-eaec-5229-bf91-b62a6de1e03b' id='17996' code='DAASVV'>
                <room>Purple</room>
                <title>Monitoring Performance on a Hardware Level With LIKWID.jl</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2022-07-28T17:30:00+00:00</date>
                <start>17:30</start>
                <duration>00:30</duration>
                <abstract>Have you ever wondered how many FLOPS your CPU or GPU actually performs when executing (parts of) your Julia code? Or how much data it has read from main memory or a certain cache? Then this talk is for you! I will present LIKWID.jl (Like I Knew What I&apos;m Doing), a Julia wrapper around the same-named performance benchmarkig suite, that allows you to analyse the performance of your Julia code by monitoring various hardware performance counters sitting inside of your CPU or GPU.</abstract>
                <slug>juliacon-2022-17996-monitoring-performance-on-a-hardware-level-with-likwid-jl</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23132'>Carsten Bauer</person>
                </persons>
                <language>en</language>
                <description>In my talk I will first lay the ground by telling you everything you need to know about hardware performance counters and will then introduce you to LIKWID.jl. Specifically, I will explain how to install LIKWID, how to use LIKWID.jl&apos;s Marker API, i.e. how to mark certain regions in your Julia code for performance monitoring, and how to properly run your Julia code under LIKWID. We will then use these techniques to analyse a few illustrative Julia examples running on CPUs and an NVIDIA GPU. Finally, I will discuss potential pitfalls (e.g. when benchmarking multithreaded Julia code) and future plans.

Disclaimer: LIKWID.jl works on Linux :) but not on Windows or macOS :(</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/DAASVV/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/DAASVV/feedback/</feedback_url>
            </event>
            <event guid='f1455e42-f503-570d-930e-8e1a651f6804' id='17969' code='DQHQZ8'>
                <room>Purple</room>
                <title>Platform-aware programming in Julia</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2022-07-28T19:00:00+00:00</date>
                <start>19:00</start>
                <duration>00:30</duration>
                <abstract>Heterogeneous computing resources, such as GPUs, TPUs, and FPGAs, are widely used to accelerate computations, or make them possible, in scientific/technical computing. We will talk about how loose addressing of heterogeneous computing requirements in programming language designs affects portability and modularity. We propose contextual types to answer the underlying research questions, where programs are typed by their execution platforms and Julia&apos;s multiple dispatch plays an essential role.</abstract>
                <slug>juliacon-2022-17969-platform-aware-programming-in-julia</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23265'>Francisco Heron de Carvalho Junior</person>
                </persons>
                <language>en</language>
                <description>The importance of heterogeneous computing in enabling computationally intensive solutions to problems addressed by scientific and technical computing applications is no longer new. In fact, heterogeneous computing plays a central role in the design of high-end parallel computing platforms for exascale computing. For this reason, the Julia community has concentrated efforts to support GPU programming through the JuliaGPU organization. Currently, there are packages that provide the functionality of existing GPU programming APIs, such as OpenCL, CUDA, AMD ROcm, and OneAPI, as well as high-level interfaces to launch common operations on GPUs (e.g. FFT). In particular, OneAPI is a recent cross-industry initiative to provide a unified, standards-based programming model for accelerators (XPUs).

In our work, it is convenient to distinguish between package developers and application programmers, where the former provide the high-level functionality necessary for later ones to solve problems of interest to them. Both are interested in performing computations as quickly as possible, taking advantage of hardware features often purchased by application programmers from IaaS cloud providers. Thus, since application programmers prefer packages enabled to exploit the capabilities of the target execution platform, package developers are interested in optimizing the performance of critical performance functions by noting the presence of multicore support, SIMD extensions, accelerators, and so on. In fact, considering hardware features in programming is a common practice among HPC programmers.

However, to deal with the large number of alternative heterogeneous computing resources available, package developers deal with portability, maintenance, and modularity issues. First, they need APIs that allow them to inspect hardware configurations during execution. However, there is no general alternative, as they alone do not cover all the architectural details that can influence programming decisions to accelerate the code. To avoid this, developers can give application programmers the responsibility of selecting the appropriate package version for the target architecture, or ask them to provide details about the target architecture through parameters, making programming interfaces more complex. Second, package developers are often required to interlace code for different architectures in the same function, making it difficult to make changes as accelerator technology evolves, such as when implementations should be provided to new accelerators. A common situation occurs when the programming API is deprecated, as has been the case with some Julia packages that use OpenCL.jl (e.g. https://github.com/JuliaEarth/ImageQuilting.jl/issues/16).

We argue that the traditional view of programming language designers that programs should be viewed as abstract entities dissociated from the target execution platform is not adequate to a context in which programs must efficiently exploit heterogeneous computing resources provided by IaaS cloud providers, eager to sell their services. In fact, these features may vary between runs of the same program, as application programmers try to meet their schedules and satisfy their budget constraints. So, the design of programming languages should follow the assumption that the software is now closely related to the hardware on which it will run, still making it possible to control the level of independence in relation to hardware assumptions through abstraction mechanisms (in fact, independence in relation to the hardware is still needed most of the time). For that, we propose typing programs with their target execution platforms through a notion of contextual types.

Contextual types are inspired by our previous work with HPC Shelf, a component-based platform to provide HPC services (http://www.hpcshelf.org). Surprisingly, they can free application programmers from making assumptions about target execution environments, focusing that responsibility on package developers in a modular and scalable way. In fact, contextual types help package developers write different, independent methods of the same function for different hardware configurations. In addition, other developers, as well as application programmers, can provide their own methods for specific hardware configurations not supported by the chosen package. To do this, the runtime system must be aware of the underlying features of the execution platform.

We chose Julia as the appropriate language to evaluate our proposal for two main reasons. Firstly, Julia was designed with HPC requirements in mind, as it is primarily focused on scientific and technical computing applications. Second, it implements a multiple dispatch approach that fits contextual types into the task of selecting methods for different hardware configurations. In fact, multiple dispatch has a close analogy with HPC Shelf&apos;s contextual contract resolution mechanism.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/DQHQZ8/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/DQHQZ8/feedback/</feedback_url>
            </event>
            <event guid='e59d70e8-4e8f-5884-8549-6f2d296e26a1' id='17949' code='S8KUPP'>
                <room>Purple</room>
                <title>Optimizing Floating Point Math in Julia</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2022-07-28T19:30:00+00:00</date>
                <start>19:30</start>
                <duration>00:30</duration>
                <abstract>Why did `exp10` get 2x faster in Julia 1.6? One reason is, unlike most other languages, Julia doesn&apos;t use the operating system-provided implementations for math (Libm). This talk will be an overview of improvements in Julia&apos;s math library  since version 1.5, and areas for future improvements. We will cover will be computing optimal polynomials, table based implementations, and bit-hacking for peak performance.</abstract>
                <slug>juliacon-2022-17949-optimizing-floating-point-math-in-julia</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23244'>Oscar Smith</person>
                </persons>
                <language>en</language>
                <description>In this talk we will cover the fundamental numerical techniques for implementing accurate and fast floating point functions. We will start with a brief review of how Floating Point math works. Then use the changes made to `exp` and friends (`exp2`, `exp10`, and  `expm1`) over the past two years as a demonstration for the main techniques of computing functions.

Specifically we will look at:
* Range reduction
* Polynomial kernels using the `Remez` algorithm
* Fast polynomial evaluation
* Table based methods
* Bit manipulation (to make everything fast)

We will also discuss how to test the accuracy of implementations using [FunctionAccuracyTests.jl](https://github.com/JuliaMath/FunctionAccuracyTests.jl), and areas for future improvements in Base and beyond. Present and future work areas optimized routines are the Bessel Functions, cumulative distribution functions, and optimized elementary functions for [DoubleFloats.jl](https://github.com/JuliaMath/DoubleFloats.jl), and PRs across the entire package ecosystem are always welcome.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/S8KUPP/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/S8KUPP/feedback/</feedback_url>
            </event>
            <event guid='af7a08af-2493-5296-b186-a327303acec1' id='17930' code='RKLTEP'>
                <room>Purple</room>
                <title>JuliaSyntax.jl: A new Julia compiler frontend in Julia</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2022-07-28T20:00:00+00:00</date>
                <start>20:00</start>
                <duration>00:30</duration>
                <abstract>JuliaSyntax.jl is a new Julia language frontend designed for precise error reporting, speed and flexibility. In this talk we&apos;ll tour the JuliaSyntax parser implementation and tree data structures, highlighting benefits for users and tool builders. We&apos;ll discuss how to losslessly map Julia source text for character-precise error reporting and how a &quot;parse stream&quot; abstraction cleanly separates the parser from syntax tree creation while being 10x faster than Julia&apos;s reference parser.</abstract>
                <slug>juliacon-2022-17930-juliasyntax-jl-a-new-julia-compiler-frontend-in-julia</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23215'>Claire Foster</person>
                </persons>
                <language>en</language>
                <description>JuliaSyntax aims to be a complete compiler frontend (parser, data structures and code lowering) designed for the growing needs of the julia community, as split broadly into users, tool authors and core developers.

For users we need *interactivity* and *precision*

* Speed: Bare parsing is 20x faster; parsing to a basic tree 10x faster, and parsing to Expr around 6x faster
* Robustness: The parse tree covers the full source text regardless of syntax errors so partially complete source text can be processed in use cases like editor tooling and REPL completions
* Precision: We map every character of the source text so highlighting of errors or other compiler diagnostics can be fully precise

For tool authors, JuliaSyntax aims to be *accessible* and *flexible*

* Lossless parsing accounts for all source text, including comments and whitespace so that tools can faithfully work with the source code.
* We support Julia source code versions different from the Julia version running JuliaSyntax itself so only one tooling deployment is needed per machine
* JuliaSyntax is hackable and accessible to the community, due to being written in Julia itself
* Layered tree data structures support various use cases from code formatting to semantic analysis.

For core developers, JuliaSyntax aims to provide *familiarity* and *easy of integration*:

* The code mirrors the structure of the flisp parser
* It depends only on Base
* The syntax tree data structures are hackable independently from the parser implementation.

For a detailed description of the package aims and current status, see the source repository documentation on github at https://github.com/JuliaLang/JuliaSyntax.jl#readme</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/RKLTEP/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/RKLTEP/feedback/</feedback_url>
            </event>
            
        </room>
        <room name='Blue' guid='c89015de-5dd9-58c5-a805-1a93751dbffa'>
            <event guid='132899f1-a97a-5cca-aa2b-d153bb384f39' id='18154' code='DUQQLN'>
                <room>Blue</room>
                <title>Improvements in package precompilation</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2022-07-28T12:30:00+00:00</date>
                <start>12:30</start>
                <duration>00:30</duration>
                <abstract>Julia code can be precompiled to save time loading and/or compiling it on first execution. Precompilation is nuanced because Julia code comes in many flavors, including source text, lowered code, type-inferred code, and various stages of optimization to reach native machine code. We will summarize what has (and hasn&apos;t) previously been precompiled, some of the challenges posed by Julia&apos;s dynamism, the nature of some recent changes, and prospects for near-term extensions to precompilation.</abstract>
                <slug>juliacon-2022-18154-improvements-in-package-precompilation</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23450'>Tim Holy</person>
                </persons>
                <language>en</language>
                <description>Package precompilation occurs when you first use a package or as triggered by changes to your package environment. The goal of precompilation is to re-use work that would otherwise have to be repeated each time you load a raw source file; potentially-saved work includes parsing the source text, type-inference, optimization, generation of LLVM IR, and/or compilation of native code.  While there are many cases in computing where a previously-calculated result can be recomputed faster than it can be retrieved from storage, code compilation is not (yet) one such case. Indeed, the time needed for compilation is the dominant contribution to Julia&apos;s *latency*, the delay you experience when you first execute a task in a fresh session.  In an effort to reduce this latency, Julia has long supported certain forms of precompilation.

Package precompilation occurs in a clean environment with just the package dependencies pre-loaded, and the results are written to disk (*serialization*).  When loaded (*deserialization*), the results have to be &quot;spliced in&quot; to a running Julia session which may include a great deal of external code.  Several of the most-loved features of Julia---its method polymorphism, aggressive type specialization, and support for dynamic code development allowing redefinition and/or changes in dispatch priority---conspire to make precompilation a significant challenge.  Some examples include saving type-specialized code (which types should be precompiled?), code that may be valid in one environment but invalid in another (due to redefinition or having been superseded in dispatch priority), and code that needs to be compiled for types defined in external packages. While lowered code is essentially a direct translation of the raw source text, saving any later form of code requires additional information, specifically the types that methods should be specialized for.  This information can be provided manually through explicit `precompile` directives, or indirectly from the state of a session that includes all necessary and/or useful specializations.

Julia versions prior to 1.8 provide exhaustive support for precompiling lowered code (allowing re-use of the results of parsing).   A subset of the results of type-inference could also be precompiled, but in practice much type-inferred code was excluded: it was not possible to save the results of type-inference for any method defined in a different package. That meant it was not possible to save the results of type-inference for new type-specializations of externally-defined methods. Finally, native code was not possible to precompile except by generating a custom &quot;system image&quot; using a tool like PackageCompiler.

Julia 1.8 introduced the ability to save the results of type-inference for external methods, and thus provides exhaustive support for saving type-inferred code. As a result, packages generally seem to exhibit lower time-to-first task, with the magnitude of the savings varying considerably depending on the relative contributions of inference and native-code generation to experienced latency.

To go beyond these advances, we have begun to build support for serialization and deserialization of native code at package level.  Native code would still be stored package-by-package (supporting Julia&apos;s famous composability), and this requires the ability to link this code after loading.  Different from static languages like C and C++, this linking must be compatible with Julia&apos;s dynamic features like late specialization and code-invalidation.  We will describe the progress made so far and the steps needed to bring this vision to fruition.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/DUQQLN/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/DUQQLN/feedback/</feedback_url>
            </event>
            <event guid='27fe277b-174a-5358-9b49-44d0a5178ea6' id='17982' code='YHYSEM'>
                <room>Blue</room>
                <title>Hunting down allocations with Julia 1.8&apos;s Allocation Profiler</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-28T13:00:00+00:00</date>
                <start>13:00</start>
                <duration>00:10</duration>
                <abstract>Ever written code that was too slow because of excessive allocations, but didn&apos;t know where in your code they were coming from? Julia 1.8 introduces a new Allocation Profiler for finding and understanding sources of allocations in your julia programs, providing stack traces and type info for allocation hotspots. In this talk we will introduce the allocation profiler, cover how to use it, and talk through a small success story in our own codebase.</abstract>
                <slug>juliacon-2022-17982-hunting-down-allocations-with-julia-1-8-s-allocation-profiler</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23277'>Nathan Daly</person><person id='23278'>Pete Vilter</person>
                </persons>
                <language>en</language>
                <description>The Julia 1.8 release includes a sampling Allocation Profiler, producing a profile of sampled allocations from a running program, which you can use to understand, and hopefully reduce, the most expensive allocations in your program. The profiles are best viewed together with PProf.jl, which is a powerful (but complex) visual profile analysis tool.

Using this new profiler to track down and eliminate allocations can help improve performance, but there are some gotchas to keep in mind. What sample rate should you be using to get an accurate view of your program&apos;s behavior? How should you interpret the results? How do you navigate pprof&apos;s interface? We&apos;ll introduce these topics with quick practical guidance for the budding allocation hunters in the audience.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/YHYSEM/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/YHYSEM/feedback/</feedback_url>
            </event>
            <event guid='5d643380-7de6-5c9f-a5a1-d4d027c4d85c' id='17250' code='ZNEVTB'>
                <room>Blue</room>
                <title>HighDimPDE.jl: A Julia package for solving high-dimensional PDEs</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-28T13:10:00+00:00</date>
                <start>13:10</start>
                <duration>00:10</duration>
                <abstract>High-dimensional PDEs cannot be solved with standard numerical methods, as their computational cost increases exponentially in the number of dimensions. This problem, known as the curse of dimensionality, vanishes with HighDimPDE.jl. The package implements novel solvers that can solve non-local nonlinear PDEs in potentially up to 1000 dimensions.</abstract>
                <slug>juliacon-2022-17250-highdimpde-jl-a-julia-package-for-solving-high-dimensional-pdes</slug>
                <track></track>
                
                <persons>
                    <person id='22699'>Victor Boussange</person>
                </persons>
                <language>en</language>
                <description>High-dimensional partial differential equations (PDEs) arise in a variety of scientific domains including physics, engineering, finance and biology. High-dimensional PDEs cannot be solved with standard numerical methods, as their computational cost increases exponentially in the number of dimensions, a problem known as the curse of dimensionality. HighDimPDE.jl is a Julia package that breaks down the curse of dimensionality in solving PDEs. Building upon the [SciML ecosystem](https://sciml.ai/), the package implements novel solvers that can solve non-local nonlinear PDEs in potentially up to thousands of dimensions. Already proposing two solvers with different pros and cons, it aims at hosting more.

In this talk, we firstly introduce the package, briefly present the two currently implemented solvers, and showcase their advantages with concrete examples.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/ZNEVTB/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/ZNEVTB/feedback/</feedback_url>
            </event>
            <event guid='307e0b15-5406-5629-82e7-3a324d5f623e' id='18143' code='JBVLSK'>
                <room>Blue</room>
                <title>Solving transient PDEs in Julia with Gridap.jl</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-28T13:20:00+00:00</date>
                <start>13:20</start>
                <duration>00:10</duration>
                <abstract>In this talk we present a new feature of Gridap.jl focusing on the solution of transient Partial Differential Equations (PDEs). We will show a new API that: a) leads to weak forms with very simple syntax, b) supports automatic differentiation, c) enables the solution of multi-field and DAE systems, and d) can be used in parallel computing through GridapDistributed.jl. We will showcase the novel features for a variety of applications in fluid and solid dynamics.</abstract>
                <slug>juliacon-2022-18143-solving-transient-pdes-in-julia-with-gridap-jl</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23438'>Oriol Colomes</person>
                </persons>
                <language>en</language>
                <description>Gridap is an open-source, finite element (FE) library implemented in the Julia programming language. The main goal of Gridap is to adopt a more modern programming style than existing FE applications written in C/C++ or Fortran in order to simplify the simulation of challenging problems in science and engineering and improve productivity in the research of new discretization methods. The library is a feature-rich general-purpose FE code able to solve a wide range of partial differential equations (PDEs), including linear, nonlinear, and multi-physics problems. Gridap is extensible and modular. One can implement new FE spaces, new reference elements, and use external mesh generators, linear solvers, and visualization tools. In addition, it blends perfectly well with other packages of the Julia package ecosystem, since Gridap is implemented 100% in Julia.

In this presentation we highlight a new feature introduced in Gridap.jl during the last year, a new high-level API that allows the user to simulate complex transient PDEs with very few lines of code. This new API goes in line with the distinctive features of Gridap.jl, allowing for the definition of weak forms in a syntax that is very similar to the mathematical notation used in academic works. The new API has a series of noticeable features, namely: it supports ODEs of arbitrary order, provided that a solver for the specific order is implemented, allows automatic differentiation of all the jacobians associated to the trannsient problem, enables the solution of multi-field and Diferential Algebraic Equation (DAE) systems, and can be used in parallel computing through the extension of the API to the GridapDistributed.jl package.

In JuliaCon2022 we will showcase this novel feature with a number of real applications in fluid and solid dynamics. The applications will include problems resulting in 1st and 2nd order ODEs, problems with constant and time-dependent coefficients, and problems with time-dependent geometries.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/JBVLSK/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/JBVLSK/feedback/</feedback_url>
            </event>
            <event guid='dc102cb5-216b-5758-a466-552bb64e48ca' id='17956' code='Z9Y73V'>
                <room>Blue</room>
                <title>Progradio.jl - Projected Gradient Optimization</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-28T13:30:00+00:00</date>
                <start>13:30</start>
                <duration>00:10</duration>
                <abstract>Most (Mathematical) Optimization problems are subject to bounds on the decision variables. In general, a nonlinear cost function `f(x)` is to be minimized, with the vector `x` constrained by simple bounds `l &lt;= x &lt;= u`. The *Projected Gradient* class of methods is tailored for this very optimization problem. Our package includes various Projected Gradient methods, fully implemented in Julia. We make use of Julia&apos;s Iterator interface, allowing for user-defined termination criteria.</abstract>
                <slug>juliacon-2022-17956-progradio-jl-projected-gradient-optimization</slug>
                <track></track>
                <logo>/media/juliacon-2022/submissions/Z9Y73V/logo256_oniouhN.png</logo>
                <persons>
                    <person id='23253'>Eduardo M. G. Vila</person>
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/Z9Y73V/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/Z9Y73V/feedback/</feedback_url>
            </event>
            <event guid='618f5853-541c-5583-ab90-0b1a12e5877b' id='17281' code='KX9NAV'>
                <room>Blue</room>
                <title>Transformer models and framework in Julia</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-28T13:40:00+00:00</date>
                <start>13:40</start>
                <duration>00:10</duration>
                <abstract>An introduction to the Transformers.jl and relative packages for building transformer models.</abstract>
                <slug>juliacon-2022-17281-transformer-models-and-framework-in-julia</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='22723'>Peter Cheng</person>
                </persons>
                <language>en</language>
                <description>I would talk about the new API design in Transformers.jl, from the new text encoder that build on top of TextEncoderBase.jl, to the new model implementation that build on top of NeuralAttentionlib.jl and the new pretrain model management API based on HuggingFaceApi.jl.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/KX9NAV/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/KX9NAV/feedback/</feedback_url>
            </event>
            <event guid='16bb492a-533f-541b-a491-ff82a052b87c' id='16942' code='J7RCP7'>
                <room>Blue</room>
                <title>Automating Reinforcement Learning for Solving Economic Models</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-28T16:30:00+00:00</date>
                <start>16:30</start>
                <duration>00:10</duration>
                <abstract>I present a new package which aims to automate the process of using reinforcement learning to solve discrete-time heterogeneous-agent macroeconomic models. Models with discrete choice, matching, aggregate uncertainly, and multiple locations are supported. The pure-Julia package, tentatively named Bucephalus.jl, also defines a data structure for describing this class of models, allowing new solvers to be easily implemented and models to be defined once and solved many ways.</abstract>
                <slug>juliacon-2022-16942-automating-reinforcement-learning-for-solving-economic-models</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='22439'>Jeffrey Sun</person>
                </persons>
                <language>en</language>
                <description>Heterogeneous-agent macroeconomic models, though relatively recent in their development, have been applied across macroeconomics, and have contributed to our understanding of inequality, trade, business cycles, migration, epidemics, and the transmission of monetary policy.

Conventional methods of solving these models, which generally require computing policy or value functions on a grid which covers the model&apos;s entire state space, are subject to a curse of dimensionality. High-dimensional state spaces make a model unfeasible to solve. Using neural networks instead of grids to approximate policy and value functions solves this problem, and has become an important and active area of research. Because these models must be trained by simulating agents and updating based on simulated outcomes, these solution methods are a form of reinforcement learning.

At present, the ability to use reinforcement learning to solve economic models is limited to economists who are also trained in these techniques. Bucephalus.jl aims to make these techniques accessible by automating the process while remaining applicable to a broad class of models. The user describes a model using a simple model description syntax built on Julia macros. The models are then automatically compiled to a standard data structure, to which, in principle, many solvers could then be applied. I present a solver that uses deep reinforcement learning to solve for steady state, impulse responses, and transition paths.

The package furthermore implements reinforcement learning techniques never before applied to this domain, including discrete-choice policy networks and nested generalized moments.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/J7RCP7/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/J7RCP7/feedback/</feedback_url>
            </event>
            <event guid='de79db2e-cc6d-5bac-8c15-be3a74bd8923' id='18092' code='7S9YZV'>
                <room>Blue</room>
                <title>Bender.jl: A utility package for customizable deep learning</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-28T16:40:00+00:00</date>
                <start>16:40</start>
                <duration>00:10</duration>
                <abstract>A wide range of research on feedforward neural networks requires &quot;bending&quot; the chain rule during backpropagation. The package Bender.jl provides neural network layers (compatible with Flux.jl), which gives users more freedom to choose every aspect of the forward mapping. This makes it easy to leverage ChainRules.jl to compose a wide range of experiments, such as training binary neural networks, Feedback Alignment and Direct Feedback Alignment in just a few lines of code.</abstract>
                <slug>juliacon-2022-18092-bender-jl-a-utility-package-for-customizable-deep-learning</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23382'>Rasmus Kj&#230;r H&#248;ier</person>
                </persons>
                <language>en</language>
                <description>In this lightning talk we will explore two different use cases of [Bender.jl](https://github.com/Rasmuskh/Bender.jl), namely training binary neural networks and training neural networks using the biologically motivated Feedback Alignment algorithm. Binary neural networks and feedback alignment might seem like very different areas of research, but from an implementation point of view they are very similar, as both amount to modifying the chain rule during backpropagation. Implementing a binary neural network requires modifying backpropagation in order to allow non-zero error signals to propagate through binary activation functions and feedback alignment requires modifying backpropagation to use a set of auxilary weights for transporting errors backwards (in order to avoid the biologically implausible weight symmetry requirement inherent to backpropagation). By allowing the user to specify the exact nature of the forward mapping when initializing a layer it is possible to leverage ChainRules.jl to easily implement these and similar experiments.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/7S9YZV/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/7S9YZV/feedback/</feedback_url>
            </event>
            <event guid='532f36af-9d84-559d-a396-8bbcbbf1d8a5' id='18103' code='Z7MXFS'>
                <room>Blue</room>
                <title>Effortless Bayesian Deep Learning through Laplace Redux</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-28T16:50:00+00:00</date>
                <start>16:50</start>
                <duration>00:10</duration>
                <abstract>Treating deep neural networks probabilistically comes with numerous advantages including improved robustness and greater interpretability. These factors are key to building artificial intelligence (AI) that is trustworthy. A drawback commonly associated with existing Bayesian methods is that they increase computational costs. Recent work has shown that Bayesian deep learning can be effortless through Laplace approximation. This talk presents an implementation in Julia: `BayesLaplace.jl`.</abstract>
                <slug>juliacon-2022-18103-effortless-bayesian-deep-learning-through-laplace-redux</slug>
                <track>JuliaCon</track>
                <logo>/media/juliacon-2022/submissions/Z7MXFS/intro_uz7fH3F.gif</logo>
                <persons>
                    <person id='21921'>Patrick Altmeyer</person>
                </persons>
                <language>en</language>
                <description>#### Problem: Bayes can be costly &#128549;

Deep learning models are typically heavily under-specified in the data, which makes them vulnerable to adversarial attacks and impedes interpretability. Bayesian deep learning promises an intuitive remedy: instead of relying on a single explanation for the data, we are interested in computing averages over many compelling explanations. Multiple approaches to Bayesian deep learning have been put forward in recent years including variational inference, deep ensembles and Monte Carlo dropout. Despite their usefulness these approaches involve additional computational costs compared to training just a single network. Recently, another promising approach has entered the limelight: Laplace approximation (LA).

#### Solution: Laplace Redux &#129321;

While LA was first proposed in the 18th century, it has so far not attracted serious attention from the deep learning community largely because it involves a possibly large Hessian computation. The authors of this recent [NeurIPS paper](https://arxiv.org/abs/2106.14806) are on a mission to change the perception that LA has no use in DL: they demonstrate empirically that LA can be used to produce Bayesian model averages that are at least at par with existing approaches in terms of uncertainty quantification and out-of-distribution detection, while being significantly cheaper to compute. Our package [`BayesLaplace.jl`](https://github.com/pat-alt/BayesLaplace.jl) provides a light-weight implementation of this approach in Julia that allows users to recover Bayesian representations of deep neural networks in an efficient post-hoc manner.

#### Limitations and Goals &#128681;

The package functionality is still limited to binary classification models trained in Flux. It also lacks any framework for optimizing with respect to the Bayesian prior. In future work we aim to extend the functionality. We would like to develop a library that is at least at par with an existing Python library: [Laplace](https://aleximmer.github.io/Laplace/). Contrary to the existing Python library, we would like to leverage Julia&apos;s support for language interoperability to also facilitate applications to deep neural networks trained in other programming languages like Python an R. 

#### Further reading &#128218;

For more information on this topic please feel free to check out my introductory blog post: [[TDS](https://towardsdatascience.com/go-deep-but-also-go-bayesian-ab25efa6f7b)], [[blog](https://www.paltmeyer.com/blog/posts/effortsless-bayesian-dl/)]. Presentation slides can be found [here](https://www.paltmeyer.com/LaplaceRedux.jl/dev/resources/juliacon22/presentation.html#/title-slide).</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/Z7MXFS/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/Z7MXFS/feedback/</feedback_url>
            </event>
            <event guid='802c0d48-d253-5983-b3d3-971224821573' id='18081' code='HPAHBV'>
                <room>Blue</room>
                <title>Large-Scale Machine Learning Inference with BanyanONNXRunTime.jl</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-28T17:00:00+00:00</date>
                <start>17:00</start>
                <duration>00:10</duration>
                <abstract>BanyanONNXRunTime.jl is an open-source Julia package for running PyTorch/TensorFlow models on large distributed arrays. In this talk, we show how you can use BanyanONNXRunTime.jl with BanyanDataFrames.jl for running ML models on tabular data and with BanyanImages.jl for running ML models on image data.</abstract>
                <slug>juliacon-2022-18081-large-scale-machine-learning-inference-with-banyanonnxruntime-jl</slug>
                <track>JuliaCon</track>
                <logo>/media/juliacon-2022/submissions/HPAHBV/image_4_g03MeGW.png</logo>
                <persons>
                    <person id='23370'>Caleb Winston</person><person id='23404'>Cailin Winston</person>
                </persons>
                <language>en</language>
                <description>More information about BanyanONNXRunTime.jl can be found on GitHub:
https://github.com/banyan-team/banyan-julia
https://github.com/banyan-team/banyan-julia-examples</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/HPAHBV/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/HPAHBV/feedback/</feedback_url>
            </event>
            <event guid='69658bfc-b6c2-5a6a-9a1d-9aed53cd661f' id='18121' code='DZFPGX'>
                <room>Blue</room>
                <title>SpeedyWeather.jl: A 16-bit weather model with machine learning</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-28T17:10:00+00:00</date>
                <start>17:10</start>
                <duration>00:10</duration>
                <abstract>We present SpeedyWeather.jl, a global atmospheric model currently developed as a prototype for a 16-bit climate model incorporating machine learning for accuracy and computational efficiency on different hardware. SpeedyWeather.jl is designed for type flexibility with low precision, and automatic differentiation to replace parts of the model with neural networks for a more accurate representation of climate processes and computational efficiency.</abstract>
                <slug>juliacon-2022-18121-speedyweather-jl-a-16-bit-weather-model-with-machine-learning</slug>
                <track>JuliaCon</track>
                <logo>/media/juliacon-2022/submissions/DZFPGX/frame0240_UfuTcsB.png</logo>
                <persons>
                    <person id='22964'>Milan Kl&#246;wer</person>
                </persons>
                <language>en</language>
                <description>Computational resources are a major limitation to improve reliability in numerical predictions of weather and climate. Most simulations run on conventional CPUs in 64-bit floats, although some weather forecast centres now use 32 bits operationally for higher performance. Successful 16-bit simulations have been previously demonstrated with projects like ShallowWaters.jl, increasing performance by 4x with respect to a 64-bit simulation on Fujitsu&#8217;s A64FX CPU. However, it remains to be seen whether these results can also be achieved for global atmospheric models, like those used for weather and climate simulation. A new model, SpeedyWeather.jl aims to address this question. As with ShallowWaters.jl, SpeedyWeather.jl aims to support hardware-accelerated low precision arithmetic, yet will be substantially more complex. Much like state-of-the-art numerical weather prediction models, SpeedyWeather.jl includes a &#8220;dynamical core&#8221; for advancing forward the basic equations describing fluid flow in the Earth&#8217;s atmosphere and &#8220;parametrizations&#8221; for representing physical processes that take place below the scale of the model&#8217;s spatial grid, such as the development of clouds from convective updrafts. As such, it is intended to be a simple model for exploring weather and climate simulation in the Julia ecosystem. SpeedyWeather.jl is, like ShallowWaters.jl,  fully type-flexible to support arbitrary number formats for performance and analysis (like Sherlogs.jl) simultaneously. This means the model development is precision-agnostic, which allows us to address the common problems of dynamic range and critical precision loss often incurred from using low-precision number formats. The aim of this project is to develop a prototype towards the first global 16-bit weather and climate models.

Beyond numerical weather prediction, low-precision arithmetic is now routinely used in deep learning and neural networks. SpeedyWeather.jl is developed so that entire parts of the model may be replaced by artificial neural networks, thereby complementing conventional physics-based climate modelling with a data-driven approach. Such &#8220;hybrid&#8221; climate models promise to improve the representation of climate processes that are conventionally poorly resolved, either by training against higher resolution simulations or simulations based on more sophisticated, yet expensive, algorithms. In addition, hybrid models offer the prospect of fitting climate models to observational data. In order to train the neural network components of the model, SpeedyWeather.jl aims to be fully differentiable using automatic differentiation. Implementing parts of weather and climate models with artificial neural networks can also improve computational efficiency and facilitate low precision linear algebra.  This talk presents the concept, implementation details, challenges and first results in the development of SpeedyWeather.jl towards a hybrid model incorporating both differential equation solvers and machine learning.

Co-Authors:
- Tom Kimpson (University of Oxford, UK)
- Alistair White and Maximilian Gelbrecht (Potsdam Institute for Climate Impact Research and Technical University of Munich, Germany)
- Sam Hatfield (European Centre for Medium-Range Weather Forecasts, Reading, UK)</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/DZFPGX/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/DZFPGX/feedback/</feedback_url>
            </event>
            <event guid='b2cc68e8-bbfe-5a6c-81ba-c7bcc4eb4bfa' id='17973' code='MFU9MN'>
                <room>Blue</room>
                <title>ExplainableAI.jl: Interpreting neural networks in Julia</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-28T17:20:00+00:00</date>
                <start>17:20</start>
                <duration>00:10</duration>
                <abstract>In pursuit of interpreting black-box models such as deep image classifiers, a number of techniques have been developed that attribute and visualize the importance of input features with respect to the output of a model.
ExplainableAI.jl brings several of these methods to Julia, building on top of primitives from the Flux ecosystem. In this talk, we will give an overview of current features and show how the package can easily be extended, allowing users to implement their own methods and rules.</abstract>
                <slug>juliacon-2022-17973-explainableai-jl-interpreting-neural-networks-in-julia</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23269'>Adrian Hill</person>
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/MFU9MN/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/MFU9MN/feedback/</feedback_url>
            </event>
            <event guid='0eb5152e-5dee-5ca5-88a5-bdab5b5a7334' id='17748' code='UTTHUM'>
                <room>Blue</room>
                <title>Training Spiking Neural Networks in pure Julia</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-28T17:30:00+00:00</date>
                <start>17:30</start>
                <duration>00:10</duration>
                <abstract>Training artificial neural networks to recapitulate the dynamics of biological neuronal recordings has become a prominent tool to understand computations in the brain. We present an implementation of a recursive-least squares algorithm to train units in a recurrent spiking network.  Our code can reproduce the activity of 50,000 neurons of a mouse performing a decision-making task in less than an hour of training time. It can scale to a million neurons on a GPU with 80 GB of memory.</abstract>
                <slug>juliacon-2022-17748-training-spiking-neural-networks-in-pure-julia</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23029'>Ben Arthur</person><person id='23047'>Christopher Kim</person>
                </persons>
                <language>en</language>
                <description>Spiking networks that operate in a fluctuation driven regime are a common way to model brain activity. Individual neurons within a spiking artificial neural network are trained to reproduce the spiking activity of individual neurons in the brain. In doing so, they capture the structured activity patterns of the recorded neurons, as well as the spiking irregularities and the trial-to-trial variability. Such trained networks can be analyzed in silico to gain insights into the dynamics and connectivity of cortical circuits underlying the recorded neural activity that would be otherwise difficult to obtain in vivo.

The number of simultaneously recorded neurons in behaving animals has been increasing in the last few years at an exponential rate. It is now possible to simultaneously record from about 1000 neurons using electrophysiology in behaving animals, and up to 100,000 using calcium imaging. When combining several sessions of recordings, the amount of data becomes huge and could grow to millions of recorded neurons in the next few years. There is a need then for fast algorithms and code bases to train networks of spiking neurons on ever larger data sets.

Here we use a recursive least-squares training algorithm (RLS; also known as FORCE; Sussillo and Abbott, 2009), adapted for spiking networks (Kim and Chow 2018, 2021), which uses an on-line estimation of the inverse covariance matrix between connected neurons to update the strength of plastic synapses.  We make the code more performant through a combination of data parallelism, leveraging of BLAS, use of symmetric packed arrays, reduction in storage precision, and refactoring for GPUs.

Our goal is to train the synaptic current input to each neuron such that the resulting spikes follow the target activity pattern over an interval in time. We use a leaky integrate-and-fire neuron model with current-based synapses.  The peri-stimulus time histograms of the spike trains are converted to the equivalent target synaptic currents using the transfer function of the neuron model.  We treat every neuron&#8217;s synaptic current as a read-out, which makes our task equivalent to training a recurrently connected read-out for each neuron. Since a neuron&apos;s synaptic current can be expressed as a weighted sum of the spiking activities of its presynaptic neurons, we adjust the strength of the incoming synaptic connections by the RLS algorithm in order to generate the target activity.

This training scheme allows us to set up independent objective functions for each neuron and to update them in parallel. A CPU version of the algorithm partitions the neurons onto threads and uses the standard BLAS libraries to perform the matrix operations. As the vast majority of memory is consumed by the inverse covariance matrix, larger models can be accommodated by reducing precision for all state variables and using a packed symmetric matrix for the covariance (see SymmetricFormats.jl for the SymmetricPacked type definition). These memory-use optimizations also have the benefit of being faster too. For the GPU version, custom batched BLAS kernels were written for packed symmetric matrices (see BatchedBLAS.jl for the batched_spmv! and batched_spr! functions).

We benchmarked on synthetic targets consisting of sinusoids with identical frequencies and random phases. For a model with one million neurons, 512 static connections per neuron, and 45 plastic connections per neuron, the CPU code took 1260 seconds per training iteration on a 48-core Intel machine and the GPU code took 48 seconds on an Nvidia A100. For this connectivity pattern, one million is the largest number of neurons (within a factor of two) that could fit in the 80 GB GPU. The CPU cores, with 768 GB of RAM, accommodated four million neurons with this connectivity.

We also tested our algorithm&apos;s ability to learn real target functions using 50,000 neurons recorded in five different brain regions from a mouse performing a decision-making task.  The recording intervals were 3 sec long and spikes rates averaged 7 Hz.  Replacing the static connections with random Gaussian noise and using 256 plastic connections, the model achieved a correlation of 0.8 between the desired and learned currents in 30 minutes of training time.

Our work enables one to train spiking recurrent networks to reproduce the spiking activity of huge data sets of recorded neurons in a reasonable amount of time. By doing so, it facilitates analyzing the relations between connectivity patterns, network dynamics and brain functions in networks of networks in the brain.  We also introduce two new Julia packages to better support packed symmetric matrices.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/UTTHUM/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/UTTHUM/feedback/</feedback_url>
            </event>
            <event guid='92fe780c-40a1-5d18-af2c-94e89abd215a' id='18130' code='9RFTHY'>
                <room>Blue</room>
                <title>Simple Chains: Fast CPU Neural Networks</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-28T17:40:00+00:00</date>
                <start>17:40</start>
                <duration>00:10</duration>
                <abstract>SimpleChains is an open source pure-Julia machine learning library developed by PumasAI and JuliaComputing in collaboration with Roche and the University of Maryland, Baltimore.
It is specialized for relatively small-sized models and NeuralODEs, attaining best in class performance for these problems. The performance advantage remains significant when scaling to tens of thousands of parameters, where it&apos;s still &gt;5x faster than Flux or Pytorch while all use a CPU, even outperforming GPUs.</abstract>
                <slug>juliacon-2022-18130-simple-chains-fast-cpu-neural-networks</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23423'>Chris Elrod</person>
                </persons>
                <language>en</language>
                <description>SimpleChains is a pure-Julia library that is simple in two ways:
1. All kernels are simple loops (it leverages LoopVectorization.jl for performance). 
2. It only supports simple (feedforward) neural networks.

It additionally manages memory manually, and currently relies on hand written pull back definitions.
In combination, these allow it to be 50x faster than Flux training an MNIST example on a 10980XE.

This talk will focus on introducing the library, showing off a few examples, and explaining some of they &quot;why&quot; behind it&apos;s performance.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/9RFTHY/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/9RFTHY/feedback/</feedback_url>
            </event>
            <event guid='1b794a29-1307-5bc9-b43d-8de1cef6e3a6' id='18085' code='DFYH73'>
                <room>Blue</room>
                <title>Automated Geometric Theorem Proving in Julia</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-28T19:00:00+00:00</date>
                <start>19:00</start>
                <duration>00:10</duration>
                <abstract>This talk introduces [GeometricTheoremProver.jl](https://github.com/lucaferranti/GeometricTheoremProver.jl), a Julia package for automated deduction in Euclidean geometry. The talk will give a short overview of geometric theorem proving concepts and hands-on demos on how to use the package to write and prove statements in Euclidean geometry. A roadmap of the package for future development plans will also be presented.</abstract>
                <slug>juliacon-2022-18085-automated-geometric-theorem-proving-in-julia</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23373'>Luca Ferranti</person>
                </persons>
                <language>en</language>
                <description>Geometry has been central in formal reasoning, with Euclid&apos;s *Elements* being the first example of axiomatic system. Centuries later, Euclidean geometry is still central e.g. in mathematical education as introduction to formal proofs. To make things more exciting, Tarski proved in early 1900 that Euclidean geometry is decidable, that is a computer program should be able to answer questions like &quot;is this statement true?&quot;. This opened several interesting questions: How can I prove *efficiently* statements in Euclidean geometry? Can I generate *readable* proofs? During the talk, I will touch those questions while introducing [GeometricTheoremProver.jl](https://github.com/lucaferranti/GeometricTheoremProver.jl), a package for automated reasoning in Euclidean geometry written fully in Julia. The talk will combine a short overview of geometric theorem proving concepts with hands-on demos on how to use the package to write and prove statements in Euclidean geometry. Finally, the talk will also present a roadmap for the package, hopefully giving pointers to the interested listener on how to contribute.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/DFYH73/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/DFYH73/feedback/</feedback_url>
            </event>
            <event guid='1d31f0f2-850f-5809-a5c4-12d68bc546bb' id='18156' code='VAZYBR'>
                <room>Blue</room>
                <title>SIMD-vectorized implementation of high order IRK integrators</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-28T19:10:00+00:00</date>
                <start>19:10</start>
                <duration>00:10</duration>
                <abstract>We present a preliminary version of a SIMD-vectorized implementation of the sixteenth order 8-stage implicit Runge-Kutta integrator  IRKGL16 implemented in the Julia package IRKGaussLegendre.jl. For numerical integrations of typical non-stiff problems performed in double precision, we show that a vectorized implementation of IRKGL16 that exploits the SIMD-based parallelism can clearly outperform high order explicit Runge-Kutta schemes available in the standard package DifferentialEquations.jl.</abstract>
                <slug>juliacon-2022-18156-simd-vectorized-implementation-of-high-order-irk-integrators</slug>
                <track></track>
                
                <persons>
                    <person id='23455'>Mikel</person><person id='26384'>Joseba Makazaga</person><person id='26536'>Ander Murua</person>
                </persons>
                <language>en</language>
                <description>We present a preliminary version of a SIMD-vectorized implementation of the sixteenth order implicit Runge-Kutta integrator IRKGL16 implemented in the Julia package IRKGaussLegendre.jl. 

The solver IRKGL16 is an implicit Runge-Kutta integrator of collocation type based on the Gauss-Legendre quadrature formula of 8 nodes. It is intended for high precision numerical integration of non-stiff systems of ordinary differential equations.  In its sequential implementation, the scheme has interesting properties (symplecticness and time-symmetry) that make it particularly useful for long-term integrations of conservative problems. Such properties are also very useful for Scientific Machine Learning applications, as gradients can be exactly calculated by  integrating backward in time the adjoint equations.

For numerical integration of typical non-stiff problems with very high accuracy beyond the precision offered by double precision (i.e., standard IEEE binary64 floating precision) arithmetic our sequential implementation of IRKGL16 is more efficient than high order explicit Runge-Kutta schemes implemented in the standard package DifferentialEquations.jl. However,  our sequential implementation of IRKGL16 is generally unable to outperform them in double precision arithmetic. 

We show that a vectorized implementation of IRKGL16 that exploits the SIMD-based parallelism offered by modern processor can be more efficient than high order explicit Runge-Kutta methods even for double precision computations. We demonstrate that by comparing our vectorized implementation of IRKGL16 with a 9th order explicit Runge-Kutta method (Vern9 from DifferentialEquations.jl) for different benchmark problems.

Our current implementation (https://github.com/mikelehu/IRKGL_SIMD.jl) depends on the Julia package SIMD.jl to efficiently perform computations on vectors with eight Float64 numbers. The right-hand side of the system of ODEs to be integrated has to be implemented as a generic function defined in terms of the arithmetic operations and elementary functions implemented for vectors in the package SIMD.jl. The state variables must be collected in an array of Float64 or Float32 floating point numbers. The SIMD-based vectorization process is performed automatically under the hood.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments>
                    <attachment href="https://pretalx.com/media/juliacon-2022/submissions/VAZYBR/resources/Juliacon2022_EN_8rkzgd9.pdf">Slides</attachment>
                </attachments>

                <url>https://pretalx.com/juliacon-2022/talk/VAZYBR/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/VAZYBR/feedback/</feedback_url>
            </event>
            <event guid='4fe14844-1d66-5841-9696-6aad41f596a5' id='17676' code='XJTDWH'>
                <room>Blue</room>
                <title>Zero knowledge proofs of shuffle with ShuffleProofs.jl</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-28T19:20:00+00:00</date>
                <start>19:20</start>
                <duration>00:10</duration>
                <abstract>Many remote electronic voting systems use the ElGamal re-encryption mixnet as the foundation of their design, motivated by a number of ways authorities can be held accountable. In particular, zero-knowledge proofs of shuffle as implemented in the Verifiactum library offer an elegant and well-established solution. In ShuffleProofs.jl, I implement a Verificatum compatible verifier and prover for non-interactive zero-knowledge proofs of shuffle, making it more accessible, as I shall demonstrate.</abstract>
                <slug>juliacon-2022-17676-zero-knowledge-proofs-of-shuffle-with-shuffleproofs-jl</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='22970'>Janis Erdmanis</person>
                </persons>
                <language>en</language>
                <description>Zero-knowledge proofs (ZKP) are the key for making distributed applications privacy-preserving while keeping participants accountable. Widely used in remote electronic voting system designs and cryptocurrencies, they are still hard to understand, tinker with and thus are accessible only to a tiny minority of skilled cryptographers, dampening the creation of new innovative solutions. 

An exciting ZKP application is making a re-encryption mix in the ElGamal cryptosystem accountable for not adding, removing, or modifying ciphertexts. While multiple protocols exist for the purpose, none is as contested as the WikstromTerelius variant implemented in the Verificatum library used to make election systems verifiable in Estonia, Norway, Switzerland and elsewhere. But is far from optimal to tinker with as is implemented in Java. In ShuffleProofs.jl, I implement Verificatum compatible noninteractive zero-knowledge verifier and prover for correct re-encryption, improving its accessibility for non-practitioners.

To demonstrate the usefulness and bring every listener on the same line, I shall discuss a most typical ElGamal voting system used widely as foundations for many designs representing it in only 30 lines of Julia code. After discussing the properties of the system, I will demonstrate how to add verifiability so that even if an adversary controlled the re-encryption mix server, it would not be able to add, remove or modify votes without being noticed. 

I shall also demonstrate how we can use the ShuffleProofs.jl to verify Verificatum generated proofs of shuffle, which can help independent auditors to verify real elections on the field. In addition, I shall touch a bit on how one can implement their own verifier as a finite state machine making ShuffleProofs.jl futureproof with all sorts of implementations. Lastly, I will recap and articulate some practices on how zero-knowledge proofs can be implemented in Julia and how they could be made accessible for wider audiences to tinker with.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/XJTDWH/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/XJTDWH/feedback/</feedback_url>
            </event>
            <event guid='778b79af-68ab-563e-9c5d-fa7fa6082935' id='18016' code='8GLBMW'>
                <room>Blue</room>
                <title>MagNav.jl: airborne Magnetic anomaly Navigation</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-28T19:30:00+00:00</date>
                <start>19:30</start>
                <duration>00:10</duration>
                <abstract>MagNav.jl is an open-source Julia package that contains a full suite of tools for aeromagnetic compensation and airborne magnetic anomaly navigation. This talk will describe the high-level functionalities of the package, then provide a brief tutorial using real flight data that is available within the package. The functionalities can be divided into the four essential components of MagNav: sensors (flight data), magnetic anomaly maps, aeromagnetic compensation models, and navigation algorithms.</abstract>
                <slug>juliacon-2022-18016-magnav-jl-airborne-magnetic-anomaly-navigation</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23310'>Deleted User</person>
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/8GLBMW/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/8GLBMW/feedback/</feedback_url>
            </event>
            <event guid='61350183-e70c-5164-91de-a0d6b801b907' id='17879' code='UTT8SE'>
                <room>Blue</room>
                <title>Validating a tsunami model for coastal inundation</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-28T19:40:00+00:00</date>
                <start>19:40</start>
                <duration>00:10</duration>
                <abstract>How do we trust that a given fluid model is suitable for simulating water waves as they approach and wash over the land? This talk presents some of the benchmark tests used to validate a tsunami model. Using our [Julia implementation of a fluid model](https://github.com/justinmimbs/WaveTank.jl), we check how well it conserves mass, matches analytical solutions, and reproduces laboratory experiments.</abstract>
                <slug>juliacon-2022-17879-validating-a-tsunami-model-for-coastal-inundation</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='22318'>Justin Mimbs</person>
                </persons>
                <language>en</language>
                <description>A computational model of a physical process requires careful validation before it can be trusted to tell something useful about the world. In this research, we did not set out to formulate a new model, but to implement an existing formulation in Julia. The tsunami model presented by Yamazaki et al. in [1] is a depth-averaged, nonhydrostatic fluid model with a free surface, capable of simulating tsunami waves as they transform and run up on land. Though the authors presented their validation results, we still needed a suite of tests to help verify that our implementation matches the specification, and that it is suitable for our application area.

In this talk, we will explore the following kinds of validation tests for numerical tsunami models by walking through examples with our Julia implementation.

- Conservation of mass
- Solution convergence
- Comparison to analytical solutions
- Comparison to laboratory experiments

As a first-principles measure of validity, a fluid model needs to conserve mass--that is, as the model progresses over time, there should always be the same amount of fluid in the model.

Another basic test of a numerical model is solution convergence. It is necessary to discretize space and time for a fluid model, and as the resolution increases (i.e., as the discretization size decreases) it is expected that the solutions converge.

Centuries of study of fluid mechanics have provided analytical solutions to many idealized wave scenarios. These are useful for comparing against numerical models. We will look at the translation of a solitary wave (a wave that propagates without changing shape).

Analytical wave theories can&apos;t describe all the ways that waves interact with complex bottom surfaces, so next we turn to laboratory experiments. Over recent decades, researchers have performed experiments in large wave tanks, generating waves for various scenarios and measuring the effects. We recreate several laboratory experiments with our model and compare the results.

----

[1] Yamazaki, Y., Kowalik, Z. and Cheung, K.F. (2009), Depth-integrated, non-hydrostatic model for wave breaking and run-up. International Journal for Numerical Methods in Fluids, 61: 473-497. https://doi.org/10.1002/fld.1952</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/UTT8SE/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/UTT8SE/feedback/</feedback_url>
            </event>
            <event guid='26b9460c-d222-54d7-bf8f-1755d40a3a1c' id='18150' code='U7WAAD'>
                <room>Blue</room>
                <title>JCheck.jl: Randomized Property Testing Made Easy</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-28T19:50:00+00:00</date>
                <start>19:50</start>
                <duration>00:10</duration>
                <abstract>JCheck is a native Julia implementation of a randomized property testing (RPT) framework. It aims at integrating as seamlessly as possible to the Test.jl package in order to enable developers to easily use RPT along with more &quot;traditional&quot; approaches. Although a fair number of generators are included, designing novel ones for custom data types is a straightforward process. Additional features such as shrinkage and specification of &quot;special&quot; non-random input are available.</abstract>
                <slug>juliacon-2022-18150-jcheck-jl-randomized-property-testing-made-easy</slug>
                <track>JuliaCon</track>
                <logo>/media/juliacon-2022/submissions/U7WAAD/logo_JciFPRn.svg</logo>
                <persons>
                    <person id='23446'>Patrick Fournier</person>
                </persons>
                <language>en</language>
                <description>[Slides](https://www.patrickfournier.ca/juliacon2022/)
[JuliaHub](https://juliahub.com/ui/Packages/JCheck/xkdfQ/)

Since Julia&apos;s main purpose is technical computing, we believe its users could benefit from an easy-to-use framework for property testing. A lot of Julia code is in fact implementation of various kinds of abstract objects for which at least some theoretical properties are known beforehand. While randomized property testing alone is not usually sufficient for serious software development, it might definitely be a great addition to a battery of tests. For that reason, we designed JCheck.jl so it integrates seamlessly with Test.jl.

To make JCheck agreeable to use, a lot of care has been put into the efficiency of the input generation process. Random inputs are reused to reduce the number of generated data to a minimum. &quot;Built-in&quot; generators which can be used as a building block for more complex ones have been designed to be as efficient as possible.

JCheck can be extended to support custom types in 2 ways. Type unions of types for which generators are implemented are supported automatically. More intricate types are supported through method dispatch. Note that it is trivial to define a generator for a type for which we can already generate random instances.

JCheck support so-called &quot;special cases&quot;, i.e. non-random cases that are always checked.

In order to make the analysis of failing cases easier, JCheck support shrinking. When such a case is detected, it will try to make it as simple as possible. Whether shrunk or not, failing cases can be serialized to a file to make further investigation easier.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/U7WAAD/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/U7WAAD/feedback/</feedback_url>
            </event>
            <event guid='129d5c13-d2f0-5094-b3da-e683eb9b190c' id='18129' code='J9AX9Y'>
                <room>Blue</room>
                <title>Juliaup - The Julia installer and version multiplexer</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-28T20:00:00+00:00</date>
                <start>20:00</start>
                <duration>00:10</duration>
                <abstract>This talk will present a deep dive into juliaup, the upcoming new official Julia installer and version multiplexer. The talk will give a brief presentation of the features of Juliaup, and then dive into design decision, integration with existing system package managers and an outlook of planned future work.</abstract>
                <slug>juliacon-2022-18129-juliaup-the-julia-installer-and-version-multiplexer</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23420'>David Anthoff</person>
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/J9AX9Y/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/J9AX9Y/feedback/</feedback_url>
            </event>
            <event guid='a48ce12b-c640-536b-aecd-3909774e9946' id='17976' code='8SWDQG'>
                <room>Blue</room>
                <title>Contributing to Open Source with Technical Writing.</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-28T20:10:00+00:00</date>
                <start>20:10</start>
                <duration>00:10</duration>
                <abstract>The goal of this talk is to enlighten members of the Julia ecosystem on how they can make an impact by contributing to open source with technical writing. While this talk would be targeted at beginners, there would be something for even the more experienced members.</abstract>
                <slug>juliacon-2022-17976-contributing-to-open-source-with-technical-writing</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23271'>Ifihanagbara Olusheye</person>
                </persons>
                <language>en</language>
                <description>This talk would cover two main headings: Open Source and Technical Writing. It would also explore how they can relate to each other. The following aspects would be touched:

- What Open Source is
- What Technical Writing is
- How to contribute to Open Source with Technical Writing
- How it helps the Julia Ecosystem
- Steps on beginning a Technical Writing Journey
- Tips</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/8SWDQG/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/8SWDQG/feedback/</feedback_url>
            </event>
            
        </room>
        <room name='BoF' guid='7e7ef06c-3fb7-5cb3-9f93-d54857194763'>
            <event guid='71fd9096-4e44-5c7a-b215-df6a3da3e9d8' id='18730' code='RHYB8M'>
                <room>BoF</room>
                <title>JuliaGPU</title>
                <subtitle></subtitle>
                <type>Birds of Feather</type>
                <date>2022-07-28T12:30:00+00:00</date>
                <start>12:30</start>
                <duration>00:45</duration>
                <abstract>The JuliaGPU community welcomes both long-standing contributors and newcomers to a birth-of-the feather event on the state of the JuliaGPU ecosystem.

Join the discussion on the [bof-voice](https://discord.com/channels/995757799076282478/997898697578913853) channel in discord.
Voice your feedback and experiences.</abstract>
                <slug>juliacon-2022-18730-juliagpu</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='20935'>Valentin Churavy</person><person id='23335'>Tim Besard</person>
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/RHYB8M/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/RHYB8M/feedback/</feedback_url>
            </event>
            <event guid='a5e220bb-4db9-50ad-a6e3-40997135b2dc' id='18063' code='QVESXM'>
                <room>BoF</room>
                <title>Julia in HPC</title>
                <subtitle></subtitle>
                <type>Birds of Feather</type>
                <date>2022-07-28T16:30:00+00:00</date>
                <start>16:30</start>
                <duration>01:30</duration>
                <abstract>The Julia HPC community has been growing over the last years with monthly meetings to coordinate development and to solve problems arising in the use of Julia for high-performance computing.

The Julia in HPC Birds of a Feather is an ideal opportunity to join the community and to discuss your experiences with using Julia in an HPC context.

**Note:** We will host the BoF via Zoom and share the meeting link 15 min before start time in the #hpc channels of JuliaCon Discord and Julia Slack.</abstract>
                <slug>juliacon-2022-18063-julia-in-hpc</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='20935'>Valentin Churavy</person><person id='23124'>Michael Schlottke-Lakemper</person><person id='23171'>Johannes Blaschke</person>
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/QVESXM/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/QVESXM/feedback/</feedback_url>
            </event>
            <event guid='509cc18a-1750-5c06-a59d-4b69c43f1844' id='16548' code='7M3BKA'>
                <room>BoF</room>
                <title>BoF - JuliaLang en Espa&#241;ol</title>
                <subtitle></subtitle>
                <type>Birds of Feather</type>
                <date>2022-07-28T19:00:00+00:00</date>
                <start>19:00</start>
                <duration>01:30</duration>
                <abstract>Enhorabuena, ha llegado el momento de tener un foro dedicado para los usuarios de JuliaLang en espa&#241;ol.
Discutiremos:
- foros y centros donde se usa Julia en espa&#241;ol
- materiales educativos (cursos, libros, art&#237;culos, video tutoriales), y planes a futuro
- diversidad, inclusi&#243;n y apoyo de hispano-parlantes

Join the discussion on the [bof-voice](https://discord.com/channels/995757799076282478/997898697578913853) channel in discord.</abstract>
                <slug>juliacon-2022-16548-bof-julialang-en-espanol</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='21844'>Miguel Raz Guzm&#225;n Macedo</person><person id='21845'>Pamela Alejandra Bustamante Fa&#250;ndez</person><person id='21901'>Agust&#237;n Covarrubias</person><person id='21902'>Argel Ram&#237;rez Reyes</person>
                </persons>
                <language>en</language>
                <description>Vamos a abrir un espacio de discusi&#243;n donde los hispanoparlantes de JuliaLang se puedan conocer, compartirse, y coordinarse para que pueda crecer la comunidad de usuarios de Julia en espa&#241;ol. No importa tu nivel de proficiencia con Julia, aqu&#237; le daremos la bienvenida a todas, todos y todes.
Trataremos de lidiar con cada tema durante 15-20 minutos cada uno y permitir retroalimentaci&#243;n por parte de todos para tener metas concretas al final de la junta a trav&#233;s de una discusi&#243;n estructurada y moderada.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/7M3BKA/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/7M3BKA/feedback/</feedback_url>
            </event>
            
        </room>
        <room name='JuMP' guid='d838626f-64cf-53f3-a318-23bd4c420aa9'>
            <event guid='c7b85805-c29b-52b7-b677-8026f9a3cfce' id='17229' code='XBX9BH'>
                <room>JuMP</room>
                <title>Improving nonlinear programming support in JuMP</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2022-07-28T16:30:00+00:00</date>
                <start>16:30</start>
                <duration>00:30</duration>
                <abstract>In JuMP 1.0, support for nonlinear programming is a second-class citizen. You must use the separate `@NL` macros, the automatic differentiation engine is a JuMP-specific implementation that cannot be swapped for alternative implementations, and vector-valued nonlinear expressions are not supported. In this talk, we discuss our plans and progress to address these issues and make nonlinear programming a first-class citizen. This work is supported by funding from Los Alamos National Laboratory.</abstract>
                <slug>juliacon-2022-17229-improving-nonlinear-programming-support-in-jump</slug>
                <track>JuMP</track>
                
                <persons>
                    <person id='21585'>Oscar Dowson</person>
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/XBX9BH/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/XBX9BH/feedback/</feedback_url>
            </event>
            <event guid='d6455b63-b947-586a-98fd-3b82e3efc3f7' id='16937' code='XQMLCH'>
                <room>JuMP</room>
                <title>Benchmarking Nonlinear Optimization with AC Optimal Power Flow</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2022-07-28T17:00:00+00:00</date>
                <start>17:00</start>
                <duration>00:30</duration>
                <abstract>This work discusses some of the requirements for deploying non-convex nonlinear optimization methods to solve large-scale problems in practice. AC Optimal Power Flow is proposed as a proxy-application for testing the viability of nonlinear optimization frameworks for solving such problems. The current performance of several Julia frameworks for nonlinear optimization is evaluated using a standard benchmark library for AC Optimal Power Flow.</abstract>
                <slug>juliacon-2022-16937-benchmarking-nonlinear-optimization-with-ac-optimal-power-flow</slug>
                <track>JuMP</track>
                
                <persons>
                    <person id='22431'>Carleton Coffrin</person>
                </persons>
                <language>en</language>
                <description>The AC Optimal Power Flow problem (AC-OPF) is one of the most foundational optimization problems that arises in the design and operations of power networks. Mathematically the AC-OPF is a large-scale, sparse, non-convex nonlinear continuous optimization problem. In practice AC-OPF is most often solved to local optimality conditions using interior point methods. This project proposes AC-OPF as _proxy-application_ for testing the viability of different nonlinear optimization frameworks, as performant solutions to AC-OPF has proven to be a necessary (but not always sufficient) condition for solving a wide range of industrial network optimization tasks.

### Objectives
* Communicate the technical requirements for solving real-world continuous non-convex mathematical optimization problems.
* Highlight scalability requirements for the problem sizes that occur in practice.
* Provide a consistent implementation for solving AC-OPF in different nonlinear optimization frameworks.

### AC-OPF Implementations
This work adopts the mathematical model and data format that is used in the IEEE PES benchmark library for AC-OPF, [PGLib-OPF](https://github.com/power-grid-lib/pglib-opf). The Julia package [PowerModels](https://github.com/lanl-ansi/PowerModels.jl) is used for parsing the problem data files and making standard data transformations.

The implementations of the AC-OPF problem in various Julia NonLinear Programming (NLP) frameworks are available in [Rosetta-OPF](https://github.com/lanl-ansi/rosetta-opf) project, which currently includes implementations in [JuMP](https://github.com/jump-dev/JuMP.jl), [NLPModels](https://github.com/JuliaSmoothOptimizers/NLPModels.jl), [Nonconvex](https://github.com/JuliaNonconvex/Nonconvex.jl), [Optim](https://github.com/JuliaNLSolvers/Optim.jl) and [Optimization](https://github.com/SciML/Optimization.jl). This work reports on the solution quality and runtime of solving the PGLib-OPF datasets with each of these NLP frameworks.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/XQMLCH/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/XQMLCH/feedback/</feedback_url>
            </event>
            <event guid='aeb7c300-0ddc-559e-a483-14b257560a8e' id='17243' code='LEG8TJ'>
                <room>JuMP</room>
                <title>Advances in Transformations and NLP Modeling for InfiniteOpt.jl</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2022-07-28T17:30:00+00:00</date>
                <start>17:30</start>
                <duration>00:30</duration>
                <abstract>InfiniteOpt.jl is built on a unifying abstraction for infinite-dimensional optimization problems that enable it to tackle a wide variety of problems in innovative ways. We present recent advances to InfiniteOpt.jl that significantly its flexibility to model/solve these challenging problems.  We have developed a general transformation API to facilitate diverse solution methodologies, and we have created an intuitive nonlinear interface that overcomes the current shortcomings of JuMP.jl.</abstract>
                <slug>juliacon-2022-17243-advances-in-transformations-and-nlp-modeling-for-infiniteopt-jl</slug>
                <track>JuMP</track>
                
                <persons>
                    <person id='22693'>Joshua Pulsipher</person>
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/LEG8TJ/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/LEG8TJ/feedback/</feedback_url>
            </event>
            <event guid='48e081ea-cc2e-5b11-9ace-4e0624de63b1' id='18057' code='YTTXMK'>
                <room>JuMP</room>
                <title>The JuliaSmoothOptimizers (JSO) Organization</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2022-07-28T19:00:00+00:00</date>
                <start>19:00</start>
                <duration>00:30</duration>
                <abstract>The JSO organization is a set of Julia packages for smooth, nonsmooth optimization, and numerical linear algebra intended to work consistently together and exploit the structure present in problems. It provides modeling facilities, widely useful known methods, either in the form of interfaces or pure Julia implementations, but also unique methods that are the product of active research. We review the main features of JSO, its current status, and hint at future developments.</abstract>
                <slug>juliacon-2022-18057-the-juliasmoothoptimizers-jso-organization</slug>
                <track>JuMP</track>
                
                <persons>
                    <person id='23353'>Dominique Orban</person>
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/YTTXMK/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/YTTXMK/feedback/</feedback_url>
            </event>
            <event guid='71c0e976-f323-5a81-8d79-53e5e4be675f' id='18048' code='UDKTPD'>
                <room>JuMP</room>
                <title>PDE-constrained optimization using JuliaSmoothOptimizers</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2022-07-28T19:30:00+00:00</date>
                <start>19:30</start>
                <duration>00:30</duration>
                <abstract>In this presentation, we showcase a new optimization infrastructure within JuliaSmoothOptimizers for PDE-constrained optimization problems in Julia. We introduce PDENLPModels.jl a package that discretizes PDE-constrained optimization problems using finite elements methods via Gridap.jl. The resulting problem can then be solved by solvers tailored for large-scale optimization implemented in pure Julia such as DCISolver.jl and FletcherPenaltyNLPSolver.jl.</abstract>
                <slug>juliacon-2022-18048-pde-constrained-optimization-using-juliasmoothoptimizers</slug>
                <track>JuMP</track>
                
                <persons>
                    <person id='23346'>Tangi Migot</person>
                </persons>
                <language>en</language>
                <description>The study of algorithms for optimization problems has become the backbone of data science and its multiple applications. Nowadays, new challenges involve ever-increasing amounts of data and model complexity. Examples include optimization problems constrained by partial differential equations (PDE) that are frequent in imaging, signal processing, shape optimization, and seismic inversion. In this presentation, we showcase a new optimization infrastructure to model and solve PDE-constrained problems in the Julia programming language. We build upon the JuliaSmoothOptimizers infrastructure for modeling and solving continuous optimization problems. We introduce PDENLPModels.jl a package that discretizes PDE-constrained optimization problems using finite elements methods via Gridap.jl. The resulting problem can then be solved by solvers tailored for large-scale optimization implemented in pure Julia such as DCISolver.jl and FletcherPenaltyNLPSolver.jl.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/UDKTPD/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/UDKTPD/feedback/</feedback_url>
            </event>
            <event guid='d6543a54-5e80-5568-b72f-0e88adce4758' id='18242' code='L9SQZ9'>
                <room>JuMP</room>
                <title>Generalized Disjunctive Programming via DisjunctiveProgramming</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2022-07-28T20:00:00+00:00</date>
                <start>20:00</start>
                <duration>00:30</duration>
                <abstract>We present a Julia package (DisjunctiveProgramming.jl) that extends the functionality in JuMP to allow modeling problems via logical propositions and disjunctive constraints. Logical propositions are converted into algebraic expressions by converting the Boolean expressions to Conjunctive Normal Form and then to algebraic inequalities. The package allows the user to specify the technique to reformulate the disjunctions (Big-M or Convex-Hull reformulation) into mixed-integer constraints.</abstract>
                <slug>juliacon-2022-18242-generalized-disjunctive-programming-via-disjunctiveprogramming</slug>
                <track>JuMP</track>
                
                <persons>
                    <person id='23553'>Hector D. Perez</person>
                </persons>
                <language>en</language>
                <description>Modeling systems with discrete-continuous decisions is commonly done in algebraic form with mixed-integer programming models, which can be linear or nonlinear in the continuous variables. A more systematic approach to modeling such systems is to use Generalized Disjunctive Programming (GDP) (Chen &amp; Grossmann, 2019; Grossmann &amp; Trespalacios, 2013), which generalizes the Disjunctive Programming paradigm proposed by Balas (2018). GDP allows modeling systems from a logic-based level of abstraction that captures the fundamental rules governing such systems via algebraic constraints and logic. The models obtained via GDP can then be reformulated into the pure algebraic form best suited for the application of interest. The two main reformulation strategies are the Big-M reformulation (Nemhauser &amp; Wolsey, 1999; Trespalacios &amp; Grossmann, 2015) and the Convex-Hull reformulation (Lee &amp; Grossmann, 2000), the latter of which yields tighter models than those typically used in standard mixed-integer programming (Grossmann &amp; Lee, 2003).

DisjunctiveProgramming.jl supports reformulations for disjunctions containing linear, quadratic, and/or nonlinear constraints. When using the Big-M reformulation, the user can specify the Big-M value to be used, which can either be general to the disjunction or specific to each constraint expression in the disjunction. Alternately, the user can allow the package to determine the tightest Big-M value based on the variable bounds and constraint functions using interval arithmetic (IntervalArithmetic.jl [Sanders, et al., 2022]). When the Convex-Hull reformulation is selected, the perspective function approximation from Furman, et al. (2020) is used for nonlinear constraints with a specified &#1013; tolerance value. This is done by relying on manipulation of symbolic expressions via Symbolics.jl (Gowda, et al., 2022).</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/L9SQZ9/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/L9SQZ9/feedback/</feedback_url>
            </event>
            
        </room>
        <room name='Sponsored forums' guid='d7145df8-44a1-582d-9efe-a05089bb1844'>
            <event guid='ebd1583a-2241-559d-a7ec-d93d19d8bcd9' id='21245' code='FSCXXS'>
                <room>Sponsored forums</room>
                <title>Julius Tech Sponsored Forum</title>
                <subtitle></subtitle>
                <type>Sponsor forum</type>
                <date>2022-07-28T19:00:00+00:00</date>
                <start>19:00</start>
                <duration>00:45</duration>
                <abstract>Enterprise adoption for Julia can be a difficult process for developers and engineers to champion. In this sponsored forum, we invite leading industry experts to talk about the common challenges organizations face when bringing Julia and Julia based solutions onboard.  Join [here](https://discord.com/channels/995757799076282478/1000106391371010259).</abstract>
                <slug>juliacon-2022-21245-julius-tech-sponsored-forum</slug>
                <track></track>
                
                <persons>
                    
                </persons>
                <language>en</language>
                <description>Enterprise adoption for Julia can be a difficult process for developers and engineers to champion. In this sponsored forum, we invite leading industry experts to talk about the common challenges organizations face when bringing Julia and Julia based solutions onboard. We will also discuss best practices and practical ways to approach integration. The audience will be provided the opportunity to submit questions as well.

1. James Lee, Julius Technologies
2. Tom Kwong, Meta 
3. Dr. Chris Rackauckas, Julia Computing
4. Jarrett Revels, Beacon Biosignals</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/FSCXXS/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/FSCXXS/feedback/</feedback_url>
            </event>
            
        </room>
        
    </day>
    <day index='11' date='2022-07-29' start='2022-07-29T04:00:00+00:00' end='2022-07-30T03:59:00+00:00'>
        <room name='Green' guid='b9522ace-7df4-5b98-a884-2dae40858059'>
            <event guid='026ae471-867c-5291-9038-507c9ab396b8' id='17947' code='RQZBFB'>
                <room>Green</room>
                <title>which(methods)</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-29T13:00:00+00:00</date>
                <start>13:00</start>
                <duration>00:10</duration>
                <abstract>I will talk about which methods get called by `which(methods)` calls. How does Julia decide? How fast does it decide? And when does it figure it all out?
Let&#8217;s take a lightning fast dive together into the complexities of the method selection algorithm we affectionately call multiple-dispatch.</abstract>
                <slug>juliacon-2022-17947-which-methods</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23241'>Jameson Nash</person>
                </persons>
                <language>en</language>
                <description>The semantics of multiple dispatch can sound simple and obvious at first glance. But there are lots of strange cases to consider when you start to really explore the details. So how do we do this in a mere few hundred lines of C code? What happens if two methods overlap in applicability? What happens when the user calls invoke instead? How do we track when something changes, after loading a new package or Reviseing an existing one?
I will walk through the process of taking the full list of methods in Julia and picking out exactly which method to call. Then take a look at how we extend that action to re-evaluate the results after every new method that gets added.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/RQZBFB/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/RQZBFB/feedback/</feedback_url>
            </event>
            <event guid='7ab3621a-3ba0-5e5c-8674-cf72e4378d1c' id='19354' code='B9DJ9G'>
                <room>Green</room>
                <title>Building an inclusive (and fun!) Julia community</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-29T13:10:00+00:00</date>
                <start>13:10</start>
                <duration>00:10</duration>
                <abstract>A critical component of any programming language&#8217;s potential for impact is the diversity of its 
community! A supportive, inclusive community draws in new learners, brings fresh perspectives 
to package development, and ultimately expands the reach a language has.</abstract>
                <slug>juliacon-2022-19354-building-an-inclusive-and-fun-julia-community</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='24645'>Kyla McConnell</person><person id='24646'>Julia M&#252;ller</person>
                </persons>
                <language>en</language>
                <description>In this talk, we focus on the advances in gender diversity that have been made by the Julia 
community this year: from the development of the new beginner-level live course &#8220;Learn Julia 
with Us&#8221; to the continued outreach, community building and mutual support by Julia Gender 
Inclusive as a whole. 

Kyla and Julia will share their experiences in co-organizing Julia Gender Inclusive and an 
equivalent group in the R community. The talk hopes to inspire and share tips for fostering a 
community that is inclusive and accessible, encouraging underrepresented groups to learn and 
lead with confidence, and creating an atmosphere that is supportive for all, no matter their 
background!</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/B9DJ9G/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/B9DJ9G/feedback/</feedback_url>
            </event>
            <event guid='1aeba7ea-ec2e-5d52-ba53-5fce6815b5fb' id='16803' code='EKZHPS'>
                <room>Green</room>
                <title>Help! How to grow a corporate Julia community?</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2022-07-29T13:30:00+00:00</date>
                <start>13:30</start>
                <duration>00:30</duration>
                <abstract>For many years we simply accepted the two language problem at our company and spent our time converting MATLAB/Python prototypes into C/C++/Java production code. But during the last two years we have been growing an internal Julia community from 3 initial enthusiasts to over 300 Julians. We would like to share our ongoing journey with you and inspire other Julians who want to kickstart similar communities at their company.</abstract>
                <slug>juliacon-2022-16803-help-how-to-grow-a-corporate-julia-community</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='22293'>Matthijs Cox</person>
                </persons>
                <language>en</language>
                <description>ASML is 30.000 employee company which is the world leader on photo-lithographic system that are crucial for semiconductor manufacture. For many years we accepted the two language problem and spent our time converting MATLAB/Python prototypes into C/C++/Java production code. But during the last two years we have been growing an internal ASML Julia community from 3 initial enthusiasts to over 300 Julians. We would like to share our ongoing journey with you and inspire other Julians who want to kickstart similar communities at their company.

Our journey included many obstacles, but we are now in a good position with Julia at ASML. Thanks to Julia&#8217;s package manager and LocalRegistry.jl, it was easy to set up an internal registry. This led to a flourishing internal Julia package ecosystem with currently over 50 registered packages used by several of ASML&#8217;s research and development departments. 

To grow further, we foresee plenty of challenges. Changing the software culture from a project-driven to an inner-source approach is one such challenge. Another challenge relates to deployment of Julia into all of our existing software platforms, ranging from embedded hardware systems to cloud services.

By overcoming these challenges, we will finally solve the two language problem at ASML and bring different engineering competencies together. It shouldn&#8217;t matter if you are a domain expert, data scientist, data engineer, software engineer, software architect, machine learning engineer, business analyst or anything else. If you can code then you can learn Julia and join in on the fun.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/EKZHPS/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/EKZHPS/feedback/</feedback_url>
            </event>
            <event guid='753929bf-9909-5322-8ff0-68ca4df6af80' id='21233' code='9N9HZ3'>
                <room>Green</room>
                <title>Keynote  - Husain Attarwala</title>
                <subtitle></subtitle>
                <type>Keynote</type>
                <date>2022-07-29T14:30:00+00:00</date>
                <start>14:30</start>
                <duration>00:45</duration>
                <abstract>Keynote  - Husain Attarwala, Moderna</abstract>
                <slug>juliacon-2022-21233-keynote-husain-attarwala</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='26663'>Husain Attarwala</person>
                </persons>
                <language>en</language>
                <description>Keynote  - Husain Attarwala, Moderna</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/9N9HZ3/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/9N9HZ3/feedback/</feedback_url>
            </event>
            <event guid='451b3c82-8b11-5722-83ed-201e28f21e25' id='21243' code='SFJBMG'>
                <room>Green</room>
                <title>Relational AI Sponsored Talk</title>
                <subtitle></subtitle>
                <type>Platinum sponsor talk</type>
                <date>2022-07-29T15:15:00+00:00</date>
                <start>15:15</start>
                <duration>00:15</duration>
                <abstract>At RelationalAI, we are building the world&#8217;s fastest, most scalable, most expressive, most open knowledge graph management system, built on top of the world&#8217;s only complete relational reasoning engine that uses the knowledge and data captured in enterprise databases to learn and reason.</abstract>
                <slug>juliacon-2022-21243-relational-ai-sponsored-talk</slug>
                <track></track>
                
                <persons>
                    
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/SFJBMG/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/SFJBMG/feedback/</feedback_url>
            </event>
            <event guid='d4b85b04-1cb5-542d-91e3-f4d47b9dd7b3' id='20833' code='SSUNVP'>
                <room>Green</room>
                <title>The State of Julia in 2022</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2022-07-29T15:30:00+00:00</date>
                <start>15:30</start>
                <duration>00:30</duration>
                <abstract>An update on Julia from the core development team.</abstract>
                <slug>juliacon-2022-20833-the-state-of-julia-in-2022</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='26041'>Viral B Shah</person>
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/SSUNVP/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/SSUNVP/feedback/</feedback_url>
            </event>
            <event guid='24e382f6-a919-5087-a679-abb0f807dabb' id='21374' code='HRZUUY'>
                <room>Green</room>
                <title>Closing remarks</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-29T16:00:00+00:00</date>
                <start>16:00</start>
                <duration>00:10</duration>
                <abstract>Closing remarks</abstract>
                <slug>juliacon-2022-21374-closing-remarks</slug>
                <track></track>
                
                <persons>
                    
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/HRZUUY/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/HRZUUY/feedback/</feedback_url>
            </event>
            <event guid='c2e384ec-d7e2-576f-8533-feb7f1c75038' id='18164' code='8A83SB'>
                <room>Green</room>
                <title>Dagger.jl Development and Roadmap</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-29T16:30:00+00:00</date>
                <start>16:30</start>
                <duration>00:10</duration>
                <abstract>Dagger.jl is a Julia library aiming to improve the way Julia users do distributed programming. With its functional task-focused API, distributed table and array implementations, and intelligent scheduler, Dagger is quickly becoming the de-facto distributed programming interface for many parts of our ecosystem.

This talk is focused on Dagger&apos;s development over the last year, and where we see Dagger going over the next few years. I&apos;ll also provide examples of how to use Dagger&apos;s new features.</abstract>
                <slug>juliacon-2022-18164-dagger-jl-development-and-roadmap</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23461'>Julian P Samaroo</person>
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/8A83SB/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/8A83SB/feedback/</feedback_url>
            </event>
            <event guid='818666dd-8bbf-5232-9697-eb53f9b53bd0' id='18155' code='ZA9RYG'>
                <room>Green</room>
                <title>DTables.jl - quickstart, current state and next steps!</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-29T16:40:00+00:00</date>
                <start>16:40</start>
                <duration>00:10</duration>
                <abstract>DTables.jl is a distributed table implementation based on Dagger.jl. It aims to provide distributed and out-of-core tabular data processing for the Julia programming language. The DTables package consists of data structures, distributed algorithms and it&apos;s built to be compatible with our rich data processing ecosystem.

The talk covers a quick intro on how to use the DTable, what functionality is currently available and what are our plans for the future!</abstract>
                <slug>juliacon-2022-18155-dtables-jl-quickstart-current-state-and-next-steps</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23454'>Krystian Guli&#324;ski</person>
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/ZA9RYG/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/ZA9RYG/feedback/</feedback_url>
            </event>
            <event guid='a50b1156-66cc-5661-96b9-da8ecd00511d' id='18073' code='N3J9KR'>
                <room>Green</room>
                <title>`BesselK.jl`: a fast differentiable implementation of `besselk`</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-29T16:50:00+00:00</date>
                <start>16:50</start>
                <duration>00:10</duration>
                <abstract>The modified Bessel function of the second kind, provided by `SpecialFunctions.jl` as `besselk`, is an important function in several fields. Despite its significance, convenient numerical implementations of its derivatives with respect to the order parameter are not easily available. In this talk, we discuss a solution to this problem that leverages Julia&apos;s exceptional automatic differentiation ecosystem to provide fast and accurate derivatives with respect to order.</abstract>
                <slug>juliacon-2022-18073-besselk-jl-a-fast-differentiable-implementation-of-besselk</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23365'>Christopher J Geoga</person>
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/N3J9KR/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/N3J9KR/feedback/</feedback_url>
            </event>
            <event guid='936266a1-b2b5-50af-89cf-9ed293923f1f' id='17998' code='LZELWV'>
                <room>Green</room>
                <title>2022 Update: Diversity and Inclusion in the Julia community</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-29T17:00:00+00:00</date>
                <start>17:00</start>
                <duration>00:10</duration>
                <abstract>In this talk, we will give an annual update on the current diversity and inclusion efforts underway in the community. We will also present stats from Google Analytics showing aggregate country of origin, gender, and age. These stats will help provide additional context for the continued challenge of D&amp;I in the Julia community and will set the stage for the Julia Inclusive BoF session.</abstract>
                <slug>juliacon-2022-17998-2022-update-diversity-and-inclusion-in-the-julia-community</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23295'>Logan Kilpatrick</person>
                </persons>
                <language>en</language>
                <description>D&amp;I continues to be a challenge in technical communities around the world. While the Julia community has done a lot of work trying to address this challenge, the work is very much still ongoing. As part of our commitment to D&amp;I, we have been providing yearly updates on the state of D&amp;I in the Julia community (with a slight focus on gender diversity since we can get those stats from Google Analytics). We hope that this process keeps us accountable to continue to do more to promote equity and inclusion.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/LZELWV/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/LZELWV/feedback/</feedback_url>
            </event>
            <event guid='2afc52fc-b9fa-5a7d-a0bf-02720bc3140d' id='18646' code='S8D3NM'>
                <room>Green</room>
                <title>The JuliaCon Proceedings</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-29T17:10:00+00:00</date>
                <start>17:10</start>
                <duration>00:10</duration>
                <abstract>In this talk, we will present the JuliaCon proceedings, the purpose, scope, and target audience of this venue. The proceedings are a community-driven initiative to publish articles of interest to the research and developer communities gathered by JuliaCon, they do not require application processing fees nor a paywall on article, making both producing and accessing the articles possible for all. We will then give a quick tour of the reviewing and publication process which happen transparently in</abstract>
                <slug>juliacon-2022-18646-the-juliacon-proceedings</slug>
                <track></track>
                
                <persons>
                    <person id='20935'>Valentin Churavy</person><person id='23447'>Ranjan Anantharaman</person><person id='23226'>Mathieu Besan&#231;on</person><person id='23132'>Carsten Bauer</person>
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/S8D3NM/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/S8D3NM/feedback/</feedback_url>
            </event>
            <event guid='90ac4474-23e9-58ea-80ae-19c3d0fe9dad' id='18166' code='7Q8WXA'>
                <room>Green</room>
                <title>Interplay between chaos and stochasticity in celestial mechanics</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-29T17:20:00+00:00</date>
                <start>17:20</start>
                <duration>00:10</duration>
                <abstract>This work is focused on the development of an open-source Julia package for the stochastic characterization and the study of chaotic motion in astrodynamics. We focus on the computation of various chaos indicators, among others Fast Lyapunov Indicators (FLI), Finite-Time Lyapunov exponents (FTLE) and Mean Exponential Growth factor of Nearby Orbits (MEGNO) and chaos indicators more in general.</abstract>
                <slug>juliacon-2022-18166-interplay-between-chaos-and-stochasticity-in-celestial-mechanics</slug>
                <track></track>
                <logo>/media/juliacon-2022/submissions/7Q8WXA/4.ppp_r7A2hNr.png</logo>
                <persons>
                    <person id='23452'>Matteo Manzi</person>
                </persons>
                <language>en</language>
                <description>Chaotic behavior is omnipresent in celestial mechanics dynamical systems and it is relevant for both the understanding and leveraging the stability of planetary systems, inner solar system in particular. The quantification of the probability of impacts of near Earth objects after close encounters with celestial bodies; the possibility of designing robust low energy transfer trajectories, not limited to invariant manifolds but also leveraging the weak stability boundary for the design of the ballistic captures trajectories in time-dependent dynamical systems; the characterization of diffusion processes in Nearly-Integrable Hamiltonian systems in celestial mechanics. In order to have a robust description of chaos, therefore being able to describe chaotic motion in the context of dynamical systems characterized by parametric uncertanties, and in parallel being able to investigate the effect of random perturbations (e.g. Langevin equation, jump-diffusion processes) this work builds on &#8220;Polynomial Stochastic Dynamic Indicators&#8221; (Vasile, Manzi) in which tools from functional analysis, such as orthogonal polynomials (e.g. PolyChaos.jl) and more in general feature maps coming from the theory of support vector machine and kernel methods are used to approximate the functional describing a positive measure defining the state of the system.

This probabilistic generalizations of existing chaos indicators will be computed for a number of dynamical systems (e.g. Duffing oscillator, circular and elliptic restricted three-body problem, etc.) and the relevance of uncertainty quantification for robust trajectory design will be discussed.

This framework will be used to understand the effect of uncertainty and stochasticity, on the behaviour of both individual trajectories and ensambles of trajectories coming from the sampling of the probabilistic space; the influence of this in the overall goal of predicting chaotic dynamical systems characterized by parametric uncertainties will be assessed. Bifurcating phenomena and invariant sets in time-dependant dynamical systems will be discussed, particularly in this context of Lagrangian coherent structures.

Moreover, the relation between memory effects in non-Markovian processes, fractional calculus and time-delay embedding will be outlined using the aforementioned tools.

The computational efficiency of numerical integration schemes of Ordinary and Stochastic Differential Equations will be exploited to produce animations describing bifurcating phenomena and the chaotic nature of dynamical systems.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/7Q8WXA/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/7Q8WXA/feedback/</feedback_url>
            </event>
            <event guid='68691412-87e4-5a45-bbeb-427675fbab02' id='17999' code='TSQ8XC'>
                <room>Green</room>
                <title>How to be an effective Julia advocate?</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-29T17:30:00+00:00</date>
                <start>17:30</start>
                <duration>00:10</duration>
                <abstract>A major part of Julia&apos;s success as a language has come from a large community of user advocates. User advocacy continues to be one of the most effective outreach mechanisms and this talk aims to help improve the approach of those seeking to advocate for Julia.</abstract>
                <slug>juliacon-2022-17999-how-to-be-an-effective-julia-advocate</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23295'>Logan Kilpatrick</person>
                </persons>
                <language>en</language>
                <description>This talk will share the lessons learned after speaking, posting, and presenting about Julia over the last 2+ years. It doesn&apos;t matter if you are an expert user or a novice, these principles will allow you to effectively highlight the benefits of Julia in a way that is conducive to the audience being receptive to Julia. 

We will cover: 
- How to frame Julia as a language
- Sharing use cases
- What to avoid
- Getting people involved
And more!</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/TSQ8XC/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/TSQ8XC/feedback/</feedback_url>
            </event>
            <event guid='ff658cd2-ec95-5fba-b7b9-01571d8f01c8' id='18146' code='QTN3ZY'>
                <room>Green</room>
                <title>Optimize your marketing spend with Julia!</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-29T17:40:00+00:00</date>
                <start>17:40</start>
                <duration>00:10</duration>
                <abstract>&quot;Half the money I spend on advertising is wasted; the trouble is I don&apos;t know which half.&quot; (J.Wanamaker, 19th-century retailer)
Optimizing marketing spend is still difficult, but this talk introduces a modern marketing analysis: Media Mix Modelling (MMM).
We will combine the strength of Julia with Bayesian decision-making to optimize marketing spend for a hypothetical business.
Find more details in the associated [GitHub Repo](https://github.com/svilupp/JuliaCon2022/)</abstract>
                <slug>juliacon-2022-18146-optimize-your-marketing-spend-with-julia</slug>
                <track>JuliaCon</track>
                <logo>/media/juliacon-2022/submissions/QTN3ZY/diggity-marketing-SB0WARG16HI-unsplash_nCyH4LJ.jpeg</logo>
                <persons>
                    <person id='23444'>Jan Siml</person>
                </persons>
                <language>en</language>
                <description>This talk requires no previous knowledge.

Media Mix Modelling (MMM) is the go-to analysis for deciding how to spend your precious marketing budget. It has been around for more than half a century, and its importance is poised to increase with the rise of the privacy-conscious consumer.

There are a few key marketing concepts that we will cover, e.g., ad stock, saturation and ROAS.

We will leverage the power of Bayesian inference with Turing.jl to establish the effectiveness of our campaigns (/marketing channels). The main advantage of the Bayesian approach will be the quantification of  uncertainty, which we will channel into our decision-making when deciding on the budget allocations.

The &quot;optimal&quot; spend strategy (&quot;budget&quot;) will be found with the help of Metaheuristics.jl.
Overall, we will draw on Julia&apos;s core strengths, such as composability and speed.

The implementation closely follows the methodology of the amazing Robyn package, but it leverages Bayesian inference for the marketing parameters. While there are many resources available for Python and R, I believe this is the first tutorial for MMM in Julia.

Following the talk, you can use the provided notebook and scripts to replicate this analysis for your marketing budget.

You can find the notebook, presentation and additional resources in the following repository: 
- [GitHub Repo](https://github.com/svilupp/JuliaCon2022/) 
- [PDF of the presentation](https://github.com/svilupp/JuliaCon2022/blob/main/MediaMixModellingDemo/presentation/presentation.pdf)

Session photo thanks to &lt;a href=&quot;https://unsplash.com/@diggitymarketing?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText&quot;&gt;Diggity Marketing&lt;/a&gt; on &lt;a href=&quot;https://unsplash.com/s/photos/digital-marketing?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText&quot;&gt;Unsplash&lt;/a&gt;</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/QTN3ZY/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/QTN3ZY/feedback/</feedback_url>
            </event>
            <event guid='1a9be814-f1fd-5661-913f-5b150f8ce51b' id='21376' code='XLZ7ZN'>
                <room>Green</room>
                <title>GatherTown -- Social break</title>
                <subtitle></subtitle>
                <type>Social hour</type>
                <date>2022-07-29T18:00:00+00:00</date>
                <start>18:00</start>
                <duration>01:00</duration>
                <abstract>Join us on [Gather.town](https://app.gather.town/invite?token=2ucLB9IpmCAXZIex4Dvh2VFCeR6QLEdP) for a social hour.</abstract>
                <slug>juliacon-2022-21376-gathertown-social-break</slug>
                <track></track>
                
                <persons>
                    
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/XLZ7ZN/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/XLZ7ZN/feedback/</feedback_url>
            </event>
            <event guid='be213c75-3fdf-51ce-aa29-5e1f5f47827b' id='18082' code='ZMKHUZ'>
                <room>Green</room>
                <title>Large-Scale Tabular Data Analytics with BanyanDataFrames.jl</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2022-07-29T19:00:00+00:00</date>
                <start>19:00</start>
                <duration>00:30</duration>
                <abstract>BanyanDataFrames.jl is an open-source library for processing massive Parquet/CSV/Arrow datasets in your Virtual Private Cloud. One of the key goals of the project is to match the API of DataFrames.jl as much as possible. In this talk, we will provide an overview of BanyanDataFrames.jl and discuss challenges and success so far in achieving massively scalable data analytics with the Julia language.</abstract>
                <slug>juliacon-2022-18082-large-scale-tabular-data-analytics-with-banyandataframes-jl</slug>
                <track>JuliaCon</track>
                <logo>/media/juliacon-2022/submissions/ZMKHUZ/image_4_KS3cRLS.png</logo>
                <persons>
                    <person id='23370'>Caleb Winston</person><person id='23404'>Cailin Winston</person>
                </persons>
                <language>en</language>
                <description>More information about BanyanDataFrames.jl can be found on GitHub:
https://github.com/banyan-team/banyan-julia
https://github.com/banyan-team/banyan-julia-examples</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/ZMKHUZ/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/ZMKHUZ/feedback/</feedback_url>
            </event>
            <event guid='b12052f9-017a-566e-a9d4-5af2366858c9' id='17920' code='VVTKRB'>
                <room>Green</room>
                <title>How to debug Julia simulation codes (ODEs, optimization, etc.!)</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2022-07-29T19:30:00+00:00</date>
                <start>19:30</start>
                <duration>00:30</duration>
                <abstract>The ODE solver spit out dt&lt;dtmin, what do you do? MethodError Dual{...}, what does it mean? Plenty of people ask these questions every day. In this talk I&apos;ll walk through the steps of debugging Julia simulation codes and help you get something working!</abstract>
                <slug>juliacon-2022-17920-how-to-debug-julia-simulation-codes-odes-optimization-etc</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23207'>Chris Rackauckas</person>
                </persons>
                <language>en</language>
                <description>Debugging simulation codes can be very different from &quot;standard&quot; or &quot;simple&quot; codes. There&apos;s many details that can show up that the user needs to be aware of. Thus while there have been many beginner tutorials in using Julia, and many tutorials on how to using SciML ecosystem tools like DifferentialEquations.jl, there has never been a tutorial that says &quot;okay, I got this error when using Optim.jl, what do I do now?&quot;. Some major pieces have been written which condense such information, such as the DifferentialEquations.jl PSA on Discourse (https://discourse.julialang.org/t/psa-how-to-help-yourself-debug-differential-equation-solving-issues/62489), but we believe there remains many things to say.

And also, a video walkthrough is simply the best way to &quot;show some how I do it&quot; so to speak. 

So let&apos;s do it! But what would this entail? There are many topics to cover, including:

- How to read the gigantic stack traces that arise from dual number issues. Why does f(du,u::Array{Float64},p,t) fail with this error? Why can dual numbers cause issues in some mutating code? How do you use https://github.com/SciML/PreallocationTools.jl to solve these Dual number issues?
- When trying to debug code deep within some package context, how do you do it in a &quot;nice&quot; way (i.e. without the slow interpreted mode of Debugger.jl)? The answer is using Revise with tools like `@show` and `x=Ref{Any}()` and then in the package you can do `Main.x[] = ...`. Never seen this trick before? Well then you&apos;ll be interested in this talk. We&apos;ll showcase how to use these tricks in real-world contexts where such debugging arises.
- When you get dt&lt;dtmin or other ODE solver exit warnings? What are you supposed to do? u&apos;=u^2-u with u(0)=2, oh wait analytically that should error? How do I find out if my model is written incorrectly (it is) and how do I figure out what I should be changing?
- When doing optimization, say using GalacticOptim.jl or Flux.jl, what are these &quot;Zygote does not support mutation&quot; errors? Why do they exist and how do I work around them?
- Everyone is asking for an MWE. How do I make a good MWE? How do I figure out what in the package that is likely causing the issue, and use this to help developers help me?

I will continue to grow the list by keeping tabs on what comes up the most often in Github issues and Discourse posts. At the end of the day, I hope this can be a video that is pasted onto thousands of Discourse questions to give people a much more in-depth view of how to fix issues, and potentially train the next generation of &quot;Discourse answerers&quot;.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/VVTKRB/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/VVTKRB/feedback/</feedback_url>
            </event>
            <event guid='08acd7a2-de66-5edb-9e79-987f9408207f' id='18028' code='LJRHQR'>
                <room>Green</room>
                <title>Scaling up Training of Any Flux.jl Model Made Easy</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2022-07-29T20:00:00+00:00</date>
                <start>20:00</start>
                <duration>00:30</duration>
                <abstract>In this talk, we will be discussing some of the state of the art techniques to scale training of ML models beyond a single GPU, why they work and how to scale your own ML pipelines. We will be demonstrating how we have scaled up training of Flux models both by means of data parallelism and by model parallelism. We will be showcasing ResNetImageNet.jl and DaggerFlux.jl to accelerate training of deep learning and scientific ML models such as PINNs and the scaling it achieves.</abstract>
                <slug>juliacon-2022-18028-scaling-up-training-of-any-flux-jl-model-made-easy</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23325'>Dhairya Gandhi</person>
                </persons>
                <language>en</language>
                <description>With the scale of the datasets and the size of the models growing rapidly, one cannot reasonably train these models on a single GPU.  It is no secret that that training big ML models - be they large language models, image recognition tasks, large PINNs etc - requires an immense amount of hardware, and engineering knowledge.

So far, our tools in FluxML have been limited to training on a single GPU, and there is a pressing need for tooling that can scale up training beyond a single GPU. This is important not just for current Deep Learning models but also to scale training of scientific machine learning models as we see more sophisticated neural surrogates emerge for simulations and modelling. To fulfil this need, we have developed some tools that can reliably and generically scale training of differentiable pipelines beyond a single machine or GPU device. We will be showcasing [ResNetImageNet.jl](https://github.com/DhairyaLGandhi/ResNetImageNet.jl) and [DaggerFlux.jl](https://github.com/FluxML/DaggerFlux.jl) which uses Dagger.jl to accelerate training of various model types and the scaling it achieves.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/LJRHQR/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/LJRHQR/feedback/</feedback_url>
            </event>
            <event guid='95eb8154-cfdb-5cc4-bb42-2158d2abe79e' id='21380' code='FSDULA'>
                <room>Green</room>
                <title>GatherTown -- Social break</title>
                <subtitle></subtitle>
                <type>Social hour</type>
                <date>2022-07-29T20:30:00+00:00</date>
                <start>20:30</start>
                <duration>01:00</duration>
                <abstract>Join us on [Gather.town](https://app.gather.town/invite?token=2ucLB9IpmCAXZIex4Dvh2VFCeR6QLEdP) for a social hour.</abstract>
                <slug>juliacon-2022-21380-gathertown-social-break</slug>
                <track></track>
                
                <persons>
                    
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/FSDULA/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/FSDULA/feedback/</feedback_url>
            </event>
            
        </room>
        <room name='Red' guid='a3e2f610-673c-5bc6-be71-b4e045824084'>
            <event guid='6a7c8859-8bbb-525c-ad90-0d086b3d1723' id='17962' code='UQNLK3'>
                <room>Red</room>
                <title>Fractional Order Computing and Modeling with Julia</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2022-07-29T12:30:00+00:00</date>
                <start>12:30</start>
                <duration>00:30</duration>
                <abstract>As the generalization of classical calculus and differential equations, fractional calculus and fractional differential equations are important areas since their invention, to provide a comprehensive Differential Equations package, [SciFracX](https://github.com/SciFracX) is here to explore fractional order area with Julia. In 2022 JuliaCon, we will talk about the progress we have made in FractionalDiffEq.jl and FractionalCalculus.jl, how Julia helped us speed up fractional order modeling and com</abstract>
                <slug>juliacon-2022-17962-fractional-order-computing-and-modeling-with-julia</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23258'>Qingyu Qu</person>
                </persons>
                <language>en</language>
                <description>In 1695, a letter from L&apos;Hopital to Leibniz represented the birth of the fractional calculus, &quot;Can the meaning of derivatives with integer order be generalized to derivatives with non-integer orders? What if the order will be 1/2?&quot;, Leibniz replied in September 30, 1965: &quot;It will lead to a paradox, from which one day useful consequences will be drawn&quot;.
	
Fractional order computing and modeling has become a more and more appealing topic especially recent decades, natural models usually can be more elaborated in fractional order area. Dating back to Leibniz and L&apos;Hopital raised the &quot;non-integer&quot; calculus question, many giants of science have make hard work on fractional calculus to promote its further development. Fractional calculus are very helpful in describing linear viscoelasticity, acoustics, rheology, polymeric chemistry, and so forth. Moreover, fractional derivatives have been proved to be a very suitable tool for the description of memory and hereditary properties of various materials and processes.

SciML organization has done outstanding work in numerical solvers for differential equations, but there are still some kinds of differential equations that SciML has [not supported yet](https://github.com/SciML/DifferentialEquations.jl/issues/461), as the generalization of integer order differential equations, fractional calculus and fractional differential equations began to attract increasing interest for its important role in science and engineering since early 20th century. While most of the numerical software are programmed using Matlab and are not well maintained, users didn&apos;t have unifying tools to help with fractional order modeling and computing, being inspired by SciML, we initiated SciFracX organization. Our mission is to make the fractional order computing and modeling more easier using Julia, speed up researches and provides powerful scientific researching tools. Right now, there are four Julia packages in this organization: FractionalSystems.jl, FractionalCalculus.jl, FractionalDiffEq.jl and FractionalTransforms.jl. We would introduce the FractionalSystems.jl, FractionalDiffEq.jl and FractionalCalculus.jl packages.

The [FractionalSystems.jl](https://github.com/SciFracX/FractionalSystems.jl) package is a package focus on fractional order control, inspired by [FOMCON](https://fomcon.net/) and [FOTF](https://www.mathworks.com/matlabcentral/fileexchange/60874-fotf-toolbox) toolbox, FractionalSystems.jl aims at providing fractional order modeling with Julia. Building on [ControlSystems.jl](https://github.com/JuliaControl/ControlSystems.jl), FractionalSystems.jl provides similar  functionalities with ControlSystems.jl, mainly time domain and frequency domain modeling and analysis. While FractionalSystems.jl is only several months old, there are still a lot we need to do in the future.

The [FractionalDiffEq.jl](https://github.com/SciFracX/FractionalDiffEq.jl) package follows the design pattern of DifferentialEquations.jl. To solve a problem, we first define a ```***Problem``` according to our model, then pass the defined problem to ```solve``` function and choose an algorithm to solve our problem.

```julia
prob = ***Problem(fun, &#945;, u0, T)
#prob = ***Problem(parrays, oarrays, RHS, T)
solve(prob, h, Alg())
```

Now, FractionalDiffEq.jl is capable of solving fractional order ODE, PDE, DDE, integral equations and nonlinear FDE systems, what impressed us the most is two times speedup compared to MATLAB when we were trying to solve the same problem in Julia(Didn&apos;t use any performance optimization)

[FractionalCalculus.jl](https://github.com/SciFracX/FractionalCalculus.jl) has supports for common sense of fractional derivative and  integral, including Caputo, Riemann Liouville, Hadamard and Riesz sense etc. To keep it simple and stupid, we use two intuitive function ```fracdiff``` for fractional derivative and ```fracint``` for fractional integral. All we need to do is to pass the function, order, specific point, step size and which algorithm we want to use.

```julia
fracdiff(fun, &#945;, point, h, Alg())
```

```julia
fracint(fun, &#945;, point, h, Alg())
```

By using Julia in fractional order computing and modeling, we indeed observed amazing progress in no matter [the speed](http://scifracx.org/FractionalDiffEq.jl/dev/system_of_FDE/#System-of-fractional-differential-equations) or the ease of use in fractional order modeling and computing.

While there are no such similar organizations in Python or R community doing high performance computing in fractional order area, the future of SciFracX is promising, we envision a bright future for using Julia in fractional order area. Our work of next round is clear:

* Keep adding more high performance algorithms.
* Make the usage of API more simple and elegant.
* Write more illustrative documents for usability. 
* Integrate with the SciML ecosystem to provide users more useful features.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/UQNLK3/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/UQNLK3/feedback/</feedback_url>
            </event>
            <event guid='ab2c3943-c683-525b-8dbf-75b924858d91' id='17959' code='X89FYS'>
                <room>Red</room>
                <title>PointSpreadFunctions.jl - optical point spread functions</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2022-07-29T13:00:00+00:00</date>
                <start>13:00</start>
                <duration>00:30</duration>
                <abstract>Various ways of calculating three-dimensional optical point spread functions (PSFs) are presented. The methods account for the vector nature of the optical field as well as phase aberrations. Quantitative comparisons in terms of speed and accuracy will be presented.</abstract>
                <slug>juliacon-2022-17959-pointspreadfunctions-jl-optical-point-spread-functions</slug>
                <track>JuliaCon</track>
                <logo>/media/juliacon-2022/submissions/X89FYS/PSFs.jl_Demo_ldm8gKK.png</logo>
                <persons>
                    <person id='22425'>Felix Wechsler</person><person id='23254'>Rainer Heintzmann</person>
                </persons>
                <language>en</language>
                <description>Methods of calculating optical point spread functions (PSFs) calculated by the toolbox https://github.com/RainerHeintzmann/PointSpreadFunctions.jl
are presented. These methods range from propagating field components via the angular spectrum method using Fourier-transforms to a version that applies spatial constraints in each propagation step to avoid wrap-around effects. Another method starts with the analytical solution, sinc(r), with r denoting the distance to the focus, of a related scalar problem, which is then modified to account for various influences of high-NA aplanatic optical systems.
The toolbox supports aberrations as specified via Zernike coefficients.

The toolbox also contains practical tools such as a PSF distillation tool which automatically identifies single point sources and averages their measured images with sub-pixel precision.

Future directions may include ways to identify aberrations from measured PSFs. 
The toolbox will also be extended towards supporting a wider range of microscopy modes.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/X89FYS/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/X89FYS/feedback/</feedback_url>
            </event>
            <event guid='82e3ef46-7021-58f2-8156-561fd77614dc' id='17195' code='ZSCNR7'>
                <room>Red</room>
                <title>Control-systems analysis and design with JuliaControl</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2022-07-29T16:30:00+00:00</date>
                <start>16:30</start>
                <duration>00:30</duration>
                <abstract>The Julia language is uniquely suitable for control-systems analysis and design. Features like a mathematical syntax, powerful method overloading, strong and generic linear algebra, arbitrary-precision arithmetics, all while allowing high performance, creates a compelling platform to build a control ecosystem upon. We will present the JuliaControl packages and illustrate how they make use of Julia to enable novel and sophisticated features while keeping implementations readable and maintainable.</abstract>
                <slug>juliacon-2022-17195-control-systems-analysis-and-design-with-juliacontrol</slug>
                <track>JuliaCon</track>
                <logo>/media/juliacon-2022/submissions/ZSCNR7/logo_YlQUJC4.png</logo>
                <persons>
                    <person id='22644'>Fredrik Bagge Carlson</person>
                </persons>
                <language>en</language>
                <description>The control engineer typically carries a large metaphorical toolbox, full of both formal algorithms and heuristic methods. Mathematical modeling, simulation, system identification, frequency-domain analysis and uncertainty modeling and quantification are typical examples of elements of a control-design workflow, all of which may be required to complete a control project. Bits and pieces of this workflow have been present in open-source packages for a long time, but a comprehensive and integrated solution has previously been limited to proprietary and/or legacy languages. 

[JuliaControl](https://github.com/JuliaControl/) has been around since 2015, and has steadily grown into a highly capable, open-source ecosystem for control using linear methods. With comparatively low effort, algorithms and data structures in the ecosystem have been made generic with respect to the number type used, opening the doors for high-precision arithmetics, uncertainty propagation, automatic differentiation and symbolic computations in every step of the control workflow from simulation to design and verification. We believe that this feature is unique among control software, and will demonstrate its usefulness to the control theorist and engineer with a few examples.

While JuliaControl is largely limited in scope to linear control methods, the full breadth of the scientific computing ecosystem in Julia is just around the corner, offering nonlinear optimization, optimal control, and equation-based modeling and simulation. In this talk, we will demonstrate how JuliaControl interoperates with [ModelingToolkit](https://github.com/SciML/ModelingToolkit.jl/) and the [DifferentialEquations](https://diffeq.sciml.ai/stable/) ecosystem to extend the scope of the capabilities to simulation and design for nonlinear control systems.

Finally, we will share some of the control-related developments in the proprietary [JuliaSim](https://juliacomputing.com/products/juliasim/) platform, offering advanced functionality like controller autotuning, nonlinear Model-Predictive Control (MPC) and LMI-based methods (Linear Matrix Inequality) for robust analysis and design.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/ZSCNR7/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/ZSCNR7/feedback/</feedback_url>
            </event>
            <event guid='0660ead0-0d68-5bc7-8969-36243aa58dc7' id='17904' code='HU8FVH'>
                <room>Red</room>
                <title>Explaining Black-Box Models through Counterfactuals</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2022-07-29T17:00:00+00:00</date>
                <start>17:00</start>
                <duration>00:30</duration>
                <abstract>We propose [`CounterfactualExplanations.jl`](https://www.paltmeyer.com/CounterfactualExplanations.jl/dev/): a package for explaining black-box models through counterfactuals. Counterfactual explanations are based on the simple idea of strategically perturbing model inputs to change model predictions. Our package is novel, easy-to-use and extensible. It can be used to explain custom predictive models including those developed and trained in other programming languages.</abstract>
                <slug>juliacon-2022-17904-explaining-black-box-models-through-counterfactuals</slug>
                <track>JuliaCon</track>
                <logo>/media/juliacon-2022/submissions/HU8FVH/juliacon_EFHHMx8.gif</logo>
                <persons>
                    <person id='21921'>Patrick Altmeyer</person>
                </persons>
                <language>en</language>
                <description>### The Need for Explainability &#11035;

Machine learning models like deep neural networks have become so complex, opaque and underspecified in the data that they are generally considered as black boxes. Nonetheless, they often form the basis for data-driven decision-making systems. This creates the following problem: human operators in charge of such systems have to rely on them blindly, while those individuals subject to them generally have no way of challenging an undesirable outcome:

&gt; &#8220;You cannot appeal to (algorithms). They do not listen. Nor do they bend.&#8221;
&gt; &#8212; Cathy O&apos;Neil in *Weapons of Math Destruction*, 2016

### Enter: Counterfactual Explanations &#128302;

Counterfactual Explanations can help human stakeholders make sense of the systems they develop, use or endure: they explain how inputs into a system need to change for it to produce different decisions. Explainability benefits internal as well as external quality assurance. Explanations that involve realistic and actionable changes can be used for the purpose of algorithmic recourse (AR): they offer human stakeholders a way to not only understand the system&apos;s behaviour, but also strategically react to it. Counterfactual Explanations have certain advantages over related tools for explainable artificial intelligence (XAI) like surrogate eplainers (LIME and SHAP). These include:

- Full fidelity to the black-box model, since no proxy is involved. 
- Connection to Probabilisitic Machine Learning and Causal Inference.
- No need for (reasonably) interpretable features.
- Less susceptible to adversarial attacks than LIME and SHAP.

### Problem: Limited Availability in Julia Ecosystem &#128532;

Software development in the space of XAI has largely focused on various global methods and surrogate explainers with implementations available for both Python and R. In the Julia space we have only been able to identify one package that falls into the broader scope of XAI, namely [`ShapML.jl`](https://github.com/nredell/ShapML.jl). Support for Counterfactual Explanations has so far not been implemented in Julia. 

### Solution: `CounterfactualExplanations.jl` &#127881;

Through this project we aim to close that gap and thereby contribute to broader community efforts towards explainable AI. Highlights of our new package include:

- **Simple and intuitive interface** to generate counterfactual explanations for differentiable classification models trained in Julia, Python and R.
- **Detailed documentation** involving illustrative example datasets and various counterfactual generators for binary and multi-class prediction tasks.
- **Interoperability** with other popular programming languages as demonstrated through examples involving deep learning models trained in Python and R (see [here](https://www.paltmeyer.com/CounterfactualExplanations.jl/dev/tutorials/interop/)).
- **Seamless extensibility** through custom models and counterfactual generators (see [here](https://www.paltmeyer.com/CounterfactualExplanations.jl/dev/tutorials/models/)). 

### Ambitions for the Package &#127919;

Our goal is to provide a go-to place for counterfactual explanations in Julia. To this end, the following is a non-exhaustive list of exciting future developments we envision:

1. Additional counterfactual generators and predictive models.
2. Additional datasets for testing, evaluation and benchmarking.
3. Improved preprocessing including native support for categorical features.
4. Support for regression models.

The package is designed to be extensible, which should facilitate contributions through the community.

### Further Resources &#128218;

For some additional colour you may find the following resources helpful:

- [Slides](https://www.paltmeyer.com/CounterfactualExplanations.jl/dev/resources/juliacon22/presentation.html#/title-slide).
- [Blog post](https://towardsdatascience.com/individual-recourse-for-black-box-models-5e9ed1e4b4cc) and [motivating example](https://www.paltmeyer.com/CounterfactualExplanations.jl/dev/cats_dogs/).
- Package docs: [[stable]](https://pat-alt.github.io/CounterfactualExplanations.jl/stable), [[dev]](https://pat-alt.github.io/CounterfactualExplanations.jl/dev).
- [GitHub repo](https://github.com/pat-alt/CounterfactualExplanations.jl).</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/HU8FVH/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/HU8FVH/feedback/</feedback_url>
            </event>
            <event guid='cd91acfa-ec58-5816-a714-e0ad1196f89c' id='18004' code='GXTYSA'>
                <room>Red</room>
                <title>Building an Immediate-Mode GUI (IMGUI) from scratch</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2022-07-29T17:30:00+00:00</date>
                <start>17:30</start>
                <duration>00:30</duration>
                <abstract>Broadly, there are two paradigms of interfacing with a UI library to create a Graphical User Interface (GUI) - Retained-Mode (RM) and Immediate-Mode (IM). This talk is for anyone who wants to understand how to make an immediate-mode GUI from scratch. I will explain the inner workings of an immediate-mode UI library and show one possible way to implement simple widgets like buttons, sliders, and text-boxes from scratch.

Link: https://github.com/Sid-Bhatia-0/SimpleIMGUI.jl</abstract>
                <slug>juliacon-2022-18004-building-an-immediate-mode-gui-imgui-from-scratch</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23300'>Siddharth Bhatia</person>
                </persons>
                <language>en</language>
                <description>Needless to say, Graphical User Interfaces (GUIs) are used in a wide variety of applications. For example, several desktop applications like web browsers, computer games etc. have some form of a GUI. Typically, a GUI has some widgets like buttons, text-boxes etc. and the user can interact with those widgets with the help of a mouse or a keyboard in order to use the application.

Broadly, there are two paradigms of interfacing with a UI library to create a GUI - Retained-Mode (RM) and Immediate-Mode (IM). This talk is for anyone who wants to understand how to make an immediate-mode GUI from scratch. I will attempt to explain the inner workings of an immediate-mode UI library and show one possible way to implement simple widgets like buttons, sliders, and text-boxes from scratch.

We will look at one possible way to structure the render loop for a desktop application and dive deeper into input handling and widget interaction. The goal is to strip out as many unnecessary features as possible and explain the barebones structure of how to make an IMGUI from scratch. For this purpose, I will stick to the lightweight libraries GLFW.jl (to create and manage windows) and SimpleDraw.jl (to draw the user interface).

SimpleIMGUI.jl: https://github.com/Sid-Bhatia-0/SimpleIMGUI.jl
Supplementary material: https://github.com/Sid-Bhatia-0/JuliaCon2022Talk</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/GXTYSA/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/GXTYSA/feedback/</feedback_url>
            </event>
            <event guid='a5299778-b0f0-51d0-9ec2-92ee146209db' id='17984' code='878K9K'>
                <room>Red</room>
                <title>GeneDrive.jl: Simulate and Optimize Biological Interventions</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2022-07-29T19:00:00+00:00</date>
                <start>19:00</start>
                <duration>00:30</duration>
                <abstract>This talk introduces GeneDrive.jl, a package designed to study the effect of biotic and abiotic interactions on metapopulations, outlining functionalities and use cases. GeneDrive.jl is a 3-part framework for building and analyzing simulations wherein organisms are subjected to anthropogenic and environmental change. It includes: (1) Data models that exploit the power of Julia&apos;s type system. (2) Dynamic models that build on DifferentialEquations.jl. (3) Decision models that employ JuMP.jl.</abstract>
                <slug>juliacon-2022-17984-genedrive-jl-simulate-and-optimize-biological-interventions</slug>
                <track></track>
                <logo>/media/juliacon-2022/submissions/878K9K/logo_rL3VOk5.png</logo>
                <persons>
                    <person id='23280'>Valeri Vasquez</person>
                </persons>
                <language>en</language>
                <description>Understanding and controlling biological dynamics is a concern in arenas as diverse as public health, agriculture, or conservation. Both environmental and human factors influence those dynamics, often in complex ways. Decisions about the timing, magnitude, and location where interventions are required to control the presence of harmful organisms &#8211; be they disease vectors, crop pests, or invasive species &#8211; must be made amid this ever-changing reality of biotic and abiotic interactions. 

The GeneDrive.jl package facilitates replicable, scalable, and extensible computational experiments on the topic of biological dynamics and control by drawing on several pre-existing tools within the Julia ecosystem. It formalizes Julia data structures to store information and dispatch methods unique to species and genotype, enabling the straightforward incorporation of empirical knowledge. Once constructed, problems can be solved using either dynamic or optimization methods by building on the extensively developed DifferentialEquations.jl and JuMP.jl packages. 

This one-time specification of the experimental data, on which both ODE and optimization solving algorithms can be called, encourages experimentation with operational levers in addition to biological ones. GeneDrive.jl employs mathematical programming for its optimization routines rather than the optimal control approaches more common in the biological sciences. This enables the inclusion of more detailed genetic and ecological information than would otherwise be tractable. 

The origin of this package&#8217;s name, gene drives, are DNA sequences that spread through a population at higher frequencies than Mendelian inheritance patterns. These tools furnish a promising new approach to the mitigation of diseases carried by mosquito vectors and circumvent the problems of traditional prevention practices (e.g., growing insecticide resistance). GeneDrive.jl is applicable to biological tools beyond gene drive (see examples in the documentation), however, it is named in honor of this new technological horizon.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/878K9K/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/878K9K/feedback/</feedback_url>
            </event>
            
        </room>
        <room name='Purple' guid='b5cb52ae-fdb3-52d7-b2d8-853ae409737a'>
            <event guid='424fae97-13bb-5299-a800-1c3de4e046da' id='18035' code='KKBXAZ'>
                <room>Purple</room>
                <title>Reproducible Publications with Julia and Quarto</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2022-07-29T12:30:00+00:00</date>
                <start>12:30</start>
                <duration>00:30</duration>
                <abstract>Quarto is an open-source scientific and technical publishing system that builds on standard markdown with features essential for scientific communication. The system has support for reproducible embedded computations, equations, citations, crossrefs, figure panels, callouts, advanced layout, and more. In this talk we&apos;ll explore the use of Quarto with Julia, describing both integration with IJulia and the Julia VS Code extension, as well as areas for future improvement and exploration.</abstract>
                <slug>juliacon-2022-18035-reproducible-publications-with-julia-and-quarto</slug>
                <track>JuliaCon</track>
                <logo>/media/juliacon-2022/submissions/KKBXAZ/hello-julia_dzCQKrs.png</logo>
                <persons>
                    <person id='23331'>J.J. Allaire</person>
                </persons>
                <language>en</language>
                <description>Quarto is an open-source scientific and technical publishing system that builds on standard markdown with features essential for scientific communication. One of the most important enhancements is embedded computations, which enable documents to be fully reproducible. There are also a wide variety of technical authoring features including equations, citations, crossrefs, figure panels, callouts, advanced layout, and more. In this talk we&apos;ll explore the use of Quarto with Julia, describing both integration with IJulia and the Julia VS Code extension, as well as areas for future improvement and exploration.

Quarto is built on Pandoc and as a result can target dozens of output formats including HTML, PDF, MS Word, OpenOffice, and ePub. Quarto also includes a project system that enables publishing collections of documents as a blog, full website, or book. Output formats are extensible, making it possible to create Journal ready LaTeX and HTML output from the same source code. Several examples of creating these output types with Julia will be presented, and we will take advantage of integration between the Quarto and Jupyter VS Code extensions to demonstrate productive workflows.

After reviewing the basics of the system and presenting examples, we&apos;ll dive more into the technical details of how Quarto works. One of the things that makes Pandoc so capable is that it is not merely a markdown system but rather a generalized system for computing on documents. We&apos;ll describe the Pandoc AST for documents and how users of Quarto can write filters to transform the AST during rendering. Examples of filters authored with both Lua (the Pandoc embedded language for filters) and Julia (via the PandocFilters.jl package) will be presented.

Embedded computations present the opportunity for fully reproducible workflows, but also create new performance challenges. The system needs to support expensive, long-running computations but at the same time interactive and iterative use (especially for content authoring). Quarto includes a variety of facilities for managing these tradeoffs, including daemonized Jupyter kernels for interactive use, caching computations, and the ability to freeze computational documents. We&apos;ll demonstrate using all of these techniques with Julia, and discuss their benefits, drawbacks, and potential for future improvement.

Quarto interfaces with embedded Julia code using its Juptyer computational engine and the IJulia kernel. Documents can be authored in either a plain text markdown format or as Jupyter notebooks. There are several other literate programming systems available in the Julia ecosystem (Pluto, Neptune, Weave.jl, etc.) which have their own benefits and tradeoffs. We&apos;ll discuss why we chose IJulia along with an exploration of how we could integrate with other systems.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/KKBXAZ/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/KKBXAZ/feedback/</feedback_url>
            </event>
            <event guid='0d29e3d4-9273-5719-9400-71b6f98e974e' id='18008' code='ME9GW8'>
                <room>Purple</room>
                <title>WhereTraits.jl has now a disambiguity resolution system!</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-29T13:00:00+00:00</date>
                <start>13:00</start>
                <duration>00:10</duration>
                <abstract>When [WhereTraits.jl](https://github.com/jolin-io/WhereTraits.jl) was published 2 years ago, the key missing feature was to address ambiguations between traits function definitions. It is implemented now!

If you as a user encounter a trait conflict, you are now prompted with a concrete example resolution. You simply specify an ordering between the traits and everything is resolved automatically for you.
A feature only available in WhereTraits - even normal julia functions cannot do this.</abstract>
                <slug>juliacon-2022-18008-wheretraits-jl-has-now-a-disambiguity-resolution-system</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23299'>Stephan Sahm</person>
                </persons>
                <language>en</language>
                <description>Method disambiguation is one of the top julia problems which can become tricky to resolve. This is especially true, if one of your dependent packages defined one conflicting part, and another package defined the other part. As a user, you just want to say that the one function should be used instead of the other. Unfortunately, that is not possible, and instead you have to look into the actual source code and implement a resolution yourself.

The same problem occurs to traits, and maybe even more pronounced. If your function has two different traits specializations, let&apos;s say one for `MyAwesomeTrait` and another for `GreatGreatTrait`, it is unclear what to do if your type is both a MyAwesomeTrait and a GreatGreatTrait. You will get exactly such a Method Disambiguation Error.

WhereTraits.jl resolved this difficulty in its most recent release by adding extra support for an ordering between traits, which is used for automatic disambiguation. I.e. the user gets exactly the mentioned power of deciding that the one trait should be preferred over the other. And all this without any performance penalty. The disambiguation system is defined such that traits definition and traits ordering can be in different packages and can be defined multiple times, making the system very flexible and generic.

This new feature is outstanding as even normal Julia function dispatch does not support it.

In this talk I am going to present this new feature, and explain how it is implemented.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/ME9GW8/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/ME9GW8/feedback/</feedback_url>
            </event>
            <event guid='5be4901e-aa4c-5ac8-8239-844317607fab' id='21254' code='FTMX73'>
                <room>Purple</room>
                <title>Invenia Sponsored Talk</title>
                <subtitle></subtitle>
                <type>Silver sponsor talk</type>
                <date>2022-07-29T13:10:00+00:00</date>
                <start>13:10</start>
                <duration>00:05</duration>
                <abstract>We are a team of scientists and engineers working together to solve the social, economic and environmental issues that we face in the world today.</abstract>
                <slug>juliacon-2022-21254-invenia-sponsored-talk</slug>
                <track></track>
                
                <persons>
                    
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/FTMX73/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/FTMX73/feedback/</feedback_url>
            </event>
            <event guid='a423ee61-6869-5dcf-8857-2f44fa38c365' id='21240' code='PTFQER'>
                <room>Purple</room>
                <title>Juliacon Experiences</title>
                <subtitle></subtitle>
                <type>BoF (45 mins)</type>
                <date>2022-07-29T13:15:00+00:00</date>
                <start>13:15</start>
                <duration>00:45</duration>
                <abstract>This session hosts all of this year&apos;s experience talks.</abstract>
                <slug>juliacon-2022-21240-juliacon-experiences</slug>
                <track></track>
                
                <persons>
                    <person id='22572'>Charlie Kawczynski</person><person id='23417'>Saranjeet Kaur Bhogal</person><person id='21921'>Patrick Altmeyer</person><person id='22638'>Olga Eleftherakou</person><person id='23174'>Arturo Erdely</person><person id='23318'>F&#225;bio Rodrigues Sodr&#233;</person><person id='23327'>Martin Smit</person><person id='23338'>Dr. Vikas Negi</person><person id='23360'>Jeremiah Lasquety-Reyes</person><person id='23363'>Garrek Stemo</person><person id='23407'>Marina Cagliari</person><person id='23426'>Valeria Perez</person><person id='23473'>Agustin Covarrubias</person><person id='23475'>Julia Frank</person>
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/PTFQER/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/PTFQER/feedback/</feedback_url>
            </event>
            <event guid='827ef6f8-0442-5a19-9778-a8e7ed6581ee' id='17107' code='8LRJVY'>
                <room>Purple</room>
                <title>Metaheuristics.jl: Towards Any Optimization</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2022-07-29T16:30:00+00:00</date>
                <start>16:30</start>
                <duration>00:30</duration>
                <abstract>Real-world problems require sophisticated methodologies providing feasible and efficient solutions. Metaheuristics are algorithms proposed to approximate those optimal solutions in a short time, making them suitable for applications where saving time is important. Metaheuristics.jl package implements relevant state-of-the-art algorithms for constrained, multi-, many-objective and bilevel optimization. Moreover,  performance indicators are implemented in this package.</abstract>
                <slug>juliacon-2022-17107-metaheuristics-jl-towards-any-optimization</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='22594'>Jes&#250;s-Adolfo Mej&#237;a-de-Dios</person>
                </persons>
                <language>en</language>
                <description>This talk presents the main features of Metaheuristics.jl, which is a package for global optimization to approximate solutions for single-, multi-, and many-objective optimization. Several examples are given to illustrate the implementation and the resolution of the different optimization problems.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/8LRJVY/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/8LRJVY/feedback/</feedback_url>
            </event>
            <event guid='77c35388-fbc0-5d2e-aa55-2db005df03aa' id='17902' code='P7XJCV'>
                <room>Purple</room>
                <title>InferOpt.jl: combinatorial optimization in ML pipelines</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2022-07-29T17:00:00+00:00</date>
                <start>17:00</start>
                <duration>00:30</duration>
                <abstract>We present InferOpt.jl, a generic package for combining combinatorial optimization algorithms with machine learning models. It has two purposes:

- Increasing the expressivity of learning models thanks to new types of structured layers.
- Increasing the efficiency of optimization algorithms thanks to an additional inference step.

Our library provides wrappers for several state-of-the-art methods in order to make them compatible with Julia&apos;s automatic differentiation ecosystem.</abstract>
                <slug>juliacon-2022-17902-inferopt-jl-combinatorial-optimization-in-ml-pipelines</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23145'>Guillaume Dalle</person><person id='23180'>Louis Bouvier</person><person id='23185'>L&#233;o Baty</person>
                </persons>
                <language>en</language>
                <description>### Overview

We focus on a generic prediction problem: given an instance `x`, we want to predict an output `y` that minimizes the cost function `c(y)` on a feasible set `Y(x)`. When `Y(x)` is combinatorially large, a common approach in the literature is to exploit a surrogate optimization problem, which is usually a Linear Program (LP) `max_y &#952;&#7488;y`.

A typical use of InferOpt.jl is integrating the optimization problem (LP) into a structured learning pipeline of the form `x -&gt; &#952; -&gt; y`, where the cost vector `&#952; = &#966;_w(x)` is given by an ML encoder. Our goal is to learn the weights `w` in a principled way. To do so, we consider two distinct paradigms:

1. *Learning by experience*, whereby we want to minimize the cost induced by our pipeline using only past instances `x`.
2. *Learning by imitation*, for which we have &quot;true&quot; solutions `y` or cost vectors `&#952;` associated with each past instance `x`.

We provide a unified framework to derive well-known loss functions, and we pave the way for new ones. Our package will be open-sourced in time for JuliaCon 2022.

### Related works

InferOpt.jl gathers many previous approaches to derive (sub-)differentiable layers in structured learning:

- [_Differentiation of Blackbox Combinatorial Solvers_](https://arxiv.org/pdf/1912.02175.pdf) for linear interpolations of piecewise constant functions
- [_Learning with Fenchel-Young Losses_](https://arxiv.org/abs/1901.02324) for regularized optimizers and the associated structured losses
- [_Learning with Differentiable Perturbed Optimizers_](https://arxiv.org/abs/2002.08676) for stochastically-perturbed optimizers
- [_Structured Support Vector Machines_](https://pub.ist.ac.at/~chl/papers/nowozin-fnt2011.pdf) for cases in which we have a distance on the output space
- [_Smart &quot;Predict, then Optimize&quot;_](https://arxiv.org/abs/1710.08005) for two-stage decision frameworks in which we know past true costs

In addition, we provide several tools for directly minimizing the cost function using smooth approximations.

### Package content

Since we want our package to be as generic as possible, we do not make any assumption on the kind of algorithm used to solve combinatorial problems. We only ask the user to provide a callable `maximizer`, which takes the cost vector `&#952;` as argument and returns a solution `y`: regardless of the implementation, our wrappers can turn it into a differentiable layer.

As such, our approach is different from that of [DiffOpt.jl](https://github.com/jump-dev/DiffOpt.jl), in which the optimizer has to be a convex [JuMP.jl](https://github.com/jump-dev/JuMP.jl) model. It is also different from [ImplicitDifferentiation.jl](https://github.com/gdalle/ImplicitDifferentiation.jl), which implements a single approach for computing derivatives (whereas we provide several), and does not include structured loss function.

All of our wrappers come with their own forward and reverse differentiation rules, defined using [ChainRules.jl](https://github.com/JuliaDiff/ChainRules.jl). As a result, they are compatible with a wide range of automatic differentiation backends and machine learning libraries. For instance, if the encoder `&#966;_w` is a [Flux.jl](https://github.com/FluxML/Flux.jl) model, then the wrapped optimizer can also be included as a layer in a `Flux.Chain`.

### Examples

We include various examples and tutorials to apply this generic framework on concrete problems. Since our wrappers are model- and optimizer-agnostic, we can accommodate a great variety of algorithms for both aspects.

On the optimization side, our examples make use of:

- Mixed-Integer Linear Programs;
- Shortest path algorithms;
- Scheduling algorithms;
- Dynamic Programming.

On the model side, we exploit the following classes of predictors:

- Generalized Linear Models;
- Convolutional Neural Networks;
- Graph Neural Networks.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/P7XJCV/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/P7XJCV/feedback/</feedback_url>
            </event>
            <event guid='33ca0e9d-d4a2-5a43-9818-fafa44716c52' id='16864' code='YMFXKE'>
                <room>Purple</room>
                <title>Time to Say Goodbye to Good Old PCA</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-29T17:30:00+00:00</date>
                <start>17:30</start>
                <duration>00:10</duration>
                <abstract>In this talk, I present ProjectionPursuit.jl, a package that is designed to address the limitation of PCA, that is the lack of flexibility for dimension reduction. I also discuss the background of projection pursuit, why the result of PCA could be misleading, and compare projection pursuit and PCA with some data examples.
An alternative title of this talk is &#8220;Bring Your Own Objective Function: Why PCA can be a bad idea?&#8221;.</abstract>
                <slug>juliacon-2022-16864-time-to-say-goodbye-to-good-old-pca</slug>
                <track>JuliaCon</track>
                <logo>/media/juliacon-2022/submissions/YMFXKE/pp_pxvtPHr.jpg</logo>
                <persons>
                    <person id='22371'>Yijun Xie</person>
                </persons>
                <language>en</language>
                <description>Principal Component Analysis (PCA) is arguably the most popular dimension reduction method in practice. The basic idea of PCA is to reduce the dimension of original data while retaining as much variance as possible. While sometimes effective, in practice PCA has some pitfalls, especially when the components of interest of the data are orthogonal to the leading principal components. A possible alternative, the projection pursuit technique, was proposed by Kruskal (1972) and Friedman and Tukey (1974). However, unlike PCA, projection pursuit does not have a closed-form solution, and thus computational complexity limits its prevalence. In this talk, we present the Julia package, ProjectionPursuit.jl, which combines the new computational tools needed to implement the high-dimensional projection pursuit and the lightning speed of Julia. We show that with the help of this package, one can easily implement the idea of projection pursuit to various applications.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/YMFXKE/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/YMFXKE/feedback/</feedback_url>
            </event>
            <event guid='8cd5a92e-02eb-5700-b30c-e08842bb793e' id='18125' code='HFG3AW'>
                <room>Purple</room>
                <title>RegressionFormulae.jl: familiar `@formula` syntax for regression</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-29T17:40:00+00:00</date>
                <start>17:40</start>
                <duration>00:10</duration>
                <abstract>StatsModels.jl provides the `@formula` mini-language for conveniently specifying table-to-matrix transformations for statistical modeling.  [RegressionFormulae.jl](https://github.com/kleinschmidt/RegressionFormulae.jl) extends this mini-language with additional syntax that users coming from other statistical modeling ecosystems such as R may be familiar with.  This package also serves as a template for developers wish to expand the StatsModels.jl `@formula` syntax in their own packages.</abstract>
                <slug>juliacon-2022-18125-regressionformulae-jl-familiar-formula-syntax-for-regression</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23429'>Phillip Alday</person><person id='23415'>Dave Kleinschmidt</person>
                </persons>
                <language>en</language>
                <description>StatsModels.jl provides the `@formula` mini-language for conveniently specifying table-to-matrix transformations for statistical modeling.  This mini-language is designed with extensibility and composability in mind, using normal Julia mechanisms of multiple dispatch to implement additional syntax both inside StatsModels.jl and in external packages.  RegressionFormulae.jl takes advantage of this extensibility to provide _additional syntax_ that is familiar to many users of other statistical software (e.g., R) in an &quot;opt-in&quot; manner, without forcing _all_ downstream packages that depend on StatsModels.jl/`@formula` to support this syntax.

The StatsModels.jl `@formula` syntax is based on the Wilkinson-Rogers Formula Notation which has been a widely-used standard in multi-factor regression modeling since it was first described in Wilkinson and Rogers (1973).  The basic syntax includes operators for _addition_ (`+`) and _crossing_ (`&amp;` and `*`) of regressors, as well as the `~` operator to link outcome and regressor terms.  As the conventions around this syntax have evolved in the last 50 years, other systems have introduced additional operators.

RegressionFormulae.jl expands the StatsModels.jl `@formula` to support two commonly-used operators from R: `^` (incomplete crossing) and `/` (nesting).  Specifically, it implements
- `(a + b + c + ...) ^ n` to create all interactions up to `n`-way, corresponding to an incomplete cross of `a, b, c, ...`.
- `a / b` to create `a + a &amp; b`, which results in a &quot;nested&quot; model of `b`, with a separate coefficient for `b` for each level of `a`

Both of these operators are particularly useful for creating _interpretable_ models.  Models with high-order interactions are extremely challenging to interpret and require considerable care, and are prone to over-fitting since the number of coefficients grows very quickly with additional terms participating in the interactions.  The incomplete cross `^` syntax can ameliorate these difficulties, limiting the highest degree of the resulting interaction terms and reducing the overall number of predictors.  Nesting (`a / b`) similarly provides an alternative to fully crossed models (`a * b`) that is more directly interpretable in situations where the analytic questions are focused on the effects of a predictor `b` within each individual level of some other variable `a`, without concern for direct _comparison_ of these effects to each other.

Finally, this syntax is implemented in a way that does not _require_ other modeling packages that use `@formula` to support them, or even _prevent_ other packages from defining _alternative_ meaning to the `^` or `/` operators.  Within a `@formula`, the special syntax is implemented by methods like

```julia
function StatsModels.apply_schema(
    t::FunctionTerm{typeof(/)},
    ...
```

and 

```julia
function Base.:(/)(outer::CategoricalTerm, inner::AbstractTerm)
    ...
```

The result of this is that if RegressionFormulae.jl is not loaded, then `/` and `^` inside a `@formula` behave exactly as they normally would (e.g., as calls the normal Julia functions `/` and `^`).  Moreover, if a user loads RegressionFormulae.jl at the same time as some other package that defines special syntax for `/` or `^` (for `RegressionModel`), they will receive a warning about method redefinition or method ambiguity.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/HFG3AW/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/HFG3AW/feedback/</feedback_url>
            </event>
            <event guid='7d7a2865-359c-5131-a82f-576072b467bf' id='18069' code='DHYP8U'>
                <room>Purple</room>
                <title>Random utility models with DiscreteChoiceModels.jl</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-29T17:50:00+00:00</date>
                <start>17:50</start>
                <duration>00:10</duration>
                <abstract>Random utility models are widely used in social science. While most statistical software, including Julia, has some facilities for estimating multinomial logit models, more advanced models such as mixed logit models and models with different utility functions for different outcomes generally require specific choice modeling software. This presentation describes a new package, DiscreteChoiceModels.jl, which provides flexible and high-performance multinomial and forthcoming mixed logit estimation.</abstract>
                <slug>juliacon-2022-18069-random-utility-models-with-discretechoicemodels-jl</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23362'>Matthew Wigginton Bhagat-Conway</person>
                </persons>
                <language>en</language>
                <description>Random utility models are ubiquitous in fields including economics, transportation, and marketing [1]. Estimation of simple multinomial logit models is available in many statistical packages, including Julia via Econometrics.jl [2], more advanced choice models are generally fit with choice-model-specific packages e.g., [3], [4]. These packages allow more-flexible utility specifications by allowing utility function definitions to vary over outcomes, and by allowing additional forms of random utility model, such as the mixed logit model which allows random parameter variation [5].

DiscreteChoiceModels.jl provides such a package for Julia. It has an intuitive syntax for specifying discrete-choice models, allowing users to directly write out utility functions. For instance, the code below specifies the Swissmetro example mode-choice mode distributed with Biogeme [3]:

    multinomial_logit(
        @utility(begin
            1 ~ &#945;train + &#946;travel_time * TRAIN_TT / 100 + &#946;cost * (TRAIN_CO * (GA == 0)) / 100
            2 ~ &#945;swissmetro + &#946;travel_time * SM_TT / 100 + &#946;cost * SM_CO * (GA == 0) / 100
            3 ~ &#945;car + &#946;travel_time * CAR_TT / 100 + &#946;cost * CAR_CO / 100
        end),
        :CHOICE,
        data,
        availability=[
            1 =&gt; :avtr,
            2 =&gt; :avsm,
            3 =&gt; :avcar,
        ]
    )

Within the utility function specification (@utility), the first three lines specify the utility functions for each of the three modes specified by the CHOICE variable: train, car, and the hypothetical Swissmetro. Any variable starting with &#945; or &#946; is treated as a coefficient to be estimated, while other variables are assumed to be data columns. The remainder of the model specification indicates that the choice is indicated by the variable CHOICE, what data to use, and, optionally, what columns indicate availability for each alternative.

Mixed logit models

Support for mixed logit models is under development. Mixed logit models will specify random coefficients as distributions from Distributions.jl [6]. For instance, to specify that &#945;train should be normally distributed with mean 0 and standard deviation 1 as starting values, you would add

    &#945;train = Normal(0, exp(0))

with the exponent indicating that the value will be exponentiated to ensure that the standard deviation will always be positive.

Performance

Julia is designed for high-performance computing, so a major goal of DiscreteChoiceModels.jl is to estimate models more quickly than other modeling packages. To that end, two multinomial logit models were developed and benchmarked using three packages&#8212;DiscreteChoiceModels.jl, Biogeme [3], and Apollo [4], using default settings for all three packages. The first model is the Swissmetro example from Biogeme, with 6,768 observations, 3 alternatives, and 4 free parameters. The second is a vehicle ownership model using the 2017 US National Household Travel Survey, with 129,696 observations, 5 alternatives, and 35 free parameters. All runtimes are the median of 10 runs, and executed serially on a quad-core Intel i7 with 16GB of RAM, running Debian 11.1. DiscreteChoiceModels.jl outperforms other packages when used with a DataFrame, while using Dagger introduces distributed computing overhead on a single machine.

  Model               DiscreteChoiceModels.jl: DataFrame   DiscreteChoiceModels.jl: Dagger   Biogeme   Apollo
  ------------------- ------------------------------------ --------------------------------- --------- --------
  Swissmetro          188ms                                2047ms                            252ms     824ms
  Vehicle ownership   35.1s                                46.9s                             163.4s    227.2s

References

[1] M. Ben-Akiva and S. R. Lerman, Discrete choice analysis: Theory and application to travel demand. MIT Press, 1985.

[2] J. B. S. Calder&#243;n, &#8220;Econometrics.jl,&#8221; Proc JuliaCon Conf, doi: 10.21105/jcon.00038.

[3] M. Bierlaire, &#8220;A short introduction to PandasBiogeme,&#8221; Ecole Poltechnique F&#233;d&#233;rale de Lausanne, Lausanne, TRANSP-OR 200605, Jun. 2020. Available: https://transp-or.epfl.ch/documents/technicalReports/Bier20.pdf

[4] S. Hess and D. Palma, &#8220;Apollo: A flexible, powerful and customisable freeware package for choice model estimation and application,&#8221; J Choice Model, doi: 10.1016/j.jocm.2019.100170.

[5] K. Train, Discrete Choice Methods with Simulation. Cambridge, UK: Cambridge University Press, 2009.

[6] M. Besan&#231;on et al., &#8220;Distributions.jl: Definition and Modeling of Probability Distributions in the JuliaStats Ecosystem,&#8221; J Stat Soft, doi: 10.18637/jss.v098.i16.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/DHYP8U/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/DHYP8U/feedback/</feedback_url>
            </event>
            
        </room>
        <room name='Blue' guid='c89015de-5dd9-58c5-a805-1a93751dbffa'>
            <event guid='89d83814-73f0-5569-ab7e-54af627dbd63' id='17955' code='H3N8UN'>
                <room>Blue</room>
                <title>A Fresh Approach to Open Source Voice Assistant Development</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-29T12:30:00+00:00</date>
                <start>12:30</start>
                <duration>00:10</duration>
                <abstract>We present JustSayIt.jl, a software and high-level API for offline, low latency and secure translation of human speech to computer commands or text, leveraging the Vosk Speech Recognition Toolkit. The API includes an unprecedented, highly generic extension to the Julia programming language, which allows to declare arguments in standard function definitions to be obtainable by voice. As a result, it empowers any programmer to quickly write new commands that take arguments from human voice.</abstract>
                <slug>juliacon-2022-17955-a-fresh-approach-to-open-source-voice-assistant-development</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23252'>Samuel Omlin</person>
                </persons>
                <language>en</language>
                <description>Leading software companies have heavily invested in voice assistant software since the dawn of the century. However, they naturally prioritize use cases that directly or indirectly bring economic profit. As a result, their developments cover, e.g., the needs of the entertainment sector abundantly, but those of academia and software development only poorly. There is particularly little support for Linux, whereas it is the preferred operating system for many software developers and computational scientists. The open source voice assistant project MyCroft fully supports Linux, but provides little tools that appear helpful for productive work in academia and software development; moreover, adding new skills to MyCroft seems to be complex for average users and appears to require considerable knowledge about the specificities of MyCroft. [JustSayIt.jl](https://github.com/omlins/JustSayIt.jl) addresses these shortcomings by providing a lightweight framework for easily extensible, offline, low latency, highly accurate and secure speech to command or text translation on Linux, MacOS and Windows.

[JustSayIt](https://github.com/omlins/JustSayIt.jl)&apos;s high-level API allows to declare arguments in standard Julia function definitions to be obtainable by voice, which constitutes an unprecedented, highly generic extension to the Julia programming language. For such functions, [JustSayIt](https://github.com/omlins/JustSayIt.jl) automatically generates a wrapper method that takes care of the complexity of retrieving the arguments from the speakers voice, including interpretation and conversion of the voice arguments to potentially any data type. [JustSayIt](https://github.com/omlins/JustSayIt.jl) commands are implemented with such voice argument functions, triggered by a user definable mapping of command names to functions. As a result, it empowers programmers without any knowledge of speech recognition to quickly write new commands that take their arguments from the speakers voice. Moreover, [JustSayIt](https://github.com/omlins/JustSayIt.jl) unites the Julia and Python communities by using both languages: it leverages Julia&apos;s performance and metaprogramming capabilities and Python&apos;s larger ecosystem where no Julia package is considered suitable. [JustSayIt](https://github.com/omlins/JustSayIt.jl) relies on PyCall.jl and Conda.jl, which renders installing and calling Python packages from within Julia almost trivial. [JustSayIt](https://github.com/omlins/JustSayIt.jl) is ideally suited for development by the world-wide open source community as it provides an intuitive high-level API that is readily understandable by any programmer and unites the Python and Julia community.

[JustSayIt](https://github.com/omlins/JustSayIt.jl) implements a novel algorithm for high performance context dependent recognition of spoken commands which leverages the [Vosk Speech Recognition Toolkit](https://github.com/alphacep/vosk-api/). A specialized high performance recognizer is defined for each function argument that is obtainable by voice and has a restriction on the valid input. In addition, when beneficial for recognition accuracy, the recognizer for a voice argument is generated dynamically depending on the command path taken before the argument. To enable minimal latency for single word commands (latency refers here to the time elapsed between a command is spoken and executed), the latter can be triggered in certain conditions upon bare recognition of the corresponding sounds without waiting for silence as normally done for the confirmation of recognitions. Thus, [JustSayIt](https://github.com/omlins/JustSayIt.jl) is suitable for commands where a perceivable latency would be unacceptable, as, e.g., mouse clicks. Single word commands&apos; latency is typically in the order of a few milliseconds on a regular notebook. [JustSayIt](https://github.com/omlins/JustSayIt.jl) achieves this high performance using only one CPU core and can therefore run continuously without harming the computer usage experience.

In conclusion, [JustSayIt](https://github.com/omlins/JustSayIt.jl) demonstrates that the development of our future voice assistants can take a fresh and new path that is neither driven by the priorities and economic interests of global software companies nor by a small open source community of speech recognition experts; instead, the entire world-wide open source community is empowered to contribute in shaping our future daily assistants.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/H3N8UN/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/H3N8UN/feedback/</feedback_url>
            </event>
            <event guid='d12a0f08-3bde-5ac5-9726-fed142f0efad' id='17893' code='DTHTBC'>
                <room>Blue</room>
                <title>ImplicitDifferentiation.jl: differentiating implicit functions</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-29T12:40:00+00:00</date>
                <start>12:40</start>
                <duration>00:10</duration>
                <abstract>We present a Julia package for differentiating through functions that are defined implicitly. It can be used to compute derivatives for a wide array of &quot;black box&quot; procedures, from optimization algorithms to fixed point iterations or systems of nonlinear equations.
Since it mostly relies on defining custom chain rules, our code is lightweight and integrates nicely with Julia&apos;s automatic differentiation and machine learning ecosystem.</abstract>
                <slug>juliacon-2022-17893-implicitdifferentiation-jl-differentiating-implicit-functions</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23159'>Mohamed Tarek</person><person id='23145'>Guillaume Dalle</person>
                </persons>
                <language>en</language>
                <description>### Introduction

Differentiable programming is a core ingredient of modern machine learning, and it is one of the areas where Julia truly shines. By defining new kinds of differentiable layers, we can hope to increase the expressivity of deep learning pipelines without having to scale up the number of parameters.

For instance, in structured prediction settings, domain knowledge can be encoded into optimization problems of many flavors: linear, quadratic, conic, nonlinear or even combinatorial. In domain adaptation, differentiable distances based on optimal transport are often computed using the Sinkhorn fixed point iteration algorithm. Last but not least, in differential equation-constrained optimization and neural differential equations, one often needs to obtain derivatives for solutions of nonlinear equation systems with respect to equation parameters.

Note that these complex functions are all defined *implicitly*, through a condition that their output must satisfy. As a consequence, differentiating said output (e.g. the minimizer of an optimization problem) with respect to the input (e.g. the cost vector or constraint matrix) requires the automatization of the implicit function theorem.

### Related works

When trying to differentiate through iterative procedures, unrolling the loop is a natural approach. However, it is computationally demanding and it only works for pure Julia code with no external &quot;black box&quot; calls. On the other hand, using the implicit function theorem means we can decouple the derivative from the function itself: see [_Efficient and Modular Implicit Differentiation_](https://arxiv.org/abs/2105.15183) for an overview of the related theory.

In the last few years, this implicit differentiation paradigm has given rise to several Python libraries such as [OpenMDAO](https://github.com/OpenMDAO/OpenMDAO), [cvxpylayers](https://github.com/cvxgrp/cvxpylayers) and [JAXopt](https://github.com/google/jaxopt). In Julia, the most advanced one is [DiffOpt.jl](https://github.com/jump-dev/DiffOpt.jl), which allows the user to differentiate through a [JuMP.jl](https://github.com/jump-dev/JuMP.jl) optimization model. A more generic approach was recently experimented with in [NonconvexUtils.jl](https://github.com/JuliaNonconvex/NonconvexUtils.jl): our goal with [ImplicitDifferentiation.jl](https://github.com/gdalle/ImplicitDifferentiation.jl) is to make it more efficient, reliable and easily usable for everyone.

### Package content

Our package provides a simple toolbox that can differentiate through any kind of user-specified function `x -&gt; y(x)`. The only requirement is that its output be characterized with a condition of the form `F(x,y(x)) = 0`.
Beyond the generic machinery of implicit differentiation, we also include several use cases as tutorials: unconstrained and constrained optimization, fixed point algorithms and nonlinear equation systems, etc.

### Technical details

The central construct of our package is a wrapper of the form
```julia
struct ImplicitFunction{O,C}
    forward::O
    conditions::C
end
```
where `forward` computes the mapping `x -&gt; y(x)`, while `conditions` corresponds to `(x,y) -&gt; F(x, y)`. By defining custom pushforwards and pullbacks, we ensure that `ImplicitFunction` objects can be used with any [ChainRules.jl](https://github.com/JuliaDiff/ChainRules.jl)-compatible automatic differentiation backend, in forward or reverse mode.

To attain maximum efficiency, we never actually store a full jacobian matrix: we only reason with vector-jacobian and jacobian-vector products. Thus, when solving linear systems (which is a key requirement of implicit differentiation), we exploit iterative Krylov subspace methods for their ability to handle lazy linear operators.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/DTHTBC/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/DTHTBC/feedback/</feedback_url>
            </event>
            <event guid='e4ef546d-8918-54a0-a4e7-6c5f13fb3d9a' id='17834' code='FZ38VW'>
                <room>Blue</room>
                <title>Du Bois Data Visualizations: A Julia Recipe</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-29T12:50:00+00:00</date>
                <start>12:50</start>
                <duration>00:10</duration>
                <abstract>We introduce a new plotting package allowing users to easily  create publication-quality figures in W.E.B. Du Bois&#8217;s unique style of data visualizations. A groundbreaking sociologist and historian, Du Bois collected data on Black Georgia residents in the late 19th century and designed over 60 eye-catching graphs to depict these data at the 1900 Paris Exposition. We showcase our package by replicating the original figures exactly and by revisiting them with new data.</abstract>
                <slug>juliacon-2022-17834-du-bois-data-visualizations-a-julia-recipe</slug>
                <track>JuliaCon</track>
                <logo>/media/juliacon-2022/submissions/FZ38VW/Plate_25_old_4KYrheV.png</logo>
                <persons>
                    <person id='23064'>Eirik Brandsaas &amp; Kyra Sadovi</person><person id='23117'>Eirik Brandsaas</person>
                </persons>
                <language>en</language>
                <description>This collection of plotting recipes uses the Makie.jl plotting package to recreate some of Du Bois&#8217;s most famous and complex data visualizations on the state of African-Americans at the turn of the 20th century.   In additional to replicating the original, users can easily create figures with their own data in the same style and format, ready for publication. 
W.E.B. Du Bois (b. 1868, d. 1963) was a sociologist, historian, and civil rights activist. Du Bois originally presented these plates at the 1900 Paris Exposition. He and his team of researchers at Atlanta University collected data on Black Georgia residents in order to create a comprehensive view of the quality of life and aggregate characteristics of what was at the time the largest African-American population in any U.S. state. Using these data, DuBois and his team created two series of data visualizations, 63 plates in total, six of which are recreated by this package. They are unusual in both shape and color palette as they were meant to capture viewers&#8217; attention at the Paris Exposition &#8211; a venue where audiences might not otherwise stop at a table with information on African-American populations if not for eye-catching data visualizations. 
A number of groups and individuals have contributed to the project that is digitizing and recreating these plates. The Du Boisian Visualization Toolkit, from the Dignity + Debt Network, provides information on Du Bois&#8217;s most-used color palettes and fonts. Multiple R packages, style guides, Excel Tableau, and Python replications, and other resources have been contributed to this project to replicate the original figures. Our package contributes on two fronts. We present the first replication using Julia. Second. More importantly, our package is designed to allow the user to present their own data instead of merely replicating the originals. 
We have attached one picture that shows one example of what users can obtain from our package.

References
Du Bois, W. E. B., Battle-Baptiste, W., &amp; Rusert, B. (2018). W.E.B du Bois&apos;s Data Portraits: Visualizing Black America. W.E.B. Du Bois Center at the University of Massachusetts Amherst.
Link to Makie.jl package: https://makie.juliaplots.org/stable/
Link to Du Bois challenge and original exhibits: https://github.com/ajstarks/dubois-data-portraits/tree/master/challenge</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments>
                    <attachment href="https://pretalx.com/media/juliacon-2022/submissions/FZ38VW/resources/Github_repo_i3lL7BS.htm">GitHub Repo</attachment>
                </attachments>

                <url>https://pretalx.com/juliacon-2022/talk/FZ38VW/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/FZ38VW/feedback/</feedback_url>
            </event>
            <event guid='479a8dad-9cf2-5641-871e-ef18042cda7f' id='17743' code='V3NPES'>
                <room>Blue</room>
                <title>Data Analysis and Visualization with AlgebraOfGraphics</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-29T13:00:00+00:00</date>
                <start>13:00</start>
                <duration>00:10</duration>
                <abstract>Based on the Makie library, AlgebraOfGraphics offers visualizations for common analyses (frequency table, 1- or 2-D histogram and kernel density, linear and non-linear regression...), as well as functions to express how the data should be processed, grouped, styled, and visualized. These building blocks can be combined using the `*` and `+` operators, thus forming a rich algebra of visualizations. The unified syntax layer simplifies the creation of AlgebraOfGraphics-based UIs for data analysis.</abstract>
                <slug>juliacon-2022-17743-data-analysis-and-visualization-with-algebraofgraphics</slug>
                <track>JuliaCon</track>
                <logo>/media/juliacon-2022/submissions/V3NPES/aog_demo_YKNlEXE.png</logo>
                <persons>
                    <person id='23024'>Pietro Vertechi</person>
                </persons>
                <language>en</language>
                <description>In this talk, I will give an overview of the Algebra of Graphics approach to data visualizations in Julia.

Algebra of Graphics is an adaptation of the Grammar of Graphics&#8212;a declarative language to define visualizations by mapping columns of a dataset to plot attribtues&#8212;to the Julia programming language and philosophy, with some important differences.

I will first discuss the key components of AlgebraOfGraphics (data selection, mapping of data to plot attributes, analysis and visualization selection) and show how they can be combined multiplicatively (by merging information) or additively (by drawing distinct visualizations on separate layers).

Then, I will delve into the AlgebraOfGraphics philosophy. The aim of AlgebraOfGraphics is to empower users to produce visualizations that answer _questions_ about their data. This is achieved via _reusable building blocks_, which the users define based on their knowledge of the data. Rich visualizations can be built by combining these building blocks: I will demonstrate this technique on an example dataset. I will also show how AlgebraOfGraphics attempts to lessen the cognitive burden on the user by providing opinionated graphical defaults as well as wide format support. That way, the user can focus on the question at hand, rather than visual fine-tuning or data wrangling.

As the AlgebraOfGraphics syntax is uniform, it can be used as the backend to a Graphical User Interface for data analysis and visualization. I will show a prototype of such a GUI, based on AlgebraOfGraphics, web technologies, and the web-based backend of Makie.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/V3NPES/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/V3NPES/feedback/</feedback_url>
            </event>
            <event guid='7b6d6b3c-b64f-580d-aa52-3f3fb3c780e9' id='21250' code='ENV8KX'>
                <room>Blue</room>
                <title>QuEra Computing Sponsor Talk</title>
                <subtitle></subtitle>
                <type>Silver sponsor talk</type>
                <date>2022-07-29T13:25:00+00:00</date>
                <start>13:25</start>
                <duration>00:05</duration>
                <abstract>QuEra is a neutral-atom based quantum computing startup located in the heart of Boston near Harvard University.</abstract>
                <slug>juliacon-2022-21250-quera-computing-sponsor-talk</slug>
                <track></track>
                
                <persons>
                    
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/ENV8KX/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/ENV8KX/feedback/</feedback_url>
            </event>
            <event guid='896fc1ff-dfdd-5ff2-9650-55606704314d' id='18123' code='HFNKTC'>
                <room>Blue</room>
                <title>Working with Firebase in Julia</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2022-07-29T13:30:00+00:00</date>
                <start>13:30</start>
                <duration>00:30</duration>
                <abstract>In this talk, I intend to discuss about the use of Firebase in Julia through Firebase.jl 
https://github.com/ashwani-rathee/Firebase.jl
A lot of databases are well supported in Julia but support for Firebase is rather limited, which is an issue. We want to attract more younger people towards Julian community, but a big chunk of these people prefer to use Firebase in their relatively small size projects. Through this talk, I want to demonstrate how to use Firebase.jl for project developement.</abstract>
                <slug>juliacon-2022-18123-working-with-firebase-in-julia</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23411'>Ashwani Rathee</person>
                </persons>
                <language>en</language>
                <description>Firebase.jl is the solution for working with Firebase with the Julia programming language. Firebase.jl provides support for realtime database, cloud firestore, storage, authentication which are quite useful in small and large size projects alike.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/HFNKTC/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/HFNKTC/feedback/</feedback_url>
            </event>
            <event guid='c190270f-5d03-59e5-9e70-be13d111bdcc' id='18030' code='BH8WSR'>
                <room>Blue</room>
                <title>Interactive Julia data dashboards with Genie</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2022-07-29T16:30:00+00:00</date>
                <start>16:30</start>
                <duration>00:30</duration>
                <abstract>Genie provides a powerful set of features for fast and easy creation of interactive data dashboards, helping data and research scientists to design, build, and publish production ready interactive apps and dashboards using pure Julia. In this talk we&apos;ll explain and demonstrate how to build a production ready, powerful data dashboard, going from 0 to live in 20 minutes!</abstract>
                <slug>juliacon-2022-18030-interactive-julia-data-dashboards-with-genie</slug>
                <track>JuliaCon</track>
                <logo>/media/juliacon-2022/submissions/BH8WSR/Screenshot_2022-04-10_at_12.45.36_ezj55PR.png</logo>
                <persons>
                    <person id='23326'>Adrian Salceanu</person><person id='23334'>Helmut H&#228;nsel</person>
                </persons>
                <language>en</language>
                <description>Building upon over 5 years of experience with open source web development with Julia, Genie&apos;s powerful dashboarding features allow Julia users to develop and publish data apps without needing to use any web development techniques. Genie exposes a smooth workflow and rich programming APIs that allow data and research scientists to control all the aspects of building and deploying data apps and dashboards using only their favourite programming language: Julia.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/BH8WSR/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/BH8WSR/feedback/</feedback_url>
            </event>
            <event guid='2d340267-dd53-5243-be29-d3a64d281fa4' id='17989' code='SHU83W'>
                <room>Blue</room>
                <title>Declarative data transformation via graph transformation</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2022-07-29T17:00:00+00:00</date>
                <start>17:00</start>
                <duration>00:30</duration>
                <abstract>SQL is far from the only declarative paradigm for specifying the dynamics of data! The field of graph transformation formalizes a generalization of term rewriting systems that is visual, intuitive, and applicable to a wide array of data structures, including Catlab&apos;s ACSet datatypes. We will describe the basic theory of graph transformation and show how our implementation in Catlab.jl can be applied to e-graph equality saturation and general agent-based model simulations.</abstract>
                <slug>juliacon-2022-17989-declarative-data-transformation-via-graph-transformation</slug>
                <track>JuliaCon</track>
                <logo>/media/juliacon-2022/submissions/SHU83W/Screen_Shot_2022-04-08_at_7.05.24_PM_XO3hz9j.png</logo>
                <persons>
                    <person id='23284'>Kristopher Brown</person>
                </persons>
                <language>en</language>
                <description>What data structure is able to characterize the process of transforming data? Certainly a pointer to a function is sufficient, but this is opaque, making static analysis difficult and lowering code intelligibility. SQL statements offer more transparency at the cost of some expressivity, yet this is still difficult to read and interpret as complexity scales. The graph transformation paradigm expresses data update, addition, and deletion in terms of rewrite rules, which are combinatorial structures characterizing patterns of a data for matching or replacement.

Graph rewriting techniques are specified in the notoriously abstract language of category theory, although historically concrete implementations have been restricted to labelled graphs. Catlab.jl is an applied category theory package which has recently added a performant implementation of graph rewriting (double, single, and sesqui pushout paradigms) at a novel level of generality, allowing a generic interface to the major application areas of graph rewriting: graph languages (rewriting defines a graph grammar), graph relations (rewriting is a relation between input and output data structures), and graph transition systems (rewriting evolves a system in time).

The scientific community particularly benefits from its code being interpretable and having a straightforward semantics. Just like many low level data manipulations are made safer and more transparent when redescribed as SQL operations, we argue that many data transformation applications would benefit from replacing arbitrary code with a set of declarative rewrite rules. We demonstrate this through some complex applications constructed from these building blocks. This includes an extended example of an epidemiological agent based model (in collaboration with epidemiologist Sean Wu, a research scientist at the Institute for Health Metrics and Evaluation) and an example of equational laws defining an e-graph data structure, with rewrite rules inducing an equality saturation procedure for free. The pattern-based API is easy to use and interpret - no category theory is needed to understand or use these tools!</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/SHU83W/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/SHU83W/feedback/</feedback_url>
            </event>
            <event guid='68058f2a-32f9-5464-b98b-07b2d5c6f7c7' id='18044' code='F3J8QM'>
                <room>Blue</room>
                <title>How to recover models from data using DataDrivenDiffEq.jl</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2022-07-29T17:30:00+00:00</date>
                <start>17:30</start>
                <duration>00:30</duration>
                <abstract>In this talk, we will address the problem of data-driven estimation and approximation of completely or partially unknown systems using DataDrivenDiffEq.jl.
We will start by giving a short introduction to the field of symbolic regression in general followed by an example of its practical use.
Here we learn how to 
(a) set up a DataDrivenProblem,
(b) use ModelingToolkit.jl to incorporate prior knowledge,
(c) use different algorithms to recover the underlying equations.</abstract>
                <slug>juliacon-2022-18044-how-to-recover-models-from-data-using-datadrivendiffeq-jl</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23324'>Carl Julius Martensen</person>
                </persons>
                <language>en</language>
                <description>How do we model the friction in the joint of a robot, biological feedback signal, or the influence of seemingly unrelated parameters on our dynamical system? 

With the rise of machine learning the classical domain of modeling is becoming more and more driven by data. While the automated discovery of possibly complex relations can help in gaining new insights, classical equations still dominate state-of-the-art machine learning models in terms of extrapolation capabilities and explainability. DataDrivenDiffEq.jl provides a unified application programming interface to define and solve these problems. It brings together operator-based inference, sparse, and symbolic regression to bridge the gap from black to white-box models. 

After a brief theoretical introduction to the theory of system identification, currently implemented algorithms, and their underlying models we will explore the conceptual layer of the software. Within the Hands-on example, we will see how DataDrivenDiffEq.jl API mimics the mathematical formulation, builds upon and extends ModelingToolkit.jl, SymbolicUtils.jl, and Symbolics.jl to allow expression-based modeling, and seamlessly integrates into the Scientific Machine Learning ecosystem to `solve` a variety of estimation problems.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/F3J8QM/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/F3J8QM/feedback/</feedback_url>
            </event>
            
        </room>
        <room name='BoF' guid='7e7ef06c-3fb7-5cb3-9f93-d54857194763'>
            <event guid='efd38716-7199-5e59-b73b-8321deaf9bdc' id='18086' code='AG7CGF'>
                <room>BoF</room>
                <title>Julia for Space Engineering</title>
                <subtitle></subtitle>
                <type>Birds of Feather</type>
                <date>2022-07-29T12:30:00+00:00</date>
                <start>12:30</start>
                <duration>01:30</duration>
                <abstract>On paper, Julia and its ecosystem are a perfect match for space engineering. We have got all the cool tools at our disposal The number of people working on great Julia-based solutions for space engineering are increasing year over year. What else do we need to gain orbital velocity? 
Let&apos;s have a discussion, come up with a plan, and let&apos;s go light this candle!

Join the discussion on the [bof-voice](https://discord.com/channels/995757799076282478/997898697578913853) channel in discord.</abstract>
                <slug>juliacon-2022-18086-julia-for-space-engineering</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23374'>Helge Eichhorn</person><person id='23375'>Jorge A. P&#233;rez-Hern&#225;ndez</person>
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/AG7CGF/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/AG7CGF/feedback/</feedback_url>
            </event>
            <event guid='4e15d347-f76c-5473-a6a3-ad6ac4cb63ff' id='18152' code='PWSDHS'>
                <room>BoF</room>
                <title>Production Data Engineering in Julia</title>
                <subtitle></subtitle>
                <type>Birds of Feather</type>
                <date>2022-07-29T16:30:00+00:00</date>
                <start>16:30</start>
                <duration>01:30</duration>
                <abstract>We believe that Julia is uniquely well-positioned to pioneer new approaches to dataflow orchestration that are currently dominated by monolithic frameworks. In this BoF, Julia&apos;s nascent Data Engineering community will swap experiences and identify opportunities to collaborate on open-source next-generation data engineering tools.

Join the discussion on the [bof-voice](https://discord.com/channels/995757799076282478/997898697578913853) channel in discord.</abstract>
                <slug>juliacon-2022-18152-production-data-engineering-in-julia</slug>
                <track>JuliaCon</track>
                
                <persons>
                    <person id='23449'>Curtis Vogt</person><person id='23522'>Jarrett Revels</person><person id='23521'>Jacob Quinn</person>
                </persons>
                <language>en</language>
                <description>Julia has already succeeded by empowering many scientists and engineers to author their own high-performance compute kernels without the usual ergonomics/composability sacrifices that high-performance code often entails. However, actually leveraging these kernels within production contexts often requires packaging them into an automated service, usually within the context of wider automated pipelines. It is not surprising that in the past few years, many new capabilities and packages have emerged that facilitate this by enabling Julia to be executed atop Kubernetes, interop with tabular data sources/sinks via Apache Arrow, and integrate with other popular cloud-native technologies. This blossoming ecosystem within the wider Julia community demonstrates both the desire and opportunity for Julia&apos;s usage in production data engineering contexts.

Topics of discussion for this BoF include:

- current data engineering efforts/challenges faced by industry Julia users maintaining production systems
- containerization of Julia processes and Julia-functions-as-a-service
- executing Julia-based jobs/services via Kubernetes
- Julia-centric workflow/dataflow orchestration
- the intersection of Julia&apos;s tabular data ecosystem and enterprise data architectures

Our goal is two-fold:

- uncover the shared data engineering problems, tools, and opportunities that characterize Julia&apos;s nascent Data Engineering community
- identify concrete opportunities for open-source and cross-organization collaboration (hackathons, blogs, package development, etc.)</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/PWSDHS/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/PWSDHS/feedback/</feedback_url>
            </event>
            
        </room>
        <room name='JuMP' guid='d838626f-64cf-53f3-a318-23bd4c420aa9'>
            <event guid='b7a48338-cdbf-55b1-a0b0-d1b677b8a129' id='17972' code='CUJU8K'>
                <room>JuMP</room>
                <title>DiffOpt.jl differentiating your favorite optimization problems</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2022-07-29T16:30:00+00:00</date>
                <start>16:30</start>
                <duration>00:30</duration>
                <abstract>DiffOpt aims at differentiating optimization problems written in MathOptInterface. Moreover, everything &#8220;just works&#8221; in JuMP. The current framework is based on existing techniques for differentiating the solution of optimization problems with respect to the input parameters. We will show the current state of the package that supports Quadratic Programs and Conic Programs. Moreover, we will highlight how other packages are used to keep the library generic and efficient.</abstract>
                <slug>juliacon-2022-17972-diffopt-jl-differentiating-your-favorite-optimization-problems</slug>
                <track>JuMP</track>
                
                <persons>
                    <person id='23268'>Joaquim Dias Garcia</person>
                </persons>
                <language>en</language>
                <description>Joint work with: Mathieu Besan&#231;on, Beno&#238;t Legat, Akshay Sharma.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/CUJU8K/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/CUJU8K/feedback/</feedback_url>
            </event>
            <event guid='6caacfd7-c53c-5c67-8970-51640e78e031' id='18019' code='L79WHV'>
                <room>JuMP</room>
                <title>Recent developments in ParametricOptInterface.jl</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-29T17:00:00+00:00</date>
                <start>17:00</start>
                <duration>00:10</duration>
                <abstract>ParametricOptInterface.jl is a MathOptInterface extension that helps users deal with parameters in MOI/JuMP. The package started as a GSOC project in 2020 and has seen some new developments in recent months. The goal of this talk is to show the current state of ParametricOptInterface amid the JuMP ecosystem as well as to show some interesting use cases of the package.</abstract>
                <slug>juliacon-2022-18019-recent-developments-in-parametricoptinterface-jl</slug>
                <track>JuMP</track>
                
                <persons>
                    <person id='23313'>Guilherme Bodin</person>
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/L79WHV/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/L79WHV/feedback/</feedback_url>
            </event>
            <event guid='946fe6ba-4c79-5390-b2b9-f1019e07e8c9' id='17980' code='NPHSNW'>
                <room>JuMP</room>
                <title>Risk Budgeting Portfolios from simulations</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-29T17:10:00+00:00</date>
                <start>17:10</start>
                <duration>00:10</duration>
                <abstract>Risk budgeting is a portfolio strategy where each asset contributes a pre-specified amount to the total portfolio risk. We propose a numerical framework in JuMP that uses only simulations of returns for estimating risk budgeting portfolios, and provide a Sample Average Approximation algorithm. We leveraged automatic differentiation and JuMP&apos;s modeling flexibility to build a clear and concise code. We also report on memory issues encountered when solving for every day in a 14 year horizon.</abstract>
                <slug>juliacon-2022-17980-risk-budgeting-portfolios-from-simulations</slug>
                <track>JuMP</track>
                
                <persons>
                    <person id='23275'>Bernardo Freitas Paulo da Costa</person>
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/NPHSNW/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/NPHSNW/feedback/</feedback_url>
            </event>
            <event guid='1e9ecada-7cde-5dae-bee2-58611fb74ff3' id='17076' code='QNAEBY'>
                <room>JuMP</room>
                <title>Optimising Fantasy Football with JuMP</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-29T17:20:00+00:00</date>
                <start>17:20</start>
                <duration>00:10</duration>
                <abstract>Fantasy Premier League is an online fantasy sports game where you select a team of 15 players and score points based on their performance each week. You have a finite budget and each player costs a certain amount, plus a number of other constraints which makes this an optimisation problem that JuMP can solve. In this talk I will work through this problem and show how each constraint is translated into the JuMP language. It will be a fun introduction to optimisation in an alternative domain.</abstract>
                <slug>juliacon-2022-17076-optimising-fantasy-football-with-jump</slug>
                <track>JuMP</track>
                
                <persons>
                    <person id='22495'>Dean Markwick</person>
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/QNAEBY/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/QNAEBY/feedback/</feedback_url>
            </event>
            <event guid='84230c2f-cd08-5cf1-900f-4a280cd0d333' id='18074' code='QJ8YRN'>
                <room>JuMP</room>
                <title>Stochastic Optimal Control with MarkovBounds.jl</title>
                <subtitle></subtitle>
                <type>Lightning talk</type>
                <date>2022-07-29T17:30:00+00:00</date>
                <start>17:30</start>
                <duration>00:10</duration>
                <abstract>We present MarkovBounds.jl -- a meta-package to SumOfSquares.jl which enables the computation of guaranteed bounds on the optimal value of a large class of stochastic optimal control problems via a high-level, practitioner-friendly interface.</abstract>
                <slug>juliacon-2022-18074-stochastic-optimal-control-with-markovbounds-jl</slug>
                <track>JuMP</track>
                
                <persons>
                    <person id='23319'>Flemming Holtorf</person>
                </persons>
                <language>en</language>
                <description>The optimal control of stochastic processes is arguably one of the most fundamental questions in the context of decision-making under uncertainty. When the controlled process is a jump-diffusion process characterized by polynomial data (drift- and diffusion coefficient, jumps, etc.), it is well known that polynomial optimization and the machinery of the moment-sum-of-squares (SOS) hierarchy provides a systematic way to construct informative (and often tight) convex relaxations for the associated optimal control problems. While the JuMP ecosystem offers with SumOfSquares.jl in principle everything that is required to study stochastic optimal control problems from this perspective, it remains a cumbersome and error-prone process to translate a concrete stochastic optimal control problem into its SOS relaxation. Moreover, this translation process requires expert knowledge, rendering it inaccessible to a large audience. MarkovBounds.jl is intended to close this gap by providing a high-level interface which allows the user to define stochastic optimal control problems in symbolic form using for example DynamicPolynomials.jl or Symbolics.jl, and automates subsequent translation to associated SOS relaxations.  Finite and (discounted) infinite horizon problems are supported as well as several common objective function types. Furthermore, MarkovBounds.jl supports the combination of standard SOS relaxations with discretization approaches to tighten the relaxations. 

In this talk, we will briefly review the conceptual ideas behind constructing SOS relaxations for stochastic optimal control problems and showcase the use of MarkovBounds.jl for the optimal control of populations in a predator-prey system, expression of protein in a stochastic bio circuit and the bounding of rare event probabilities.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/QJ8YRN/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/QJ8YRN/feedback/</feedback_url>
            </event>
            <event guid='53dfcf13-16ca-57f0-957f-1cfa022ed4fd' id='17220' code='8QUDVW'>
                <room>JuMP</room>
                <title>Streamlining nonlinear programming on GPUs</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2022-07-29T19:00:00+00:00</date>
                <start>19:00</start>
                <duration>00:30</duration>
                <abstract>We propose a prototype for a vectorized modeler written in pure Julia, targeting the resolution of large-scale nonlinear optimization problems. The prototype has been designed to evaluate seamlessly the problem&apos;s expression tree with GPU accelerators. We discuss the implementation and the challenges we have encountered, as well as preliminary results comparing our prototype together with JuMP&apos;s AD backend.</abstract>
                <slug>juliacon-2022-17220-streamlining-nonlinear-programming-on-gpus</slug>
                <track>JuMP</track>
                
                <persons>
                    <person id='23287'>Michel Schanen</person><person id='22664'>Fran&#231;ois Pacaud</person>
                </persons>
                <language>en</language>
                <description>How fast can you evaluate the derivatives of a nonlinear optimization problem? Most real-world optimization instances come with thousands of variables and constraints; in such a large-scale setting using sparse automatic differentiation (AD) is often a non-negotiable requirement. It is well known that by choosing appropriately the partials (for instance with a coloring algorithm) the evaluations of the Jacobian and of the Hessian in sparse format translate respectively to one vectorized forward pass and one vectorized forward-over-reverse pass. Thus, any good AD library should be able to efficiently visit back and forth the problem&apos;s expression tree. In this talk, we propose a prototype for a vectorized modeler, where the expression tree is manipulating vector expressions. By doing so, the forward and the reverse evaluations rewrite into the universal language of sparse linear algebra. By chaining linear algebra calls together, we show that the evaluation of the expression tree can be deported to any sparse linear algebra backend. Notably, we show that both the forward and reverse passes can be streamlined efficiently, using either MKLSparse on Intel CPU or cusparse on CUDA GPU. We discuss the prototype&apos;s performance on the optimal power flow problem, using JuMP&apos;s AD backend as comparison. We show that on the largest instances, we can fasten the evaluation of the sparse Hessian by a factor of 50. Although our code remains a prototype, we have hope that the emergence of new AD library like Enzyme will permit to extend further the idea. We finish the talk by discussing ideas on how to vectorize the evaluation of the derivatives inside JuMP&apos;s AD backend.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/8QUDVW/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/8QUDVW/feedback/</feedback_url>
            </event>
            <event guid='a40503fc-7596-5185-be41-3e35a4bba831' id='17985' code='EBBQDB'>
                <room>JuMP</room>
                <title>Fast optimization via randomized numerical linear algebra</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2022-07-29T19:30:00+00:00</date>
                <start>19:30</start>
                <duration>00:30</duration>
                <abstract>We introduce RandomizedPreconditioners.jl, a package for preconditioning linear systems using randomized numerical linear algebra. Crucially, our preconditioners do not require a priori knowledge of structure present in the linear system, making them especially useful for general-purpose algorithms. We demonstrate significant speedups of positive semidefinite linear system solves, which we use to build fast constrained optimization solvers.</abstract>
                <slug>juliacon-2022-17985-fast-optimization-via-randomized-numerical-linear-algebra</slug>
                <track>JuMP</track>
                
                <persons>
                    <person id='23281'>Theo Diamandis</person>
                </persons>
                <language>en</language>
                <description>In this talk, we discuss how techniques in randomized numerical linear algebra can dramatically speed up linear system solves, which are a fundamental primitive for most constrained optimization algorithms.

We start with randomized approximations of matrices and introduce the Nystrom Sketch. Following the approach developed by Frangella et al. [1], we use this sketch to construct preconditioners for positive definite linear systems.

We then introduce RandomizedPreconditioners.jl, a lightweight package which includes these randomized preconditioners and sketches. We show how this package allows preconditioners to be added with only a few extra lines of code, and we use the package to dramatically speedup a convex optimization solver that uses the alternating direction method of multipliers (ADMM) algorithm. We demonstrate how we can amortize the cost of this preconditioner over all solver iterations, allowing us to capture this speedup for minimal additional cost

Finally, we conclude with future work to address other types of linear systems and other ways to speed up optimization solvers with randomized numerical linear algebra primitives that are implemented in RandomizedPreconditioners.jl.

[1] Zachary Frangella, Joel A Tropp, and Madeleine Udell. &#8220;Randomized Nystr&#246;m Preconditioning.&#8221; In:arXiv preprint arXiv:2110.02820(2021). https://arxiv.org/abs/2110.02820</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/EBBQDB/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/EBBQDB/feedback/</feedback_url>
            </event>
            
        </room>
        <room name='Sponsored forums' guid='d7145df8-44a1-582d-9efe-a05089bb1844'>
            <event guid='d2613e9b-548d-5014-8b45-1556c3b1dafd' id='21247' code='HAURQJ'>
                <room>Sponsored forums</room>
                <title>Relational AI Sponsored Forum</title>
                <subtitle></subtitle>
                <type>Sponsor forum</type>
                <date>2022-07-29T16:30:00+00:00</date>
                <start>16:30</start>
                <duration>00:45</duration>
                <abstract>At RelationalAI, we are building the world&#8217;s fastest, most scalable, most expressive, most open knowledge graph management system, built on top of the world&#8217;s only complete relational reasoning engine that uses the knowledge and data captured in enterprise databases to learn and reason. Join the [sponsored forum here](https://discord.com/channels/995757799076282478/1000106747232538644).</abstract>
                <slug>juliacon-2022-21247-relational-ai-sponsored-forum</slug>
                <track></track>
                
                <persons>
                    
                </persons>
                <language>en</language>
                
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/HAURQJ/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/HAURQJ/feedback/</feedback_url>
            </event>
            
        </room>
        
    </day>
    <day index='12' date='2022-07-30' start='2022-07-30T04:00:00+00:00' end='2022-07-31T03:59:00+00:00'>
        <room name='Green' guid='b9522ace-7df4-5b98-a884-2dae40858059'>
            <event guid='fc82abf1-f5cd-54fd-9030-1215fc677de5' id='21383' code='8MRLPJ'>
                <room>Green</room>
                <title>JuliaCon Hackathon</title>
                <subtitle></subtitle>
                <type>Social hour</type>
                <date>2022-07-30T12:30:00+00:00</date>
                <start>12:30</start>
                <duration>06:00</duration>
                <abstract>Join us on [Gather.town](https://gather.town) for this year&apos;s Julia hackaton.</abstract>
                <slug>juliacon-2022-21383-juliacon-hackathon</slug>
                <track></track>
                
                <persons>
                    
                </persons>
                <language>en</language>
                <description>Like in previous years we will have another legendary JuliaCon hackaton! Join us to built something you are excited about in Julia. We will also have mentors available to help if you run into issues.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/juliacon-2022/talk/8MRLPJ/</url>
                <feedback_url>https://pretalx.com/juliacon-2022/talk/8MRLPJ/feedback/</feedback_url>
            </event>
            
        </room>
        
    </day>
    
</schedule>
