search for: researchers

Displaying 20 results from an estimated 20444 matches for "researchers".

Did you mean: researcher
2007 Sep 30
3
[LLVMdev] Compiling poolalloc
I currently have a slightly modified llvm-2.0 source tree (from the release tarball). I checked out poolalloc into the projects directory and attempt to configure it, but I keep getting errors. I would understand if there were problems building it (since it may require a different version of llvm), but it should at least configure. Specifically, I've tried the following commands: >
2010 Jun 29
1
[LLVMdev] problems building vmkit
Hi All, Thanks Nicolas for pointing out that I needed --enable-targets=x86,cpp for my llvm config to get vmkit to build. The process gets a lot farther but fails in different places depending upon the vmkit config (Can you please see the three case below?). My machine is a intel core i7 running ubuntu karmic and gcc 4.4.1. What arch/OS/distro/gcc do you all have VMKit working on? thanks for
2001 Sep 29
2
Mathematica Notebook Frontend
Hi, I need some help getting the Frontend to work - MathKernel.exe is working but when I try wine Mathematica.exe I get a lot of error messages - I'm using Mathematica Version 4.0 and wine20010824. At the end of the post there is the complete message I get from wine. Thanx a lot CFU wine Mathematica.exe For language 'german' several language ids were found: de_DE - 0407; de_CH
2010 Jul 09
1
[LLVMdev] vmkit + mmtk build problem revision 107990
Hi Nicolas, I'm trying now to build vmkit with mmtk: ./configure --with-llvmsrc=/home/zoewolk/RESEARCH/llvm --with-llvmobj=/home/zoewolk/RESEARCH/llvm --with-gnu-classpath-glibj=/home/zoewolk/RESEARCH/classpath-0.97.2/lib --with-gnu-classpath-libs=/home/zoewolk/RESEARCH/classpath-0.97.2/lib --with-gc=mmtk I've built llvm-gcc from source and configured llvm so that it can find it.
2014 Sep 30
0
Position announcement - Research Educator - University of Maryland
Please distribute. Interested individuals can view the full position announcement and apply at: https://ejobs.umd.edu/postings/29966 Title: Research Associate Functional Title: Research Educator Position Summary/Purpose of Position: The First-Year Innovation & Research Experience (FIRE) is a new major initiative at the University of Maryland, College Park. FIRE provides first-year
2010 Apr 13
0
Job: AHL Research Developer, R/python - top hedge fund, Oxford/London UK
...vestment in quantitative finance research, Man Group and its quantitative investment manager AHL have established a Research Laboratory at Oxford. The Laboratory is sharing the same offices with the Oxford-Man Institute of Quantitative Finance encouraging interaction between academic and commercial researchers. It pursues commercially driven research programmes primarily focussed on the needs of AHL but collaborates with the Institute through seminars, workshops and informal discussions. In our research we facilitate the use of the tools that are widely spread throughout the academic quantitative and st...
2010 Mar 01
1
Why software fails in scientific research
I came across this notice of an upcoming webinar. The issues identified in the first paragraph below seem to me exactly those that the R project is designed to address. The claim that "most research software is barely fit for purpose compared to equivalent systems in the commercial world" seems to me not quite accurate! Comments! WEBINAR SERIES A Crack in the Code: Why software
2011 Nov 17
0
Research Associate position at Harvard Business School
HBS seeks a Research Associate to partner with a faculty member in the Marketing Unit on research initiatives related to consumer and firm choices in industries influenced by technology along with value created through social media technologies. Projects involve statistical programing and econometric modeling in R. Projects involve research and analysis of large data sets. Projects may also
2012 May 23
0
Research Assistant/Staff Scientist: Technology in Environmental Health (Boston, MA)
...ssistant or staff scientist with experience in computer science, data analysis, or mathematics and an interest in applying these skills to environmental health research. The new researcher will work on projects that combine technology, environmental health science, and social science. For example, researchers nationally are struggling to develop meaningful ways to report to study participants on the levels of emerging contaminants detected in their own body or home. Our unique team of environmental health scientists, social scientists, and human-computer interaction experts is designing a digital interf...
2016 Jun 07
3
PACT-2016 ACM Student Research Competition (SRC)
######################################################### PACT-2016: Call for Abstracts in ACM Student Research Competition (SRC) http://pact2016.eew.technion.ac.il/acm-src ######################################################### IMPORTANT DATES Abstract submission: 11:59pm US EDT Friday, June 17, 2016 Acceptance notification: 11:59pm US EDT Friday, July 15, 2016 Poster
2011 Jul 27
3
[LLVMdev] Problem with llvm-gcc 'make' and arm-none-linux-gnueabi-as
Hello: I recently attempted to update the ARM cross-compilation setup I had with llvm, and it did not work, so I wanted to revert back to my initial configuration. I reconfigured/make/make install'ed my llvm which executed fine, and then cleared out my llvm-gcc obj and install folders, and reconfigured gcc from within llvm-gcc/obj as follows: ../llvm-gcc-4.2-2.9.source/configure
2006 Oct 24
6
extract certain values from a ts
Hi, Having several daily wind speed time series I want to extract those consecutive days over and below certain values (i.e. 5 < x <8) Don't know which funtion to use (aggregate, lapply?) and how to do it. Thanks in advance Antonio
2010 Mar 28
4
[LLVMdev] PTX target for LLVM?
...e BSD-style license as LLVM. Every programmer can read code, even bad code, especially when there's a research paper or thesis to go along with it. Every delay in releasing code just slows down the progress of the the world. That's the only "benefit": slowing the progress of other researchers. If the code is needed to replicate your research, for the love of Turing *publish it alongside the research*.<br /> <br /> Look, the LLVM project has already set a great example with its permissive BSD license and all LLVM development is done out in the open; I see (and read) every com...
2013 Jul 09
1
[off topic] [research] Interviews for contributors over 50 for Oregon State University research
Hello, Researchers at Oregon State University are striving to conduct research to learn more about the free/open source software community landscape as it relates to older adults. We have identified you as a leader for a free/open source software community. If you?re interested, we will either do an in-person intervi...
2006 Dec 15
1
Help w/ Apache Proxying Mongrel
I''m running Apache 2.0 as a proxy to several Mongrel/Rails apps, so that all of my Mongrel apps can be routed through the single Apache IP address. Apache 2.0 is already in use on the system, which is why I haven''t decided to use Apache 2.2. The problem I''m having is that this setup only works for Rails apps that do not use the public/index.html file as the main
2010 Apr 01
0
[LLVMdev] PTX target for LLVM?
...e as LLVM. Every programmer can read code, even bad code, especially > when there's a research paper or thesis to go along with it. Every delay > in releasing code just slows down the progress of the the world. That's > the only "benefit": slowing the progress of other researchers. If the code > is needed to replicate your research, for the love of Turing *publish it > alongside the research*. It's not that easy, unfortunately. To get funding for research, publications still count more than whether your code is used by others or not. Code (re)use is also often...
2010 Jun 30
3
[LLVMdev] vmkit build problems
Thanks Nicolas for your help with my build problems with vmkit. Yes, I was missing ant -- great catch (I'm on a newly installed machine). That fix with this configuration, gets me to the error below. Any thoughts (build tools, other I may be missing that are not checked for)? Are there steps that you suggest I try to gather more information on the problem? Also -- it seems to be building
2003 Jan 02
0
Summer Internship at Merck (Domestic USA)
...lab site of Rahway, New Jersey, in the areas of pre-clinical and non-clinical research. While we are based in New Jersey, we also serve Merck research sites in Montreal, San Diego, Seattle, Spain, and England by occasional visits and the use of web-based software tools that we have built to enable researchers to do good data analysis themselves. Pre-clinical / Non-clinical means that we work with basic researchers in a variety of human-health product areas in the long-term Research & Development (R & D) process that occurs before a drug is ever even tested in the first human. The many years o...
2010 Apr 01
1
[LLVMdev] PTX target for LLVM?
...ammer can read code, even bad code, > > especially when there's a research paper or thesis to go along with it. > > Every delay in releasing code just slows down the progress of the the > > world. That's the only "benefit": slowing the progress of other > > researchers. If the code is needed to replicate your research, for the > > love of Turing *publish it alongside the research*. > > It's not that easy, unfortunately. To get funding for research, > publications still count more than whether your code is used by others or > not. [NOTE: Th...
2011 May 03
1
Visiting Researcher, species distribution modelling, Cali, Colombia
Dear All, The Decision and Policy Analysis (DAPA) program of the International Center for Tropical Agriculture (CIAT), a not-for-profit agriculture, biodiversity and ecosystems research center, supported by the Consultative Group of International Agricultural Research (CGIAR), with headquarters in Cali, Colombia is looking for a visiting researcher to work on various modeling projects, primarily