Giter VIP home page Giter VIP logo

unfccc's Introduction

UNFCCC Publication Semantification and CSS Typsetting Experiment

The United Nations Framework Convention on Climate Change

https://unfccc.int/

Demo

Appoloosa (Reports): Publication Style

Demo publication style for reports

Haflinger (Manuals): Publication Style

Demo publication style for manuals

Source docs

unfccc's People

Contributors

mrchristian avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

unfccc's Issues

Table of Contents: W3C, ToCs, and reading order

W3C standard

Web Publications

We are interested in:

Reading order

This goes in the manifest JSON file.

Here: https://github.com/semanticClimate/unfccc/blob/main/publication.json

This is formatted like so and needs our content links inserting, see line 11:

"readingOrder": [

Main ToC

This is stored here: https://github.com/semanticClimate/unfccc/blob/main/toc_file.html

Between these tags:

<nav id="toc" role="doc-toc">

</nav>

We will need links and the short code names inserted.
We will need to generate Session ToCs for each Meeting Session as HTML files. The Session ToC HTML files can be stored anywhere.
E.g.,

<li>Paris Agreement (CMA)
<ul>
<li><a href="toc_inline_001.htm">12_24_CMA_4</a></li>
<li><a href="toc_inline_002.html">13_20_CMA_1</a></li>
<li><a href="toc_inline_003.htm>1_4_CMA_3</a></li>
</ul>
</li>

Inline main ToC

Here is the file for the Inline main ToC: https://github.com/semanticClimate/unfccc/blob/main/toc_inline_main.html
This is similar to the Main ToC but with three additions.

  • Links have a title class; we would use the same short code title text
  • We add a description underneath, this is actually the file Session title that will need capturing from the source
  • The description has a description class

Session ToCs

Here is an example file: https://github.com/semanticClimate/unfccc/blob/main/toc_inline_001.html

We will need a Session ToC for each Meeting Session.

These ToC will involve a different approach from our side as a number of components needs generating and bringing together.

The ToC document will have three main parts:

  • Header
  • ToC
  • Footer

Focusing on the ToC part:

  • We need Decisions and Resolutions adding in sequential order.
  • We need to short code and then after it the full title added

Timekeeping on unfcc job

  • 22.11.23 - 17:00-21:00 (4 hours) SW: Book repo setup; Manifest and ToC setup; Stype setup across multi HTML publication.
  • 23.11.23 - 09:00-10:00 (1 hours) SW: Team meet
  • 23.11.23 - 12:00-15:00 (3 hours) SW: ToC development
  • 24.11.23 - 09:00-11:00 (2 hours) SW: Team meet

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.