Skip to content

Commit 3ae1b64

Browse files
authored
Merge pull request #7 from tldr-group/rd/content-update-20260209
Rd/content update 20260209
2 parents 6b6678b + c896c83 commit 3ae1b64

File tree

12 files changed

+106
-38
lines changed

12 files changed

+106
-38
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ yarn start
5555
## TODO:
5656

5757
- test merge rule
58-
- add Sheares!
59-
- add new publications: llama (rsc), evoxels, vulture, image rep (adv sci), hr-dv2 (adv int sys), BIL, prompt to protocol
60-
- add new projects: BIL, isb/isg, vulutre, evoxels
58+
59+
- For Sheares:
60+
- add Sheares!
61+
- add new publications: prompt to protocol
62+
- add new projects: isb/isg
290 KB
Loading
274 KB
Loading
-7.64 MB
Binary file not shown.
120 KB
Loading
397 KB
Loading

public/content/images/team/sam.jpg

386 KB
Loading

src/components/MainContent.tsx

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
11
export const MainContent = () => {
22
return (
33
<div className="outlined-content">
4-
<video
5-
src="/assets/micro.webm"
6-
playsInline
7-
autoPlay
8-
loop
9-
muted
10-
preload="auto"
11-
style={{ maxWidth: "75%", objectFit: "scale-down" }}
12-
/>
4+
<video src="/assets/micro.webm" playsInline autoPlay loop muted preload="auto" className="micro-gif" />
135
<p>
146
The Tools for Learning, Design and Research (tldr) group is a multidisciplinary team based in the Dyson school
157
of Design engineering at Imperial College London. With activities spanning online education, generative design

src/components/Projects.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const ProjectComponent = ({ projectData }: { projectData: Project }) => {
77
return (
88
<div className="outlined-content project-card">
99
<div>
10-
<img src={imagePath} alt={`${title}`} style={{ width: "200px", height: "200px", objectFit: "scale-down" }} />
10+
<img src={imagePath} alt={`${title}`} style={{ width: "300px", height: "200px", objectFit: "scale-down" }} />
1111
</div>
1212
<div>
1313
<h3>{title}</h3>

src/content/text/projects.json

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,20 @@
3333
"imagePath": "content/images/projects/imagerep.png",
3434
"order": 90
3535
},
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+
},
3650
{
3751
"title": "SAMBA",
3852
"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,6 +61,32 @@
4761
"imagePath": "content/images/projects/samba_logo.png",
4862
"order": 80
4963
},
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+
},
5090
{
5191
"title": "microlib",
5292
"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,7 +144,7 @@
104144
"link": "https://pubs.rsc.org/en/content/articlelanding/2023/dd/d2dd00120a"
105145
}
106146
],
107-
"imagePath": "content/images/projects/inpaint.gif",
147+
"imagePath": "content/images/projects/inpaint.jpg",
108148
"order": 30
109149
},
110150
{

0 commit comments

Comments
 (0)