1,720,964 research outputs found

    NREL/flasc: v1.4

    No full text
    <h2>What's Changed</h2> <ul> <li>Feature: Add floris turbine power curve option in mean ws-power-curve plot by @Bartdoekemeijer in https://github.com/NREL/flasc/pull/93</li> <li>Sync: Merge v1.3.1 bug fixes into develop by @Bartdoekemeijer in https://github.com/NREL/flasc/pull/96</li> <li>Feature: reworked examples and merging FCT jupyter notebooks to flasc by @Bartdoekemeijer in https://github.com/NREL/flasc/pull/94</li> <li>Feature: add interactive Bokeh plots in ws_pow_filtering by @Bartdoekemeijer in https://github.com/NREL/flasc/pull/92</li> <li>Bug fix: properly assign reference turbine location in calculating closest subset of turbines by @Bartdoekemeijer in https://github.com/NREL/flasc/pull/99</li> <li>Feature/add timing funcs by @paulf81 in https://github.com/NREL/flasc/pull/101</li> <li>Option to show uncorrected energy ratio in northing calibration plots by @misi9170 in https://github.com/NREL/flasc/pull/105</li> <li>Catch up develop to main by @paulf81 in https://github.com/NREL/flasc/pull/108</li> <li>Feature/port to polars 4 by @paulf81 in https://github.com/NREL/flasc/pull/107</li> <li>Feature: add gaussian blending to floris solutions in postprocess step (similar to UncertaintyInterface but in post-) by @Bartdoekemeijer in https://github.com/NREL/flasc/pull/114</li> <li>[Enhancement] Reorganize artifical data examples to make them easier to follow by @misi9170 in https://github.com/NREL/flasc/pull/117</li> <li>Change nan behavior by @paulf81 in https://github.com/NREL/flasc/pull/121</li> <li>Feature/add options on count by @paulf81 in https://github.com/NREL/flasc/pull/122</li> <li>Feature/provide frequency by @paulf81 in https://github.com/NREL/flasc/pull/123</li> <li>Feature/total uplift by @paulf81 in https://github.com/NREL/flasc/pull/128</li> <li>Feature: Add FLORIS tuning by @paulf81 in https://github.com/NREL/flasc/pull/115</li> <li>FLASC v1.4 by @misi9170 in https://github.com/NREL/flasc/pull/129</li> </ul> <p><strong>Full Changelog</strong>: https://github.com/NREL/flasc/compare/v1.3.1...v1.4</p&gt

    Going Beyond Counting First Authors in Author Co-citation Analysis

    Full text link
    The present study examines one of the fundamental aspects of author co-citation analysis (ACA) - the way co-citation counts are defined. Co-citation counting provides the data on which all subsequent statistical analyses and mappings are based, and we compare ACA results based on two different types of co-citation counting - the traditional type that only counts the first one among a cited work's authors on the one hand and a non-traditional type that takes into account the first 5 authors of a cited work on the other hand. Results indicate that the picture produced through this non-traditional author co-citation counting contains more coherent author groups and is therefore considerably clearer. However, this picture represents fewer specialties in the research field being studied than that produced through the traditional first-author co-citation counting when the same number of top-ranked authors is selected and analyzed. Reasons for these effects are discussed

    Variations on the Author

    Full text link
    “Variations on the Author” discusses two of Eduardo Coutinho’s recent films (Um Dia na Vida, from 2010, and Últimas Conversas, posthumously released in 2015) and their contribution to the general question of documentary authorship. The director’s filmography is characterized by a consistent yet self-effacing form of authorial self-inscription: Coutinho often features as an interviewer that rather than express opinions propels discourses; an interviewer that is good at listening. This mode of self-inscription characterizes him as an author who is not expressive but who is nonetheless markedly present on the screen. In Um Dia na Vida, however, Coutinho is completely absent form the image, while Últimas Conversas, on the contrary, includes a confessional prologue that moves the director from the margins to the center of his films. This article examines the ways in which these works stand out in the filmography of a director who offers new insights into the notion of cinematic authorship

    Appropriate Similarity Measures for Author Cocitation Analysis

    Full text link
    We provide a number of new insights into the methodological discussion about author cocitation analysis. We first argue that the use of the Pearson correlation for measuring the similarity between authors’ cocitation profiles is not very satisfactory. We then discuss what kind of similarity measures may be used as an alternative to the Pearson correlation. We consider three similarity measures in particular. One is the well-known cosine. The other two similarity measures have not been used before in the bibliometric literature. Finally, we show by means of an example that our findings have a high practical relevance.information science;Pearson correlation;cosine;similarity measure;author cocitation analysis

    Dispelling the Myths Behind First-author Citation Counts

    Full text link
    We conducted a full-scale evaluative citation analysis study of scholars in the XML research field to explore just how different from each other author rankings resulting from different citation counting methods actually are, and to demonstrate the capability of emerging data and tools on the Web in supporting more realistic citation counting methods. Our results contest some common arguments for the continued use of first-author citation counts in the evaluation of scholars, such as high correlations between author rankings by first-author citation counts and other citation counting methods, and high costs of using more realistic citation counting methods that are not well-supported by the ISI databases. It is argued that increasingly available digital full text research papers make it possible for citation analysis studies to go beyond what the ISI databases have directly supported and to employ more sophisticated methods

    Author Index

    No full text
    Nao informado

    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

    koamabayili/VECTRON-author-checklist: VECTRON author checklist

    No full text
    We have done our best to complete the author checklist relating to the use of animals in the hut study. Note that the objective for the hut study was to evaluate the IRS treatment applications for residual efficacy against Anopheles mosquitoes, including the local An. coluzzii mosquito population. Cows were only used to attract mosquitoes into the huts and no tests were carried out directly on the cows. The author checklist is intended for use with studies where experiments are carried out on animals, which is why we have had such difficulty in completing this for the hut study, as many of the questions do not relate to how the cows were used
    corecore