├── .gitignore ├── LICENSE ├── README.md ├── diagrams ├── Elasticsearch interface.graffle ├── Elasticsearch interface.png ├── arch-2013-09.graffle ├── arch-2013-09.png ├── arch-2014-03.graffle ├── arch-2014-03.png ├── arch-2014-06.graffle ├── arch-2014-06.png ├── arch-2017-01 STIX XML Output.graffle ├── arch-2017-01 STIX XML Output.png ├── arch-2017-01.graffle ├── arch-2017-01.png ├── arch-deps-2014-06.graffle │ ├── data.plist │ ├── image1.tiff │ ├── image2.png │ ├── image3.tiff │ ├── image4.tiff │ ├── image5.tiff │ ├── image6.tiff │ └── image7.tiff ├── arch-deps-2014-06.png ├── ontology-v0.0.graffle ├── ontology-v0.2.graffle ├── ontology-v0.3.graffle ├── ontology-v0.4-progress.png ├── ontology-v0.4.graffle ├── ontology-v0.4.png ├── ontology-v0.5.graffle ├── ontology-v0.5.png ├── stucco-extraction.graffle └── stucco-extraction.png ├── papers ├── 2013-ICMLA-Bridges-PACE.pdf ├── 2014-ase-paper.pdf ├── 2015-bootstrap-cisrc-paper.pdf ├── 2015-ontology-cisrc-paper.pdf ├── 2016-NAACL-submission.pdf └── 2016-cisrc-graphprints-submitted.pdf ├── posters ├── 2014-JMM-Jones-TextPoster.pdf ├── 2014-JMM-McNeill-BootstrappingPoster.pdf └── 2016-Flocon-Poster.pdf └── presentations ├── 2013.12-PACE.pptx ├── 2014-FloCon-Gerth.md ├── 2014-FloCon-Gerth.pdf ├── 2014.03.28-bridges-cisml.pptx ├── 2014.05.06-bridges-stucco.pptx ├── 2014.05.16-bridges-stucco.pptx ├── 2014.05.28-bridges.pptx ├── 2015.09-bridges-bootstrapping.pptx └── 2016.04-bootstrapping-implementation.pptx /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stucco/docs/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stucco/docs/HEAD/README.md -------------------------------------------------------------------------------- /diagrams/Elasticsearch interface.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stucco/docs/HEAD/diagrams/Elasticsearch interface.graffle -------------------------------------------------------------------------------- /diagrams/Elasticsearch interface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stucco/docs/HEAD/diagrams/Elasticsearch interface.png -------------------------------------------------------------------------------- /diagrams/arch-2013-09.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stucco/docs/HEAD/diagrams/arch-2013-09.graffle -------------------------------------------------------------------------------- /diagrams/arch-2013-09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stucco/docs/HEAD/diagrams/arch-2013-09.png -------------------------------------------------------------------------------- /diagrams/arch-2014-03.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stucco/docs/HEAD/diagrams/arch-2014-03.graffle -------------------------------------------------------------------------------- /diagrams/arch-2014-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stucco/docs/HEAD/diagrams/arch-2014-03.png -------------------------------------------------------------------------------- /diagrams/arch-2014-06.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stucco/docs/HEAD/diagrams/arch-2014-06.graffle -------------------------------------------------------------------------------- /diagrams/arch-2014-06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stucco/docs/HEAD/diagrams/arch-2014-06.png -------------------------------------------------------------------------------- /diagrams/arch-2017-01 STIX XML Output.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stucco/docs/HEAD/diagrams/arch-2017-01 STIX XML Output.graffle -------------------------------------------------------------------------------- /diagrams/arch-2017-01 STIX XML Output.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stucco/docs/HEAD/diagrams/arch-2017-01 STIX XML Output.png -------------------------------------------------------------------------------- /diagrams/arch-2017-01.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stucco/docs/HEAD/diagrams/arch-2017-01.graffle -------------------------------------------------------------------------------- /diagrams/arch-2017-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stucco/docs/HEAD/diagrams/arch-2017-01.png -------------------------------------------------------------------------------- /diagrams/arch-deps-2014-06.graffle/data.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stucco/docs/HEAD/diagrams/arch-deps-2014-06.graffle/data.plist -------------------------------------------------------------------------------- /diagrams/arch-deps-2014-06.graffle/image1.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stucco/docs/HEAD/diagrams/arch-deps-2014-06.graffle/image1.tiff -------------------------------------------------------------------------------- /diagrams/arch-deps-2014-06.graffle/image2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stucco/docs/HEAD/diagrams/arch-deps-2014-06.graffle/image2.png -------------------------------------------------------------------------------- /diagrams/arch-deps-2014-06.graffle/image3.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stucco/docs/HEAD/diagrams/arch-deps-2014-06.graffle/image3.tiff -------------------------------------------------------------------------------- /diagrams/arch-deps-2014-06.graffle/image4.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stucco/docs/HEAD/diagrams/arch-deps-2014-06.graffle/image4.tiff -------------------------------------------------------------------------------- /diagrams/arch-deps-2014-06.graffle/image5.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stucco/docs/HEAD/diagrams/arch-deps-2014-06.graffle/image5.tiff -------------------------------------------------------------------------------- /diagrams/arch-deps-2014-06.graffle/image6.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stucco/docs/HEAD/diagrams/arch-deps-2014-06.graffle/image6.tiff -------------------------------------------------------------------------------- /diagrams/arch-deps-2014-06.graffle/image7.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stucco/docs/HEAD/diagrams/arch-deps-2014-06.graffle/image7.tiff -------------------------------------------------------------------------------- /diagrams/arch-deps-2014-06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stucco/docs/HEAD/diagrams/arch-deps-2014-06.png -------------------------------------------------------------------------------- /diagrams/ontology-v0.0.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stucco/docs/HEAD/diagrams/ontology-v0.0.graffle -------------------------------------------------------------------------------- /diagrams/ontology-v0.2.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stucco/docs/HEAD/diagrams/ontology-v0.2.graffle -------------------------------------------------------------------------------- /diagrams/ontology-v0.3.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stucco/docs/HEAD/diagrams/ontology-v0.3.graffle -------------------------------------------------------------------------------- /diagrams/ontology-v0.4-progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stucco/docs/HEAD/diagrams/ontology-v0.4-progress.png -------------------------------------------------------------------------------- /diagrams/ontology-v0.4.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stucco/docs/HEAD/diagrams/ontology-v0.4.graffle -------------------------------------------------------------------------------- /diagrams/ontology-v0.4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stucco/docs/HEAD/diagrams/ontology-v0.4.png -------------------------------------------------------------------------------- /diagrams/ontology-v0.5.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stucco/docs/HEAD/diagrams/ontology-v0.5.graffle -------------------------------------------------------------------------------- /diagrams/ontology-v0.5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stucco/docs/HEAD/diagrams/ontology-v0.5.png -------------------------------------------------------------------------------- /diagrams/stucco-extraction.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stucco/docs/HEAD/diagrams/stucco-extraction.graffle -------------------------------------------------------------------------------- /diagrams/stucco-extraction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stucco/docs/HEAD/diagrams/stucco-extraction.png -------------------------------------------------------------------------------- /papers/2013-ICMLA-Bridges-PACE.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stucco/docs/HEAD/papers/2013-ICMLA-Bridges-PACE.pdf -------------------------------------------------------------------------------- /papers/2014-ase-paper.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stucco/docs/HEAD/papers/2014-ase-paper.pdf -------------------------------------------------------------------------------- /papers/2015-bootstrap-cisrc-paper.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stucco/docs/HEAD/papers/2015-bootstrap-cisrc-paper.pdf -------------------------------------------------------------------------------- /papers/2015-ontology-cisrc-paper.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stucco/docs/HEAD/papers/2015-ontology-cisrc-paper.pdf -------------------------------------------------------------------------------- /papers/2016-NAACL-submission.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stucco/docs/HEAD/papers/2016-NAACL-submission.pdf -------------------------------------------------------------------------------- /papers/2016-cisrc-graphprints-submitted.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stucco/docs/HEAD/papers/2016-cisrc-graphprints-submitted.pdf -------------------------------------------------------------------------------- /posters/2014-JMM-Jones-TextPoster.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stucco/docs/HEAD/posters/2014-JMM-Jones-TextPoster.pdf -------------------------------------------------------------------------------- /posters/2014-JMM-McNeill-BootstrappingPoster.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stucco/docs/HEAD/posters/2014-JMM-McNeill-BootstrappingPoster.pdf -------------------------------------------------------------------------------- /posters/2016-Flocon-Poster.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stucco/docs/HEAD/posters/2016-Flocon-Poster.pdf -------------------------------------------------------------------------------- /presentations/2013.12-PACE.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stucco/docs/HEAD/presentations/2013.12-PACE.pptx -------------------------------------------------------------------------------- /presentations/2014-FloCon-Gerth.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stucco/docs/HEAD/presentations/2014-FloCon-Gerth.md -------------------------------------------------------------------------------- /presentations/2014-FloCon-Gerth.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stucco/docs/HEAD/presentations/2014-FloCon-Gerth.pdf -------------------------------------------------------------------------------- /presentations/2014.03.28-bridges-cisml.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stucco/docs/HEAD/presentations/2014.03.28-bridges-cisml.pptx -------------------------------------------------------------------------------- /presentations/2014.05.06-bridges-stucco.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stucco/docs/HEAD/presentations/2014.05.06-bridges-stucco.pptx -------------------------------------------------------------------------------- /presentations/2014.05.16-bridges-stucco.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stucco/docs/HEAD/presentations/2014.05.16-bridges-stucco.pptx -------------------------------------------------------------------------------- /presentations/2014.05.28-bridges.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stucco/docs/HEAD/presentations/2014.05.28-bridges.pptx -------------------------------------------------------------------------------- /presentations/2015.09-bridges-bootstrapping.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stucco/docs/HEAD/presentations/2015.09-bridges-bootstrapping.pptx -------------------------------------------------------------------------------- /presentations/2016.04-bootstrapping-implementation.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stucco/docs/HEAD/presentations/2016.04-bootstrapping-implementation.pptx --------------------------------------------------------------------------------