TU Wien Research Data
Not a member yet
512 research outputs found
Sort by
Wie plant man die Versorgung der Bevölkerung mit Öffentlichem Verkehr mittels AMDC?
<p>Die zwei Forschungsfragen des Projekts ÖV "klimafit Tirol" (1) "Wie gut sind Menschen an Wohn- und Zielorten (Arbeitsplätzen & Schulen) mit Linien-ÖV versorgt?" und (2) "Welcher Aufwand mit bedarfsgerechtem ÖV ist für jene Personen abseits der Linien-ÖV-Versorgung erforderlich?"</p>
<p>werden mittels Verschneidung von Personendaten (Beschäftigte, Lehrlinge, Schüler und Studierende) und importierten ÖV-Güteklassen im AMDC beantwortet.</p>
Research Data for "Semi-crystalline and amorphous multi-material structures from greyscale printing"
<h3>Context and methodology</h3>
<p>This dataset was created from original work conducted in the framework of a PhD project. It provides the raw data of results presented and discussed therein.</p>
<h3>Technical details</h3>
<p><strong>Compound abbreviations</strong> in the files included herein adhere to the naming in the related publication referenced in the Related Works section, where all compounds are described in detail and drawn as structural formulas. In brief:<br>BPLC: 1,1′-[1,1′-Biphenyl]-4,4′-diyl di-10-undecenoate<br>CHTT: 1,2,4-cyclohexanetriethanethiol</p>
<p><strong>Compound preparation: </strong>All bulk-cured samples and 3D printed samples were cured from formulations consisting of equimolar reactive end groups of BPLC and CHTT. They were cured with 1 mol% (based on terminal double bonds) of photoinitiator (2,4,6-trimethylbenzoyl)-phosphine oxide (TPO). 0.2 wt% pyrogallol were utilized as inhibitor. Detailed discussion of experimental procedures are reported in the publication.</p>
<p>The compressed folder "Raw Data.zip" contains the following:</p>
<p><strong>Text file 'Readme.txt': <br></strong>Text file containing the technical details how the dataset can be used, and which is additionally listed here.</p>
<p><strong>Microsoft Excel file 'Raw Data.xlsx': </strong><br>Tab 1: Raw data obtained via differential scanning calorimetry (DSC) of the monomer BPLC and bulk cured and 3D printed polymer samples<br>Tab 2: Raw data obtained via dynamic mechanical analysis (DMA) of bulk cured and 3D printed polymer samples<br>Tab 3: Raw data obtained via tensile tests of bulk cured and 3D printed polymer samples<br>Tab 4: Raw data obtained via shape memory tests of a bulk cured polymer sample<br>Tab 5: Raw data obtained via FTIR-VIS-spectroscopy of 3D printed polymer samples</p>
<p>The<strong> “3D prints additional data” folder </strong>contains two sub-folders:</p>
<p><em>1. "Mesh Files": STL files for all mono-material printed parts</em><br>• TensileTest<br>• DMA<br>• Chip<br>• Pyramid</p>
<p><em>2. "Voxel slices" for voxel-based models of all multi-material printed parts:</em><br>For the multi-material parts, where voxel-based models were used, the slices that were used to compound the printed parts are included in png format. <br>There is currently no known standard when it comes to encoding multi-material models for light-based 3D printing (vat photopolymerization). Since we used a digital light processing (DLP) light engine with a resolution of 1920 x 1080 pixel, all images required for the light engine have to be in that format. In our voxel-based modelling environment, models can be stored as a set of images in png-format, where each image represents one printed layer. Each image is processed in the printing process as follows: If the original png image has colour information or a bit depth greater than 8, the image gets converted to a grayscale image with bit depth of 8 (which allows 28 possible values, ranging from black to white). Each pixel is then interpreted:<br>• Black pixel (value: 0): Nothing is printed<br>• Grey pixel (value in range 1 – 254): Printed with the crystalline property<br>• White pixel (value: 255): Printed with the amorphous property<br>List of folders containing the voxel slices in png-format for each of the printed multi-material objects:<br>• "5LayerTensileTest"<br>• "QrCodeHidden"<br>• "QrCodeRegular"<br>• "ShapeMemoryCubeFaces"<br>• "Skelett"<br>• "WarningSign"<br>• "TensileTestCrossSection"</p>
Multi-Beam LEO Communication Satellite Simulation Framework
<h2>Multi-Beam LEO Communication Satellite Simulation Framework</h2>
<p>With this Python code, the results from the paper <em>Impact of Elevation Angle on Multi-Beam LEO Satellite Communication Systems by Fastenbauer et al.</em> can be reproduced and results with altered parameters can be simulated and plotted. The code also contains the result data used to generate the plots in the paper.</p>
<h2>Multi-Beam LEO Communication Satellite</h2>
<p>This code is a simulation tool to evaluate the channel quality in a multi-beam LEO satellite communication system in terms of signal-to-noise ratio and signal-to-interference-and-noise ratio.</p>
<p>The code simulates a satellite equipped with an antenna array that consists of 19 panels, that each form a beam. The beams are directed to a hexagonal grid on the Earth's surface and independently serve users. The co-channel interference between the beams is taken into account under the assumption that all beams are active at all times.</p>
<h2>Technical details</h2>
<h3>Files</h3>
<ul>
<li><code>figures</code> folder: contains pdf files of the result plots.</li>
<li><code>results</code> folder: contains simulation results saved as JSON files. New results are saved here if no other folder is specified. The saved result files are necessary to run <code>plotResults.py</code>.</li>
<li><code>simulation.py</code>: run simulations.</li>
<li><code>plotResults.py</code>: plot simulation results saved in the results folder.</li>
<li><code>networkGeometry.py</code>: create satellite and user positions and set beam centers.</li>
<li><code>channel.py</code>: functions related to the modeling of wireless transmission channels. Contains functions to calculate free space path loss, atmospheric loss, Rician fading, and array steering vector.</li>
<li><code>utils.py</code>: helper functions.</li>
</ul>
<h3>Required Packages</h3>
<ul>
<li>JSON: save parameters and results in JSON files</li>
<li>NumPy: use of NumPy arrays for calculations</li>
<li>matplotlib.pyplot: plot results</li>
<li>itur: calculate atmospheric losses according to ITU recommendations</li>
<li>astropy.units: required for itur use</li>
</ul>
<h3>Additional Documentation</h3>
<p>The code was used to produce the results in</p>
<p>@ARTICLE{fastenbauer,<br> title={Impact of Elevation Angle on Multi-Beam LEO Satellite Communication Systems}, <br> author={Fastenbauer, Agnes and Kaneko, Megumi and Svoboda, Philipp and Rupp, Markus},<br> year={2025},<br> journal={IEEE Access}<br>}</p>
<p>The paper shows and analyzes the simulation results.</p>
<h2>How to Use</h2>
<h3>Run Simulation and Plot Results</h3>
<p>Run <code>simulation.py</code> to calculate and save simulation results.</p>
<p>Run <code>plotResults.py</code> to plot saved results.</p>
<h3>Change Simulation Parameters</h3>
<p>Use params.py to change simulation parameters such as:</p>
<ul>
<li>satellite altitude in <code>h_satellite</code></li>
<li>carrier frequency in <code>center_frequency</code></li>
<li>transmission bandwidth in <code>bandwidth_Hz</code></li>
<li>number of antenna elements per beam in <code>n_antenna_x </code>and <code>n_antenna_y</code></li>
<li>antenna array gain in <code>antenna_gain_dB</code></li>
<li>Rician K-factor in <code>rician_k</code></li>
<li>transmit power in <code>transmit_power_W</code></li>
<li>receiver noise figure <code>noise_figure_dB</code></li>
</ul>
<p>The footprint size of the satellite serving area can be adjusted in the <code>simulation.py</code> file in the simulation functions by setting <code>r_footprint</code> to the desired footprint radius in meters.</p>
<h3>Use of Code</h3>
<p>When using code, please cite<br>@ARTICLE{fastenbauer,<br> title={Impact of Elevation Angle on Multi-Beam LEO Satellite Communication Systems}, <br> author={Fastenbauer, Agnes and Kaneko, Megumi and Svoboda, Philipp and Rupp, Markus},<br> year={2025},<br> journal={IEEE Access}<br>}</p>
<h3>Acronyms</h3>
<p>ITU: International Telecommunications Union</p>
<p>LEO: low Earth orbit</p>
<h2>Licenses</h2>
<p>The data is licensed under CC-BY, the code is licensed under MIT.</p>
Data related to article "CD4+ T-cells create a stable mechanical environment for force-sensitive TCR:pMHC interactions"
<p><strong>UPDATE: <em>data_force.zip</em> has been accidentally omitted from this record. Please refer to the <a href="https://doi.org/10.48436/y5yw4-ggn77">updated record</a> for the full dataset.</strong></p>
<p><a href="https://doi.org/10.48436/dccvp-w7q74">This record</a> contains all data, artwork, and code used to create figures and tables in the article <em>Schrangl et al. (2025): “CD4+ T-cells create a stable mechanical environment for force-sensitive TCR:pMHC interactions”</em>.</p>
<h1>Dataset structure</h1>
<ul>
<li><em>schrangl2025_force_v1.zip</em> contains source code for data file handling, high-level analysis, and figure generation</li>
<li><em>data_force_raw.part1.zip</em> and <em>data_force_raw.part2.zip</em> contain raw single-molecule fluorescence microscopy data from force sensor experiments</li>
<li><em>data_force.zip</em> contains per-experiment single-molecule FRET tracking datasets derived from the above using the <a href="https://github.com/schuetzgroup/fret-analysis">fret-analysis</a> software</li>
<li><em>data_lifetime_raw.zip</em> contains raw single-molecule fluorescence microscopy data from TCR:pMHC bond lifetime measurements</li>
<li><em>data_lifetime.zip</em> contains per-experiment single-molecule FRET tracking data derived from the above using the <a href="https://github.com/schuetzgroup/smfret-bondtime">smfret-bondtime</a> software</li>
<li><em>data_supplementary_raw.zip</em> contains raw data for supplementary figures</li>
<li><em>data_supplementary.zip</em> contains analysis data for supplementary figures</li>
</ul>
<h1>Installation</h1>
<ul>
<li>
<p>Install the <a href="https://docs.astral.sh/uv/">uv</a> Python package and project manager. Note that many Linux distributions provide packages for easy installation. Version 0.7.13 was used to produce the published figures.</p>
</li>
<li>
<p>Create a new folder and download the data archives (<em>data_force.zip</em>, <em>data_force_raw.part1.zip</em>, <em>data_force_raw.part2.zip</em>, <em>data_lifetime.zip</em>, <em>data_lifetime_raw.zip</em>, <em>data_supplementary.zip</em>, <em>data_supplementary_raw.zip</em>) into that folder.</p>
</li>
<li>
<p>Download and unpack <em>schrangl2025_force_v1.zip</em> somewhere on your hard drive.</p>
</li>
<li>
<p>Using a terminal, navigate into the unpacked folder and execute</p>
<p><code>uv sync</code></p>
<p>to obtain required Python packages.</p>
</li>
<li>
<p>Execute</p>
<pre><code>uv run python data_utils/unpack.py --input-dir <download_folder> --output-dir data</code></pre>
<p>where <em><download_folder></em> is the folder into which the data archives were downloaded. Note that this will unpack all files with extension <em>.zip</em>, so make sure that only downloaded files are present in the folder.</p>
<p>Alternatively, any application supporting zstd-compressed zip archives (such as <code>7z</code>) can be used.</p>
<p>After unpacking, the <em>data</em> folder should contain subfolders <em>force</em>, <em>force_raw</em>, <em>lifetime</em>, <em>lifetime_raw</em>, <em>supplementary</em>, and <em>supplementary_raw</em> consisting of the data files.</p>
</li>
<li>
<p>Optionally delete the folder containing the downloaded data archives to free disk space.</p>
</li>
</ul>
<h1>Generation of figures and tables</h1>
<p>The <a href="https://scons.org/">SCons</a> software construction tool is used to execute Python scripts for data analysis and figure/table generation. SCons keeps track of dependencies and only reruns Python scripts if either the inputs or the scripts themselves change.</p>
<p>To build figures and tables, execute</p>
<pre><code>uv run scons</code></pre>
<p>This will</p>
<ul>
<li>generate a cache of single-molecule force data to speed up subsequent analysis</li>
<li>analyze cached force data and lifetime data</li>
<li>generate figures and tables from analysis results</li>
</ul>
<p>All created files are placed in the <em>output</em> subfolder. On a current PC, this takes about 15 minutes to complete.</p>
<p>To clear the <em>output</em> subfolder, run</p>
<p><code>uv run scons --clean</code></p>
<p>For further information, consult the <a href="https://scons.org/documentation.html">SCons documentation</a> and inspect the <em>SConscript</em> file.</p>
<h1>Licensing</h1>
<p>Each file in <em>schrangl2025_force_v1.zip</em> and <em>data_force.zip</em> either contains a header or is accompinied by a file with additional extension <em>.license</em> providing licensing information according to the <a href="https://reuse.software/">REUSE</a> specfication. As a rule of thumb,</p>
<ul>
<li>code is subject to the <a href="https://spdx.org/licenses/BSD-3-Clause.html">BSD 3-Clause license</a>,</li>
<li>minor helper files are put into the public domain,</li>
<li>other files (this README, illustrations, data) are subject to the <a href="https://spdx.org/licenses/CC-BY-4.0.html">Creative Commons Attribution 4.0 International license</a>,</li>
</ul>
<p>but there some exceptions, e.g. due to reuse of work created by third parties.</p>
<p><em>data_force_raw.part1.zip</em>, <em>data_force_raw.part2.zip</em>, <em>data_lifetime_raw.zip</em>, <em>data_lifetime.zip</em>, <em>data_supplementary.zip</em> and <em>data_supplementary_raw.zip</em> contain</p>
<ul>
<li>Jupyter notebooks subject to the <a href="https://spdx.org/licenses/BSD-3-Clause.html">BSD 3-Clause license</a> and</li>
<li>other files (mainly data) subject to the <a href="https://spdx.org/licenses/CC-BY-4.0.html">Creative Commons Attribution 4.0 International license</a>.</li>
</ul>
<p><em>data_supplementary_raw.zip</em> additionally contains ImageJ macros, which are <a href="https://spdx.org/licenses/BSD-3-Clause.html">BSD 3-Clause</a>-licensed.</p>
<p>© 2017–2025 Lukas Schrangl <[email protected]>, Florian Kellner <[email protected]>, Vanessa Mühlgrabner <[email protected]>, Janett Göhring <[email protected]></p>
LongEval 2025 Web Retrieval Collection
<p>This dataset was used in the 2025 LongEval Information Retrieval Lab, organized at CLEF. Full info at <a title="https://clef-longeval.github.io/" href="https://clef-longeval.github.io/" target="_blank" rel="noreferrer noopener">https://clef-longeval.github.io/</a></p>
<p>The collection comprises queries and documents sourced from the Qwant search engine. The user-issued queries focus on selected trending topics. Documents were chosen based on these queries using Qwant's click model, with additional randomly selected documents from Qwant's index. Data collection occurred from June 2022 to February 2023, resulting in 9,000 training queries and 18 million associated documents. Relevance assessments, derived from the Qwant click model, are provided for these queries. The collection includes the original French version of the webpages and queries. </p>
<p>This data set contains both the training and the test data.</p>
<p>The relevance assessments for the test topics used in the LongEval 2025 Lab, WebRetrieval task are contained in the file longeval_web_test_qrels.zip</p>
VIE250808: Time series of ICRF3-sx defining sources
<h3>Solution description</h3>
<p>Time series of radio source coordinates of defining sources in ICRF3sx.</p>
<p>For a description of the general setup of the VLBI solution, refer to Krasna et al. (2023) <a href="https://doi.org/10.1051/0004-6361/202245434">https://doi.org/10.1051/0004-6361/202245434</a></p>
<p>In vie250808 the session-wise datum is realized as:<br>TRF: NNT/NNR for station coordinates w.r.t. ITRF2020-u2023 <br>CRF: fixing of selected sources positions to ICRF3-sx with GA effect applied: with selected sources is meant the other ICRF3sx sources not included in vie250808a or vie250808b, respectively.</p>
<p>The position of sources provided in vie250808a and vie250808b soulutions are estimated without any constraints.</p>
<h3>Context</h3>
<p>We present the computation of global reference frames from very long baseline interferometry (VLBI) observations at the Vienna International VLBI Service for Geodesy and Astrometry (IVS) Analysis Center (VIE) in detail.</p>
<h3>Files description</h3>
<p>The columns in the provided files represent:<br>col1: Modified Julian Date [day] <br>col2: estimate of right ascension w.r.t. ICRF3-sx [mas] <br>col3: formal error of the estimated right ascension [mas] <br>col4: estimate of declination w.r.t. ICRF3-sx [mas] <br>col5: formal error of the estimated declination [mas] <br>col6: estimate of right ascension multiplicated with cosinus declination w.r.t. ICRF3-sx [mas] <br>col7: formal error of the estimated right ascension multiplicated with cosinus declination [mas] <br>col8: number of observations of the source in this session <br>col9: name of the VLBI database</p>
<h3>Acknowledgement</h3>
<p>The International VLBI Service for Geodesy and Astrometry (IVS) and all its components are acknowledged for providing VLBI data.</p>
Palatial Architecture in Egypt and its Spacial Semiotics: Hyksos and Egyptian Palaces at Avaris/Tell el-Dab'a (FWF P 34601), Part 2
<p><strong><span lang="EN-GB">The Project</span></strong></p>
<p><span lang="EN-GB">The aim of this project is to publish several palaces excavated by Manfred Bietak (Principal Investigator) in Tell el-Dab'a in the years 1979-2008. Tell el-Dab'a, located in the eastern delta of Egypt, was an important port city and a centre of foreign trade with the Levant as early as the 12<sup>th</sup> Dynasty. Of particular interest is the fact that the city was already inhabited by multi-ethnic population groups at the end of the Middle Kingdom, a large proportion of whom came from the Near East. There was therefore a mixture of ideas, concepts and traditions at the site, which reveal both Egyptian and Near Eastern origins.</span></p>
<p><span lang="EN-GB">After the collapse of the Egyptian state at the end of the Middle Kingdom, kings of Near Eastern descent gained control of the north of the country as the 14<sup>th</sup> dynasty. Later, in the so-called 2<sup>nd</sup> Intermediate Period, the site became the capital of the so-called Hyksos kings, a dynasty of foreign rulers who ruled Egypt as the 15<sup>th</sup> dynasty from around 1640 to 1530 BC.</span></p>
<p><span lang="EN-GB">The project involves the investigation, publication and reconstruction of three large palace complexes from different time periods.</span></p>
<p><strong><span lang="EN-GB">1.</span></strong><span lang="EN-GB"> A palatial mansion of the early 13<sup>th</sup> dynasty (Area F/I) with a ground area of 2500 m<sup>2</sup>. A Syrian ‘<em>Mittelsaalhaus</em>’ with an adjoining cemetery is of interest as a predecessor building. A cemetery complex was attached to the mansion in its south. According to the grave inventories, the occupants of the mansion were of Near Eastern origin. In terms of building history, an earlier (d/1.2) and a later construction phase (d/1.1) can be identified. In the early phase, the complex consisted of a main building with an entrance wing. The latter could be entered through a columned portico, which led to two symmetrically arranged, three-roomed residential units. A corridor on either side of the residential units led to a square vestibule, through which one entered the main building via a courtyard, which consisted of a reception room with four columns, a bedroom and storerooms.</span></p>
<p><span lang="EN-GB">In the later phase, the entrance wing was completely redesigned. The vestibule and parts of the storerooms were demolished and replaced by a rectangular courtyard. On the south side of the courtyard, a portico was erected in front of the main building, which was then extended to form a portico on all sides. A square vestibule with two columns closed off the courtyard to the east.</span></p>
<p><span lang="EN-GB">At a later date, the erection of building next to the older one was started, but never completed. Also, the renovation of the older building came to an abrupt halt and the mansion was abandoned (researcher: Mario Martin).</span></p>
<p><strong><span lang="EN-GB">2</span></strong><span lang="EN-GB">. In Area F/II a palace from the 15<sup>th</sup> Dynasty was partly excavated, which was built above a burnt-down predecessor from the 14<sup>th</sup> Dynasty, to which it partly refers architecturally. The building was constructed in an agglutinating process. The complex, measuring approx. 112 x 95 m (10,600 m<sup>2</sup>), was built of mud bricks, some of which were reinforced with reed mats. Two construction phases (c/2 and c/1) can be identified, during which the palace was altered and partly rebuilt. In the earlier phase c/2, the palace extended over a larger area, with the magazine wing G and A with the throne room in front of A in use. Next to the throne room was the entrance gate leading into courtyard C, which was flanked by further rooms, at least to the north-east. Building S to the south of the palace was also in use at this time. Courtyard B with its stair tower extending to the south-west was built in phase c/1, as was the storage wing E in the north-east. Stair tower 1, located next to wing A, was probably also built at this time.</span></p>
<p><span lang="EN-GB">It is a Near Eastern type of palace with elements that have parallels in the region of the Middle Euphrates and Mesopotamia. Seal impressions of the Hyksos Khayan were found in the palace, but the palace appears to have existed both before and after this king. Sacrificial pits with relics of ritual meals, mainly pottery and animal bones, were found in one of the courtyards. A fragment of a cuneiform tablet came to light in a well dating to the later phase of the palace. This indicates that the Hyksos maintained extensive relations with Mesopotamia (researcher: Silvia Prell).</span></p>
<p><strong><span lang="EN-GB">3.</span></strong><span lang="EN-GB"> The largest palace complex is located in 'Ezbet Helmi, with an area of 5.5 ha. It dates back to the Tuthmosid period and was probably built under Tuthmosis III (ca. 1479-1425 BC). It consists of three palaces (area H/I-H/VI), whose architecture is heavily disturbed, which makes their reconstruction quite challenging. Two palaces were decorated with Minoan wall paintings depicting labyrinth patterns as well as scenes with lions, leopards, griffins and taureador- and hunting scenes. In addition to a large harbour basin, the palace district is a strong argument that the famous naval station of Tuthmosis III and Amenophis II 'Perunefer' - 'Happy Exit' - was once located at Tell el-Dab'a (researchers: Julian Posch, Szymon Popławski).</span></p>
<p><strong><span lang="EN-GB">Data and Metadata</span></strong></p>
<p><span lang="EN-GB">Considering the time span of excavations undertaken at Tell el-Dab’a for more than 50 years, the bulk of documentation consists of analogue resources that have to be digitised for long-term preservation. In addition, since approx. 25 years also digital resources, especially field photographs are part of the documentation. As the documentation is in German, also the metadata is.</span></p>
<p><span lang="EN-GB">As some of the data used by the project is already stored in the repository of the Austrian Academy of Sciences (</span><span lang="EN-GB"><a href="https://4dpuzzle.orea.oeaw.ac.at/"><span>https://4dpuzzle.orea.oeaw.ac.at/</span></a></span><span lang="EN-GB">; </span><span lang="EN-GB">ÖAW repository ARCHE: <a href="https://id.acdh.oeaw.ac.at/td-archiv">https://id.acdh.oeaw.ac.at/td-archiv</a></span><span lang="EN-GB">), the newly generated data will also be stored there, but will be mirrored to the repository of TU Vienna. The digitized data comprises </span><span lang="EN-GB">field plans, field section drawings and field protocols of the areas in question as well as digital and digitised analogue photographs. <span>The newly produced </span>digital plans and 3D models using AutoCAD will be included into this repository.</span></p>
<p><span lang="EN-GB">Data will be organised in the standardised folder structure and naming conventions as defined by the </span><span lang="EN-GB">default template<span> of the repository of the “A Puzzle in 4D </span></span><span lang="EN-GB">–</span><span lang="EN-GB"> Tell el-Daba”-Project, also the files will be named according to the already existing metadata standards. </span><span lang="EN-GB">The data will be organised in plana, composite plans, drawings of details and sections, photographs, finds and protocols. Base material description and provenance is compiled in lists and will be introduced as metadata into the data repository of the Austrian Academy of Sciences and the TU Vienna.</span></p>
<p><span lang="EN-GB">Metadata can be information about the content depicted or described on the analogue and digital resources, characteristics of the information carriers and/or information on the digitisation process. Typical metadata records for a photo of a find, analogue or digital, are for example its inventory number, its find spot, the date when the photo was taken and its size.</span></p>
<p><span lang="EN-GB">Consequently, the metadata contains the following information: </span></p>
<ul>
<li><span lang="EN-GB">filename, -identifier, -title, e.g.: </span><span lang="DE">TD_DF_4DPuzzle18688__TD_F-II_n24_n25_Planum2_M44 </span><span lang="EN-GB">(site_Digitalfoto_identifier__site_area_square_planum_detail)</span></li>
<li><span>document type, creator, creation date/excavation season, physical/digital storage, comments</span></li>
<li>Information on archaeological context</li>
<li>Information on digitisation and/or preparation for digital long-term archiving: e.g. scanner, creator of scan and metadata, comments, etc.</li>
<li>Information on access and copyright</li>
</ul>
<p><span lang="EN-GB">Spreadsheets (MS Excel) were chosen for the metadata entries and management of controlled vocabularies. 4DPuzzle identifiers (for digital resources and objects lacking an inventory number) are included to relate the resource files to the metadata master file.</span></p>
<p><span lang="EN-GB">Please contact</span></p>
<p><span><span lang="EN-GB">[email protected]</span></span></p>
<p><span lang="EN-GB">or the copyright holder</span></p>
<p><span lang="DE"><a href="mailto:[email protected]"><span lang="EN-GB">[email protected]</span></a></span></p>
<p><span lang="EN-GB">for further questions.</span></p>
Tróstlicher lieb (New_1536-7_n50) Audio recording
<h1>Audio recording of a lute piece from the E-LAUTE project</h1><h2>Overview</h2><p>This dataset contains an audio recording of the piece "Tróstlicher lieb", a 16th century lute music piece originally notated in lute tablature, created as part of the E-LAUTE project (<a href="https://e-laute.info/">https://e-laute.info/</a>). The recording preserves and makes historical lute music from the German-speaking regions during 1450-1550 accessible.</p><p>The recording is based on the work with the title "Tróstlicher lieb" and the id "New_1536-7_n50" in the e-lautedb. It is found on the page(s) or folio(s) Ccv-Ccijv in the source "Der ander theil des Lautenbúchs" with the source-id "New_1536-7".</p><p>The original source and multiple transcriptions of the work can be found on the E-LAUTE platform: <a href="https://edition.onb.ac.at/fedora/objects/o:lau.New_1536-7/methods/sdef:TEI/get?mode=n50" target="_blank">https://edition.onb.ac.at/fedora/objects/o:lau.New_1536-7/methods/sdef:TEI/get?mode=n50</a>.</p><p>Links to the source: <a href="https://nbn-resolving.org/urn:nbn:de:gbv:3:1-336930-p0001-4" target="_blank">https://nbn-resolving.org/urn:nbn:de:gbv:3:1-336930-p0001-4</a>, <a href="https://opac.rism.info/rism/Record/rism993104151" target="_blank">https://opac.rism.info/rism/Record/rism993104151</a>, <a href="https://gateway-bayern.de/VD16+ZV+11665" target="_blank">https://gateway-bayern.de/VD16+ZV+11665</a>, .</p><h2>Dataset Contents</h2><p>This dataset includes:</p><ul><li><strong>Audio file</strong>: An audio recording of the lute piece in .wav format</li> <li><strong>Metadata file</strong>: A metadata file with detailed information about the recording in .json format</li></ul><h2>About the E-LAUTE Project</h2><p><strong>E-LAUTE: Electronic Linked Annotated Unified Tablature Edition - The Lute in the German-Speaking Area 1450-1550</strong></p><p>The E-LAUTE project creates innovative digital editions of lute tablatures from the German-speaking area between 1450 and 1550. This interdisciplinary "open knowledge platform" combines musicology, music practice, music informatics, and literary studies to transform traditional editions into collaborative research spaces.</p><p>For more information, visit the project website: <a href="https://e-laute.info/">https://e-laute.info/</a></p>
Data from PhD thesis by Carola Haslinger "Towards efficient long wavelength photoinitiators for highly filled systems"
<h3>Context and methodology</h3>
<p>This data was collected within the framework of the PhD thesis by Carola Haslinger. The thesis has been published in TU Wien's reposiTUm as referenced below. The thesis aimed for the synthesis of novel long-wavelength photoinitiators especially for highly filled systems. The work is devided in two main chapters, with the first chapter focusing on the electric field modification of already existing photoinitiators to shift the absorbance to longer wavelengths by implementing functional groups. The second chapter deals with the synthesis and characterization of heteroatom-based photoinitiators with focus on acylstannanes. This substance class is known to absorb light with longer wavelengths, although literature-known substances do not show sufficient storage stability.</p>
<h3>Technical details</h3>
<p>The data set is organized in several files/folders as described below.</p>
<p>PDF file "Haslinger Experimenteliste" contains an explaination of the shortcuts used for the data and corresponds to the shortcuts in the lab notebook.<br>The dataset contains the following folders (as ZIP) organized by the methodologies used for acquisition. (in alphabetical order)</p>
<ul>
<li>"<strong>Curing depth</strong>" contains a XLSX file from curing depth experiments as described in part B, chapter 3.6 from the related works document.</li>
<li>„<strong>Figure 70-75 photos and artwork</strong>“ contains a PPTX file with the schematic curing depth depiction from Figure 70 in the related works document, JPG files with photos from the curing depth experiments, displayed as Figure 71 and 72 in the related works document and JPG files with the photolysis set-up from Figure 73 (photograph), 74 (created with chemix.org) and 75 (created with Blender v4.5.3 LTS) from the related works document.</li>
<li>"<strong>HPLC CHA005-06</strong>" contains TXT data from HPLC measurements of the reaction CHA005-06 described in part B chapter 3.1 from the related works document.</li>
<li>"<strong>Nexera</strong>" contains LCD data from UPLC-MS measurements including elugrams, MS-data, spectroscopic data, total ion count and evaporative light scattering as described in part B in chapter 2.1 and 3.2 from the related works document.</li>
<li>"<strong>NMR data</strong>" contains raw NMR data of substances referenced in the PDF file "Haslinger Experimenteliste".</li>
<li>"<strong>PhotoDSC</strong>" contains dynamic scanning calorimetry measurements as TXT data of acrylic and methacrylic formulations containing various photoinitiators, irradiated with either 400 or 460 nm. The methods are described in part B, chapter 3.5 from the related works document.</li>
<li>"<strong>Photolyse</strong>" contains raw data of the steady state photolysis experiments conducted in part B, chapter 3.7 from the related works document as TXT files. </li>
<li>"<strong>STA CHA005-06</strong>" contains a TXT file from simultaneous thermal analysis used for the determination of the melting point of the substance tetrakis(2,6-dimethoxybenzoyl)stannane.</li>
<li>"<strong>Stability</strong>" contains four stability studies based on UV/Vis spectroscopy of acylstannanes and reference compounds as TXT data, as described in part B, chapter 3.8 from the related works document.</li>
<li>"<strong>UV Vis</strong>" contains the data of UV/Vis measurements as TXT data used in both chapters (part A chapter 1.1, 1.2, 1.3, 2.3 and part B chapter 2.3, 2.4, and 3.4) of the related works document.</li>
<li>"<strong>XRD</strong>" contains a CIF file with the crystallographic information described in part B, chapter 3.3</li>
</ul>
<h3>File types:</h3>
<ul>
<li><strong>.lcd </strong>(UPLC-MS measurements) processable with LabSolutions Version 5.114 by Shimadzu Corporation.</li>
<li><strong>.cif </strong>(single crystal X-ray crystallography) processable with Mercury 2020.3</li>
<li><strong>Bruker NMR raw data directories</strong> (pdata, acqu, shimvalues, etc.): processable with MestreNova or Bruker TopSpin</li>
</ul>
Dataset of micropollutant concentrations and standard water quality parameters in surface waters in Austria
<h2>Dataset of micropollutant concentrations and standard water quality parameters in surface waters in Austria</h2>
<h3>ABSTRACT</h3>
<p>This dataset includes micropollutant concentrations (up to 450 substances) and standard water quality parameters analysed in samples from two water quality monitoring stations in eastern Austria. Samples were collected eighter as grab samples or as multi-day composite samples from June 2023 to June 2024. </p>
<h3>DESCRIPTION OF THE DATA</h3>
<p>This dataset accompanies a publication where details regarding methods can be found.</p>
<ul>
<li>The following groups of micropollutants were analysed all of the samples:
<ul>
<li>8 metals total and filtered</li>
<li>4 pharmaceuticals</li>
<li>34 PFAS</li>
<li>404 pesticides</li>
</ul>
</li>
<li>Additionally, electric onductivity, dissolved oxygen, temperature, filterable matter, pH and total hardness are included in some or all of the samples.</li>
<li>The Wulka River is a medium-sized river in eastern Austria and the only significant tributary to Lake Neusiedl.</li>
<li>The analytical thresholds are reported with the data: Level of Detection (LOD) and Level of Quantitation (LOQ).</li>
<li>A description of the information contained in the individual columns is given below. </li>
</ul>
<h3>CHANGES FROM VERSION 0.9</h3>
<ul>
<li><strong>Error Fixes</strong>:
<ul>
<li><strong>Error 1</strong>: Updated the label for the mislabeled dissolved PTE sample "W-13-VC-T" to "W-13-VC-F".</li>
<li><strong>Error 2</strong>: Corrected the CAS number for "AMPA" to "1066-51-9" and for "PFPeS" to "2706-91-4".</li>
</ul>
</li>
</ul>
<h3>REFERENCES</h3>
<ul>
<li>The data is stored in comma-delimited csv-files with UTF-8 encoding. </li>
<li>The point is used as the decimal separator.</li>
<li>Time is given in UTC format (yyyy-mm-dd HH:MM:SS).</li>
</ul><h3>Struture of the dataset (water_data.csv)</h3>
<ul>
<li>Group: Substance/parameter group</li>
<li>Parameter: Abbreviation of the substance/parameter analysed</li>
<li>Parameter.en: Full name of the substance/parameter analysed</li>
<li>CAS: CAS registry number</li>
<li>Site: Sampling site identifier</li>
<li>Sampling.Start.Time: Start of sampling (yyyy-mm-dd HH:MM:SS)</li>
<li>Sampling.End.Time: End of sampling (yyyy-mm-dd HH:MM:SS)</li>
<li>Value: Measured value (Caution: Values below the limit of quantification (<LOQ) were replaced by LOQ & Values below the limit of detection (<LOD) were replaced by LOD)</li>
<li>Unit: Unit of the measured value and LOQ</li>
<li>belowLOD: Indication if measured value was below LOD (TRUE) or not (FALSE)</li>
<li>LOD: Limit of detection</li>
<li>belowLOQ: Indication if measured value was below LOQ (TRUE) or not (FALSE)</li>
<li>LOQ: Limit of quantification</li>
<li>Sample.Type: Type of sample</li>
<li>Sample.Code: Unique sample identifier (W = Wulka, N = Nodbach, ADD = Triplicates)</li>
<li>Triplet.Sample.Code: sample identifier for the triplet samples for lab uncertainty estimation</li>
<li>Analysis.Matrix: Analysis matrix</li>
<li>Analysis.Method: (Lab) analysis method</li>
<li>Comment</li>
<li>meanQ: Mean discharge during sampling [m³/s]</li>
<li>meanTSS: Mean total suspended solids during sampling [mg/l] (measured by turbidity probe)</li>
<li>meanTSS.fw: Mean flow-weighted total suspended solids during sampling [mg/l] (measured by turbidity probe)</li>
</ul>