|
33 | 33 | "imagePath": "content/images/projects/imagerep.png", |
34 | 34 | "order": 90 |
35 | 35 | }, |
| 36 | + { |
| 37 | + "title": "Battery Imaging Library", |
| 38 | + "desc": "The Battery Imaging Library (BIL) is one of the first open, curated collection of multi-modal and multi-length scale battery imaging datasets. There are 8 modalities, 80+ scans and over 500 billion voxels of open battery imaging data, from single particles up to full cells. ", |
| 39 | + "outLinks": [ |
| 40 | + { "text": "GitHub", "link": "https://github.com/antonyvam/BatteryImagingLibrary" }, |
| 41 | + { "text": "Website", "link": "https://www.batteryimaginglibrary.com/" }, |
| 42 | + { |
| 43 | + "text": "Preprint", |
| 44 | + "link": "https://advanced.onlinelibrary.wiley.com/doi/10.1002/advs.202414149" |
| 45 | + } |
| 46 | + ], |
| 47 | + "imagePath": "content/images/projects/bil.png", |
| 48 | + "order": 89 |
| 49 | + }, |
36 | 50 | { |
37 | 51 | "title": "SAMBA", |
38 | 52 | "desc": "SAMBA (Segment Anything Model Based App) is a trainable segmentation web-app for materials science that uses Meta's Segment Anything Model for fast, high-quality labels and random forests for robust, generalizable segmentations.", |
|
47 | 61 | "imagePath": "content/images/projects/samba_logo.png", |
48 | 62 | "order": 80 |
49 | 63 | }, |
| 64 | + { |
| 65 | + "title": "evoxels", |
| 66 | + "desc": "evoxels is a differentiable physics framework for voxel-based microstructure simulations with a simple numpy interface and drop-in GPU accelerated backend (torch, JAX).", |
| 67 | + "outLinks": [ |
| 68 | + { "text": "GitHub", "link": "https://github.com/daubners/evoxels" }, |
| 69 | + { |
| 70 | + "text": "Preprint", |
| 71 | + "link": "https://arxiv.org/abs/2507.21748" |
| 72 | + } |
| 73 | + ], |
| 74 | + "imagePath": "content/images/projects/evoxels.png", |
| 75 | + "order": 79 |
| 76 | + }, |
| 77 | + { |
| 78 | + "title": "vulture", |
| 79 | + "desc": "Efficient convolutional upsampling of DINOv2 features, which can then be used for trainable micrograph segmentation.", |
| 80 | + "outLinks": [ |
| 81 | + { "text": "GitHub", "link": "https://github.com/tldr-group/vulture" }, |
| 82 | + { |
| 83 | + "text": "Preprint", |
| 84 | + "link": "https://arxiv.org/abs/2508.21529" |
| 85 | + } |
| 86 | + ], |
| 87 | + "imagePath": "content/images/projects/vulture.png", |
| 88 | + "order": 78 |
| 89 | + }, |
50 | 90 | { |
51 | 91 | "title": "microlib", |
52 | 92 | "desc": "microlib is a searchable collection of 87 3D microstructures of various materials, intended for use in materials research. These were generated from the DoITPoMS micrograph library using our inpainting and SliceGAN tools.", |
|
104 | 144 | "link": "https://pubs.rsc.org/en/content/articlelanding/2023/dd/d2dd00120a" |
105 | 145 | } |
106 | 146 | ], |
107 | | - "imagePath": "content/images/projects/inpaint.gif", |
| 147 | + "imagePath": "content/images/projects/inpaint.jpg", |
108 | 148 | "order": 30 |
109 | 149 | }, |
110 | 150 | { |
|
0 commit comments