Skip to content

Commit ff5d2e1

Browse files
authored
Revise publications section in README.md
Updated publication entries and added DOIs for recent papers.
1 parent 2a0f3ae commit ff5d2e1

1 file changed

Lines changed: 28 additions & 13 deletions

File tree

README.md

Lines changed: 28 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,18 @@ Here are a few examples of what OpenVCAD can produce:
3737

3838
## 📚 Publications
3939

40-
OpenVCAD is an active research project developed by the [Matter Assembly Computation Lab](https://www.colorado.edu/lab/matterassembly/) at CU Boulder.
41-
42-
1. **Wade et al., 2024**[OpenVCAD: An open source volumetric multi-material geometry compiler](https://matterassembly.org/assets/pdf/preprints/2024_OpenVCAD.pdf)
43-
*Introduces the original OpenVCAD framework for implicit, volumetric multi-material design, with a focus on inkjet 3D printing.*
44-
45-
2. **Wade et al., 2025**[Implicit Toolpath Generation for Functionally Graded Additive Manufacturing via Implicit Modeling](https://arxiv.org/abs/2505.08093) *(preprint)*
46-
*Extends OpenVCAD to toolpath-based 3D printing systems with gradient-aware slicing methods for filament mixing and process parameter grading.*
47-
40+
OpenVCAD is an active research project developed by the [Matter Assembly Computation Lab](https://www.colorado.edu/lab/matterassembly/) at CU Boulder.
41+
1. **OpenVCAD: An open‑source volumetric multi‑material geometry compiler** (2024)
42+
<small>Core framework; implicit volumetric design; inkjet/PolyJet workflows.</small><br>
43+
[Read our paper here](https://matterassembly.org/publications/#wade2024openvcad) (Additive Manufacturing)
44+
45+
2. **Implicit Toolpath Generation for Functionally Graded Additive Manufacturing via Gradient‑Aware Slicing** (2025)
46+
<small>Extends VCAD to toolpath‑based systems (e.g., FFF) with gradient‑aware slicing.</small><br>
47+
[Read our paper here](https://matterassembly.org/publications/#wade2025implicit) (Additive Manufacturing)
48+
49+
3. **Implicit Modeling for 3D‑Printed Multi‑Material Computational Object Design via Python** (2025)
50+
<small>Python‑first API (`pyvcad`), enhanced lattice workflows, and simulation‑informed design/export.</small><br>
51+
[Read our paper here](https://matterassembly.org/publications/#wade2025pyvcad) (Proceedings of the 10th ACM Symposium on Computational Fabrication)
4852
---
4953

5054
## How OpenVCAD Works
@@ -143,10 +147,21 @@ If you use OpenVCAD in your research, please cite:
143147
```
144148

145149
```bibtex
146-
@article{wade2025gradedtoolpath,
147-
title={Implicit Toolpath Generation for Functionally Graded Additive Manufacturing via Gradient-Aware Slicing},
148-
author={Wade, Charles and Beck, Devon and MacCurdy, Robert},
149-
journal={arXiv preprint arXiv:2505.08093},
150-
year={2025}
150+
@article{wade2025toolpaths,
151+
title = {Implicit Toolpath Generation for Functionally Graded Additive Manufacturing via Gradient-Aware Slicing},
152+
author = {Wade, Charles and Beck, Devon and MacCurdy, Robert},
153+
journal = {Additive Manufacturing},
154+
year = {2025},
155+
doi = {https://doi.org/10.1016/j.addma.2025.104963},
156+
}
157+
```
158+
159+
```bibtex
160+
@article{wade2025pyvcad,
161+
title = {Implicit Modeling for 3D-printed Multi-material Computational Object Design via Python},
162+
author = {Wade, Charles and Beck, Devon and MacCurdy, Robert},
163+
journal = {Proceedings of the 10th ACM Symposium on Computational Fabrication},
164+
year = {2025},
165+
doi = {https://doi.org/10.48550/arXiv.2509.15562},
151166
}
152167
```

0 commit comments

Comments
 (0)