10,260 research outputs found

    Nelson-Gon/pycite: pycite version 0.1.1 release notes

    No full text
    pycite's changelog pycite 0.1.1 Fixed issues with inconsistent tuple lengths in Pubmed citations https://github.com/Nelson-Gon/pycite/issues/2 PyCite now takes an input_file and output_file as arguments. Fixed issues with incorrect author formatting for NCBI and Pubmed articles Initial support for Pubmed citations i.e. links in the form https://pubmed.ncbi.nlm.nih.gov/ Explicitly set an HTML parser Initial tests Volumes no longer have the leading "v" attached. Added split_authors a simple method to clean and abbreviate author names. Fixed issues with actions not running on GitHub. Updated documentation pycite 0.1.0 Initial releas

    Lyle Nelson Folder

    No full text
    33 pages of family history documents containing and related to Lyle Nelson - including: Statesman and Star News accounts and photos of Lyle Nelson, biathlon competitor from McCall; National Meets; Olympics; Author; Speaker; NBC ancho

    Letter dated 7 November 1936 from Valley Nelson to friends

    No full text
    Letter from Valley Nelson at Tunghsien, sending Christmas greetings to friends; plans to go to Fenchow halted due to Communist invasion of Shansi; called to Tehchow as substitute; the nursing school at Tehchow; a conference of nurses at Nanking; educational standards in China; about to go to Tehchow, will work there and at Lintsing; Includes envelope addressed to Alma L. Cook

    World War I record of service survey for Lloyd H. Cook, signed 25 August 1922

    No full text
    Questionnaire about Lloyd Harlow Cook's service in World War I, 1917-1919, signed by Cook on 25 August 1922.Questionnaire originally part of a survey of Norwich University alumni conducted by a “Norwich in the World War” committee consisting of Charles N. Barber (chairman), Carl V. Woodbury, K.R.B. Flint, and Gustaf A. Nelson. Data from these questionnaires may have been used in a chapter of "Vermont in the world war, 1917-1919" by Harold P. Sheldon (1928). Transcription by Carina Berg. Transcriptions may be subject to error

    Adaptive Governance: An Introduction and Implications for Public Policy

    No full text
    Adaptive governance is a concept from institutional theory that deals with the evolution of institutions for the management of shared assets, particularly common pool resources and other forms of natural capital. This paper is the first of a set of four papers on adaptive governance, providing a brief overview of the history of the concept, the distinguishing features of the literature, and key insights provided for economists and policy advisors. We argue that adaptive governance provides an interesting lens for examining the political economy of policy responses akin to the concept of market failure within economics, but applied to wider processes of social learning and collective choice, including collective choices about the scope and structure of institutions that govern lower level choices by individuals and organizations.adaptive governance, public policy, common pool resources, natural resource management, wicked problems, Institutional and Behavioral Economics,

    Memo from Ivan Nelson to Mr. Nick Fortucci dated August 9, 1961

    No full text
    [Page 1] AD PC ETHIOPIA - fulb. [Header, right margin, lines 1-4] I.N. - [Header, line 6] 8/15/61 I explanied to Ivan Nelson: 1. Provision on $1 million limitation is now being omitted. [xxx] 2. Language in draft note and instruction was approved by Mr. Cook for Mr. Branford. nif. [Bottom of page, paragraph 5

    Noted Civil War historian, author to visit Nelson County

    No full text
    James I. "Bud" Robertson Jr., director of Virginia Tech's Virginia Center for Civil War Studies and a nationally known Civil War historian and author, will be in Nelson County on Thursday, July 21, for two appearances: a reception at the Nelson Center and an address on the topic "Why the Civil War Still Lives" at Nelson High School

    Gerald Nelson discusses article "Do roads cause deforestation?"

    No full text
    IFPRI Senior Researcher, Gerald Nelson, discusses the article, "Do roads cause deforestation." On July 25, 2011, Nelson and co-author, Daniel Hellerstein, were honored by the AAEA with the Publication of Enduring Quality Award for this innovative 1997 publication on techniques for turning satellite imagery into economic data

    Nelson-Gon/manymodelr: manymodelr 0.3.5

    No full text
    title: "manymodelr-News" author: "Nelson Gonzabato" output: htlm_document manymodelr 0.3.5 Extended fit_models to support model fitting for several variables for several model types. manymodelr 0.3.2 Patch related to failing tests on old R releases, skip tests on these. manymodelr 0.3.1 Fixed issues for CRAN manymodelr 0.3.0 Major additions extract_model_info now supports glmerMod and glmmTMB get_this now works with numeric input and also supports data.frame objects. fit_models extends fit_model by building many models at once. Other changes get_stats now drops columns via a vector and not "non_numeric" as previously. Metrics from multi_model_1 are now more informative with the metric and method wrapped in the naming of the result. df was renamed as old_data in multi_model_1, newdata to new_data. plot_corr now directly accepts data.frame objects. Arguments like round_values have also been dropped. Fixed DOI to Max Kuhn's paper Refactored get_mode to be tidy compliant. The argument valid was dropped in multi_model_1. get_all was dropped in select_percentile. select_col, select_percentile, row_mean_na will be removed in the next release. row_mean_na is now defunct. Use na_replace instead. na_replace no longer allows using functions such as mean,min, etc. These have been reimplemented in the package mde modeleR is now defunct. Use fit_model instead. get_this no longer accepts non quoted character strings. Better coverage and code tests manymodelr 0.2.4 Fixes paper citation manymodelr 0.2.3 New functions plot_corr has been added to allow plotting of correlation matrices produced by get_var_corr_. na_replace_grouped extends na_replace by allowing replacement of missing values(NAs) by group. add_model_predictions allows addition of predicted values to a data set. add_model_residuals is an easy to use and dplyr compatible wrapper that allows addition of residuals to a data set. extract_model_info allows easy extraction of common model attributes such as p values, residuals, coefficients, etc as per the specific model type. It supports extraction of multiple attributes. multi_model_2 allows fitting and predicting in one function. It is similar to multi_model_1 except it does not require metrics. Major Changes modeleR has been replaced with fit_model which is an easier to remember name. Usage remains the same. fit_model no longer allows direct addition of predictions. Use add_model_predictions to achieve the same. na_replace has been extended to allow for user defined values. rowdiff now accepts replacement of the calculation induced NAs. It does so by using na_replace. get_var_corr_ now supports using only a subset of the data. Helper functions are no longer exported. get_data_Stats is now aliased with get_stats for ease. get_var_corr no longer has the get_all argument. Instead, users can provide an option other_vars vector of subset columns. drop_columns has also been changed from boolean to a character vector. manymodelr 0.2.2 Minor bug fixes with respect to the vignette. manymodelr 0.2.1 Major Changes Additions agg_by_group is a new function that manipulates grouped data. It is fast and robust for many kinds of functions. rowdiff is another new function that enable one to find differences between rows in a data.frame object. ` get_var_corr provides a user-friendly way to find correlations between data. get_var_corr_ provides a user-friendly way to find combination-wise correlations. It is relatively fast depending on how big one's data is and/or machine specifications. get_this is an easy to use helper function to get metrics,predictions, etc. Currently supports lists and data.frame objects. modeleR and row_mean_na were removed. Major Modifications get_data_Stats now supports removal of missing data as well as using only numeric data. modeleR has been fixed to handle new data as expected. It also now supports glm. multi_model_1 now supports either validation or working with new data. row_mean_na has been replaced with na_replace which is more robust. row_mean_na will be removed in future versions

    Dr. Anne Koch and Kolby Nelson

    No full text
    Dr. Anne Koch, author of the book It Never Goes Away: Gender Transition at a Mature Age, meets with student Kolby Nelson after a speech at PCOM.https://digitalcommons.pcom.edu/pa_2020_photos/1064/thumbnail.jp
    corecore