Talk:Open science and research roadmap 2014–2017: Difference between revisions
(budjettia) |
|||
Line 62: | Line 62: | ||
Vuonna 2014 (3.4.2014 alkaen) laskennassa käytettävä yleiskustannuskerroin on 73 % ja henkilösivukustannuskerroin 57 % | Vuonna 2014 (3.4.2014 alkaen) laskennassa käytettävä yleiskustannuskerroin on 73 % ja henkilösivukustannuskerroin 57 % | ||
<t2b name="Henkilökuukaudet 2015-2016" index="Nimi,Palkka, | <t2b name="Henkilökuukaudet 2015-2016" index="Nimi,Palkka,Jakso" locations="2015/9,2015/10-12,2016/1-3,2016/4-6" desc="Lisätietoja" unit="htkk"> | ||
J.T.|5500|0.5|2.5|1.5|1.5|Kokoaikainen työ vierailun ajan, muuten puoliaikainen | J.T.|5500|0.5|2.5|1.5|1.5|Kokoaikainen työ vierailun ajan, muuten puoliaikainen | ||
N.N.|3500|0.5|1.5|1.5|1.5|Puoliaikainen | N.N.|3500|0.5|1.5|1.5|1.5|Puoliaikainen | ||
</t2b> | </t2b> | ||
<t2b name="Muut kulut" index="Kustannuslaji, | <t2b name="Muut kulut" index="Kustannuslaji,Jakso" locations="2015/9,2015/10-12,2016/1-3,2016/4-6" desc="Lisätietoja" unit="€"> | ||
Matkat ja majoitus|0|3500|0|1500|loka-marras: lento NY + majoitus 2 kk, huhti: NY viikon matka | Matkat ja majoitus|0|3500|0|1500|loka-marras: lento NY + majoitus 2 kk, huhti: NY viikon matka | ||
</t2b> | </t2b> | ||
<rcode graphics=1 variables=" | <rcode embed=1 graphics=1 variables=" | ||
name:yk|description:Yleiskustannuskerroin?|default:0.73| | name:yk|description:Yleiskustannuskerroin?|default:0.73| | ||
name:sk|description:Sivukulukerroin?|default:0.57 | name:sk|description:Sivukulukerroin?|default:0.57 | ||
Line 78: | Line 78: | ||
dat <- opbase.data("Op_en7018", subset = "Henkilökuukaudet 2015-2016") | dat <- opbase.data("Op_en7018", subset = "Henkilökuukaudet 2015-2016") | ||
htkk <- Ovariable(" | dat$Obs <- NULL | ||
htkk <- Ovariable("htkk", data = dat[colnames(dat) != "Palkka"]) | |||
muut <- Ovariable("muut", data = opbase.data("Op_en7018", subset = "Muut kulut")) | muut <- Ovariable("muut", data = opbase.data("Op_en7018", subset = "Muut kulut")) | ||
muut@data$Obs <- NULL | |||
palkka <- Ovariable("palkka", data = dat[colnames(dat) != "Result"]) | palkka <- Ovariable("palkka", data = dat[colnames(dat) != "Result"]) | ||
colnames(palkka | colnames(palkka@data)[colnames(palkka@data) == "Palkka"] <- "Result" | ||
oprint(palkka) | |||
palkka <- oapply(htkk * palkka, INDEX = "Jakso", FUN = sum) | |||
sk <- palkka * sk | |||
yk <- (palkka + sk) * yk | |||
selite <- Ovariable( | |||
output = data.frame(Kustannuslaji = "Palkat", Result = 1, | |||
marginal = c(TRUE, FALSE | |||
)) | |||
budjetti <- palkka * selite | |||
selite@output$Kustannuslaji <- "Sivukulut" | |||
budjetti@output <- orbind(budjetti@output, (sk * selite)@output) | |||
selite@output$Kustannuslaji <- "Yleiskustannus" | |||
budjetti@output <- orbind(budjetti@output, (yk * selite)@output) | |||
budjetti@output <- orbind(budjetti@output, ( 1 * muut)@output) | |||
oprint(budjetti) | |||
oprint(budjetti, marginal = "Jakso") | |||
oprint(budjetti, marginal = "") | |||
</rcode> | </rcode> |
Revision as of 15:27, 27 January 2015
GovLab practices in Opasnet (Opaslab)
- Instructions for application:
- Hakukuulutus Avoimen tieteen ja tutkimuksen edistäminen sekä avoimuuden hyödyntäminen innovaatiotoiminnassa [1]
GovLab practices in Opasnet (Opaslab) is a research and development project that aims to combine lessons learned from three important lines of work. They have each worked in different areas, but their synergism is what makes this project unique:
- Opasnet is a web workspace for making science-based impact assessments and models to support societal decision making. The web workspace is designed to implement open policy practice, a systematic method to produce relevant information for decision support.
- The GovLab is an organisation within the New York University developing new practices for open governance. Their key method is to test ideas in practice to see what works.
- Innovillage is a project within the National Institute for Health and Welfare (THL) in Finland. It aims at collecting, developing, and sharing good practices within the health sector.
The objectives of this project are to:
- bring the open policy practice method into a new setting in the GovLab and test for its applicability,
- develop open policy practice further based on lessons learned in the GovLab,
- describe the new practices in Innovillage as a platform to share the practices further,
- implement the new practices with CSC - IT center for science in practical cases in Finnish governance.
The Ministry of Education and Culture of Finland has developed a roadmap for open science http://en.opasnet.org/w/Open_science_roadmap (with my comments in blue and green)
They have also produced a related open science and research handbook (draft 1.0 available): http://openscience.fi/handbook
We in THL have developed a method called open policy practice http://en.opasnet.org/w/OPP which is based on the idea of open information processes. The Opasnet website was developed as a workspace where open policy practice can be practically implemented.
But the development work by the ministry and the work by us has not converged before, and this is the time to do it. So, I suggest that
- I will merge the ideas from the handbook (or handbook version 2, which should be published soon) and open policy practice into one coherent open science and policy handbook (let's call it version 3),
- possibly update some functionalities in Opasnet, if the handbook v3 warrants that,
- then come to New York where I will explore the relevance of the handbook v3+Opasnet to your civic tech/governance-oriented research and advisory work in several policy areas, health care primary among them,
- at the same time, I will explore the relevance of your project-based innovations, both analytical and technological, as well as those of individuals and groups in our extended networks, to the further development of handbook v3+Opasnet,
- back in Finland, I will produce a draft handbook v4+Opasnet (with maybe some additional functionalities) to the ministry for review and implementation.
- Kutsukirje
We are aware of your work in developing open policy practice and the related Opasnet web workspace. These are interesting demonstrations of open science and democracy. We are also aware of your interest in evaluating these against the Open Science and Research Roadmap published by the The Ministry of Education and Culture of Finland, as well as your interest in developing these ideas and practices further.
As you and I have discussed, our mutual expectation is that, during your time with us, you will explore the relevance of the ideas and functionality embedded in the Roadmap, open policy practice, and Opasnet to our civic tech/governance-oriented research and advisory work in several policy areas, health care primary among them. At the same time, you will explore the relevance of our project-based innovations, both analytical and technological, as well as those of individuals and groups in our extended networks, to the further development of Opasnet, open policy practice, and open science in Finland.
We will be happy to provide you with office space, technical support, wireless access, and an eager group of interested and interesting colleagues. We will not, however, be responsible for your compensation, benefits, living arrangements, or travel expenses.
Metadata about document GovLab practices in Opasnet (in Finnish) help |
---|
|
Budjetti
Vuonna 2014 (3.4.2014 alkaen) laskennassa käytettävä yleiskustannuskerroin on 73 % ja henkilösivukustannuskerroin 57 %
Obs | Nimi | Palkka | 2015/9 | 2015/10-12 | 2016/1-3 | 2016/4-6 | Lisätietoja |
---|---|---|---|---|---|---|---|
1 | J.T. | 5500 | 0.5 | 2.5 | 1.5 | 1.5 | Kokoaikainen työ vierailun ajan, muuten puoliaikainen |
2 | N.N. | 3500 | 0.5 | 1.5 | 1.5 | 1.5 | Puoliaikainen |
Obs | Kustannuslaji | 2015/9 | 2015/10-12 | 2016/1-3 | 2016/4-6 | Lisätietoja |
---|---|---|---|---|---|---|
1 | Matkat ja majoitus | 0 | 3500 | 0 | 1500 | loka-marras: lento NY + majoitus 2 kk, huhti: NY viikon matka |
Hakemus
- Hakijan nimi / Sökandens namn (yhteisön rekisteröity nimi / registrerat namn på sammanslutning) *
Terveyden ja hyvinvoinnin laitos
- Nimilyhenne / Namnförkortning
THL
- Hakijan kotikunta /Sökandens hemkommun
Helsinki
- Yhteisön yhteyshenkilö /Sammanslutningens kontaktperson
Jouni Tuomisto
- Hakijayhteisön Y-tunnus/ Sammanslutningens FO-nummer
2229500-6
- PRH
- n yhdistys-, säätiö- tai kaupparekisterin rek.nro ja ensirek.pvm / Förenings-, stiftelse- eller handelsregistrets reg.nr och första reg.dag (PRS)
?
- Lähiosoite / Näradress
Mannerheimintie 166 / PL 30
- Postinumero / Postnummer, Postitoimipaikka / Postanstalt
00271 Helsinki
- Sähköpostiosoite / E-postadress
jouni.tuomisto.at.thl.fi
- Puhelin / Telefon työ / tjänst Telefax
029-5246305
- Haettava määrä euroina / Belopp som söks i euro
- Hakijan pankkitili / Sökandens bankkonto ** IBAN BIC
Pohjola Pankki Oyj IBAN:FI84 5000 0120 2506 82 BIC:OKOYFIHH
- Hakemuksen aihealue (ilmoituksesta tai hakuohjeista www.minedu.fi) Ansökningens ämnesområde (från annons eller ansökningsanvisningar www.minedu.fi)
Erityisavustus tiede- ja korkeakoulupolitiikan kehittämishankkeisiin
- Valtionavustuslaji (kts. seuraava sivu) / Slag av statsunderstöd (se nästa sida)
- yleisavustus / allmänt understöd ___
- erityisavustus / specialunderstöd _X_
- Hankkeen nimi / Projektets namn
- Hankkeen suunniteltu alkamis- ja päättymisaika / Datum för projektets planerade början och slut
1.9.2015 - 30.6.2016
- Avustuksen käyttötarkoitus (voidaan jatkaa liitteessä) / Understödets ändamål (kan fortsättas i bilaga)
- Liitteet
- Avustettavaa hanketta koskeva suunnitelma. Toimintasuunnitelmasta tulee käydä ilmi hankkeen toiminta-ajatus, keskeiset kehittämiskohteet hankekaudella (rahoituskausi 2015-2016) sekä tavoitteet vaikuttavuudelle vuosina 2015-2017.
- Erittely hankkeen kokonaiskustannuksista ja hankkeesta saatavista tuloista sekä arvio niiden ajoittumisesta neljännesvuoden tarkkuudella. Muut samaa tarkoitusta varten saadut ja haetut avustukset.
- Selvitys nimenkirjoitusoikeudesta (esim. yhdistys-, säätiö tai kaupparekisteriote)
- hakijayhteisön toimintakertomus tai muu vastaava selvitys edelliseltä tilikaudelta,
- yhteisön tuloslaskelma, tase ja tilintarkastuskertomus edelliseltä tilikaudelta.
- Mikäli hakija ei ole saanut opetus- ja kulttuuriministeriöltä avustusta aikaisemmin tulee hakemukseen liittää tiedot hakijayhteisöstä: yhdistysrekisteriote, yhteisön säännöt, yhteisön hallituksen/johtokunnan kokoonpano, jäsenten lukumäärä (henkilöjäsenet ja yhteisöjäsenet).
See also
- Discourse: civilized discussion online (video)
- Alan M Kantrow: The constraints of corporate tradition]
- Fair process: Managing in the knowledge economy [3]