SlideShare a Scribd company logo
1 of 14
Download to read offline
Linking Primary and Secondary
               Sources by Microformats

           Matteo Romanello, Univ. quot;Ca' Foscariquot; di Venezia




05/22/08                                                      1
Rationale

             •    In the Field of Classics
                    – Electronic publications need to be BOOTSTRAPPED
                    – Scholars need (and deserve) more effective research tools to be provided

             •    Switching from content holding to service providing
                    – Will start a virtuous circle
                       • Publishers (e.g. of e-journals) provide more really effective Value
                           Added Services to scholars
                       • Scholars are encouraged to use online publications
                       • Publishers will invest more money on electronic publishing
                    – Favors the Open Access to research findings
                       • Value Added Services could make the OA economically sustainable
             •    What services are most important for philologists and scholars of
                  Classics?
                    – Canonical references are meaningful entry points to information (see
                      importance of indices locorum within monographs...)
                    – A more powerful linking framework for primary and secondary sources!

                                                                                             2 /14
M. Romanello, Linking Primary and Secondary Sources by Microformats
Trends in Computational Philology: Trends in Computational and Formal Philology
Linking primary and secondary sources

                The first attempt...                                   ...an e-scholium on the Web scale




            Venetus A: Marcianus Graecus Z. 454,
            <http://chs75.harvard.edu/manuscripts/image-viewer>



                                                                                                    3 /14
M. Romanello, Linking Primary and Secondary Sources by Microformats
Trends in Computational Philology: Trends in Computational and Formal Philology
Actual Scenarios

                   Google search                                       L'Année Philologique search




                                                                                                     4 /14
M. Romanello, Linking Primary and Secondary Sources by Microformats
Trends in Computational Philology: Trends in Computational and Formal Philology
State of the art: tightly coupled approach

           REFERENCE LINKING FEATURE
           • Hard-linking (1 to 1 mapping)
           • Linking system
              – Peculiar to a given project
              – Language-dependent
              – Closed system




                <!-- Plut. Sol. 19.1 Canonical Text Reference -->

                <a class=quot;citationquot; target=quot;_blankquot;
                   href=quot;http://www.perseus.tufts.edu/cgi-bin/ptext?lookup=Plut.
                   +Sol.+19.1quot;>Plut. <em>Sol.</em> 19.1</a>




                                                                                   5 /14
M. Romanello, Linking Primary and Secondary Sources by Microformats
Trends in Computational Philology: Trends in Computational and Formal Philology
Proposal: loosely coupled approach
                                                                    •    Desired linking system:
                                                                           – Semantic
                                                                           – Open-ended
                                                                           – Language-neutra

                                                                    •    Layers separation:
                                                                           1) Metadata contained in canonical
                                                                              text references
                                                                           2) Protocols and Programming
                                                                              Interfaces (API)
                                                                           3) Services

                                                                    •    Glue:
                                                                           – Client side application

                                                                    •    Implementation:
                                                                           – Microformats
                                                                           – CTS (Canonical Texts Services)
                                                                             URNs

                                                                                                        6 /14
M. Romanello, Linking Primary and Secondary Sources by Microformats
Trends in Computational Philology: Trends in Computational and Formal Philology
Microformatted references




           1   <a class=quot;citationquot; target=quot;_blankquot; href=quot; http://www.perseus.tufts.edu/cgi-
           2    bin/ptext?lookup=Plut.+Sol.+19.1quot;>
           3    <cite style=quot;quot; class=quot;ctrefquot;>
           4        <abbr class=quot;ctauthorquot; title=quot;urn:cts:greekLit:tlg0007quot;>Plut.</abbr>
           5         <em>
           6          <abbr class=quot;ctworkquot; title=quot;urn:cts:greekLit:tlg0007.tlg007quot;>Sol.</abbr>
           7         </em>
           8       <abbr class=quot;rangequot; title=quot;19.1quot;>19.1</abbr>
           9       <abbr class=quot;editionquot; title=quot;Bernadotte Perinquot;/>
           10   </cite>
           11 </a>


           * URNs and implicit information (e.g. Edition statement) are hidden by using Cascading
              Stylesheets (CSS) -> separation of content and presentation


                                                                                           7 /14
M. Romanello, Linking Primary and Secondary Sources by Microformats
Trends in Computational Philology: Trends in Computational and Formal Philology
Microformats and CTS URNs
             •    MICROFORMATS
                    –   from Blogs and Web 2.0
                    –   Microformats community -> pattern and design principles
                    –   Compounds of Plain Old Semantic HTML (POSH) tags
                    –   Aimed at embedding semantic data in HTML elements
                    –   Interest on semantic encoding of citation formats: hBib draft, Microformat
                        for bibliographic references to modern publications

             •    CTS URNs
                    – Lie on the FRBR (Functional Requirements for Bibliographic Records)
                      model
                    – Provide Uniform resource names (isbn:xxxxxxx) for Canonical Texts
                      References
                    – Unambiguous identifiers for
                        • Authors (Homer: urn:cts:greekLit:tlg001)
                        • Works (Iliad: urn:cts:greekLit:tlg001)
                        • Text passages (1.1: urn:cts:greekLit:tlg001.tlg001)
                        • Work Exemplars (Venetus A: 1.1 Holy Cross / Furman Fellows edd.:
                        • urn:cts:greekLit:tlg001.tlg001.greekLit:msA-tei)

                                                                                                8 /14
M. Romanello, Linking Primary and Secondary Sources by Microformats
Trends in Computational Philology: Trends in Computational and Formal Philology
Microformats suitability




           •    Least Power Rule
           •    Forward-compatibility with Resource Description Framework (RDF)
                through GRDDL technology
           •    Rapid and Wide success/adoption (FF3 and IE8)
           •    More HTML-compliant than RDFa and eRDF




                                                                                  9 /14
M. Romanello, Linking Primary and Secondary Sources by Microformats
Trends in Computational Philology: Trends in Computational and Formal Philology
CTS Protocol: building a distributed library




                                                                                  10 /14
M. Romanello, Linking Primary and Secondary Sources by Microformats
Trends in Computational Philology: Trends in Computational and Formal Philology
CTS Protocol: building a distributed library




                                                                                  11 /14
M. Romanello, Linking Primary and Secondary Sources by Microformats
Trends in Computational Philology: Trends in Computational and Formal Philology
Microformat for Canonical Text References in action




                                                                                  12 /14
M. Romanello, Linking Primary and Secondary Sources by Microformats
Trends in Computational Philology: Trends in Computational and Formal Philology
Microformat for Canonical Text References in action




                                                                                  13 /14
M. Romanello, Linking Primary and Secondary Sources by Microformats
Trends in Computational Philology: Trends in Computational and Formal Philology
What's Next?
                                                                                   E-scholium
             •    Semantic parser for canonical
                  texts references: from raw text
                  extracts a microformatted
                  reference

                                                                             Primary        Secondary
             •    Figure out new services to be
                                                                             Source         Sources
                  built upon CTS URNs and
                  Microformats...
                    – CTS harvester
                    – Aggregator of relevant
                      information from the whole Web
                    – Allows one to browse different
                      exemplars of a works (available
                                                                             Secondary Sources
                      through CTS) and at the same
                      time displays related information
                      (bibliographic records relevant
                      to the reading context)



                                                                                                 14 /14
M. Romanello, Linking Primary and Secondary Sources by Microformats
Trends in Computational Philology: Trends in Computational and Formal Philology

More Related Content

Similar to Linking Primary and Secondary by Microformats

M.Romanello Ecal Presentation
M.Romanello Ecal PresentationM.Romanello Ecal Presentation
M.Romanello Ecal PresentationMatteo Romanello
 
Transforming Semantic Web Ideas to Information Architecture
Transforming Semantic Web Ideas to Information ArchitectureTransforming Semantic Web Ideas to Information Architecture
Transforming Semantic Web Ideas to Information ArchitectureVestforsk.no
 
Barcelona Euro Ia Final No Picture
Barcelona Euro Ia Final No PictureBarcelona Euro Ia Final No Picture
Barcelona Euro Ia Final No Pictureanskaar
 
A STUDY ON PLAGIARISM CHECKING WITH APPROPRIATE ALGORITHM IN DATAMINING
A STUDY ON PLAGIARISM CHECKING WITH APPROPRIATE ALGORITHM IN DATAMININGA STUDY ON PLAGIARISM CHECKING WITH APPROPRIATE ALGORITHM IN DATAMINING
A STUDY ON PLAGIARISM CHECKING WITH APPROPRIATE ALGORITHM IN DATAMININGAllison Thompson
 
Financial Network Analysis and Visualisation - Seminar at NYU/Stern 5 April 2011
Financial Network Analysis and Visualisation - Seminar at NYU/Stern 5 April 2011Financial Network Analysis and Visualisation - Seminar at NYU/Stern 5 April 2011
Financial Network Analysis and Visualisation - Seminar at NYU/Stern 5 April 2011Kimmo Soramaki
 
Financial Networks and Cartography
Financial Networks and CartographyFinancial Networks and Cartography
Financial Networks and CartographyKimmo Soramaki
 
Translationframework(2)
Translationframework(2)Translationframework(2)
Translationframework(2)guest04568
 
Translationframework(2)
Translationframework(2)Translationframework(2)
Translationframework(2)guest04568
 
Broadband wireless communications
Broadband wireless communicationsBroadband wireless communications
Broadband wireless communicationsNagu Omsi
 
Profiling Linked Open Data
Profiling Linked Open DataProfiling Linked Open Data
Profiling Linked Open DataBlerina Spahiu
 
AudrisMockus_MSR22.pdf
AudrisMockus_MSR22.pdfAudrisMockus_MSR22.pdf
AudrisMockus_MSR22.pdfTapajitDey1
 
Smallworld : Efficient maximum common substructure searching of large databases
Smallworld : Efficient maximum common substructure searching of large databasesSmallworld : Efficient maximum common substructure searching of large databases
Smallworld : Efficient maximum common substructure searching of large databasesNextMove Software
 
Financial Network Analysis - Talk at Oslo University 25 March 2011
Financial Network Analysis - Talk at Oslo University 25 March 2011Financial Network Analysis - Talk at Oslo University 25 March 2011
Financial Network Analysis - Talk at Oslo University 25 March 2011Kimmo Soramaki
 
Linq 2013 plenary_keynote_sicilia
Linq 2013 plenary_keynote_siciliaLinq 2013 plenary_keynote_sicilia
Linq 2013 plenary_keynote_siciliaLINQ_Conference
 
The Nature of Information
The Nature of InformationThe Nature of Information
The Nature of InformationAdrian Paschke
 

Similar to Linking Primary and Secondary by Microformats (20)

Information Quality in the Web Era
Information Quality in the Web EraInformation Quality in the Web Era
Information Quality in the Web Era
 
M.Romanello Ecal Presentation
M.Romanello Ecal PresentationM.Romanello Ecal Presentation
M.Romanello Ecal Presentation
 
Transforming Semantic Web Ideas to Information Architecture
Transforming Semantic Web Ideas to Information ArchitectureTransforming Semantic Web Ideas to Information Architecture
Transforming Semantic Web Ideas to Information Architecture
 
Barcelona Euro Ia Final No Picture
Barcelona Euro Ia Final No PictureBarcelona Euro Ia Final No Picture
Barcelona Euro Ia Final No Picture
 
A STUDY ON PLAGIARISM CHECKING WITH APPROPRIATE ALGORITHM IN DATAMINING
A STUDY ON PLAGIARISM CHECKING WITH APPROPRIATE ALGORITHM IN DATAMININGA STUDY ON PLAGIARISM CHECKING WITH APPROPRIATE ALGORITHM IN DATAMINING
A STUDY ON PLAGIARISM CHECKING WITH APPROPRIATE ALGORITHM IN DATAMINING
 
Digital repertoires of poetry metrics: towards a Linked Open Data ecosystem
Digital repertoires of poetry metrics: towards a Linked Open Data ecosystemDigital repertoires of poetry metrics: towards a Linked Open Data ecosystem
Digital repertoires of poetry metrics: towards a Linked Open Data ecosystem
 
G9_Cognition-Knowledge Rep and Reas_H6
G9_Cognition-Knowledge Rep and Reas_H6G9_Cognition-Knowledge Rep and Reas_H6
G9_Cognition-Knowledge Rep and Reas_H6
 
Financial Network Analysis and Visualisation - Seminar at NYU/Stern 5 April 2011
Financial Network Analysis and Visualisation - Seminar at NYU/Stern 5 April 2011Financial Network Analysis and Visualisation - Seminar at NYU/Stern 5 April 2011
Financial Network Analysis and Visualisation - Seminar at NYU/Stern 5 April 2011
 
Financial Networks and Cartography
Financial Networks and CartographyFinancial Networks and Cartography
Financial Networks and Cartography
 
Translationframework(2)
Translationframework(2)Translationframework(2)
Translationframework(2)
 
Translationframework(2)
Translationframework(2)Translationframework(2)
Translationframework(2)
 
The Semantic Web: RPI ITWS Capstone (Fall 2012)
The Semantic Web: RPI ITWS Capstone (Fall 2012)The Semantic Web: RPI ITWS Capstone (Fall 2012)
The Semantic Web: RPI ITWS Capstone (Fall 2012)
 
Broadband wireless communications
Broadband wireless communicationsBroadband wireless communications
Broadband wireless communications
 
Profiling Linked Open Data
Profiling Linked Open DataProfiling Linked Open Data
Profiling Linked Open Data
 
AudrisMockus_MSR22.pdf
AudrisMockus_MSR22.pdfAudrisMockus_MSR22.pdf
AudrisMockus_MSR22.pdf
 
Smallworld : Efficient maximum common substructure searching of large databases
Smallworld : Efficient maximum common substructure searching of large databasesSmallworld : Efficient maximum common substructure searching of large databases
Smallworld : Efficient maximum common substructure searching of large databases
 
ITWS Capstone Lecture (Spring 2013)
ITWS Capstone Lecture (Spring 2013)ITWS Capstone Lecture (Spring 2013)
ITWS Capstone Lecture (Spring 2013)
 
Financial Network Analysis - Talk at Oslo University 25 March 2011
Financial Network Analysis - Talk at Oslo University 25 March 2011Financial Network Analysis - Talk at Oslo University 25 March 2011
Financial Network Analysis - Talk at Oslo University 25 March 2011
 
Linq 2013 plenary_keynote_sicilia
Linq 2013 plenary_keynote_siciliaLinq 2013 plenary_keynote_sicilia
Linq 2013 plenary_keynote_sicilia
 
The Nature of Information
The Nature of InformationThe Nature of Information
The Nature of Information
 

More from Matteo Romanello

Towards the Automatic Retrieval of Cited Parallel Passages from Secondary Lit...
Towards the Automatic Retrieval of Cited Parallel Passages from Secondary Lit...Towards the Automatic Retrieval of Cited Parallel Passages from Secondary Lit...
Towards the Automatic Retrieval of Cited Parallel Passages from Secondary Lit...Matteo Romanello
 
Scaling up the Extraction of Canonical Citations in Classics
Scaling up the Extraction of Canonical Citations in ClassicsScaling up the Extraction of Canonical Citations in Classics
Scaling up the Extraction of Canonical Citations in ClassicsMatteo Romanello
 
Transforming Indexes Locorum into Citation Networks
Transforming Indexes Locorum into Citation NetworksTransforming Indexes Locorum into Citation Networks
Transforming Indexes Locorum into Citation NetworksMatteo Romanello
 
Enhancing and Extending the Digital Study of Intertextuality (pt. 2): Reveali...
Enhancing and Extending the Digital Study of Intertextuality (pt. 2): Reveali...Enhancing and Extending the Digital Study of Intertextuality (pt. 2): Reveali...
Enhancing and Extending the Digital Study of Intertextuality (pt. 2): Reveali...Matteo Romanello
 
Introduction to the Text Reuse panel at DH 2014
Introduction to the Text Reuse panel at DH 2014Introduction to the Text Reuse panel at DH 2014
Introduction to the Text Reuse panel at DH 2014Matteo Romanello
 
Exploring Citation Networks to Study Intertextuality in Classics
Exploring Citation Networks to Study Intertextuality in ClassicsExploring Citation Networks to Study Intertextuality in Classics
Exploring Citation Networks to Study Intertextuality in ClassicsMatteo Romanello
 
DARIAH Geo-browser: Exploring Data through Time and Space
DARIAH Geo-browser: Exploring Data through Time and SpaceDARIAH Geo-browser: Exploring Data through Time and Space
DARIAH Geo-browser: Exploring Data through Time and SpaceMatteo Romanello
 
Greedy Enough for the Grid?
Greedy Enough for the Grid?Greedy Enough for the Grid?
Greedy Enough for the Grid?Matteo Romanello
 
Structured and Unstructured:Extracting Information From Classics Scholarly Texts
Structured and Unstructured:Extracting Information From Classics Scholarly TextsStructured and Unstructured:Extracting Information From Classics Scholarly Texts
Structured and Unstructured:Extracting Information From Classics Scholarly TextsMatteo Romanello
 
Stuctured Vs Unstructured: Extracting Information from Classics Scholarly Texts
Stuctured Vs Unstructured: Extracting Information from Classics Scholarly TextsStuctured Vs Unstructured: Extracting Information from Classics Scholarly Texts
Stuctured Vs Unstructured: Extracting Information from Classics Scholarly TextsMatteo Romanello
 
[poster] Extracting Information From Classics Scholarly Texts
[poster] Extracting Information From Classics Scholarly Texts[poster] Extracting Information From Classics Scholarly Texts
[poster] Extracting Information From Classics Scholarly TextsMatteo Romanello
 
DIGITAL HUMANITIES E FILOLOGIA Un'introduzione
DIGITAL HUMANITIES   E FILOLOGIA   Un'introduzioneDIGITAL HUMANITIES   E FILOLOGIA   Un'introduzione
DIGITAL HUMANITIES E FILOLOGIA Un'introduzioneMatteo Romanello
 
Rethinking Critical Editions of Fragments by Ontologies
Rethinking Critical Editions of Fragments by OntologiesRethinking Critical Editions of Fragments by Ontologies
Rethinking Critical Editions of Fragments by OntologiesMatteo Romanello
 
Presentatio @ ELPUB 2008, Toronto
Presentatio @ ELPUB 2008, TorontoPresentatio @ ELPUB 2008, Toronto
Presentatio @ ELPUB 2008, TorontoMatteo Romanello
 
M. Romanello, E-scholia: scenari digitali per la comunicazione scientifica in...
M. Romanello, E-scholia: scenari digitali per la comunicazione scientifica in...M. Romanello, E-scholia: scenari digitali per la comunicazione scientifica in...
M. Romanello, E-scholia: scenari digitali per la comunicazione scientifica in...Matteo Romanello
 

More from Matteo Romanello (17)

Towards the Automatic Retrieval of Cited Parallel Passages from Secondary Lit...
Towards the Automatic Retrieval of Cited Parallel Passages from Secondary Lit...Towards the Automatic Retrieval of Cited Parallel Passages from Secondary Lit...
Towards the Automatic Retrieval of Cited Parallel Passages from Secondary Lit...
 
Scaling up the Extraction of Canonical Citations in Classics
Scaling up the Extraction of Canonical Citations in ClassicsScaling up the Extraction of Canonical Citations in Classics
Scaling up the Extraction of Canonical Citations in Classics
 
Transforming Indexes Locorum into Citation Networks
Transforming Indexes Locorum into Citation NetworksTransforming Indexes Locorum into Citation Networks
Transforming Indexes Locorum into Citation Networks
 
Enhancing and Extending the Digital Study of Intertextuality (pt. 2): Reveali...
Enhancing and Extending the Digital Study of Intertextuality (pt. 2): Reveali...Enhancing and Extending the Digital Study of Intertextuality (pt. 2): Reveali...
Enhancing and Extending the Digital Study of Intertextuality (pt. 2): Reveali...
 
Introduction to the Text Reuse panel at DH 2014
Introduction to the Text Reuse panel at DH 2014Introduction to the Text Reuse panel at DH 2014
Introduction to the Text Reuse panel at DH 2014
 
Exploring Citation Networks to Study Intertextuality in Classics
Exploring Citation Networks to Study Intertextuality in ClassicsExploring Citation Networks to Study Intertextuality in Classics
Exploring Citation Networks to Study Intertextuality in Classics
 
DARIAH Geo-browser: Exploring Data through Time and Space
DARIAH Geo-browser: Exploring Data through Time and SpaceDARIAH Geo-browser: Exploring Data through Time and Space
DARIAH Geo-browser: Exploring Data through Time and Space
 
Greedy Enough for the Grid?
Greedy Enough for the Grid?Greedy Enough for the Grid?
Greedy Enough for the Grid?
 
Structured and Unstructured:Extracting Information From Classics Scholarly Texts
Structured and Unstructured:Extracting Information From Classics Scholarly TextsStructured and Unstructured:Extracting Information From Classics Scholarly Texts
Structured and Unstructured:Extracting Information From Classics Scholarly Texts
 
Romanello tokyo
Romanello tokyoRomanello tokyo
Romanello tokyo
 
Stuctured Vs Unstructured: Extracting Information from Classics Scholarly Texts
Stuctured Vs Unstructured: Extracting Information from Classics Scholarly TextsStuctured Vs Unstructured: Extracting Information from Classics Scholarly Texts
Stuctured Vs Unstructured: Extracting Information from Classics Scholarly Texts
 
[poster] Extracting Information From Classics Scholarly Texts
[poster] Extracting Information From Classics Scholarly Texts[poster] Extracting Information From Classics Scholarly Texts
[poster] Extracting Information From Classics Scholarly Texts
 
DIGITAL HUMANITIES E FILOLOGIA Un'introduzione
DIGITAL HUMANITIES   E FILOLOGIA   Un'introduzioneDIGITAL HUMANITIES   E FILOLOGIA   Un'introduzione
DIGITAL HUMANITIES E FILOLOGIA Un'introduzione
 
Ht159 Poster
Ht159 PosterHt159 Poster
Ht159 Poster
 
Rethinking Critical Editions of Fragments by Ontologies
Rethinking Critical Editions of Fragments by OntologiesRethinking Critical Editions of Fragments by Ontologies
Rethinking Critical Editions of Fragments by Ontologies
 
Presentatio @ ELPUB 2008, Toronto
Presentatio @ ELPUB 2008, TorontoPresentatio @ ELPUB 2008, Toronto
Presentatio @ ELPUB 2008, Toronto
 
M. Romanello, E-scholia: scenari digitali per la comunicazione scientifica in...
M. Romanello, E-scholia: scenari digitali per la comunicazione scientifica in...M. Romanello, E-scholia: scenari digitali per la comunicazione scientifica in...
M. Romanello, E-scholia: scenari digitali per la comunicazione scientifica in...
 

Recently uploaded

Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAndikSusilo4
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?XfilesPro
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetHyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetEnjoy Anytime
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 

Recently uploaded (20)

Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & Application
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
The transition to renewables in India.pdf
The transition to renewables in India.pdfThe transition to renewables in India.pdf
The transition to renewables in India.pdf
 
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetHyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 

Linking Primary and Secondary by Microformats

  • 1. Linking Primary and Secondary Sources by Microformats Matteo Romanello, Univ. quot;Ca' Foscariquot; di Venezia 05/22/08 1
  • 2. Rationale • In the Field of Classics – Electronic publications need to be BOOTSTRAPPED – Scholars need (and deserve) more effective research tools to be provided • Switching from content holding to service providing – Will start a virtuous circle • Publishers (e.g. of e-journals) provide more really effective Value Added Services to scholars • Scholars are encouraged to use online publications • Publishers will invest more money on electronic publishing – Favors the Open Access to research findings • Value Added Services could make the OA economically sustainable • What services are most important for philologists and scholars of Classics? – Canonical references are meaningful entry points to information (see importance of indices locorum within monographs...) – A more powerful linking framework for primary and secondary sources! 2 /14 M. Romanello, Linking Primary and Secondary Sources by Microformats Trends in Computational Philology: Trends in Computational and Formal Philology
  • 3. Linking primary and secondary sources The first attempt... ...an e-scholium on the Web scale Venetus A: Marcianus Graecus Z. 454, <http://chs75.harvard.edu/manuscripts/image-viewer> 3 /14 M. Romanello, Linking Primary and Secondary Sources by Microformats Trends in Computational Philology: Trends in Computational and Formal Philology
  • 4. Actual Scenarios Google search L'Année Philologique search 4 /14 M. Romanello, Linking Primary and Secondary Sources by Microformats Trends in Computational Philology: Trends in Computational and Formal Philology
  • 5. State of the art: tightly coupled approach REFERENCE LINKING FEATURE • Hard-linking (1 to 1 mapping) • Linking system – Peculiar to a given project – Language-dependent – Closed system <!-- Plut. Sol. 19.1 Canonical Text Reference --> <a class=quot;citationquot; target=quot;_blankquot; href=quot;http://www.perseus.tufts.edu/cgi-bin/ptext?lookup=Plut. +Sol.+19.1quot;>Plut. <em>Sol.</em> 19.1</a> 5 /14 M. Romanello, Linking Primary and Secondary Sources by Microformats Trends in Computational Philology: Trends in Computational and Formal Philology
  • 6. Proposal: loosely coupled approach • Desired linking system: – Semantic – Open-ended – Language-neutra • Layers separation: 1) Metadata contained in canonical text references 2) Protocols and Programming Interfaces (API) 3) Services • Glue: – Client side application • Implementation: – Microformats – CTS (Canonical Texts Services) URNs 6 /14 M. Romanello, Linking Primary and Secondary Sources by Microformats Trends in Computational Philology: Trends in Computational and Formal Philology
  • 7. Microformatted references 1 <a class=quot;citationquot; target=quot;_blankquot; href=quot; http://www.perseus.tufts.edu/cgi- 2 bin/ptext?lookup=Plut.+Sol.+19.1quot;> 3 <cite style=quot;quot; class=quot;ctrefquot;> 4 <abbr class=quot;ctauthorquot; title=quot;urn:cts:greekLit:tlg0007quot;>Plut.</abbr> 5 <em> 6 <abbr class=quot;ctworkquot; title=quot;urn:cts:greekLit:tlg0007.tlg007quot;>Sol.</abbr> 7 </em> 8 <abbr class=quot;rangequot; title=quot;19.1quot;>19.1</abbr> 9 <abbr class=quot;editionquot; title=quot;Bernadotte Perinquot;/> 10 </cite> 11 </a> * URNs and implicit information (e.g. Edition statement) are hidden by using Cascading Stylesheets (CSS) -> separation of content and presentation 7 /14 M. Romanello, Linking Primary and Secondary Sources by Microformats Trends in Computational Philology: Trends in Computational and Formal Philology
  • 8. Microformats and CTS URNs • MICROFORMATS – from Blogs and Web 2.0 – Microformats community -> pattern and design principles – Compounds of Plain Old Semantic HTML (POSH) tags – Aimed at embedding semantic data in HTML elements – Interest on semantic encoding of citation formats: hBib draft, Microformat for bibliographic references to modern publications • CTS URNs – Lie on the FRBR (Functional Requirements for Bibliographic Records) model – Provide Uniform resource names (isbn:xxxxxxx) for Canonical Texts References – Unambiguous identifiers for • Authors (Homer: urn:cts:greekLit:tlg001) • Works (Iliad: urn:cts:greekLit:tlg001) • Text passages (1.1: urn:cts:greekLit:tlg001.tlg001) • Work Exemplars (Venetus A: 1.1 Holy Cross / Furman Fellows edd.: • urn:cts:greekLit:tlg001.tlg001.greekLit:msA-tei) 8 /14 M. Romanello, Linking Primary and Secondary Sources by Microformats Trends in Computational Philology: Trends in Computational and Formal Philology
  • 9. Microformats suitability • Least Power Rule • Forward-compatibility with Resource Description Framework (RDF) through GRDDL technology • Rapid and Wide success/adoption (FF3 and IE8) • More HTML-compliant than RDFa and eRDF 9 /14 M. Romanello, Linking Primary and Secondary Sources by Microformats Trends in Computational Philology: Trends in Computational and Formal Philology
  • 10. CTS Protocol: building a distributed library 10 /14 M. Romanello, Linking Primary and Secondary Sources by Microformats Trends in Computational Philology: Trends in Computational and Formal Philology
  • 11. CTS Protocol: building a distributed library 11 /14 M. Romanello, Linking Primary and Secondary Sources by Microformats Trends in Computational Philology: Trends in Computational and Formal Philology
  • 12. Microformat for Canonical Text References in action 12 /14 M. Romanello, Linking Primary and Secondary Sources by Microformats Trends in Computational Philology: Trends in Computational and Formal Philology
  • 13. Microformat for Canonical Text References in action 13 /14 M. Romanello, Linking Primary and Secondary Sources by Microformats Trends in Computational Philology: Trends in Computational and Formal Philology
  • 14. What's Next? E-scholium • Semantic parser for canonical texts references: from raw text extracts a microformatted reference Primary Secondary • Figure out new services to be Source Sources built upon CTS URNs and Microformats... – CTS harvester – Aggregator of relevant information from the whole Web – Allows one to browse different exemplars of a works (available Secondary Sources through CTS) and at the same time displays related information (bibliographic records relevant to the reading context) 14 /14 M. Romanello, Linking Primary and Secondary Sources by Microformats Trends in Computational Philology: Trends in Computational and Formal Philology