From 5b6efaab2149249538553dbdad562bb75a58e43f Mon Sep 17 00:00:00 2001 From: Stefan Jaud Date: Sun, 10 Jan 2021 11:34:54 +0100 Subject: [PATCH] Initial commit joss publication - barebone frame, needs content --- Docs/joss/paper.bib | 91 +++++++++++++++++++++++++++++++++++++++++++++ Docs/joss/paper.md | 56 ++++++++++++++++++++++++++++ 2 files changed, 147 insertions(+) create mode 100644 Docs/joss/paper.bib create mode 100644 Docs/joss/paper.md diff --git a/Docs/joss/paper.bib b/Docs/joss/paper.bib new file mode 100644 index 0000000..0f75490 --- /dev/null +++ b/Docs/joss/paper.bib @@ -0,0 +1,91 @@ + + + +@inproceedings{Singer:2014:IfcAlignment, + Author = {Singer, D. and Amann, J.}, + Title = {Erweiterung von IFC Alignment um Stra{\ss}enquerschnitte}, + Booktitle = {Proc. of the 26th Forum Bauinformatik}, + Year = {2014}, + Address = {Darmstadt, Deutschland} +} + + + +@inproceedings{Amann:2015:OKSTRA, + Author = {Amann, J. and Borrmann, A.}, + Title = {Open BIM for Infrastructure {--} mit OKSTRA und IFC Alignment zur internationalen Standardisierung des Datenaustauschs}, + Booktitle = {Tagungsband zum 6. OKSTRA-Symposium}, + Year = {2015}, + Address = {K{\"o}ln, Deutschland} +} + + + +@techreport{Amann:2015:OIP, + Author = {Amann, J. and Borrmann, A.}, + Title = {Creating a 3D-BIM-compliant road design based on IFC alignment originating from an OKSTRA-accordant 2D road design using the TUM Open Infra Platform and the OKSTRA class library}, + Institution = {Technische Universit{\"a}t M{\"u}nchen}, + Year = {2015} +} + + + +@inproceedings{Amann:2015:ICCBEI, + Author = {Amann, J. and Singer, D. and Borrmann, A.}, + Title = {Extension of the upcoming IFC alignment standard with cross sections for road design}, + Booktitle = {Proc. of the ICCBEI 2015}, + Year = {2015}, + Address = {Tokyo, Japan} +} + + + +@article{Amann:2016:IFCPL, + Author = {Amann, J. and Borrmann, A.}, + Title = {Embedding Procedural Knowledge into Building Information Models: The IFC Procedural Language and Its Application for Flexible Transition Curve Representation}, + Journal = {Journal of Computing in Civil Engineering}, + Year = {2016}, + Volume = {30}, + Number = {4}, + Pages = {1-14}, + doi = {10.1061/(ASCE)CP.1943-5487.0000592} +} + + + +@phdthesis {Amann:2018:Diss, + author = {Amann, J.}, + title = {An object-oriented language for embedding interpretation semantics in digital building models}, + type = {Dissertation}, + school = {Technische Universit\"{a}t M\"{u}nchen}, + address = {M\"{u}nchen}, + Year = {2018}, + keywords = {BIM, Building Information Model, Building Information Modelling, Bauwerksinformationsmodell, IFC, Industry Foundation Classes} +} + + + +@inproceedings{Hecht:2019:FBI, + Author = {Hecht, Helge and Jaud, {\v{S}}tefan}, + Title = {TUM OpenInfraPlatform: The Open-Source BIM Visualisation Software}, + Booktitle = {Proc. of the 31st Forum Bauinformatik}, + url={https://publications.cms.bgu.tum.de/2019_Hecht_Jaud_FBI.pdf}, + Year = {2019}, + Address = {Berlin, Germany} +} + + + +@inproceedings{Valero:2020:ISARC, + doi = {10.22260/ISARC2020/0033}, + year = 2020, + month = {October}, + author = {Valero, Enrique and Mohanty, Dibya D. and Bosche, Frederic}, + title = {Development of an Open-source Scan+BIM Platform}, + booktitle = {Proceedings of the 37th International Symposium on Automation and Robotics in Construction (ISARC)}, + isbn = {978-952-94-3634-7}, + publisher = {International Association for Automation and Robotics in Construction (IAARC)}, + editor = {"Osumi, Hisashi", "Furuya, Hiroshi", "Tateyama, Kazuyoshi"}, + pages = {223-232}, + address = {Kitakyushu, Japan} +} diff --git a/Docs/joss/paper.md b/Docs/joss/paper.md new file mode 100644 index 0000000..7ed7a2c --- /dev/null +++ b/Docs/joss/paper.md @@ -0,0 +1,56 @@ + +Note to OIP developers: observe the [guidelines](https://joss.readthedocs.io/en/latest/submitting.html#what-should-my-paper-contain) and our [notes](./notes.md). + +Most important instructions: + +> 250-1000 words +> explain the software functionality and domain of use to a *non-specialist* reader + +See [example](http://bit.ly/2x22gxT) and [a more complex example](https://joss.readthedocs.io/en/latest/submitting.html#example-paper-and-bibliography). + +--- +title: 'BlueFramework: rendering engine' +tags: + - DirectX +authors: + - name: Stefan Jaud^[corresponding author] + orcid: 0000-0003-0387-3440 + affiliation: 1 + - name: Helge Hecht + affiliation: 2 + - name: Julian Amann + affiliation: 1 + - name: Jonas Schlenger + affiliation: 1 +affiliations: + - name: Chair for Computational Modelling and Simulation, Technical University of Munich + index: 1 + - name: ?? + index: 2 +date: 10 January 2021 +bibliography: paper.bib +--- + +# Summary + +> TODO: A summary describing the high-level functionality and purpose of the software for a diverse, *non-specialist* audience. + +BlueFramework + +# Statement of Need + +> TODO: A clear Statement of Need that illustrates the research purpose of the software. + +see [Hecht:2019:FBI]. + +# Research Projects + +> TODO:Mention (if applicable) a representative set of past or ongoing research projects using the software and recent scholarly publications enabled by it. + +# Acknowledgements + +> TODO:Acknowledgement of any financial support. + +# References + +> TODO:A list of key references, including to other software addressing related needs.