35,098 research outputs found

    Mapa de abordagens Gnova Lab 2022

    No full text
    As metodologias que vêm sendo testadas pelo GNova Lab podem ser utilizadas por equipes de governo em vários estágios de uma política pública, com o objetivo de compreender as necessidades dos cidadãos e organizações. Em geral, as metodologias utilizadas nos projetos desenvolvidos variaram de acordo com o objeto, mantendo em comum: a identificação e a caracterização do problema, as prioridades e tarefas chaves; a criação de ideias que impactam nessas áreas; sugestão de caminhos para promover mudanças de alto impacto; desenho e teste de protótipos de soluções; e validação ou readequação de soluções. Nesse mapa é possível identificar as principais abordagens e metodologias trabalhadas pelo GNova Lab. O mapa apresenta as metodologias e abordagens, os projetos que as experimentaram, eventos e publicações relacionadas.20 páginasInovaçã

    Colaboração internacional para inovação: o caso do GNova e Mind Lab

    No full text
    Esta publicação relata a colaboração internacional pioneira entre dois laboratórios de inovação governamentais: o laboratório dinamarquês MindLab e o laboratório brasileiro GNova, unidade pertencente à Escola Nacional de Administração Pública (Enap) sediada em Brasília – DF. Essa colaboração é parte de um projeto de cooperação internacional maior firmado, no período de 2016 a 2018, entre a Dinamarca e o Brasil – Cooperação do Setor Estratégico da Dinamarca (referida posteriormente apenas como cooperação) com foco em inovação e digitalização.Inovaçã

    Janela GNova - 5ª edição - Inovação em Serviços Públicos

    No full text
    O projeto MINDS (Modelo de Inovação em Desenho de Serviços Públicos) é uma iniciativa do GNova Lab, em parceria com a OCDE, que visa desenvolver um modelo referencial para inovação e uma caixa de ferramentas para o desenho e redesenho de serviços públicos, com o objetivo de torná-los mais eficientes, eficazes e orientados às reais necessidades dos cidadãos. A proposta é que o modelo e a caixa de ferramentas possam ser reutilizados e adaptados por organizações públicas do Poder Executivo Federal. O projeto terá duração de até 18 meses e inclui uma etapa para a realização de testes do modelo em três serviços públicos selecionados.Inovaçã

    Permanently : Preservation Lab Treatment Report

    No full text
    This is a 4 volume set of books by author Kenneth Koch, printed by Tiber Press in 1960. This set came to the Preservation Lab for rehousing. The books are in good condition, yet suffer from minor surface dirt. The original slip case designed for the book is missing, but a photo of the original was used as reference.View Catalog Record</a

    Sen-Lab-LMS/Senescence_nuclear_features: Publication_version_2.0

    No full text
    &lt;p&gt;Author checklist.&lt;/p&gt

    Projeto Inovação Cidadã: governo e cidadãos cocriando soluções. CLIC - Colaboratório de Inovação Cidadã para o Desenvolvimento Social

    No full text
    O presente relatório constitui o registro nal do projeto Inovação Cidadã - Governo e Cidadãos Cocriando Soluções, realizado pelo GNova Lab – Laboratório de Inovação em Governo da Escola Nacional de Administração Pública (Enap), em parceria com a Organização de Estados Ibero-americanos para a Educação, Ciência e Cultura (OEI) e o Instituto Procomum, organização da sociedade civil especializada na abordagem da inovação cidadã. Este documento narra o percurso do projeto, sintetiza os principais resultados, reexões e aprendizados obtidos e compartilha uma série de ferramentas produzidas ao longo dessa jornada, que teve como propósito central a experimentação da metodologia de inovação cidadã no contexto da gestão pública federal brasileira.127 páginasÉtica, Cidadania e DiversidadeGestão PúblicaGovernançaInovaçã

    Boxcar Poems, 1-12 : Preservation Lab Treatment Report

    No full text
    This is a small hardback meander book containing poems by John Dorsey. According to the colophon, the book was printed as a broadside and folded, torn and bound as a hardback meander book. The text was letterpress printed. Along with the book, there are four advertisement paper cards related to the author and the printing company. These were loosely set inside the book. This book came to the Lab for housing.View Catalog Record: http://uclid.uc.edu/record=b877704

    geem-lab/overreact: v1.2.0

    No full text
    ⚛️ overreact is a library and a command-line tool for building and analyzing homogeneous microkinetic models from first-principles calculations. This is a feature release of overreact that, among other minor changes, improves integrator stability and parameter choices for the integrators overall. In particular, overreact now makes similar choices to scipy.integrate.solve_ivp, which should lead to fewer surprises. A big part of this was kindly contributed by @bmounssefjr. ⚠️ It was found out that the currently calculated analytical Jacobian leads to problems, which is most relevant when implicit integrators are employed. This affects LSODA, Radau and BDF. As such, the usage of analytical Jacobians has been disabled for this version until we find a fix for the bug. Even though it is a breaking chance per se, it is mild, as most of the change happened in places where user had previously no access. We hope to fix this issue soon. Previous and published results were not affected. Update it using pip: $ pip install -U 'overreact[cli,fast]' Overreact is licensed under the MIT license. If you use overreact in your research, please cite: Schneider, F. S. S.; Caramori, G. F. Overreact, an in Silico Lab: Automative Quantum Chemical Microkinetic Simulations for Complex Chemical Reactions. Journal of Computational Chemistry 2022, 44 (3), 209–217. doi:10.1002/jcc.26861. Here's the reference in BibTeX format: @article{overreact_paper2022, title = {Overreact, an in silico lab: Automative quantum chemical microkinetic simulations for complex chemical reactions}, author = {Schneider, Felipe S. S. and Caramori, Giovanni F.}, year = {2022}, month = {Apr}, journal = {Journal of Computational Chemistry}, publisher = {Wiley}, volume = {44}, number = {3}, pages = {209–217}, doi = {10.1002/jcc.26861}, issn = {1096-987x}, url = {http://dx.doi.org/10.1002/jcc.26861}, } What's Changed Add basic issue templates by @schneiderfelipe in https://github.com/geem-lab/overreact/pull/378 Enforce ruff rules by @schneiderfelipe in https://github.com/geem-lab/overreact/pull/392 Improve integrator stability by @schneiderfelipe in https://github.com/geem-lab/overreact/pull/416 Bump scipy to 1.10.1 by @dependabot in https://github.com/geem-lab/overreact/pull/371 Bump markdown-it-py to 2.2.0 by @dependabot in https://github.com/geem-lab/overreact/pull/372 Bump matplotlib to 3.7.1 by @dependabot in https://github.com/geem-lab/overreact/pull/385 Bump flynt to 0.78 by @dependabot in https://github.com/geem-lab/overreact/pull/397 Bump jaxlib to 0.4.7 by @dependabot in https://github.com/geem-lab/overreact/pull/402 Bump black to 23.3.0 by @dependabot in https://github.com/geem-lab/overreact/pull/403 Bump jax to 0.4.8 by @dependabot in https://github.com/geem-lab/overreact/pull/405 Bump ipython to 8.12.0 by @dependabot in https://github.com/geem-lab/overreact/pull/404 Bump debugpy to 1.6.7 by @dependabot in https://github.com/geem-lab/overreact/pull/410 Bump mypy to 1.2.0 by @dependabot in https://github.com/geem-lab/overreact/pull/411 Bump rich to 13.3.4 by @dependabot in https://github.com/geem-lab/overreact/pull/413 chore(deps-dev): bump pytest to 7.3.1 by @dependabot in https://github.com/geem-lab/overreact/pull/414 chore(deps): bump thermo to 0.2.24 by @dependabot in https://github.com/geem-lab/overreact/pull/420 chore(deps-dev): bump pdoc to 13.1.1 by @dependabot in https://github.com/geem-lab/overreact/pull/419 chore(deps-dev): bump types-setuptools to 67.7.0.0 by @dependabot in https://github.com/geem-lab/overreact/pull/418 chore(deps-dev): bump ruff to 0.0.263 by @dependabot in https://github.com/geem-lab/overreact/pull/421 Full Changelog: https://github.com/geem-lab/overreact/compare/v1.1.0...v1.2.

    Noisy Nora artwork : Preservation Lab Treatment Report

    No full text
    Acclaimed author and illustrator, Rosemary Wells, has written many endearing children’s books including Noisy Nora (a story about a mischievous young mouse). As part of Ms. Well’s initiative, Real Art for Young Artists, in 2019, Rosemary Wells generously donated more than a dozen original illustrations for long‐term display at the Public Library of Cincinnati and Hamilton County. The opening for the exhibition is September 15th, 2019 at 2pm at the Children’s Library in the Main building downtown. The newly acquired illustrations are drawn in pen and India ink. There are 16 drawings (26 x 38 cm or smaller) and one booklet containing 8 pages (16 x 12 cm). To prepare the materials for long‐term exhibition, the Preservation Lab worked with numerous colleagues to carefully balance preservation standards with viewer’s needs, while also striving to maintain the artist’s intended interpretation of their work.View Catalog Record</a

    Reconstructing the Union - Report of the 2017 CEPS Ideas Lab. CEPS Report, 12 May 2017

    No full text
    "Reconstructing the Union" was the ambitious but timely theme of CEPS’ fourth big forum for debate, the Ideas Lab, which was held in Brussels, 23-24 February 2017. Experts from 11 policy domains shared their insights on the many complex challenges facing Europe. A total of 834 participants attended the event over the two days. This report gives an overview of the insights gleaned from the many constructive discussion
    corecore