diff --git a/.gitignore b/.gitignore index 0014efe..cab5b72 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ _site/ +.idea/ .sass-cache/ .jekyll-metadata .*.swp diff --git a/_data/projects.yaml b/_data/projects.yaml index 234fbd4..bbe0c7a 100644 --- a/_data/projects.yaml +++ b/_data/projects.yaml @@ -39,6 +39,14 @@ begin_year: 2015 name: Chuck Rozhon position: Developer + - begin_month: July + begin_year: 2020 + name: Chris Havlin + position: Developer + - begin_month: July + begin_year: 2022 + name: Shin-Rong Tsai + position: Developer website: http://yt-project.org/ - _id: Whole Tale status: active @@ -84,6 +92,10 @@ begin_year: 2017 name: Colleen Heinemann position: Graduate Student + - begin_month: 9 + begin_year: 2021 + name: Yilin Xia + position: Graduate Student website: https://github.com/cropsinsilico/ - _id: GAMER status: active @@ -110,6 +122,9 @@ - begin_year: 2018 name: Matthew Turk position: Developer + - begin_year: 2020 + name: Chris Havlin + position: Developer - _id: Bitmap Indices status: active description: Fast, memory-efficient indexing for datasets composed of discrete @@ -146,12 +161,12 @@ name: Matthew Turk position: Developer website: https://docs.hub.yt -- _id: OpenGL Volume Rendering for yt +- _id: OpenGL Volume Rendering for yt (yt_idv) status: active description: Adding support for interactively volume rendering adaptive mesh refinement data in yt logo: /assets/img/logos/openglvr.png - repo: https://bitbucket.org/yt_analysis/yt + repo: https://github.com/yt-project/yt_idv team: - begin_year: 2014 name: Chuck Rozhon @@ -162,6 +177,19 @@ - begin_year: 2014 name: Matthew Turk position: Developer + - begin_year: 2020 + name: Chris Havlin + position: Developer + _id: yt-napari + status: active + description: yt-napari is a suite of plugins and methods for loading data + from yt into napari. + logo: /assets/img/logos/yt_napari.png + repo: https://github.com/data-exp-lab/yt-napari + team: + - begin_year: 2020 + name: Chris Havlin + position: Lead Developer - _id: Virtual Reality for SciViz status: active description: Loading scientific data into Unity3D with the aim of presenting diff --git a/_people/demeyer3.md b/_people/demeyer3.md new file mode 100644 index 0000000..52044d3 --- /dev/null +++ b/_people/demeyer3.md @@ -0,0 +1,16 @@ +--- +layout: person +name: Hunter DeMeyer +given: Hunter +family: DeMeyer +id: demeyer3 +avatar: /assets/img/people/hunter-demeyer.jpg +email: demeyer3@illinois.edu +homepage: https://isolveproblems.xyz +position: Graduate Student +honorific: +desig: grad +aka: ['Hunter'] +start_year: 2024 +--- +Hunter is an Informatics PhD student interested in research software engineering. He received his BS in Computer Science from Dakota State University in 2020 and his MS in Bioinformatics from the UIUC Computer Science department in 2023. His research is focused on using modern web technologies such as WebAssembly to make computational scientific methods more accessible, interoperable, and reusable. He also hopes to study the social dynamics of how scientists collaborate with software engineers. diff --git a/_people/munkm.md b/_people/munkm.md index 2bb192e..dc073e9 100644 --- a/_people/munkm.md +++ b/_people/munkm.md @@ -11,6 +11,7 @@ position: Post-doctoral scholar honorific: Dr. aka: [Madicken, 'Munk, Madicken', 'Munk, M.' ] desig: staff +status: former start_year: 2017 --- diff --git a/_people/srtsai.md b/_people/srtsai.md new file mode 100644 index 0000000..8adebc4 --- /dev/null +++ b/_people/srtsai.md @@ -0,0 +1,17 @@ +--- +layout: person +name: Shin-Rong Tsai +given: Shin-Rong +family: Tsai +id: srtsai +avatar: /assets/img/people/srtsai.jpg +email: srtsai@illinois.edu +homepage: +position: Research Scientist +honorific: +aka: [] +desig: staff +start_year: 2022 +--- + +My work focuses on developing in situ analysis tool that enables ongoing simulations to use Python to analyze data. I also work on developing tools for analyzing and visualizing volumetric data. diff --git a/_people/wtliao.md b/_people/wtliao.md index 3469d57..e0f95b7 100644 --- a/_people/wtliao.md +++ b/_people/wtliao.md @@ -9,6 +9,7 @@ email: weiting.natii@gmail.com position: Graduate student aka: ["Wei-Ting", 'Wei-Ting, Liao'] desig: grad +status: former start_year: 2016 end_year: 2020 --- diff --git a/_people/xiaotonghu.md b/_people/xiaotonghu.md new file mode 100644 index 0000000..2276d6e --- /dev/null +++ b/_people/xiaotonghu.md @@ -0,0 +1,15 @@ +--- +layout: person +name: Xiaotong Hu +id: xh9 +avatar: /assets/img/people/xiaotonghu.png +email: xh9@illinois.edu +homepage: https://www.linkedin.com/in/xiaotong-hu-890298127/ +position: Graduate Student +honorific: +desig: grad +aka: ['Xiaotong'] +start_year: 2019 +--- + +Xiaotong Hu is a PhD student in the Informatics Program in the School of Information Sciences at the University of Illinois at Urbana-Champaign. Her research interests include Data Visualization, Human-Computer Interaction and Computational Social Science. \ No newline at end of file diff --git a/_posts/2019-01-01-crops-in-silico-ffar.md b/_posts/2019-01-01-crops-in-silico-ffar.md new file mode 100644 index 0000000..c60430c --- /dev/null +++ b/_posts/2019-01-01-crops-in-silico-ffar.md @@ -0,0 +1,12 @@ +--- +layout: post +title: Crops in Silico funded by FFAR +date: 2019-01-01 +--- + +The five year, $5M project "Crops in Silico - Increasing Crop Production by +Connecting Models from the Microscale to the Macroscale" (FFAR-602757) led by +Amy Marshall-Colon with co-investigators including Meagan Lang and Matthew Turk +of the DXL has been funded! [This project](https://cropsinsilico.org/) will +support the development of digital models for crop growth and address the needs +of a population living in a rapidly changing climate. diff --git a/_posts/2019-09-01-digi-mat.md b/_posts/2019-09-01-digi-mat.md new file mode 100644 index 0000000..3d641cc --- /dev/null +++ b/_posts/2019-09-01-digi-mat.md @@ -0,0 +1,9 @@ +--- +layout: post +title: DIGI-MAT awarded +date: 2019-09-01 +--- + +The [DIGI-MAT program](https://digi-mat.ncsa.illinois.edu), under NSF-1922758, +has been funded! This program, led by PI Harley Johnson, is an NRT program to +train graduate students in data and informatics for materials science research. diff --git a/_posts/2019-09-01-qmc-hamm.md b/_posts/2019-09-01-qmc-hamm.md new file mode 100644 index 0000000..d436611 --- /dev/null +++ b/_posts/2019-09-01-qmc-hamm.md @@ -0,0 +1,10 @@ +--- +layout: post +title: QMC-HAMM +date: 2019-09-01 +--- + +In collaboration with Materials Sciences researchers at the University of Illinois, we are proud to work on the [QMC-HAMM](https://qmc-hamm.github.io/) project. +This work is funded by the Department of Energy (DOE DE-SC0020177) under the +working title: "From accurate correlated quantum simulations to mesoscopic +scales," and is led by David Ceperly from the University of Illinois. diff --git a/_posts/2019-11-01-moore-yt.md b/_posts/2019-11-01-moore-yt.md new file mode 100644 index 0000000..5eab5d9 --- /dev/null +++ b/_posts/2019-11-01-moore-yt.md @@ -0,0 +1,8 @@ +--- +layout: post +title: Gordon and Betty Moore Foundation support yt development +date: 2019-11-01 +--- + +GBMF-9123 + diff --git a/_posts/2020-07-01-chris-havlin.md b/_posts/2020-07-01-chris-havlin.md new file mode 100644 index 0000000..6f10300 --- /dev/null +++ b/_posts/2020-07-01-chris-havlin.md @@ -0,0 +1,8 @@ +--- +layout: post +title: Chris Havlin joins DXL +date: 2020-07-01 +--- + +The Data Exploration Lab welcomes Chris Havlin as a Research Scientist in the School of Information Sciences! +Chris brings with him extensive experience in the geosciences and computational sciences, and we're excited to work together on projects. diff --git a/_posts/2021-08-01-pondd.md b/_posts/2021-08-01-pondd.md new file mode 100644 index 0000000..3d5cdcd --- /dev/null +++ b/_posts/2021-08-01-pondd.md @@ -0,0 +1,7 @@ +--- +layout: post +title: PONDD for Data Delivery +date: 2021-08-01 +--- + +In collaboration with lead PI Amy Roberts of CU Denver, the DXL has been awarded a CSSI grant to support data delivery mechanisms for astrophysics datasets under [NSF OAC-2103778](https://zenodo.org/record/4158589#.Y8lfk9JKiXI). diff --git a/_posts/2021-11-16-yt_napari.md b/_posts/2021-11-16-yt_napari.md new file mode 100644 index 0000000..0c9c5d2 --- /dev/null +++ b/_posts/2021-11-16-yt_napari.md @@ -0,0 +1,15 @@ +--- +layout: post +title: Funding for yt-napari +date: 2021-11-16 +--- + +Thanks to a recent grant from the [Chan-Zuckerberg Initiative](https://chanzuckerberg.com/), DXL members have +started some exciting work connecting the open source +[napari image viewer](https://napari.org) with [yt](https://yt-project.org/). +The project will develop a yt-napari plugin to improve interoperability with yt, +allowing yt users to easily load their data into napari. + +Read more about the project +[here](https://ischool.illinois.edu/news-events/news/2021/11/ischool-researchers-receive-funding-napari-plugin-project) or +checkout the yt-napari repository on github [here](https://github.com/data-exp-lab/yt-napari). \ No newline at end of file diff --git a/_posts/2022-07-01-shin-rong-tsai.md b/_posts/2022-07-01-shin-rong-tsai.md new file mode 100644 index 0000000..880d206 --- /dev/null +++ b/_posts/2022-07-01-shin-rong-tsai.md @@ -0,0 +1,7 @@ +--- +layout: post +title: Shin-Rong Tsai joins the DXL! +date: 2022-07-01 +--- + +The DXL is pleased to welcome Shin-Rong Tsai, who will be working with us on a variety of projects, but especially on extending her work on [libyt](https://github.com/calab-ntu/libyt) to support *in situ* visualization of simulations using yt. diff --git a/_posts/2022-12-20-istrum.md b/_posts/2022-12-20-istrum.md new file mode 100644 index 0000000..2c618a2 --- /dev/null +++ b/_posts/2022-12-20-istrum.md @@ -0,0 +1,24 @@ +--- +layout: post +title: NSF Funding to help understand the Earth's upper mantle +date: 2022-11-16 +--- + +A recent award through the NSF +[Frontier Research in Earth Sciences](https://beta.nsf.gov/funding/opportunities/frontier-research-earth-sciences-fres) +(FRES) program will connect members of DXL with a multi-institution team of +researchers working to understand the mechanical nature of the Earth's +upper mantle. The project, "**i**nveStigating the **T**ransient **R**heology of +the **U**pper **M**antle" (**iSTRUM**) seeks to incorporate observations from +seismology, geodesy, and laboraroty experiments of rock deformation within a +single modeling framework to refine our understanding of the underlying physical +laws that control the motion of the upper mantle across timescales. + +DXL member Chris Havlin will lead the University of Illinois team, whose primary role +will be to provide computational support, including further development of the +[Very Broadband Rheology Calculator](https://github.com/vbr-calc/vbr) and general +computational support and training. + +You can read more about the project in an iSchool article +[here](https://ischool.illinois.edu/news-events/news/2022/12/new-multi-institutional-project-examine-flow-earths-mantle) +or at the project website, https://iSTRUM.github.io/. diff --git a/_posts/2023-01-06-sw_hicss.md b/_posts/2023-01-06-sw_hicss.md new file mode 100644 index 0000000..d7168e8 --- /dev/null +++ b/_posts/2023-01-06-sw_hicss.md @@ -0,0 +1,10 @@ +--- +layout: post +title: Sam Walkow presents at HICSS +date: 2023-01-30 +--- + + +Sam Walkow presented her paper titled: "Infrastructure in Crisis: A Values-Driven Framework for Transparent Contextual Decision-Making in Emergency Situations" at the 56th Hawaii International Conference on System Sciences (HICSS). The paper introduces a framework for decision-making in technology and development in crisis situations. + +The paper can be found at: https://scholarspace.manoa.hawaii.edu/items/eab0afaa-d295-49d4-becd-ff9837dfa85a \ No newline at end of file diff --git a/assets/img/logos/yt_napari.png b/assets/img/logos/yt_napari.png new file mode 100644 index 0000000..bddb1b0 Binary files /dev/null and b/assets/img/logos/yt_napari.png differ diff --git a/assets/img/people/hunter-demeyer.jpg b/assets/img/people/hunter-demeyer.jpg new file mode 100755 index 0000000..ae7ea78 Binary files /dev/null and b/assets/img/people/hunter-demeyer.jpg differ diff --git a/assets/img/people/srtsai.jpg b/assets/img/people/srtsai.jpg new file mode 100644 index 0000000..c94133a Binary files /dev/null and b/assets/img/people/srtsai.jpg differ diff --git a/assets/img/people/xiaotonghu.png b/assets/img/people/xiaotonghu.png new file mode 100644 index 0000000..3731e07 Binary files /dev/null and b/assets/img/people/xiaotonghu.png differ