Skip to content

Commit cc9bbd5

Browse files
committed
Merge branch 'reviewer-edits' of https://github.com/MunchLab/ect into reviewer-edits
2 parents 5fdef1a + 75bfbdc commit cc9bbd5

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

paper/paper.bib

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,4 +255,19 @@ @InProceedings{Jiang2020
255255
file = {:DirectionalTransform/Jiang2020.pdf:PDF},
256256
}
257257

258+
@Article{PlantsAndPython2022,
259+
journal = {The Plant Cell},
260+
title = {Plants \& Python: A series of lessons in coding, plant biology, computation, and bioinformatics},
261+
year = {2022},
262+
issn = {1040-4651},
263+
month = {07},
264+
number = {7},
265+
pages = {e1-e1},
266+
volume = {34},
267+
abstract = {(By Robert VanBuren, Alejandra Rougon-Cardoso, Erik J. Amézquita, Evelia L. Coss-Navarrete, Aarón Espinosa-Jaime, Omar Andres Gonzalez-Iturbe, Alicia C. Luckie-Duque, Eddy Mendoza-Galindo, Jeremy Pardo, Guillermo Rodríguez-Guerrero, Pablo Y. Rosiles-Loeza, Marilyn Vásquez-Cruz, Selene L. Fernandez-Valverde, Tania Hernández-Hernández, Sourabh Palande, and Daniel H. Chitwood)},
268+
doi = {10.1093/plcell/koac187},
269+
eprint = {https://academic.oup.com/plcell/article-pdf/34/7/e1/44459508/koac187.pdf},
270+
url = {https://doi.org/10.1093/plcell/koac187},
271+
}
272+
258273
@Comment{jabref-meta: databaseType:bibtex;}

paper/paper.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,8 @@ Additional speed is gained by leveraging Numba's just-in-time compilation to ach
118118
# Research Impact Statement
119119

120120
This code has been developed in tandem with a plant morphology collaboration in order to ensure ease of use for domain scientists.
121-
To date, this has resulted in two posted preprints [@GarciaChavez2026;@Yahiaoui2026].
121+
One of the first iterations of the code was used in the *Plants and Python* course [@PlantsAndPython2022] developed for teaching coding and Python to plant biologists (see the 2024 semester here: [github.com/MunchLab/ECT-Leaf-CNN](https://github.com/MunchLab/ECT-Leaf-CNN)).
122+
To date, the updated package has resulted in two posted preprints [@GarciaChavez2026;@Yahiaoui2026].
122123
In addition, the documentation is focused on clear communication of the method for the non-experts.
123124
For example, a tutorial notebook focused on using the ECT for classifying paper cutout shapes from Henri Matisse's 1952 "The Parakeet and the Mermaid" has been used by the authors extensively for tutorials and talks.
124125
Because of the ease of code use reported by the biologists, we expect that the code is in a state to be picked up for many applications in the near future.

0 commit comments

Comments
 (0)