Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
fabfab1 committed Mar 4, 2020
2 parents f949259 + e0d3346 commit 2e75b5a
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 2 deletions.
41 changes: 41 additions & 0 deletions EnCAB/log inprogress.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
----------------------------------------------2020-03-02T22:42:46+01:00
EnCAB: Energetic Calculator for Ancient Buildings
-----------------------------------------------------------------------

This program will update website <section> with indexes and algorithms.
Edit config file to change directories and preference.

Config file: "config.py"
Website directory: "../docs/"
Algorithms directory: "../docs/algorithms_data/"
Algorithm template: "templates/algorithm.html"
Index template: "templates/index.html"

[*] Generating indexes...
[*] Importing algorithms data...
[ERROR] Bibliographical problems
Burke_2012_150_3.xml: author "HallG_etal" not found.
Fitzsimons_2014_96.xml: author "Time-LifeBooks" not found.
Harper_2016_519_6.xml: author "Hornbostel" not found. [absent in original]
Harper_2016_519_7.xml: author "Arthur" not found. [absent in original]
Harper_2016_522_2.xml: author "Atkinson" not found. [present - Atkinson R.C. ��� 1961 �Neolithic Engineering?� Antiquity 35: 292�9]
Harper_2016_525_1.xml: author "RusselandDahlin" not found. [present - Russell, B.W., and B.H. Dahlin. 2007. �Traditional Burnt-Lime Production at Mayap�n, Mexico� JFA 32: 407�423]

Harper_2016_527_3.xml: author "LeksonS" not found. [present - Lekson, S. 1984. Great Pueblo Architecture of Chaco Canyon. Albuquerque: University of New Mexico Press]
Harper_2016_527_4.xml: author "LeksonS" not found.
Kerig_2007_2.xml: author "Luley" not found.
Pickett_2016_106_2.xml: author "USCommissionofFishandFisheries" not found.
Pickett_2016_106_3.xml: author "Radford" not found.
UN_1957_1.xml: author "Taniguchi" not found.
UN_1957_2.xml: author "Taniguchi" not found.
UN_1957_3.xml: author "Taniguchi" not found.
UN_1957_4.xml: author "Taniguchi" not found.
UN_1957_5.xml: author "Taniguchi" not found.

[ERROR] Missing_file problems
Harper_2016_519_2.xml: material "conglomerate" not found.
Harper_2016_520_1.xml: algorithm_type "quarrying_conglomerate" not found, material "conglomerate" not found.

[*] Writing data...

[+] Done!
4 changes: 2 additions & 2 deletions docs/algorithms_data/Harper_2016_519_1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@

<algdata>

<algorithm_statement>1 cubic metre of dried brick weights 1440 kg</algorithm_statement>
<algorithm_math>1 m3 weights 1440 kg</algorithm_math>
<algorithm_statement>1 cubic metre of dried brick weighs 1440 kg</algorithm_statement>
<algorithm_math>1 m3 weighs 1440 kg</algorithm_math>
<variables>
<var1>
<unit>m3</unit><description></description>
Expand Down
Binary file modified docs/favicon.ico
Binary file not shown.
Binary file added docs/favicon_ico.old
Binary file not shown.

0 comments on commit 2e75b5a

Please sign in to comment.