|
2 | 2 | <img src="https://raw.githubusercontent.com/aritraroy24/ComProScanner/refs/heads/main/assets/comproscanner_logo.png" alt="ComProScanner Logo" width="500"/> |
3 | 3 | </p> |
4 | 4 |
|
5 | | -[](https://www.python.org/downloads/) [](https://opensource.org/licenses/MIT) [](https://pypi.org/project/comproscanner/) [](https://slimeslab.github.io/ComProScanner/) [](https://codecov.io/gh/aritraroy24/ComProScanner) [](https://pypistats.org/packages/comproscanner) [](https://deepwiki.com/slimeslab/ComProScanner) [](https://doi.org/10.1039/D5DD00521C) |
| 5 | +[](https://www.python.org/downloads/) [](https://opensource.org/licenses/MIT) [](https://pypi.org/project/comproscanner/) [](https://slimeslab.github.io/ComProScanner/) [](https://codecov.io/gh/aritraroy24/ComProScanner) [](https://pypistats.org/packages/comproscanner) [](https://deepwiki.com/slimeslab/ComProScanner) [](https://doi.org/10.1039/D5DD00521C) [](https://arxiv.org/abs/2606.00065) |
6 | 6 |
|
7 | 7 | # ComProScanner |
8 | 8 |
|
@@ -129,20 +129,30 @@ The ComProScanner workflow consists of four main stages: |
129 | 129 |
|
130 | 130 | ## Citation |
131 | 131 |
|
132 | | -If you use ComProScanner in your research, please cite: |
| 132 | +If you use ComProScanner in your research, please cite the following papers: |
133 | 133 |
|
134 | 134 | ```bibtex |
135 | | -@Article{roy2026comproscanner, |
136 | | - title={ComProScanner: a multi-agent based framework for composition-property structured data extraction from scientific literature}, |
137 | | - author={Roy, Aritra and Grisan, Enrico and Buckeridge, John and Gattinoni, Chiara}, |
138 | | - journal={Digital Discovery}, |
139 | | - volume={5}, |
140 | | - number={4}, |
141 | | - pages={1794--1808}, |
142 | | - year={2026}, |
143 | | - publisher={Royal Society of Chemistry}, |
144 | | - doi ="10.1039/D5DD00521C", |
145 | | - url ="https://doi.org/10.1039/D5DD00521C" |
| 135 | +@article{roy2026comproscanner, |
| 136 | + title={ComProScanner: a multi-agent based framework for composition-property structured data extraction from scientific literature}, |
| 137 | + author={Roy, Aritra and Grisan, Enrico and Buckeridge, John and Gattinoni, Chiara}, |
| 138 | + journal={Digital Discovery}, |
| 139 | + volume={5}, |
| 140 | + number={4}, |
| 141 | + pages={1794--1808}, |
| 142 | + year={2026}, |
| 143 | + publisher={Royal Society of Chemistry}, |
| 144 | + doi ="10.1039/D5DD00521C", |
| 145 | + url ="https://doi.org/10.1039/D5DD00521C" |
| 146 | +} |
| 147 | +@misc{roy2026comproscanner_vlm, |
| 148 | + title={Beyond Text and Tables: Vision-Language Model Integration in ComProScanner for Extracting Materials Data from Scientific Figures with High Accuracy}, |
| 149 | + author={Aritra Roy and Enrico Grisan and Chiara Gattinoni and John Buckeridge}, |
| 150 | + year={2026}, |
| 151 | + eprint={2606.00065}, |
| 152 | + archivePrefix={arXiv}, |
| 153 | + primaryClass={cs.IR}, |
| 154 | + doi={10.48550/arXiv.2606.00065}, |
| 155 | + url={https://arxiv.org/abs/2606.00065}, |
146 | 156 | } |
147 | 157 | ``` |
148 | 158 |
|
|
0 commit comments