From 53d5da49143947425c263eebfb58a5cdc0e5e50b Mon Sep 17 00:00:00 2001 From: fabfab1 Date: Tue, 10 Jul 2018 17:30:28 +0200 Subject: [PATCH 1/2] 1 --- docs/index.html | 31 +++++++++++++++++++++++++++++++ docs/pub.html | 16 ++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 docs/index.html create mode 100644 docs/pub.html diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..f5dd156 --- /dev/null +++ b/docs/index.html @@ -0,0 +1,31 @@ + + + + + BlockGen + + + + + +

BlockGen

+

This website describes BlockGen, a plugin developed for AutoCAD + 2012 to produce solid 3D blocks from data collected in archaeological + contexts. AutoCAD cannot (at least until 2016) produce a 3D solid object + given XYZ coordinates for each corner of the block; this plugin provides + that functionality.

+

The plugin was written for use in the analysis of the AP Palace at Tell + Mozan, ancient Urkesh. The resulting publication, Three-dimensional Volumetric Analysis in an + Archaeological Context, was published in 2016 by Undena Press within the Bibliotheca Mesopotamica + series as an Open Access Monograph.

+

The plugin design and requirements were written by Federico Buccellati, code was written by Steve + Kimling of CADfx. The project is Open Source, published on the GitHub + platform with versions saved on Zenodo. To cite project, please use DOI of + the latest version on Zenodo.

+

If you use the project for a publication, please leave a reference to + that publication here.

+ + diff --git a/docs/pub.html b/docs/pub.html new file mode 100644 index 0000000..d7c067c --- /dev/null +++ b/docs/pub.html @@ -0,0 +1,16 @@ + + + + + BlockGen + + + + + +

BlockGen in Publications

+

The following are publications using BlockGen:

+


+

+ + From c566396ed731a9f51991ed878a74de4cfbf92dea Mon Sep 17 00:00:00 2001 From: fabfab1 Date: Tue, 10 Jul 2018 17:34:35 +0200 Subject: [PATCH 2/2] 1 --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fa73729..9a318f9 100644 --- a/README.md +++ b/README.md @@ -1 +1,7 @@ -# BlockGen \ No newline at end of file +# BlockGen + +For more information, see index.html under docs. + +If you use BlockGen in a publication, please add reference to pub.html page. + +Versions of BlockGen are stored on Zenodo. \ No newline at end of file