SlideShare a Scribd company logo
Non-profitacademy-ownedOpenAccess
Marcalyc - XML JATS Markup System
Marcalyc: XML JATS Markup System
A tool to approach and preserve knowledge for everyone
Non-profitacademy-ownedOpenAccess
Marcalyc - XML JATS Markup System
Origins: The need of Latin
American and Caribbean Social
Sciences and Humanities to
become more visible is
identified
Inception: Founded by the
research group “Science
Communication and
Dissemination”, from the
Autonomous University of the
State of Mexico
Non-profitacademy-ownedOpenAccess
Marcalyc - XML JATS Markup System
Origins: The need to build a
communication infrastructure
considering sustainability and
digital publishing technology
for all scientific knowledge is
acknowledged
Inception: The initiative
emerged as the result of
Redalyc’s experience aiming to
build a communication system
for Latin America’s and the
Global South’s journals in
response to the financial
sustainability crisis
Non-profitacademy-ownedOpenAccess
Marcalyc - XML JATS Markup System
A little bit of background on XML
• It’s not a markup language.
• It's a meta-markup language.
• XML has a compound of simple rules.
• It provides a uniform method to describe and mix structured data
• It describes the structure and semantics, not the format.
• EXtensible Markup Language
SGML
1986
Electronic
Publishing
Challenges
1991
Web
Presentation
Challenges 1996
Data
Presentation
Challenges
HTML
XML
Non-profitacademy-ownedOpenAccess
Marcalyc - XML JATS Markup System
XML File
• comprises the following elements:
Closing tag
Name of the element
<name> James </name>
Content
Opening tag
Non-profitacademy-ownedOpenAccess
Marcalyc - XML JATS Markup System
• The content is set apart from any presentation
related notion.
• The XML is an International Standard
independent of the platforms.
• It’s also an open format that can be interpreted
by any software.
• The XML can also be exchanged between
systems that might not have been designed for
such specific purpose.
Non-profitacademy-ownedOpenAccess
Marcalyc - XML JATS Markup System
• JATS (Journal Article Tag Suite) is a technical standard. An initiative that
defines an XML formatting to describe structure, semantics, and
metadata for digital scientific content.
• It provides a set of elements and XML attributions to describe graphic and
textual content for journal articles.
• JATS is a technical standard based on the National Information Standards
Organization (NISO) currently on version Z39.96 2012 (ISO z39.96-2015
(JATS 1.1; Current Standard).
Non-profitacademy-ownedOpenAccess
Marcalyc - XML JATS Markup System
Non-profitacademy-ownedOpenAccess
Marcalyc - XML JATS Markup System
•An online tool for the XML tagging of articles
compliant with JATS standards. A cost-free service
offered to OA journals indexed in Redalyc.
• An intuitive and user-friendly software for
scientific journal editors and authors that needs no
advanced technical knowledge to use it.
•Redalyc continuously upgrades the XML JATS
Marcalyc tool, offered to more than 700 journals.
Currently Marcalyc is under its 2.0.14 version
Non-profitacademy-ownedOpenAccess
Marcalyc - XML JATS Markup System
Some Advantages of
Implementing XML-JATS…
Non-profitacademy-ownedOpenAccess
Marcalyc - XML JATS Markup System
Visualization and ubiquity of scientific content, a
new reading experience.
Non-profitacademy-ownedOpenAccess
Marcalyc - XML JATS Markup System
Digital Preservation
• Digital Preservation consists of a series of processes intended to
gain permanent accessibility to digital products. To secure this,
we need to find ways of representing what was originally
presented to users through a set of equipment and software that
can process data. (UNESCO)
• Control the content using structured metadata and other
documents that facilitate access and help throughout the
preservation process.
• Any XML article is expected to be more durable than other
proprietary program products, which makes them useful for
preservation.
Non-profitacademy-ownedOpenAccess
Marcalyc - XML JATS Markup System
Information recovery and interoperability
• Without “smart” content
it’s imposible to exploit
smart search engines
• Finding the right content
• Obtaining condensed
information
• Having a more in-depth
web search
Non-profitacademy-ownedOpenAccess
Marcalyc - XML JATS Markup System
Non-profitacademy-ownedOpenAccess
Marcalyc - XML JATS Markup System
<article>
According to NCBI
(2015)
It contains
<front> <body> <back> <floats-group>
<response> or
<sub-article>
Contains metadata, from
both the journal and the
article
Graphic and textual
content corresponding to
the scientific article
References. appendix.
acknowledgements.
glossary.
Often used
XML-JATS Structure
Container
element for
floating objects
(figures, tables,
text boxes,
graphics, etc.)
Reply, response,
or commentary
concerning the
journal article.
263 tags and 135 attributes
Non-profitacademy-ownedOpenAccess
Marcalyc - XML JATS Markup System
XML-JATS: markup process
The steps of the XML JATS tagging process are as follows:
Front Back Body
1º 2º 3º
This is so because all the information that is identified in the references and footnotes
(included in the Back) is needed to tag citations quoted within the article.
Non-profitacademy-ownedOpenAccess
Marcalyc - XML JATS Markup System
<front>
<journal-meta><article-meta>
contains
Journal information:
• Title.
• Short Journal Title
• ISSN.
• Publisher.
Article information:
• Article title.
• Translated title.
• Name
• Affiliation.
• Author Comments.
• Abstract.
• Keywords.
• Volume Number.
• Issue.
• Page Ranges.
• History.
• License Information.
• Uniform Resource
Identifier.
• Funding.
• Related Article
Information
Non-profitacademy-ownedOpenAccess
Marcalyc - XML JATS Markup System
<back>
contains
<ack>
Acknowledgments
<fn-group>
Footnote Group
<app-group>
Appendix Group
<glossary>
Glossary
Elements List
<ref-list>
Reference List (Bibliographic)
Used to
Aside from providing
functionalities to the viewer, it
offers the necessary data for
bibliometric analysis.
Contains the information for each
reference, both the original and
detailed one. It holds more tags that are
used to describe the content of each
reference, for example:
• Surname.
• Given (First) Names.
• Article Title.
• Source (Journal Title).
• Chapter Title in a Citation.
• Source (Book title).
• Year, Volume, Issue and Page
Ranges.
Non-profitacademy-ownedOpenAccess
Marcalyc - XML JATS Markup System
<body>
contains
<sec>
Section
contains
<title>
Title of the section
<p>
Paragraph
• Text.
• Bibliographic references, Figures, tables,
equations, etc.
• URLs.
• Lists.
• Graphics contained within the text.
• Quotations.
<sig-block>
Signature Block
used as The main textual portion of the
document that conveys the narrative
content, used for visualizing tables,
images, equations, and every other
piece of information that corresponds
to the article itself.
Non-profitacademy-ownedOpenAccess
Marcalyc - XML JATS Markup System
Article Viewer
Non-profitacademy-ownedOpenAccess
Marcalyc - XML JATS Markup System
Mobile Viewer
Non-profitacademy-ownedOpenAccess
Marcalyc - XML JATS Markup System
HTML
Non-profitacademy-ownedOpenAccess
Marcalyc - XML JATS Markup System
ePub
Non-profitacademy-ownedOpenAccess
Marcalyc - XML JATS Markup System
PDF
Non-profitacademy-ownedOpenAccess
Marcalyc - XML JATS Markup System
Marcalyc: an XML JATS Markup System
Thank you !

More Related Content

PPTX
Marcalyc: XML JATS Markup System  A tool to approach and preserve
PPTX
Marcalyc: XML JATS Markup System
PDF
Deborah Aleyne Lapeyre - How JATS Empowers Scholarly Communication
PDF
Ontologies and semantic web
PPTX
Taxonomy 101: Classifying DITA Tasks
DOCX
Revision For SDPF Topic 1 to 6
PDF
Introduction to Configurable Governance Artifacts
PPTX
Olap and metadata
Marcalyc: XML JATS Markup System  A tool to approach and preserve
Marcalyc: XML JATS Markup System
Deborah Aleyne Lapeyre - How JATS Empowers Scholarly Communication
Ontologies and semantic web
Taxonomy 101: Classifying DITA Tasks
Revision For SDPF Topic 1 to 6
Introduction to Configurable Governance Artifacts
Olap and metadata

Similar to Marcalyc: XML JATS Markup System A tool to approach and preserve (20)

PPTX
Apache atlas sydney 2017-v4
PDF
Metastudio DRM. WhitePaper (eng)
PDF
MySQL 8.0 Features -- Oracle CodeOne 2019, All Things Open 2019
PPTX
ELK Stack Online Training - Elasticsearch Online Training Course.pptx
PPT
Creating Interactive Olap Applications With My Sql Enterprise And Mondrian Pr...
PDF
Technology behind-real-time-log-analytics
PDF
Industry Ontologies: Case Studies in Creating and Extending Schema.org for In...
PDF
Industry Ontologies: Case Studies in Creating and Extending Schema.org
PDF
Introducing new AIOps innovations in Oracle 19c - San Jose AICUG
PPTX
Open Metadata and Governance with Apache Atlas
PPS
Semantic Web in Action: Ontology-driven information search, integration and a...
PDF
Make Your Application “Oracle RAC Ready” & Test For It
PDF
Data meets AI - AICUG - Santa Clara
PDF
Using semantic web technologies for exploratory olap a survey
PDF
Connector/J Beyond JDBC: the X DevAPI for Java and MySQL as a Document Store
PDF
Actix for lte
PDF
Actix analyzer lte training
PDF
Actix for LTE
PDF
Metastudio DRM. Product presentation (en)
PDF
DHIRENDRA KUMAR SAHOO
Apache atlas sydney 2017-v4
Metastudio DRM. WhitePaper (eng)
MySQL 8.0 Features -- Oracle CodeOne 2019, All Things Open 2019
ELK Stack Online Training - Elasticsearch Online Training Course.pptx
Creating Interactive Olap Applications With My Sql Enterprise And Mondrian Pr...
Technology behind-real-time-log-analytics
Industry Ontologies: Case Studies in Creating and Extending Schema.org for In...
Industry Ontologies: Case Studies in Creating and Extending Schema.org
Introducing new AIOps innovations in Oracle 19c - San Jose AICUG
Open Metadata and Governance with Apache Atlas
Semantic Web in Action: Ontology-driven information search, integration and a...
Make Your Application “Oracle RAC Ready” & Test For It
Data meets AI - AICUG - Santa Clara
Using semantic web technologies for exploratory olap a survey
Connector/J Beyond JDBC: the X DevAPI for Java and MySQL as a Document Store
Actix for lte
Actix analyzer lte training
Actix for LTE
Metastudio DRM. Product presentation (en)
DHIRENDRA KUMAR SAHOO
Ad

More from REDALYC (20)

PDF
Capacitación en el uso de Marcador XML AmeliCA Journal of Horticultural Scien...
PDF
The value of the scholarly-led, non-profit business model to achieve Open Acc...
PDF
Beneficios de publicar en Acceso Abierto y cómo hacerlo
PDF
Nuevos criterios de evaluación
PDF
La revista digital
PDF
No hablemos de plataformas de Acceso Abierto. Hablemos de modelos de publicación
PDF
Un modelo de publicación sin fines de lucro para conservar la naturaleza acad...
PDF
El conocimiento abierto en América Latina El modelo de publicación abierto, p...
PDF
El modelo de publicación científica de acceso abierto no comercial y sustenta...
PDF
La no cesión de los derechos de autor para fortalecer el modelo diamante: AURA
PDF
Plan S and Diamond Open Access
PDF
El modelo de Acceso Abierto en manos de la Academia
PDF
El papel de las universidades en la sostenibilidad del Acceso Abierto
PDF
IDUAI Making Information Accesible
PDF
Openness and Equity. How can we reshape Scholarly Communications?
PDF
La devaluación del conocimiento producido localmente
PDF
Por un modelo de publicación sin fines de lucro para conservar la naturaleza ...
PDF
Modelo Redalyc-AmeliCA Una apuesta colaborativa por la preservación del conoc...
PDF
Cooperative infraestructure for sustaining non-profit Open Access
PDF
Software para la importación/exportación de Marcalyc/AmeliCA XML al OJS
Capacitación en el uso de Marcador XML AmeliCA Journal of Horticultural Scien...
The value of the scholarly-led, non-profit business model to achieve Open Acc...
Beneficios de publicar en Acceso Abierto y cómo hacerlo
Nuevos criterios de evaluación
La revista digital
No hablemos de plataformas de Acceso Abierto. Hablemos de modelos de publicación
Un modelo de publicación sin fines de lucro para conservar la naturaleza acad...
El conocimiento abierto en América Latina El modelo de publicación abierto, p...
El modelo de publicación científica de acceso abierto no comercial y sustenta...
La no cesión de los derechos de autor para fortalecer el modelo diamante: AURA
Plan S and Diamond Open Access
El modelo de Acceso Abierto en manos de la Academia
El papel de las universidades en la sostenibilidad del Acceso Abierto
IDUAI Making Information Accesible
Openness and Equity. How can we reshape Scholarly Communications?
La devaluación del conocimiento producido localmente
Por un modelo de publicación sin fines de lucro para conservar la naturaleza ...
Modelo Redalyc-AmeliCA Una apuesta colaborativa por la preservación del conoc...
Cooperative infraestructure for sustaining non-profit Open Access
Software para la importación/exportación de Marcalyc/AmeliCA XML al OJS
Ad

Recently uploaded (20)

PPTX
INTRODUCTION TO EVS | Concept of sustainability
PPTX
Classification Systems_TAXONOMY_SCIENCE8.pptx
PPTX
famous lake in india and its disturibution and importance
PPTX
7. General Toxicologyfor clinical phrmacy.pptx
PPTX
DRUG THERAPY FOR SHOCK gjjjgfhhhhh.pptx.
PDF
CAPERS-LRD-z9:AGas-enshroudedLittleRedDotHostingaBroad-lineActive GalacticNuc...
PPTX
Introduction to Cardiovascular system_structure and functions-1
PPTX
ECG_Course_Presentation د.محمد صقران ppt
PPTX
2. Earth - The Living Planet earth and life
PPT
The World of Physical Science, • Labs: Safety Simulation, Measurement Practice
PPTX
G5Q1W8 PPT SCIENCE.pptx 2025-2026 GRADE 5
PPTX
Derivatives of integument scales, beaks, horns,.pptx
PPTX
Taita Taveta Laboratory Technician Workshop Presentation.pptx
PPTX
BIOMOLECULES PPT........................
PDF
AlphaEarth Foundations and the Satellite Embedding dataset
PDF
The scientific heritage No 166 (166) (2025)
PDF
An interstellar mission to test astrophysical black holes
PDF
VARICELLA VACCINATION: A POTENTIAL STRATEGY FOR PREVENTING MULTIPLE SCLEROSIS
PDF
Unveiling a 36 billion solar mass black hole at the centre of the Cosmic Hors...
PPTX
Protein & Amino Acid Structures Levels of protein structure (primary, seconda...
INTRODUCTION TO EVS | Concept of sustainability
Classification Systems_TAXONOMY_SCIENCE8.pptx
famous lake in india and its disturibution and importance
7. General Toxicologyfor clinical phrmacy.pptx
DRUG THERAPY FOR SHOCK gjjjgfhhhhh.pptx.
CAPERS-LRD-z9:AGas-enshroudedLittleRedDotHostingaBroad-lineActive GalacticNuc...
Introduction to Cardiovascular system_structure and functions-1
ECG_Course_Presentation د.محمد صقران ppt
2. Earth - The Living Planet earth and life
The World of Physical Science, • Labs: Safety Simulation, Measurement Practice
G5Q1W8 PPT SCIENCE.pptx 2025-2026 GRADE 5
Derivatives of integument scales, beaks, horns,.pptx
Taita Taveta Laboratory Technician Workshop Presentation.pptx
BIOMOLECULES PPT........................
AlphaEarth Foundations and the Satellite Embedding dataset
The scientific heritage No 166 (166) (2025)
An interstellar mission to test astrophysical black holes
VARICELLA VACCINATION: A POTENTIAL STRATEGY FOR PREVENTING MULTIPLE SCLEROSIS
Unveiling a 36 billion solar mass black hole at the centre of the Cosmic Hors...
Protein & Amino Acid Structures Levels of protein structure (primary, seconda...

Marcalyc: XML JATS Markup System A tool to approach and preserve

  • 1. Non-profitacademy-ownedOpenAccess Marcalyc - XML JATS Markup System Marcalyc: XML JATS Markup System A tool to approach and preserve knowledge for everyone
  • 2. Non-profitacademy-ownedOpenAccess Marcalyc - XML JATS Markup System Origins: The need of Latin American and Caribbean Social Sciences and Humanities to become more visible is identified Inception: Founded by the research group “Science Communication and Dissemination”, from the Autonomous University of the State of Mexico
  • 3. Non-profitacademy-ownedOpenAccess Marcalyc - XML JATS Markup System Origins: The need to build a communication infrastructure considering sustainability and digital publishing technology for all scientific knowledge is acknowledged Inception: The initiative emerged as the result of Redalyc’s experience aiming to build a communication system for Latin America’s and the Global South’s journals in response to the financial sustainability crisis
  • 4. Non-profitacademy-ownedOpenAccess Marcalyc - XML JATS Markup System A little bit of background on XML • It’s not a markup language. • It's a meta-markup language. • XML has a compound of simple rules. • It provides a uniform method to describe and mix structured data • It describes the structure and semantics, not the format. • EXtensible Markup Language SGML 1986 Electronic Publishing Challenges 1991 Web Presentation Challenges 1996 Data Presentation Challenges HTML XML
  • 5. Non-profitacademy-ownedOpenAccess Marcalyc - XML JATS Markup System XML File • comprises the following elements: Closing tag Name of the element <name> James </name> Content Opening tag
  • 6. Non-profitacademy-ownedOpenAccess Marcalyc - XML JATS Markup System • The content is set apart from any presentation related notion. • The XML is an International Standard independent of the platforms. • It’s also an open format that can be interpreted by any software. • The XML can also be exchanged between systems that might not have been designed for such specific purpose.
  • 7. Non-profitacademy-ownedOpenAccess Marcalyc - XML JATS Markup System • JATS (Journal Article Tag Suite) is a technical standard. An initiative that defines an XML formatting to describe structure, semantics, and metadata for digital scientific content. • It provides a set of elements and XML attributions to describe graphic and textual content for journal articles. • JATS is a technical standard based on the National Information Standards Organization (NISO) currently on version Z39.96 2012 (ISO z39.96-2015 (JATS 1.1; Current Standard).
  • 9. Non-profitacademy-ownedOpenAccess Marcalyc - XML JATS Markup System •An online tool for the XML tagging of articles compliant with JATS standards. A cost-free service offered to OA journals indexed in Redalyc. • An intuitive and user-friendly software for scientific journal editors and authors that needs no advanced technical knowledge to use it. •Redalyc continuously upgrades the XML JATS Marcalyc tool, offered to more than 700 journals. Currently Marcalyc is under its 2.0.14 version
  • 10. Non-profitacademy-ownedOpenAccess Marcalyc - XML JATS Markup System Some Advantages of Implementing XML-JATS…
  • 11. Non-profitacademy-ownedOpenAccess Marcalyc - XML JATS Markup System Visualization and ubiquity of scientific content, a new reading experience.
  • 12. Non-profitacademy-ownedOpenAccess Marcalyc - XML JATS Markup System Digital Preservation • Digital Preservation consists of a series of processes intended to gain permanent accessibility to digital products. To secure this, we need to find ways of representing what was originally presented to users through a set of equipment and software that can process data. (UNESCO) • Control the content using structured metadata and other documents that facilitate access and help throughout the preservation process. • Any XML article is expected to be more durable than other proprietary program products, which makes them useful for preservation.
  • 13. Non-profitacademy-ownedOpenAccess Marcalyc - XML JATS Markup System Information recovery and interoperability • Without “smart” content it’s imposible to exploit smart search engines • Finding the right content • Obtaining condensed information • Having a more in-depth web search
  • 15. Non-profitacademy-ownedOpenAccess Marcalyc - XML JATS Markup System <article> According to NCBI (2015) It contains <front> <body> <back> <floats-group> <response> or <sub-article> Contains metadata, from both the journal and the article Graphic and textual content corresponding to the scientific article References. appendix. acknowledgements. glossary. Often used XML-JATS Structure Container element for floating objects (figures, tables, text boxes, graphics, etc.) Reply, response, or commentary concerning the journal article. 263 tags and 135 attributes
  • 16. Non-profitacademy-ownedOpenAccess Marcalyc - XML JATS Markup System XML-JATS: markup process The steps of the XML JATS tagging process are as follows: Front Back Body 1º 2º 3º This is so because all the information that is identified in the references and footnotes (included in the Back) is needed to tag citations quoted within the article.
  • 17. Non-profitacademy-ownedOpenAccess Marcalyc - XML JATS Markup System <front> <journal-meta><article-meta> contains Journal information: • Title. • Short Journal Title • ISSN. • Publisher. Article information: • Article title. • Translated title. • Name • Affiliation. • Author Comments. • Abstract. • Keywords. • Volume Number. • Issue. • Page Ranges. • History. • License Information. • Uniform Resource Identifier. • Funding. • Related Article Information
  • 18. Non-profitacademy-ownedOpenAccess Marcalyc - XML JATS Markup System <back> contains <ack> Acknowledgments <fn-group> Footnote Group <app-group> Appendix Group <glossary> Glossary Elements List <ref-list> Reference List (Bibliographic) Used to Aside from providing functionalities to the viewer, it offers the necessary data for bibliometric analysis. Contains the information for each reference, both the original and detailed one. It holds more tags that are used to describe the content of each reference, for example: • Surname. • Given (First) Names. • Article Title. • Source (Journal Title). • Chapter Title in a Citation. • Source (Book title). • Year, Volume, Issue and Page Ranges.
  • 19. Non-profitacademy-ownedOpenAccess Marcalyc - XML JATS Markup System <body> contains <sec> Section contains <title> Title of the section <p> Paragraph • Text. • Bibliographic references, Figures, tables, equations, etc. • URLs. • Lists. • Graphics contained within the text. • Quotations. <sig-block> Signature Block used as The main textual portion of the document that conveys the narrative content, used for visualizing tables, images, equations, and every other piece of information that corresponds to the article itself.
  • 20. Non-profitacademy-ownedOpenAccess Marcalyc - XML JATS Markup System Article Viewer
  • 21. Non-profitacademy-ownedOpenAccess Marcalyc - XML JATS Markup System Mobile Viewer
  • 25. Non-profitacademy-ownedOpenAccess Marcalyc - XML JATS Markup System Marcalyc: an XML JATS Markup System Thank you !