@@ -193,16 +193,17 @@ <h1 class="title is-1 publication-title">The DENARIO project:<br> Modular Automa
193193
194194 < div class ="column has-text-centered ">
195195 < div class ="publication-links ">
196- <!-- Arxiv PDF link -->
197- <!-- < span class="link-block">
198- <a href="https://arxiv.org/pdf/<ARXIV PAPER ID>.pdf " target="_blank"
196+ <!-- Paper -->
197+ < span class ="link-block ">
198+ < a href ="https://astropilot-ai.github.io/DenarioPaperPage/ " target ="_blank "
199199 class ="external-link button is-normal is-rounded is-dark ">
200200 < span class ="icon ">
201- <i class="fas fa-file-pdf"></i>
201+ <!-- <i class="ai ai-arxiv"></i> -->
202+ < i class ="fas fa-file "> </ i >
202203 </ span >
203- <span>Paper</span>
204+ < span > Paper (Coming soon!) </ span >
204205 </ a >
205- </span> -->
206+ </ span >
206207
207208 <!-- Github link -->
208209 < span class ="link-block ">
@@ -219,7 +220,7 @@ <h1 class="title is-1 publication-title">The DENARIO project:<br> Modular Automa
219220 < a href ="https://denario.readthedocs.io/en/latest/ " target ="_blank "
220221 class ="external-link button is-normal is-rounded is-dark ">
221222 < span class ="icon ">
222- < i class ="fas fa-file "> </ i >
223+ < i class ="fas fa-book "> </ i >
223224 </ span >
224225 < span > Docs</ span >
225226 </ a >
@@ -236,16 +237,6 @@ <h1 class="title is-1 publication-title">The DENARIO project:<br> Modular Automa
236237 </ a >
237238 </ span >
238239
239- <!-- ArXiv abstract Link -->
240- <!-- <span class="link-block">
241- <a href="https://arxiv.org/abs/<ARXIV PAPER ID>" target="_blank"
242- class="external-link button is-normal is-rounded is-dark">
243- <span class="icon">
244- <i class="ai ai-arxiv"></i>
245- </span>
246- <span>arXiv</span>
247- </a>
248- </span> -->
249240 </ div >
250241 </ div >
251242 </ div >
@@ -280,20 +271,26 @@ <h2 class="subtitle has-text-centered">
280271 < h2 class ="title is-3 "> Abstract</ h2 >
281272 < div class ="content has-text-justified ">
282273 < p >
283- We present DENARIO, an AI multi-agent framework designed to perform end-to-end scientific research.
284- DENARIO can generate ideas, develop research plans, write and execute code, make plots, and write a
285- scientific
286- paper. DENARIO is built as a modular system, and therefore, can perform either very specific tasks, such as generating an idea, or carrying out end-to-end scientific analysis using < a style ="color: hsl(204, 86%, 53%) " href ="https://github.com/CMBAgents/cmbagent "> cmbagent</ a > as a deep-research backend. In this work, we describe DENARIO and
287- its
288- modules in detail and illustrate its capabilities by showing several AI-generated papers generated by it.
289- These papers
290- cover many scientific disciplines, such as biology, chemistry, medicine, machine learning, and astronomy.
291- We show
292- how DENARIO can generate paper by combining ideas from different scientific disciplines. We also
293- publicly release
294- the code associated with DENARIO at < a style ="color: hsl(204, 86%, 53%) "
295- href ="https://github.com/AstroPilot-AI/Denario "> Github</ a > . DENARIO
296- will be deployed on Hugging Face and Cloud upon release of the paper this September.
274+ We present Denario, an AI multi-agent system designed to serve as a scientific research assistant. Denario
275+ can perform many different tasks, such as generating ideas, checking the literature, developing research
276+ plans, writing and executing code, making plots, and drafting and reviewing a scientific
277+ paper. The system has a modular architecture, allowing it to handle specific tasks, such as generating an
278+ idea, or carrying out end-to-end scientific analysis using < a style ="color: hsl(204, 86%, 53%) "
279+ href ="https://github.com/CMBAgents/cmbagent "> cmbagent</ a > as a deep-research backend. In
280+ this work, we describe Denario and its modules in detail and illustrate its capabilities by presenting
281+ multiple AI-generated papers generated by it. These papers cover many scientific disciplines, such as
282+ astrophysics, biology, biophysics, biomedical informatics, chemistry, material science, mathematical
283+ physics, medicine, and planetary science. Denario can also perform research combining ideas from
284+ different disciplines, and we illustrate it by showing a paper that applies methods from quantum physics
285+ and machine learning with astrophysical data. We report the evaluations performed on these
286+ papers by domain experts, who provided both numerical scores and qualitative feedback. We analyze these
287+ results to highlight the strengths, weaknesses, and limitations of the current system. Finally,
288+ we discuss the ethical implications of AI-driven research and reflect on how such technology relates to
289+ the philosophy of science. We publicly release the code at < a style ="color: hsl(204, 86%, 53%) "
290+ href ="https://github.com/AstroPilot-AI/Denario "> Github</ a > . A Denario demo can also be
291+ run directly on the web at < a style ="color: hsl(204, 86%, 53%) "
292+ href ="https://huggingface.co/spaces/astropilot-ai/Denario "> HugginFace Spaces</ a > , and the full app will
293+ be deployed on the cloud.
297294 </ p >
298295 </ div >
299296 </ div >
@@ -321,7 +318,7 @@ <h2 class="title is-3 has-text-centered">End to End Research Demo</h2>
321318 </ div >
322319 </ section >
323320 <!-- End youtube video -->
324- <!-- Youtube video -->
321+ <!-- Youtube video -->
325322
326323 < section class ="hero is-small is-light ">
327324 < div class ="hero-body ">
@@ -482,12 +479,19 @@ <h3 class="title is-4">Physics</h3>
482479 <!--End paper poster -->
483480
484481 <!--BibTex citation -->
485- <!-- < section class="section" id="BibTeX">
482+ < section class ="section " id ="BibTeX ">
486483 < div class ="container is-max-desktop content ">
487484 < h2 class ="title "> BibTeX</ h2 >
488- <pre><code>BibTex Code Here</code></pre>
485+ < pre > < code > @software{Denario,
486+ author = {Denario Authors},
487+ title = {The Denario Project: Modular Automation of Scientific
488+ Research with Multi-Agent Systems},
489+ month = {October},
490+ year = {2025},
491+ url = {https://astropilot-ai.github.io/DenarioPaperPage/}
492+ }</ code > </ pre >
489493 </ div >
490- </section> -->
494+ </ section >
491495 <!--End BibTex citation -->
492496
493497
0 commit comments