Skip to content

Instantly share code, notes, and snippets.

@mingan
Created October 22, 2012 14:13
Show Gist options
  • Save mingan/3931692 to your computer and use it in GitHub Desktop.
Save mingan/3931692 to your computer and use it in GitHub Desktop.
Satisfy Google Rich Snippets "Person" standard using FOAF?
<div id="me" vocab="http://xmlns.com/foaf/0.1/" prefix="v: http://rdf.data-vocabulary.org/#" typeof="Person v:Person" resource="http://carlboettiger.info#me">
<p>
<img property="depiction" src="assets/img/carlboettiger.png" alt="Photo of Carl Boettiger" style="float: right; margin: 10px 10px"/> I am
<a property="homepage v:url" href="http://carlboettiger.info">
<span property="name v:name">
<span property="firstName v:givenName">Carl
</span>
<span property="lastName v:familyName">Boettiger
</span>
</span></a>,
<span property="title v:role">a graduate student
</span> with
<span rel="knows">
<span typeof="Person">
<span property="name">
<a property="homepage" href="http://two.ucdavis.edu/%7Eme">Alan Hastings</a>
</span>
</span>
</span> in the
<a property="workplaceHomepage v:affiliation" href="http://www-eve.ucdavis.edu/eve/pbg/">Population Biology</a> Ph.D program at
<span property="based_near">UC Davis
</span>, working on
<span property="interest">regime shifts
</span> in
<span property="interest">ecology
</span> and
<span property="interest">evolution
</span>. Such shifts mark the most dramatic events in
<span property="interest">complex systems
</span>; understanding and forecasting these events challenges the capacity of both our statistical methods and the data available. My research aims to extend and quantify the limits of understanding through
<span property="interest">uncertainty modeling
</span>,
<span property = "interest"> high performance computing
</span> and
<span property="interest">big data
</span> sets. I am funded by a DoE Computational Science Graduate Fellowship (
<a href="https://www.krellinst.org/csgf">CSGF</a>). I keep an open
<a property="currentProject" href="http://www.carlboettiger.info/lab-notebook.html">lab notebook</a>, as I describe in this
<a href="http://www.carlboettiger.info/2012/09/28/Welcome-to-my-lab-notebook.html">introduction</a>.
</p>
<ul class="unstyled" style="font-size:.8em;line-height=.8em">
<li style="margin:-6px"> Office: 3156
<a href="http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=wickson+Hall+UC+Davis,+Davis+CA&amp;sll=37.0625,-95.677068&amp;sspn=29.025693,65.390625&amp;ie=UTF8&amp;hq=wickson+Hall&amp;hnear=University+of+California+Davis,+Davis,+Yolo,+California+95616&amp;ll=38.542082,-121.751679&amp;spn=0.003281,0.007982&amp;t=h&amp;z=17">Wickson Hall</a>
<li style="margin:-6px"> Mail: EVE Dept, UC Davis 1 Shields Ave, Davis CA 95616
</li>
<li style="margin:-6px"> Email &amp; online networks: linked from icons below.
</li>
</ul>
</div>
<div id="me" vocab="http://xmlns.com/foaf/0.1/" prefix="v: http://rdf.data-vocabulary.org/#" typeof="Person v:Person" resource="http://carlboettiger.info#me">
<p>
<img property="depiction" src="assets/img/carlboettiger.png" alt="Photo of Carl Boettiger" style="float: right; margin: 10px 10px"/> I am
<a property="homepage v:url" href="http://carlboettiger.info">
<span property="name v:name">
<span property="firstName v:givenName">Carl
</span>
<span property="lastName v:familyName">Boettiger
</span>
</span></a>,
<span property="title v:role">a graduate student
</span> with
<span rel="knows">
<span typeof="Person">
<span property="name">
<a property="homepage" href="http://two.ucdavis.edu/%7Eme">Alan Hastings</a>
</span>
</span>
</span> in the
<a property="workplaceHomepage" href="http://www-eve.ucdavis.edu/eve/pbg/">Population Biology</a> Ph.D program at
<span property="v:affiliation">UC Davis
</span>, working on
<span property="interest">regime shifts
</span> in
<span property="interest">ecology
</span> and
<span property="interest">evolution
</span>. Such shifts mark the most dramatic events in
<span property="interest">complex systems
</span>; understanding and forecasting these events challenges the capacity of both our statistical methods and the data available. My research aims to extend and quantify the limits of understanding through
<span property="interest">uncertainty modeling
</span>,
<span property="interest"> high performance computing
</span> and
<span property="interest">big data
</span> sets. I am funded by a DoE Computational Science Graduate Fellowship (
<a href="https://www.krellinst.org/csgf">CSGF</a>). I keep an open
<a property="currentProject" href="http://www.carlboettiger.info/lab-notebook.html">lab notebook</a>, as I describe in this
<a href="http://www.carlboettiger.info/2012/09/28/Welcome-to-my-lab-notebook.html">introduction</a>.
</p>
<ul class="unstyled" style="font-size:.8em;line-height=.8em">
<li style="margin:-6px"> Office: 3156
<a href="http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=wickson+Hall+UC+Davis,+Davis+CA&amp;sll=37.0625,-95.677068&amp;sspn=29.025693,65.390625&amp;ie=UTF8&amp;hq=wickson+Hall&amp;hnear=University+of+California+Davis,+Davis,+Yolo,+California+95616&amp;ll=38.542082,-121.751679&amp;spn=0.003281,0.007982&amp;t=h&amp;z=17">Wickson Hall</a>
<li style="margin:-6px"> Mail: EVE Dept, UC Davis 1 Shields Ave, Davis CA 95616
</li>
<li style="margin:-6px"> Email &amp; online networks: linked from icons below.
</li>
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment