1,754,377 research outputs found

    Ignazio Gadaleta. Scritti di Enrico Crispolti

    No full text
    Collection of writings by the art critic Enrico Crispolti about the Italian painter Ignazio Gadaleta; with introductory essay and unpublished intervie

    A sequential sampling technique for female adult mites of varroa jacobsoni Oudemans in the sealed worker brood of Apis mellifera ligustica Spin

    No full text
    A method of sequential sampling for estimating the female adult mite population of Var- roa jacobsoni in the sealed worker brood of Apis mellifera ligustica Spin, in relation to two hypothetical critical densities (0.05 and 0.1female adult mite per cell) is proposed. Iwao’s patchiness regression method,basedon themean crowding-mean relationship,was usedtoanalyzespatialdistributionof the mite and to define a sequential graph or table

    NREL/floris: v4.0

    No full text
    <h1>FLORIS v4.0</h1> <p>FLORIS v4 brings significant additional flexibility to FLORIS while streamlining the underlying solving code.</p> <p>For higher-level description of major changes, see #870.</p> <h2>What's Changed</h2> <ul> <li>Convert core data structures and tools to use 4D arrays by @rafmudaf in https://github.com/NREL/floris/pull/764</li> <li>Replace Cp with power in turbine definition and throughout FLORIS by @misi9170 in https://github.com/NREL/floris/pull/765</li> <li>Update to more flexible turbine operation model definitions by @misi9170 in https://github.com/NREL/floris/pull/770</li> <li>Update reference wind turbines in the default turbine library by @misi9170 in https://github.com/NREL/floris/pull/771</li> <li>Adds classes to structure wind energy data for FLORIS by @paulf81 in https://github.com/NREL/floris/pull/775</li> <li>Remove small variations in above rated power by @paulf81 in https://github.com/NREL/floris/pull/784</li> <li>Convert turbulence intensity from single value to n_findex length array by @paulf81 in https://github.com/NREL/floris/pull/782</li> <li>[BUGFIX] Bad import in convert_turbine_v3_to_v4.py by @misi9170 in https://github.com/NREL/floris/pull/795</li> <li>Add de-rating op model by @paulf81 in https://github.com/NREL/floris/pull/783</li> <li>Validate and test wind direction and wind speed by @paulf81 in https://github.com/NREL/floris/pull/793</li> <li>Add support to shut off turbines by @paulf81 in https://github.com/NREL/floris/pull/799</li> <li>Update yaw and layout optimization tools for 4D by @bayc in https://github.com/NREL/floris/pull/790</li> <li>[BUGFIX] Correct condition when yaw_angles passed to TurboPark model by @misi9170 in https://github.com/NREL/floris/pull/808</li> <li>Change from Apache to BSD 3-clause license by @paulf81 in https://github.com/NREL/floris/pull/810</li> <li>[BUGFIX] Remove secondary effects from TurboPark model by @misi9170 in https://github.com/NREL/floris/pull/813</li> <li>Clarify turbine definition terms by @misi9170 in https://github.com/NREL/floris/pull/815</li> <li>Support multidimensional turbine definitions in all wake models by @misi9170 in https://github.com/NREL/floris/pull/812</li> <li>Update multidim turbine files to use absolute turbine power by @bayc in https://github.com/NREL/floris/pull/818</li> <li>Remove unused code from floris.tools and add tool reg tests by @bayc in https://github.com/NREL/floris/pull/819</li> <li>Move FlorisInterface .reinitialize() / .calculate_wake() to .set() / .run() by @rafmudaf in https://github.com/NREL/floris/pull/823</li> <li>Raise informative errors if v3 input files passed in by @misi9170 in https://github.com/NREL/floris/pull/829</li> <li>Collect all layout visualization tools in FLORIS by @paulf81 in https://github.com/NREL/floris/pull/805</li> <li>[Bugfix] Cast yaw angles to np.ndarray on set by @paulf81 in https://github.com/NREL/floris/pull/828</li> <li>Update uncertainty interface to 4d, new API by @paulf81 in https://github.com/NREL/floris/pull/821</li> <li>Drive layout optimizations using WindData objects by @paulf81 in https://github.com/NREL/floris/pull/822</li> <li>Require TI must be length n_findex in core code by @paulf81 in https://github.com/NREL/floris/pull/831</li> <li>Add TI as input for calculate plane functions by @rafmudaf in https://github.com/NREL/floris/pull/837</li> <li>Rename floris.simulation, floris.tools to floris.core, floris by @rafmudaf in https://github.com/NREL/floris/pull/830</li> <li>Add utilities for floris models by @paulf81 in https://github.com/NREL/floris/pull/840</li> <li>Allow to fix yaw to nominal wind direction by @paulf81 in https://github.com/NREL/floris/pull/850</li> <li>Add CSV reader for WindRose by @paulf81 in https://github.com/NREL/floris/pull/848</li> <li>Save WindData onto FlorisModel and simplify post-<code>run()</code> calls by @misi9170 in https://github.com/NREL/floris/pull/849</li> <li>Change <code>power_thrust_model</code> key to <code>operation_model</code> at the user level by @misi9170 in https://github.com/NREL/floris/pull/859</li> <li>[BUGFIX] hardcoded reset to first turbine type in set_operation_model by @misi9170 in https://github.com/NREL/floris/pull/856</li> <li>Enabling layout optimization for value by @ejsimley in https://github.com/NREL/floris/pull/862</li> <li>[BUGFIX] set_operation_model ordering with layout by @misi9170 in https://github.com/NREL/floris/pull/867</li> <li>Refactor examples by @paulf81 in https://github.com/NREL/floris/pull/843</li> <li>Make set_operation method public by @misi9170 in https://github.com/NREL/floris/pull/869</li> <li>Fixing datatype of value in WindData objects by @ejsimley in https://github.com/NREL/floris/pull/872</li> <li>Add try/except to wind rose loader by @paulf81 in https://github.com/NREL/floris/pull/874</li> <li>Clean up TODOs prior to v4 release by @misi9170 in https://github.com/NREL/floris/pull/876</li> <li>Build out v4 documentation by @misi9170 in https://github.com/NREL/floris/pull/860</li> <li>Add merge/reduce FLORIS objects by @paulf81 in https://github.com/NREL/floris/pull/866</li> <li>Remove setpoints and wind condition specifics from calculate_XX_plane methods by @misi9170 in https://github.com/NREL/floris/pull/868</li> <li>Update Empirical Gaussian default deflection_rate by @misi9170 in https://github.com/NREL/floris/pull/875</li> <li>Improvements to WindRose resampling by @misi9170 in https://github.com/NREL/floris/pull/857</li> <li>Add approximate FLORIS model by @paulf81 in https://github.com/NREL/floris/pull/877</li> <li>FLORIS v4 by @misi9170 in https://github.com/NREL/floris/pull/870</li> </ul> <p><strong>Full Changelog</strong>: https://github.com/NREL/floris/compare/v3.6...v4.0</p&gt

    NREL/floris: v3.5

    No full text
    <h2>What's Changed</h2> <ul> <li>Bug fix: erroneous rotation in turbine locations in horizontal flowfield plots by @Bartdoekemeijer in https://github.com/NREL/floris/pull/663</li> <li>Feature: Add concurrent library to ParallelComputingInterface by @Bartdoekemeijer in https://github.com/NREL/floris/pull/667</li> <li>Bug fix: Finalize Farm attributes by @rafmudaf in https://github.com/NREL/floris/pull/665</li> <li>Performance Improvements and Code Simplification by @RHammond2 in https://github.com/NREL/floris/pull/494</li> <li>Infrastructure updates by @rafmudaf in https://github.com/NREL/floris/pull/677</li> <li>Bug fix: Add variable wind shear to GCH calculations by @fg320 in https://github.com/NREL/floris/pull/679</li> <li>Enable heterogeneous inflows in yaw optimization routines by @misi9170 in https://github.com/NREL/floris/pull/678</li> <li>Documentation fixes by @rafmudaf in https://github.com/NREL/floris/pull/696</li> <li>Add geometric yaw code for rough yaw optimization (in layout optimization) by @misi9170 in https://github.com/NREL/floris/pull/681</li> <li>Add example of larger floating farm with comparison to fixed-bottom. by @misi9170 in https://github.com/NREL/floris/pull/695</li> <li>Address pandas 2.1.0 FutureWarning on wind rose plot by @pablo-benito in https://github.com/NREL/floris/pull/710</li> <li>[Bugfix]: Update geometric yaw optimizer layout when called during layout optimization by @misi9170 in https://github.com/NREL/floris/pull/706</li> <li>Allow switching on and off contour plot numerical labels at top level by @misi9170 in https://github.com/NREL/floris/pull/719</li> <li>Feature: Add multidimensional Cp/Ct turbine definition support by @bayc in https://github.com/NREL/floris/pull/711</li> <li>Update default parameters for the Empirical Gaussian model by @misi9170 in https://github.com/NREL/floris/pull/723</li> <li>FLORIS v3.5 by @rafmudaf in https://github.com/NREL/floris/pull/726</li> </ul> <h2>New Contributors</h2> <ul> <li>@fg320 made their first contribution in https://github.com/NREL/floris/pull/679</li> </ul> <p><strong>Full Changelog</strong>: https://github.com/NREL/floris/compare/v3.4.1...v3.5</p&gt

    Unified integration approach for bridging BIM model to 3D construction printing and scale prototyping

    No full text
    [EN] PurposeThis work aims to develop a multi-step approach for the unified integration of 3D construction printing (3DCP) and building information modeling (BIM), allowing users to easily and automatically outline the instructions for 3D printing of buildings starting from BIM model and ensuring the wide spread of this new technology in Civil Engineering sector.Design/methodology/approachThe proposed methodology exploits Revit for 3D modeling and BIM, using Dynamo as a programming interface for generating G-code.FindingsThe paper demonstrates how the proposed methodology can extract information from a BIM model to support building construction using digital fabrication techniques. This code guides the printer's movements and operations, specifying the path, speed, layers and essential parameters to construct concrete structures layer by layer. It transforms digital designs into precise and efficient physical structures.Practical implicationsThis work allows overcoming some of the current limitations associated with bridging BIM models to 3D construction printing. The proposed approach integrates BIM and 3DCP. If the model undergoes changes in the BIM model, the proposed system allows for automatic updates in the 3D printing files. Furthermore, the possibility offered by the proposed methodology to test the G-code on a scaled model allows for the correction of any errors before printing on a large-scale machine.Originality/valueThe novelty of the proposed approach is threefold: i) A new unified integration methodology for BIM and 3D construction printing is defined; ii) An example of a 3D printed building unit is modeled with BIM, incorporating various discipline models such as Architecture, Structure, and Mechanical, Electrical, Plumbing (MEP) systems; iii) The proposed approach allows for testing the G-code at scale before printing with a full-scale machine.Acknowledgement is extended to the Digital Fabrication Lab (https://www.ingeo.unich.it/pagina-laboratorio1863) of the INGEO Department at the D Annunzio University of Chieti Pescara for providing essential support and resources, which have contributed to the successful completion of this work.Sangiorgio, V.;Floris, I.;Duran, D. (2025). Unified integration approach for bridging BIM model to 3D construction printing and scale prototyping. Construction Innovation. https://doi.org/10.1108/CI-06-2024-0179

    NREL/floris: v3.6

    No full text
    <p>Final release of FLORIS v3 before releasing FLORIS v4 to the main branch. From this point onward, FLORIS v3 will be minimally maintained and support will switch to FLORIS v4.</p> <h2>What's Changed</h2> <ul> <li>Add documentation for the release process by @rafmudaf in https://github.com/NREL/floris/pull/727</li> <li>Catch documentation and examples errors by @rafmudaf in https://github.com/NREL/floris/pull/736</li> <li>Fix errors in notebooks for online documentation by @rctredgold in https://github.com/NREL/floris/pull/721</li> <li>Support relative paths in YAML configuration files by @RHammond2 in https://github.com/NREL/floris/pull/739</li> <li>Use compatible-release specifier for dependency versions by @paulf81 in https://github.com/NREL/floris/pull/748</li> <li>Fix path dependency in <code>convert_to_path</code> test by @RHammond2 in https://github.com/NREL/floris/pull/749</li> <li>Improve attrs usage in simulation package by @rafmudaf in https://github.com/NREL/floris/pull/750</li> <li>Bug fix: Enable mulit-dimensional turbines for turbine interactions by @RHammond2 in https://github.com/NREL/floris/pull/754</li> <li>Fix the turbine.power function unit test by @paulf81 in https://github.com/NREL/floris/pull/755</li> <li>Grid-class tidying by @rafmudaf in https://github.com/NREL/floris/pull/751</li> <li>Fix issue with mutable default attributes by @paulf81 in https://github.com/NREL/floris/pull/759</li> <li>Add utility to build turbine yaml from absolute power, thrust curves by @misi9170 in https://github.com/NREL/floris/pull/729</li> <li>Clean up and align Turbine and TurbineMultiDim class architectures by @rafmudaf in https://github.com/NREL/floris/pull/762</li> <li>Add capability to sample and plot velocity profiles by @vallbog in https://github.com/NREL/floris/pull/699</li> <li>Add support for multiple turbine types in calculate_horizontal_plane_with_turbines() by @scottryn in https://github.com/NREL/floris/pull/781</li> <li>[BUGFIX] Correct condition when yaw_angles passed to TurboPark model (version 3) by @misi9170 in https://github.com/NREL/floris/pull/811</li> <li>[BUGFIX] Coordinates getter on Farm class by @misi9170 in https://github.com/NREL/floris/pull/846</li> <li>Documentation improvements and fixes by @rafmudaf in https://github.com/NREL/floris/pull/853</li> <li>FLORIS v3.6 by @misi9170 in https://github.com/NREL/floris/pull/871</li> </ul> <h2>New Contributors</h2> <ul> <li>@rctredgold made their first contribution in https://github.com/NREL/floris/pull/721</li> <li>@vallbog made their first contribution in https://github.com/NREL/floris/pull/699</li> <li>@scottryn made their first contribution in https://github.com/NREL/floris/pull/781</li> </ul> <p><strong>Full Changelog</strong>: https://github.com/NREL/floris/compare/v3.5...v3.6</p&gt
    corecore