Skip to content

To Do, Programming side

Federico Buccellati edited this page Feb 7, 2020 · 49 revisions

ENCAB

List of things still to do in EnCAB Program:


High Priority:

  • Allow for 2 initals in first name of authors (e.g. Harper C.R., should resolve to HarperCR) Once done, change algorithms back to Harper C.R. (I have changed them to just C. for now)

  • the "et al." as part of the author name in the Bibliography is not capitalized: so bibliography anchor is to "DoatP_etal" and not "DoatP_Etal"; and BrunkeH_etal as well. This should also be reflected in the "Source Info:" field of the algorithms, so "DoatP_etal" and not "DoatP_Etal"

  • Title of each algorithm should also have sequential number. Example: see in Algorithms sorted by bibliography, "Brunke 2016 261" is repeated 4 times, but should be "Brunke 2016 261", "Brunke 2016 261 1", "Brunke 2016 261 2", "Brunke 2016 261 3". The same should be reflected in the "How to cite:" field. So "EnCAB alg. - Brunke_2016_261_1" not just "EnCAB alg. - Brunke_2016_261" for algorithm "Brunke_2016_261_1.xml"

  • The "How to cite:" in each algorithm should be changed to include a hyperlink. it should read "How to cite (guidelines):" with the word 'guidelines' linked to https://www.encab.net/cite/cite.html

  • hyperlinks of input data for each algorithm should open in a new window, e.g. "Brunke_2016_261_1.xml" should open in a separate window. Only the input data should open in a separate window, all others should open in the same window.

Medium Priority:

  • USE GitHub Actions CI/CD to make running EnCAB possible from within GitHub website. The trigger should be a commit to a "pre-print" branch should run the program and put result in the "pre-print" branch

Low Priority:

  • change order of log file so that all bibliographical problems are together first, then missing HTML pages, then problems with calculation (and give a title to each section in log file, e.g. ----- Bibliographical Problems -----)

  • add JSON as input possibility (for files with .json extension) Il formato JSON è necessario? Secondo me renderebbe solo più complicato l'input. In generale è meglio usare un solo formato, al massimo si potrebbe convertire tutti i file XML in JSON.

  • Create BibTex entry for each algorithm, link on algorithm, also make one with all algorithms and (perhaps) all bibliography Bibtex: quale formato? Solitamente viene usato per le bibliografie, non saprei che formato usare per gli algoritmi. In ogni caso penso si crea un unico file contenenti tutti i bibtex (come qui: https://www.lri.fr/~filliatr/bibtex2html/doc/examples/biblio-these_bib.html#Abrial96 ) e si aggiunge [bib] dopo il nome della bibliografia / algoritmo rimandante alla voce nel file.

  • Add counter for author contributions / and another counter for modifications. Generate a list for each author with all contributions followed by all modifications. Il numero di contributi e modifiche dove andrebbe inserito? E la lista completa?

  • Is there a better way to input the bibliography? Either a copy-paste from Zotero (HTML export) or perhaps a link to the Zotero Group directly?

Completed:

  • favicon.ico

  • Comment code extensively so easily followed by a new programmer or can be used in teaching

  • ZIP filenames for archival files should also have _HHMMSS (HourMinSec of creation time) at end of filename, so ZIP files are not overwritten

  • Add date/time for build at bottom of the 4 algorithm pages (Algorithms sorted by: Bibliography, Material, Step in Process, Type of Algorithm) {{ dateFormat "02 Jan 06 15:04 MST" .Date.UTC }}

  • Within each algorithm, "Source info:" and "Also cited in:" should have hyperlinks to bibliography.
    EXAMPLE: Source info: Robson 1999, 67-69 Also cited in: Heimpel 2009, 67-69 "Robson 1999" should be hyperlinked to #RobsonE in the bibliography, and Heimpel 2009 should link to #HeimpelW.
    Note that sometimes there are 2 authors (so Robson and Heimpel 2050, 99-999 should hyperlink to RobsonE_HeimpelW)
    Note2 that sometimes there are 3 or more authors (so Robson, Heimpel and Buccellati 2050, 99-999 should link to #RobsonE_etal)

  • In the algorithms, the "Created by/on:" and "Modified by/on:" link to the incorrect HTML page. They should not link to the bibliography, but to the author pages.
    EXAMPLE: "Created by/on: Buccellati F., 30.02.2018" The Buccellati F. now links to the bibliography page, but should instead open the "BuccellatiF.html" page under authors.

  • Also, for "Created by/on:" and "Modified by/on:" they should both accept more than one author, listing them one after the other and giving a hyperlink to each author as above.

Clone this wiki locally