Thursday, December 30, 2010

2011 models available

Start enjoying your new ride.





======================================================================================================================== From: Elena Conti < cont ... @access.uzh.ch > To: taxa ... @mailman.nhm.ku.edu Subject: PhD position available Date: Tue, 1 Jun 2010 16:43:03 +0200 I would like to announce the following position on Taxacom: Ph.D or post-doc assistantship in plant evolution/biogeography at the University of Zurich Position description: Applications are open for one 3-yr Ph.D. assistantship (or a part-time post-doctoral assistantship) to study the origin and evolution of island endemics in the Mediterranean Region. Our first studies on Rutaceae, Araceae and Boraginaceae used chloroplast DNA sequences and geological data to reconstruct the temporal and spatial frameworks for the origin of plants endemic to the continental fragment islands of Corsica and Sardinia and the oceanic islands of the Canarian archipelago (Salvo, G., S. Ho, G. Rosenbaum, R. Ree, E. Conti. 2010. Tracing the temporal and spatial origins of island endemics in the Mediterranean region: A case study from the citrus family (Ruta L., Rutaceae). In Press Systematic Biology; Mansion, G., F. Selvi, E. Conti. 2009. Origin of Mediterranean insular endemics in the Boraginaceae: Integrative evidence from molecular dating and ancestral area reconstruction. Journal of Biogeography 36:1282-1296; Mansion G., G. Rosenbaum, G. Bac chetta, J Rossello, E. Conti. 2008. Phylogenetic analysis informed by geological history supports multiple, sequential invasions of the Mediterranean basin by the angiosperm family Araceae. Systematic Biology 57:269-285). Some of the open questions include the following: i) Are species in the selected Mediterranean groups monophyletic? ii) What are the origins of the polyploid species? iii) Is there variation of ploidy level within species? iv) was island colonization associated with a shift of the ecological niche? The successful applicant will choose one or more of these plant families to: generate flow cytometry data aimed at determining ploidy levels; generate nuclear DNA sequences and infer species trees; incorporate ecological data to investigate issues of niche conservatism vs. niche evolution in the selected groups. Requirements: Demonstrated experience in molecular, phylogenetic and flow-cytometry methods and/or ecological niche modeling will be highly valued in the selection process. Excellent knowledge of the English language, written and oral, required. Familiarity with additional European languages would be useful for fieldwork in the Mediterranean Region and living in Switzerland. Facilities: Our research group offers a very supportive working atmosphere and excellent research facilities in a highly international scientific environment. Several opportunities for collaborations and participation at international meetings are available. How to apply: Send the following documents by email AS A SINGLE PDF FILE to Prof. Elena Conti, Cont ... @access.uzh.ch :I) a one- to two-page application letter clearly addressing the following questions: a) Why are you interested in a Ph.D. or post-doc position in this research topic? b) What are your career goals?; II) your detailed curriculum vitae, including a list of field collecting, molecular, analytical, and linguistic skills, presentations at scientific meetings, and publications (if applicable); III) a copy of your undergraduate and graduate academic record; IV) names and full addresses of two or three referees selected from your academic advisors. Finally, ask your referees to send reference letters directly to Prof. Conti by email addressing: i) your intellectual and academic skills, ii) your dedication to science, and iii) your ability to work cooperatively in a team. Deadline for application: June 30, 2010. Positions will remain open until a suitable candidate is found. Starting date: As soon as a suitable candidate is selected. ***************************************** Prof. Elena Conti, Ph.D. University of Zurich, Institute for Systematic Botany Zollikerstrasse 107, 8008 Zuerich, SWITZERLAND Ph: 0041 44 634 8424 Fax: 0041 44 634 84 03 email: Cont ... @access.unizh.ch http://www.systbot.uzh.ch/Personen/ProfessorenundDozenten/ElenaConti.html Special issue on Mediterranean Biogeography, Journal of Biogeography 2009: < http://www3.interscience.wiley.com/journal/122463450/issue?CRETRY=1&SRETRY=0 > http://www3.interscience.wiley.com/journal/122463450/issue?CRETRY=1&SRETRY=0 . DIVERSITAS-BioGENESIS program: < http://www.diversitas-international.org/?page=core_biogen > http://www.diversitas-international.org/?page=core_biogen ***************************************** _______________________________________________ Taxacom Mailing List Taxa ... @mailman.nhm.ku.edu http://mailman.nhm.ku.edu/mailman/listinfo/taxacom The Taxacom archive going back to 1992 may be searched with either of these methods: (1) http://taxacom.markmail.org Or (2) a Google search specified as: site:mailman.nhm.ku.edu/pipermail/taxacom your search terms here On Tue, 18 Aug 2009 13:21:59 +0200, Peter Otten wrote: Sleepy Cabbage wrote: I'm scripting a superkaramba theme using python and have intgrated output from amarok. I have also would like to show the artist and song title from a radio stream i've added to my playlist. If I open a python console and add the following: ">>>import urllib2" ">>>from urllib2 import urlopen" ">>>nowplaying = str.split(urlopen(' http://www.hearteastmids.co.uk// jsfiles/NowPlayingDisplay.aspx?f=http%3A%2F%2Frope.ccap.fimc.net% 2Ffeeds% 2Fnowplaying%2FGlobal%2FHeart_Network%2FHeart_East_Midlands% 2F6854.xml&l=6854&tzc=8&at=HeartEastMids').read(),'>')" ">>>print test[4][:-3]" this works and displays the artist and song title. However, when I add this to my script I get the following errors: Please give a minimal version of your script that produces the error, not some arbitrary excerpt that you ran successfully on the command line. If I were to guess: you are doing something like import socket socket.socket = socket somewhere, thus confusing the socket class with the module of the same name. Peter Thanks Peter. This is the script up to where the error seems to fall: "#!/usr/bin/env superkaramba" "# -*- coding: iso-8859-1 -*-" "import karamba" "import subprocess" "from subprocess import Popen, PIPE, STDOUT, call" "import urllib" "from urllib import urlopen" "#this is called when your widget is initialized" "def initWidget(widget):" "clkPause = karamba.createClickArea(widget, 156, 470, 35, 35, "qdbus org.kde.amarok /Player Pause")" "nowplaying = urllib.urlopen(' http://www.hearteastmids.co.uk//jsfiles/ NowPlayingDisplay.aspx?f=http%3A%2F%2Frope.ccap.fimc.net%2Ffeeds% 2Fnowplaying%2FGlobal%2FHeart_Network%2FHeart_East_Midlands% 2F6854.xml&l=6854&tzc=8&at=HeartEastMids').read()" Hope this can enlighten things -- http://mail.python.org/mailman/listinfo/python-list