CINXE.COM
IRCDL 2025 : 21st Conference on Information and Research Science Connecting to Digital and Library Science
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>IRCDL 2025 : 21st Conference on Information and Research Science Connecting to Digital and Library Science</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="IRCDL 2025 : 21st Conference on Information and Research Science Connecting to Digital and Library Science"> <meta name="ROBOTS" content="INDEX,NOFOLLOW"> <link rel="stylesheet" type="text/css" href="/cfp/styles/wikicfp.css?v=2"> <link rel="shortcut icon" href="/cfp/images/wikicfp.ico"> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-2351831-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-2351831-1'); </script> <script type="text/javascript"> function recordOutboundLink(link, category, action, newtab) { try { _gaq.push(['_trackEvent', category, action]); if (newtab > 0) setTimeout('window.open("' + link.href + '", "_newtab")', 100); else setTimeout('document.location="' + link.href + '"', 100); }catch(err){} } </script> <script src="https://www.semanticscholar.org/js/wikicfp-embed.js" async></script> </head> <body bgcolor="#ffffee"> <div style="padding: 0px; position: absolute; top:1px; left:2px; right:11px; max-width:1251px; min-width: 995px"> <div class="logo"> <table cellspacing="0"><tr valign="bottom"> <td align="left"> <img src="/cfp/images/wikicfplogo-90.png" style="cursor:pointer; vertical-align:-7px;" onclick="document.location.href='/'" width="265" height="90" alt="WikiCFP"> </td> </tr></table> </div> <div class="topright" style="float: right;"> <div id="s2-search" style="margin-top: 20px;"></div> </div> </div> <div class="topright" style="height: 81px;"> </div> <div class="navsec"> <div class="menusec"> <a class="nav" href="/cfp/home" accesskey="h">Home</a> <ul> <li style="margin:0 0 0 -20;"><a class="nav" href="/cfp/servlet/user.regin?mode=login">Login</a></li><li style="margin:0 0 0 -20;"><a class="nav" href="/cfp/servlet/user.regin?mode=register">Register</a></li><li style="margin:0 0 0 -20;"><a class="nav" href="/cfp/servlet/user.profile">Account</a></li><li style="margin:0 0 0 -20;"><a class="nav" href="/cfp/servlet/user.logout">Logout</a></li> </ul> <a class="nav" href="/cfp/allcat" accesskey="c">Categories</a><br> <a class="nav" href="/cfp/allcfp" accesskey="p">CFPs</a> <ul> <li style="margin:0 0 0 -20;"><a class="nav" href="/cfp/servlet/event.trycfp">Post a CFP</a></li> </ul> <a class="nav" href="/cfp/series?t=c&i=A" accesskey="p">Conf Series</a> <!-- <img src="/cfp/images/new.gif" alt="" /> --> <br> <!-- <a class="nav" href="/cfp/series?t=j&i=A" accesskey="p">Journals</a><img src="/cfp/images/new.gif" alt="" /><br> --> <a class="nav" href="/cfp/servlet/event.showlist?ltype=w">My List</a><br> <ul> <li style="margin:0 0 0 -20;"><a class="nav" href="/cfp/servlet/event.showtl?">Timeline</a></li> </ul> <a class="nav" href="/cfp/servlet/event.showlist?ltype=a">My Archive</a><br> <a class="nav" href="http://www.todordimitrov.de/cfp-app/index.html" target="_blank">On iPhone</a><br> <a class="nav" href="https://play.google.com/store/apps/details?id=net.kuratkoo.wikicfp" target="_blank">On Android</a><br> <hr> <div class="searchbox"> <form method="get" action="/cfp/servlet/tool.search" STYLE="margin: 0px; padding: 0px;"> <table align="center" cellpadding="0" cellspacing="0"> <tr><td align="center" colspan="2"> <input name="q" placeholder="search CFPs" type="text" style="width:136px" value="" TABINDEX=100> </td></tr> <tr> <td align="left"><select class="searchbox" name="year" TABINDEX=101> <option value="t" > 2024</option> <option value="n" selected="selected" > 2025 </option> <option value="f" > 2024+ </option> <option value="a" > all </option> </select></td> <td align="right"><input class="searchbox" type="submit" value="Search" TABINDEX=102></td> </tr> </table> </form> </div> </div> <div class="infosec" style="width: 160px; margin: 0px; padding: 0px; margin-top: 5px;"> <a href="https://www.semanticscholar.org/?utm_source=WikiCFP&utm_medium=Display&utm_term=home&utm_content=semantic-scholar-rail-try-it&utm_campaign=WikiCFP%20Test"><img src="/cfp/images/wikicfp_creative.jpg" width="160" height="600" border="0" alt=""></a> </div> <!-- <div class="infosec"> <span class="btheme"><b>What's New</b></span><br> 1. <span class="btheme">email</span> notification of deadline extension </div> --> <!-- <div class="bimgsec" > <a href="http://twitter.com/wikicfp"><img border="0" src="/cfp/images/twitter_160.jpg" ALT=""> </a> </div> --> </div> <SCRIPT language="JavaScript" type="text/javascript"> function display(ind) { elem = document.getElementById(ind); if (elem.style.display == 'none') { elem.style.display = 'inline'; } else if (elem.style.display == 'inline') { elem.style.display = 'none'; } } function OnSubmitForm() { if (!confirm("You cannot undo this operation. \nAre you sure you want to delete the items?")){ return false; } return true; } function returnObjById( id ) { if (document.getElementById) var returnVar = document.getElementById(id); else if (document.all) var returnVar = document.all[id]; else if (document.layers) var returnVar = document.layers[id]; return returnVar; } function AutoFill() { var dest = returnObjById("ExpeSf_destination"); if (dest != null){ dest.onfocus(); dest.value = "Udine, Italy"; dest.onchange(); } var origin = returnObjById("ExpeSf_origin"); if (origin == null){ setTimeout("AutoFill()", 5000); } return true; } window.onload=function(){setTimeout("AutoFill()", 1000)}; </SCRIPT> <div class="contsec"> <center> <table cellpadding="0" cellspacing="0" width="100%"> <tr><td> <table cellpadding="0" cellspacing="0" width="100%"><tr valign="middle" > <td align="left"> <table cellpadding="0" cellspacing="1"><tr><td align="left"> posted by user: <a href="/cfp/servlet/event.showlist?lownerid=188605&ltype=w">bportelli_</a> || 920 views || tracked by 4 users: <span id='more_button' style='display:inline'>[<a href="javascript:display('more_users');display('more_button');">display</a>]</span><span id='more_users' style='display:none'><a href="/cfp/servlet/event.showlist?lownerid=188605&ltype=w">bportelli_</a>, <a href="/cfp/servlet/event.showlist?lownerid=188827&ltype=w">VKravets_NLP</a>, <a href="/cfp/servlet/event.showlist?lownerid=189349&ltype=w">ilba</a>, <a href="/cfp/servlet/event.showlist?lownerid=189797&ltype=w">jcwitte2</a> [<a href="javascript:display('more_users');display('more_button');">hide</a>]</span> </td></tr></table> </td> <td align="right"> <table cellpadding="0" cellspacing="0"><tr valign="baseline"> <td nowrap></td> <td align="center" nowrap="nowrap"> <form method="get" action="/cfp/servlet/event.copycfp"> <input name="getaddress" type="hidden" value="event.showcfp"> <input name="eventid" type="hidden" value="181959"> <input name="copyownerid" type="hidden" value="188605"> <input name="option" type="hidden" value="x"> <input type="submit" value="Add to My List"> </form> </td> <td align="center" nowrap="nowrap"> <form method="get" action="/cfp/servlet/event.orgcfp"> <input align="middle" type="submit" value="I'm Organizer" DISABLED> </form> </td> <td align="center" nowrap="nowrap"> <form method="get" action="/cfp/servlet/event.updcfp"> <input align="middle" type="submit" value="Modify" DISABLED> </form> </td> </tr></table> </td> </tr></table> </td></tr> <tr><td align="center" > <br> <h2> <span xmlns:v="http://rdf.data-vocabulary.org/#" typeof="v:Event"> <span property="v:summary" content="IRCDL 2025"></span> <span property="v:eventType" content="Conference"></span> <span property="v:startDate" content="2025-02-20T00:00:00"></span> <span property="v:endDate" content="2025-02-21T23:59:59"></span> <span resource="http://www.wikicfp.com/cfp/servlet/event.showcfp?eventid=181959" rel="v:url"></span> <span rel="v:location"><span typeof="v:Address"><span property="v:locality" content="Udine, Italy"></span></span></span> <span property="v:description"> IRCDL 2025 : 21st Conference on Information and Research Science Connecting to Digital and Library Science</span> </span> </h2> <h3> <span id="share-buttons"> <a href="http://www.facebook.com/sharer.php?u=http://wikicfp.com/cfp/servlet/event.showcfp?eventid=181959" target="_blank"><img src="/cfp/images/share/facebook.png" alt="Facebook"/></a><a href="http://twitter.com/share?url=http://wikicfp.com/cfp/servlet/event.showcfp?eventid=181959&text=IRCDL 2025 : 21st Conference on Information and Research Science Connecting to Digital and Library Science" target="_blank"><img src="/cfp/images/share/twitter.png" alt="Twitter" /></a><a href="http://www.linkedin.com/shareArticle?mini=true&url=http://wikicfp.com/cfp/servlet/event.showcfp?eventid=181959" target="_blank"><img src="/cfp/images/share/linkedin.png" alt="LinkedIn" /></a><a href="https://plus.google.com/share?url=http://wikicfp.com/cfp/servlet/event.showcfp?eventid=181959" target="_blank"><img src="/cfp/images/share/google.png" alt="Google" /></a></span> </h3> <br>Conference Series : <a href='/cfp/program?id=1655&s=IRCDL&f=Italian Research Conference on Digital Library Management Systems'>Italian Research Conference on Digital Library Management Systems</a><br> </td></tr> <tr><td align="center" > Link: <a href="https://ircdl2025.uniud.it/" target="_newtab">https://ircdl2025.uniud.it/</a> </td></tr> <tr><td> </td></tr> <tr><td> <table cellpadding="0" cellspacing="5" align="center"> <tr valign="middle"> <td align="center"> <table cellpadding="0" cellspacing="0" align="center"> <tr valign="middle"><td align="center"> <table class="gglu" cellpadding="3" cellspacing="1" align="center"> <tr bgcolor="#e6e6e6"> <th>When</th> <td align="center"> Feb 20, 2025 - Feb 21, 2025 </td> </tr><tr bgcolor="#f6f6f6"> <th>Where</th> <td align="center">Udine, Italy</td> </tr> <tr bgcolor="#e6e6e6"> <th>Submission Deadline</th> <td align="center"> <span xmlns:v="http://rdf.data-vocabulary.org/#" typeof="v:Event"> <span property="v:summary" content="Submission Deadline"></span> <span resource="http://www.wikicfp.com/cfp/servlet/event.showcfp?eventid=181959" rel="v:url"></span> <span property="v:startDate" content="2024-12-06T00:00:00">Dec 6, 2024</span> </span> </td> </tr> <tr bgcolor="#f6f6f6"> <th>Notification Due</th> <td align="center"> <span xmlns:v="http://rdf.data-vocabulary.org/#" typeof="v:Event"> <span property="v:summary" content="Notification Due"></span> <span resource="http://www.wikicfp.com/cfp/servlet/event.showcfp?eventid=181959" rel="v:url"></span> <span property="v:startDate" content="2025-01-24T00:00:00">Jan 24, 2025</span> </span> </td> </tr> <tr bgcolor="#e6e6e6"> <th>Final Version Due</th> <td align="center"> <span xmlns:v="http://rdf.data-vocabulary.org/#" typeof="v:Event"> <span property="v:summary" content="Final Version Due"></span> <span resource="http://www.wikicfp.com/cfp/servlet/event.showcfp?eventid=181959" rel="v:url"></span> <span property="v:startDate" content="2025-02-07T00:00:00">Feb 7, 2025</span> </span> </td> </tr> </table> </td></tr> <tr><td align="center" > <table class="gglu" cellpadding="3" cellspacing="1" align="center"> <tr><td></td></tr> <tr bgcolor="#f6f6f6"> <td align="center"> <h5><a class="blackbold" href="/cfp/allcat"><b>Categories</b></a> <a href="../call?conference=digital humanities">digital humanities</a> <a href="../call?conference=NLP">NLP</a> <a href="../call?conference=library science">library science</a> <a href="../call?conference=information retrieval">information retrieval</a></h5> </td></tr> </table> </td></tr> </table> </td> </tr> </table> </td></tr> <tr><td> </td></tr> <tr><td align="center" > <div xmlns:dc="http://purl.org/dc/elements/1.1/"> <span property="dc:title" content="IRCDL 2025"></span> <span property="dc:description" content="21st Conference on Information and Research Science Connecting to Digital and Library Science"></span> <span property="dc:identifier" content="http://www.wikicfp.com/cfp/servlet/event.showcfp?eventid=181959"></span> <span property="dc:source" content="https://ircdl2025.uniud.it/"></span> <span property="dc:publisher" content="WikiCFP"></span> </div> <h3>Call For Papers</h3> </td></tr> <tr><td align="center" > <div class="cfp" align="left"> IRCDL 2025 - 21st Conference on Information and Research Science Connecting to Digital and Library Science <br>https://ircdl2025.uniud.it/ <br> <br>Since 2005, IRCDL has been an annual event for researchers on Digital Libraries and related topics. IRCDL has become a key forum on digital libraries and associated issues. It covers various aspects, including new forms of information institutions, digital content management, and theoretical models of information media. The conference welcomes participants from academia, government, industry, and other sectors. It draws from diverse research areas such as computer science, digital humanities, information science, librarianship, archival science, museum studies, technology, social sciences, cultural heritage, and humanities. <br> <br>This year, IRCDL 2025 features two distinct tracks, <br>each with an associated special issue! <br> <br> <br>CALL FOR PAPERS AND SPECIAL ISSUES <br> <br> <br>──────────────────────────────────────────────────────────────────── <br> <br>)) Track 1 <br>Computer Science Foundations for Digital Libraries: <br>Algorithms, Systems, and Applications <br> <br>This track examines core computer science concepts essential for digital libraries. <br>It covers algorithms for information retrieval and data management, system architectures <br>for large-scale digital collections, and practical applications in areas such as academic <br>research and cultural heritage preservation. <br> <br>Special Issue )) Published in: International Journal on Digital Libraries <br> <br>──────────────────────────────────────────────────────────────────── <br> <br>)) Track 2 <br>Digital Humanities: <br>The Science and Foundation of Modern Humanities Libraries <br> <br>This track explores the intersection of digital technologies and humanities research. <br>It examines computational methods for analyzing and preserving cultural artifacts, <br>text mining techniques for large-scale literary analysis, <br>and digital platforms for collaborative scholarship. <br> <br>Special Issue )) Published in: Umanistica Digitale <br> <br>──────────────────────────────────────────────────────────────────── <br> <br>Authors of selected papers from the two tracks will be invited to <br>submit extended versions of their work to the related special issue indicated above. <br> <br>Deadline for special issues: end of March/April. <br> <br>*Additional details about the special issues will be available soon.* <br> <br>──────────────────────────────────────────────────────────────────── <br> <br>Submissions are welcome on theory, architectures, data models, tools, <br>services, and infrastructures. Possible topics include, but are not limited to: <br>• Open data <br>• Open science: models, practices, mandates, and policies <br>• Information retrieval and access <br>• Information extraction from tables and figures in scientific literature <br>• Application of machine learning techniques to research data and digital libraries <br>• Ontologies <br>• Knowledge discovery and representation in digital libraries <br>• Knowledge acquisition from scientific papers <br>• Document analysis (layout, text, images) <br>• Services for digital arts and humanities <br>• Cultural heritage access and analysis <br>• Metadata (definition, management, curation, integration) <br>• Digital manuscript analysis <br>• Data repositories and archives <br>• Data citation, provenance, and pricing <br>• Data and information lifecycle (creation, store, share, and reuse) <br>• Semantic web technologies and linked data for DLs <br>• Digital epigraphy <br>• Digital preservation and curation <br>• Quality and evaluation of digital libraries <br>• Digital Scholarship <br>• Citation analysis and scientometrics <br>• Research infrastructures <br>• User participation <br>• Human-computer interaction and user experience <br>• Applications of digital libraries <br>• Multi-media handling <br> <br>──────────────────────────────────────────────────────────────────── <br> <br>DATES <br> <br>)) SUBMISSION DEADLINE: December 6, 2024 <br>)) Notifications of acceptance: January 24, 2025 <br>)) Camera Ready deadline: February 7, 2025 <br>)) Conference: February 20-21, 2025 <br> <br>The conference will be held in Udine, Italy on February 20-21, 2025. <br> <br>──────────────────────────────────────────────────────────────────── <br> <br>SUBMISSIONS <br> <br>All submissions will be handled electronically via the conference’s CMT Website: <br>https://cmt3.research.microsoft.com/IRCDL2025 <br> <br>Research papers, describing original ideas on the listed topics and <br>on other fundamental aspects of digital libraries and technology, are solicited. <br>Moreover, short papers on early research results, new results on previously published works, <br>and extended abstract on previously published works are also welcome: <br> <br>)) Research papers: should be in the 10-12 pages range. <br>)) Short papers: should be in the 6-7 pages range. <br>)) Extended abstracts: should be 5 pages long. <br> <br>For all the submission types the references are not counted in the page limit. <br> <br>Authors can find complete instructions on how to format their papers at <br>https://ircdl2025.uniud.it/index.html#call-for-papers <br> <br>The accepted submissions, <br>including Long Papers, Short Papers, and Extended Abstracts <br>will be published in the IRCDL 2025 Proceedings. <br>The Proceedings will be published by CEUR-WS, <br>which is gold open access and indexed by SCOPUS and DBLP. <br> <br>──────────────────────────────────────────────────────────────────── <br> <br>PEOPLE <br> <br>General Chairs: Stefano Mizzaro (U. Udine), Giuseppe Serra (U. Udine) <br>Program Chairs: Donatella Firmani (U. Rome - Sapienza), Sara Tonelli (FBK), Marcella Cornia (U. Modena and Reggio Emilia), Giorgio Maria di Nunzio (U. Padova) <br>Technical Chairs: Andrea Brunello (U. Udine), Emanuela Colombi (U. Udine), Alessandro Locaputo (U. Udine), Nicola Saccomanno (U. Udine) <br>Publication Chair: Alessandro Tremamunno (U. Udine) <br>Publicity Chairs: Lorenzo Balzotti (U. Rome - Sapienza), Vittorio Cuculo (U. Modena and Reggio Emilia), Beatrice Portelli (U. Udine), Stefano Marchesin (U. Padova) <br>Website Chair: Michael Soprano (U. Udine) <br>Social Activity Chair: Alex Falcon (U. Udine) <br>Local Organization Chairs: Ali Abdari (U. Udine), Mehdi Fasihi (U. Udine), Ian Gallegos (U. Udine), Daniele Lizzio Bosco (U. Udine) <br> <br>──────────────────────────────────────────────────────────────────── <br> <br>CONTACTS <br> <br>giuseppe.serra@uniud.it <br>alessandro.locaputo@uniud.it <br> <br>https://ircdl2025.uniud.it </div> </td></tr> </table> </center> </div> <div class="contsec"> <center><h3> Related Resources </h3></center> <div class="cfp" align="left"> <table cellpadding="0" cellspacing="0px" align="center" width="100%"> <tr valign="top"> <td> <table cellpadding="4" cellspacing="3" align="center" width="100%"> <tr><td> <a href="/cfp/servlet/event.showcfp?eventid=127474">IEEE-Ei/Scopus-ITCC 2025</a> 2025 5th International Conference on Information Technology and Cloud Computing (ITCC 2025)-EI Compendex </td></tr> <tr><td> <a href="/cfp/servlet/event.showcfp?eventid=177575">IJCSA 2024</a> International Journal on Computational Science & Applications </td></tr> <tr><td> <a href="/cfp/servlet/event.showcfp?eventid=181913">ACM SAC 2025</a> 40th ACM/SIGAPP Symposium On Applied Computing </td></tr> <tr><td> <a href="/cfp/servlet/event.showcfp?eventid=178382">IJCGA 2024</a> International Journal of Computer Graphics & Animation </td></tr> <tr><td> <a href="/cfp/servlet/event.showcfp?eventid=177880">SEAS 2025</a> 14th International Conference on Software Engineering and Applications </td></tr> <tr><td> <a href="/cfp/servlet/event.showcfp?eventid=183095">ACL 2025</a> The 63rd Annual Meeting of the Association for Computational Linguistics </td></tr> <tr><td> <a href="/cfp/servlet/event.showcfp?eventid=171907">IEEE-Ei/Scopus-CNIOT 2025</a> 2025 IEEE 6th International Conference on Computing, Networks and Internet of Things (CNIOT 2025) -EI Compendex </td></tr> <tr><td> <a href="/cfp/servlet/event.showcfp?eventid=169901">DEPLING 2023</a> International Conference on Dependency Linguistics </td></tr> <tr><td> <a href="/cfp/servlet/event.showcfp?eventid=178857">CSITEC 2025</a> 11th International Conference on Computer Science, Information Technology </td></tr> <tr><td> <a href="/cfp/servlet/event.showcfp?eventid=183465">TPDL 2025</a> 29th International Conference on Theory and Practice of Digital Libraries </td></tr> </table> </td> </tr> </table> </div> </center> </div> <DIV class="footer"> <center> <table cellpadding="0" cellspacing="0" width="100%"><tr valign="top"> <td align="left"> <table cellpadding="0"> <tr><td align="left"> <a href="/cfp/about.jsp">About Us</a> | <a href="mailto:wikicfp@gmail.com">Contact Us</a> | <a href="/cfp/data.jsp">Data</a> | <a href="/cfp/privacy.jsp">Privacy Policy</a> | <a href="/cfp/terms.jsp">Terms and Conditions</a> </td></tr> <tr><td align="left"> Partners: <a href="https://www.semanticscholar.org/?utm_source=WikiCFP&utm_medium=Display&utm_term=home&utm_content=semantic-scholar-rail-try-it&utm_campaign=WikiCFP%20Test">AI2's Semantic Scholar</a> </td></tr> <tr><td align="left"> This wiki is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0 License</a>. </td></tr></table> </td> <td align="right" style="width:1%"> <!-- <a href="http://www3.clustrmaps.com/counter/maps.php?url=http://www.wikicfp.com" target="_blank" id="clustrMapsLink"><img src="http://www3.clustrmaps.com/counter/index2.php?url=http://www.wikicfp.com" style="border:0px;" width="160" height="90" alt="Locations of visitors to WikiCFP" title="Locations of visitors to WikiCFP" id="clustrMapsImg"> </a> --> <!-- <script type="text/javascript" id="clustrmaps" src="//cdn.clustrmaps.com/map_v2.js?u=HB5u&d=rwJQZ8-WAgBWyJ4xovK800l_zDGOjVPBcT3rG-oLsKw"></script> --> </td> </tr></table> </center> </div> <script type="text/javascript"> function loadAddThis() { addthis.init() } loadAddThis(); </script> <!-- Start Quantcast tag --> <script type="text/javascript"> _qoptions={ qacct:"p-bavkT9R1uB7qI" }; </script> <script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script> <noscript> <img src="http://pixel.quantserve.com/pixel/p-bavkT9R1uB7qI.gif" style="display: none;" border="0" height="1" width="1" alt="Quantcast"/> </noscript> <!-- End Quantcast tag --> </body> </html>