Introduction #
This document serves as the documentation for the Future Earth Converter, where it will highlight the main additions/changes to the IJEDE Converter to make it compatible with Future Earth articles. The IJEDE Converter serves as a base/boilerplate for this converter, so I highly recommend you read through the documentation file, “IJEDE Converter – Developer Documentation”, before you read this.
Differences #
CC Images #
Since the Future Earth articles require an HTML document with an external stylesheet and external images, in the formatHeaderAndCC() function it links the external images instead of having the images directly coded into the converter. Also, the CC image is at the bottom of the document instead of between he English and French abstracts.
Abstract Titles #
Changes only the first H1 instead of the first two H1 headings.
CSS Styles #
The CSS styles are now linked externally instead of using internal CSS styles.