similar to: Researcher (PostDoc)

Displaying 20 results from an estimated 900 matches similar to: "Researcher (PostDoc)"

2017 Oct 28
0
Job opportunity: postdoc or PhD at Norwegian Institute for Nature Research (NINA)
Dear all, The Norwegian Institute for Nature Research (NINA) seeks a post doc or Ph.D. candidate in mapping and valuation of ecosystem services from green infrastructure in Oslo. The candidate has preferably skills in Open Source GIS (OSGeo) and a M.Sc./Ph.D. in geomatics with an interest in urban ecosystem services, or a M.Sc./Ph.D. in nature management, landscape architecture, geography,
2014 Feb 20
0
PostDoc Position in Biostatistics @ Univ Zurich
UNIVERSITY OF ZURICH, PostDoc Position in Biostatistics (~80-100%) Starting date: May 1st 2014 or later Closing date: March 10 2014 The Division of Biostatistics at the Institute of Social and Preventive Medicine of the University of Zurich (UZH) invites applications for a PostDoc position in biostatistics. Length and salary will depend of the qualifications of the appointee, in accordance with
2020 Sep 01
0
PhD student and postdoc positions in pharmacometrics at the University of Cape Town
Dear all, Our pharmacometrics group is looking for bright and motivated candidates to join our modelling team within the Division of Clinical Pharmacology at the University of Cape Town. Our group has established PK/PD modelling expertise in the disease areas of tuberculosis, HIV, and malaria. It is active internationally and enjoys on-going collaborations and exchange programs with some of the
2019 Jan 25
0
PhD student and postdoc positions in pharmacometrics at the University of Cape Town
Dear all, We are looking for bright and motivated candidates to join our pharmacometric modelling team at the University of Cape Town. Pharmacometrics is an emerging discipline that uses mathematical and statistical tools to quantify drug, disease, and trial information to aid efficient drug development and/or regulatory decisions. It designs and applies mathematical models to describe the
2009 Jan 20
0
vacancy postdoc computational systems biology - Amsterdam
*Postdoc Position Computational Systems Biology 'Systems Bioinformatics: Computational Modelling Methods' f/m * * VU University Amsterdam, the Netherlands * *Research project * The goal of the project is to develop and implement computer methods for computational modelling of biological systems. This encompasses methods for computational model assembly, execution, analysis and
2010 Sep 13
0
[LLVMdev] Postdoc opening at ICSI
Sorry for the spam, but we're looking for a postdoc with compiler expertise, and in particular LLVM, for ICSI's networking group. I thought this list might have somebody interested in such a position: http://www.icsi.berkeley.edu/about/netjob.html Feel free to forward further. Thanks, Robin -- Robin Sommer * Phone +1 (510) 722-6541 * robin at icsi.berkeley.edu ICSI/LBNL *
2019 Jun 18
0
Statistics PostDoc in Zurich
There is a PostDoc position open in my group at Univ of Zurich, Switzerland. Details are available from https://bit.ly/2KRCK6x Best, Torsten ________________________________________________________________ Prof. Dr. Torsten Hothorn ========= \\ Universitaet Zuerich \\ Institut fuer
2015 Mar 17
0
Postdoc in Pharmacometrics at the University of Cape Town
Dear all, at the Division of Clinical Pharmacology at the University of Cape Town (South Africa) we are looking for highly motivated science/engineering PhD graduates to join our pharmacometrics group as a post-doctoral fellow. Pharmacometrics is an emerging discipline that applies mathematical modelling and simulation to pharmacology, aiding the interpretation of data from clinical trials,
2008 Nov 10
0
Postdoc Positions Available at Leiden University The Netherlands
Two Postdoctoral fellows (fulltime) Leiden University, Leiden, The Netherlands Job description ________________________________________ TOP Institute Pharma (TI Pharma) has granted our proposal to set up a mechanism-based PK-PD modelling platform. This platform focuses on the transfer of knowledge from academia to the pharmaceutical industry and is a collaborative effort of
2008 Mar 28
0
Vacancy Principal Postdoc PK-PD modeling The Netherlands
________________________________ Principal Post-Doctoral Fellow PKPD modelling platform (full time) Leiden University, Leiden, The Netherlands <javascript:doredirect();> Job description ________________________________ TOP Institute Pharma (TI Pharma) has granted our proposal to set up a mechanism-based PK-PD modelling platform. This platform focuses on the transfer of
2018 Aug 20
0
[jobs] postdoc in remote sensing with USDA-ARS
The USDA-Agricultural Research Service, Southeast Watershed Research Unit in Tifton, GA, is seeking a postdoctoral research associate for a full-time, 2 year appointment. The research associate will develop, calibrate, and validate a semi-empirical model for estimating cotton biomass from fields within the southeastern United States. Model development will involve the use of optical and radar
2014 Dec 11
0
Postdoctoral researcher: genome informatics in psychiatry
We are seeking a talented and driven postdoctoral fellow to join the laboratory of Jake Michaelson, PhD, assistant professor in the department of psychiatry at the University of Iowa. The Michaelson lab investigates the effect of genetic variation on the development and function of the brain, particularly in the context of neurodevelopmental conditions such as autism and language impairment. Our
2008 Oct 25
0
increase symbol size in expression - axis label of a plot
Heja, It took me a while to find a way of implementing normal text as subscripted text in a expression followed by another expression and more subscripted text :O) It looks now as this: ylab=expression(Delta^"+"~""[paste("my subscripted text")]~">"~Delta^"+"~""[paste("my subscripted text")]) I use several par commands
2007 Jan 09
2
posthoc tests with ANCOVA
dear all, I want to perform a posthoc test for my ANCOVA: a1<-aov(seeds~treatment*length) With summary(glht(a1, linfct = mcp(treatment = "Tukey"))) R tells me: "covariate interactions found -- please choose appropriate contrast" How do I build these contrasts? Ideally, I would like to have the posthoc test for the ANCOVA including a block-effect
2003 Feb 19
1
RODBC problems
Hello, I successfully used RODBC very frequently, but after having updatetd to R 6.0.2, the current RODBC-Version gives me some problems. After connecting to my Oracle-Database via odbcConnect("") (or the necessary information) I receive a much longer output than usual: RODB Connection 0 Details: case=nochange DRIVER={Oracle in OraHome90} ... with all the details. Previously,
2005 Aug 22
1
vectors of different length in a matrix
HI! I?ve 3 vectors of different length (a,b,c) and want to arrange them in a matrix a,b,c as rows and the figures of these vectors in the columns (with that matrix i want to calculate a distance between thes vectors - vegan - vegdist - horn). Is there a possibilty to create such a matrix and to fill up the missing fields with NA?s automatically???? Thanx marten winter -- *Marten Winter*
2008 Oct 09
1
stack or dissolve matrix without double entries
Heja, I've some bigger distance-matrices like this: num [1:3231, 1:3231] 0.000 0.176 0.176 0.176 0.176 ... - attr(*, "dimnames")=List of 2 ..$ : chr [1:3231] "A" "B" "C" "D" ... ..$ : chr [1:3231] A" "B" "C" "D" . I actually want to convert them into a 2 column dataframe like this: data.frame':
2011 Apr 21
2
combining matrices
Heja, I hope someone is still there to help me: How can I somehow merge/combine matrices to get such a result: Matrix A A B x1 1 0 x2 1 1 Matrix B C D x3 1 0 x4 0 1 Resulting Matrix? A B C D x1 1 0 0 0 x2 1 1 0 0 x3 0 0 1 0 x4 0 0 0 1 Does anyone see this probably obvious solution with R how to do this? Sorry if this question is silly...it's too hot here to think properly ;O)
2008 Jul 13
0
short-term postdoc/scientific programmer position
Dear All, A short-term (approx. 6-month) postdoctoral or scientific programmer position is available in a computational sciences project in Amsterdam. The title is dependent on experience. The starting date should be before the end of 2008, and applicants must be a citizen of a member state of the European Union. The ideal applicant would: o be an experienced R programmer o have experience in
2009 Jan 04
0
postdoc position in computational biology
A postdoctoral fellow position in computational biology will be available starting June 1 2009 at University of Washington, Seattle, WA. The candidate will join a multi-disciplinary group working on edge-cutting research problems in computational biology. Job Description We seek a highly motivated and diligent researcher at the early stage of academic career with the ability to carry out