Skip to content

Commit

Permalink
Merge pull request #1 from pmarbaix/pmarbaix-srocc
Browse files Browse the repository at this point in the history
Added draft SROCC bibliography
  • Loading branch information
pmarbaix authored Mar 22, 2024
2 parents 7277e7b + 95e7784 commit 5ba9620
Show file tree
Hide file tree
Showing 6 changed files with 1,819 additions and 3 deletions.
14 changes: 11 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
all: docs/ar6-wg-i.html docs/ar6-wg-ii.html docs/ar6-wg-iii.html docs/ar5-wg-i.html docs/ar5-wg-iii.html docs/ar4-wg-i.html docs/tar-wg-i.html docs/sar-wg-i.html docs/far-wg-i.html docs/sr15.html
all: docs/ar6-wg-i.html docs/ar6-wg-ii.html docs/ar6-wg-iii.html docs/ar5-wg-i.html docs/ar5-wg-iii.html docs/ar4-wg-i.html docs/tar-wg-i.html docs/sar-wg-i.html docs/far-wg-i.html docs/sr15.html docs/srocc.html

docs/ar6-wg-iii.html: ar6-wg-iii.bib
cd docs; bibtex2html -single -css bulma.min.css -header "<section class='section'><div class='container'><h1 class='title'>AR6 WG III</h1><p><a href='index.html'>Back to overview</a></p>" -footer "</div></section>" ../$<
Expand Down Expand Up @@ -44,13 +44,21 @@ docs/far-wg-i.html: far-wg-i.bib
sed -i s/'<!DOCTYPE HTML PUBLIC "-\/\/W3C\/\/DTD HTML 4.01 Transitional\/\/EN">'/'<!DOCTYPE html>'/ docs/far-wg-i.html
sed -i s/'<head>'/'<head><meta charset="utf-8">'/ docs/far-wg-i.html



docs/sr15.html: sr15.bib
cd docs; bibtex2html -single -css bulma.min.css -header "<section class='section'><div class='container'><h1 class='title'>Special Report on 1.5°C</h1><p><a href='index.html'>Back to overview</a></p>" -footer "</div></section>" ../$<
sed -i s/'<!DOCTYPE HTML PUBLIC "-\/\/W3C\/\/DTD HTML 4.01 Transitional\/\/EN">'/'<!DOCTYPE html>'/ docs/sr15.html
sed -i s/'<head>'/'<head><meta charset="utf-8">'/ docs/sr15.html

docs/srocc.html: srocc.bib
cd docs; bibtex2html -single -css bulma.min.css -header "<section class='section'><div class='container'><h1 class='title'>Special Report on the Ocean and Cryosphere in a Changing Climate</h1><p><a href='index.html'>Back to overview</a></p>" -footer "</div></section>" ../$<
sed -i s/'<!DOCTYPE HTML PUBLIC "-\/\/W3C\/\/DTD HTML 4.01 Transitional\/\/EN">'/'<!DOCTYPE html>'/ docs/srocc.html
sed -i s/'<head>'/'<head><meta charset="utf-8">'/ docs/srocc.html

docs/srocc.html: srccl.bib
cd docs; bibtex2html -single -css bulma.min.css -header "<section class='section'><div class='container'><h1 class='title'>Special Report on Climate Change and Land</h1><p><a href='index.html'>Back to overview</a></p>" -footer "</div></section>" ../$<
sed -i s/'<!DOCTYPE HTML PUBLIC "-\/\/W3C\/\/DTD HTML 4.01 Transitional\/\/EN">'/'<!DOCTYPE html>'/ docs/srccl.html
sed -i s/'<head>'/'<head><meta charset="utf-8">'/ docs/srocc.html

clean:
rm docs/ar4*.html docs/ar5*.html docs/ar6*.html docs/sr*.html

Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ in BibTeX format that are too hard to find.

## SR15

## SROCC

Converted from the 'official' citation page [ipcc.ch/srocc/cite-report](https://www.ipcc.ch/srocc/cite-report/); there might be issues with how editors are included for the annexes.

## SRCCL

Converted from the 'official' citation page [ipcc.ch/srccl/cite-report/](https://www.ipcc.ch/srccl/cite-report/); there might be issues with how editors are included, and the DOI is provided only for the full report (others are missing from the IPCC's citation page as of 31/01/2024; the provided DOI is from [CUP](https://doi.org/10.1017/9781009157988).

## AR5

Only WG I provides BibTeX citations which are included in this repository:
Expand Down
Loading

0 comments on commit 5ba9620

Please sign in to comment.