Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Glossary HTML fixes #1

Open
mrchristian opened this issue Nov 1, 2023 · 5 comments
Open

Glossary HTML fixes #1

mrchristian opened this issue Nov 1, 2023 · 5 comments

Comments

@mrchristian
Copy link

No description provided.

@mrchristian mrchristian converted this from a draft issue Nov 1, 2023
@mrchristian
Copy link
Author

mrchristian commented Nov 1, 2023

Change the following in the HTML:

https://github.com/petermr/semanticClimate/blob/main/ipcc/ar6/test/total_glossary/new_total_demo.html

FROM > TO

<div style="margin : 8px; padding : 8px; background : #eee;"> TO <div class="gloss-back">

<div class=""><h4 >  TO <div class="gloss-term"><h4 >

<p class="definition" style="font-weight: bold"> TO <p class="definition">

<hr/>semanticClimate<hr/> TO <h3 >semanticClimate annotation</h3> OR whatever name you think fits.

Can we also add a DIV around all of our annotation section - so for above <h3 >semanticClimate annotation</h3> and to after the end of Translations.

DELETE <hr height="2"/> these can be replaced with a border style from DIV above.

There are anchor links missing hash # e.g., <a href="adaptation_deficit"> <a href="adaptation_gap"> <a href="mass_balance/budget"> <a href="adaptation_limits"> <a href="adaptation_needs"> etc


### We also have anomalies like

only one - line 126

<a href="file:///Users/pm286/projects/semanticClimate/ipcc/ar6/test/total_glossary/total_demo.html">

@mrchristian
Copy link
Author

Once the above are complete I will add CSS files, and make main structural edits

@mrchristian
Copy link
Author

Also please remove the PRE tags around and instead add a class: gloss-translate

<pre> <div> <p>Translations</p> <ul> <li lang="de">DE: ablation</li> <li lang="hi">HI: पृथक करना</li> </ul> </div> </pre>

REPLACE with

<div class=class="gloss-translate"> <p>Translations</p> <ul> <li lang="de">DE: ablation</li> <li lang="hi">HI: पृथक करना</li> </ul> </div>

@petermr
Copy link

petermr commented Nov 1, 2023

OK. The point is that we need to show people the raw HTML so they can edit. But we'll work it out.

@petermr
Copy link

petermr commented Nov 1, 2023

Did you really want class=class= ... ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

2 participants