@prefix this: <https://w3id.org/np/RAuyQCWNHQuRgvHSo_sJ5UGWv3WJMRLaDXPdKLfQsxAxg> .
@prefix sub: <https://w3id.org/np/RAuyQCWNHQuRgvHSo_sJ5UGWv3WJMRLaDXPdKLfQsxAxg#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix schema: <https://schema.org/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:assertion dcterms:creator <https://twitter.com/sensemakergod> ;
    rdfs:comment """Publication alert! In a new paper (https://shorturl.at/bptuQ),
@EmilBargmann
and I examine the relationship between funding-type (thematic vs. responsive-mode) and shifts in research interests among 10k grant recipients in UK Physics, Engineering and Bioscience.
---
We estimate the similarity of grantees’ research focus before, during and after a grant, and find that scientists acquiring thematic funding alter their research interests slightly more than comparable scientists funded through responsive-mode schemes. However…
---
3/3 ...recipients of both types of grants tend to revert toward their original research interests when the funding expires. This suggests an ambiguous link between thematic funding mechanisms and researchers’ orientations. This work was funded by
@DFF_raad
.""" ;
    schema:keywords "funding-mechanisms" , "research-grants" , "research-interests" , "similarity-estimates" , "thematic-funding" ;
    <https://sense-nets.xyz/announcesResource> <https://academic.oup.com/rev/advance-article/doi/10.1093/reseval/rvae015/7657007?fbclid=IwZXh0bgNhZW0CMTAAAR0VpGGi108Mv0mkO8Ty7GCbrJz37QYF_ubI-8oo6Q1C8L9VpW3-zfZQL0E_aem_AWqjSkgjInQZuoET0yZsj9ljbJuonGzCWmIHYbcgDxe1srxqsvCVm52V5E7N-xOiIJ5oNE40EszFsDAbvCCI_xI-&login=true> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo <https://twitter.com/sensemakergod> ;
    prov:wasDerivedFrom <https://twitter.com/sensemakergod> .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoWenJzEuzPmfkMRSKSwCflfKiFtZOzacYCEF6/CSHmpWQRN/zqsOXbIWUM+l/ePd8Cj7eBPpEX7XFZyhSK6EmNAWmn2/i7RsJI9El1YUDgeI7Re3BV1ZSja09b8oFAqkyI3QMK23M4D/l/hg/L1h7PMamUj+zZL4mP+x+bnX+gxezjfodZrNZhJO4JtK8INFo3AHTEUYakWSl1KV6veWokccyEWhThaNSK7QnnS2Eyfb2lLsKqYYi+CtIdX2ANnLFprVN33VvKpSoliM8J4ZQtK4JOEmWYA1md+2Sp1VDHNykmuJuwLwBzp3V0fu29egfoPv8/o1rR8KNJToyPFhSQIDAQAB" ;
    npx:hasSignature "KI44XzLazCVZSyd1zWUHnuX+6KDP5rEhbQYSuVd0GO6EZWGbZXrh6DWhVFDlf3k/88Q7TiHowqHa4HXl9jIzNhZTeqh1M0v148SGE/hY9cyvDtwzim2VZ873EHVSIoIXmemGm6KszIpx/scokZoqbsu6pUQ5cXQALllevHyl4rOQu0UGSBQfZaOjxZrnou7XhV9cTCdKuzVIR3uISBM4By4IP0+MqARB/c9l8nLFZPP/NX5ZbxuZn+ReYRlOW5pMokzC0D4Y4K5ehHjhzjuaHUnvNff/fDPZENpZz426xoRO37e/Q/SH6dNu2GXJD+yVOrSCWHcX+coxOCLYgqRLww==" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2024-05-15T04:18:59.614Z"^^xsd:dateTime ;
    <http://sense-nets.xyz/rootSigner> "0xFfEB3c7bE84527a44349aFD421dC5a1834DBAa1D" ;
    a npx:ExampleNanopub , <https://sense-nets.xyz/SemanticPost> .
}