resume-examples: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
mNo edit summary
(→‎Resumes from the wild: added some breakdown on DanC's CV)
Line 3: Line 3:
== Resumes from the wild ==
== Resumes from the wild ==
* [http://tantek.com/projects/resume.html Tantek Çelik] (needs updating, this is about a year old)
* [http://tantek.com/projects/resume.html Tantek Çelik] (needs updating, this is about a year old)
* [http://www.w3.org/People/Connolly/misc/vita Dan Connolly] (needs elaboration for MIT purposes; has been GRDDL'd to some extent)
 
=== Dan Connolly ===
[http://www.w3.org/People/Connolly/misc/vita Dan Connolly] (needs elaboration for MIT purposes; has been GRDDL'd to some extent)
 
==== Affilitations ====
For affiliations, Dan has:
<pre><nowiki>
<div class="affiliation">
<em class="position">Research Scientist</em><br />
<b class="org">MIT Computer Science and Artificial Intelligence Laboratory (<a rel="aff"
href="http://www.csail.mit.edu/">CSAIL</a>)</b>
</div>
</nowiki></pre>
 
Not sure what rel="aff" means. --[[User:RyanKing|RyanKing]] 17:17, 17 Jan 2006 (PST)
 
==== Contact ====
For contact info:
<pre><nowiki>
<div class="contact">
<span class='street'>200 Technology Square</span>
<span class='city'>Cambridge</span>, <span class='st'>MA</span>
<span class="zip">02139</span><br />
<code class='homePageAddr'>http://www.w3.org/People/Connolly/</code>
</div>
</nowiki></pre>
 
 
==== Education ====
 
<pre><nowiki>
<h2>Education</h2>
</nowiki></pre>
...followed by more affiliation <code>div</code>'s (see above).
 
Under his education entry, he has a list of what appear to be honors/awards:
 
<pre><nowiki>
<ul>
  <li>National Merit Scholar</li>
  <li>Natural Sciences <a
    href="http://www.cs.utexas.edu/users/cline/dsbrochure.html">Dean's
    Scholar</a></li>
  <li><a href="http://www.arlut.utexas.edu/">Applied Research
    Laboratories</a> Scholarship</li>
</ul>
</nowiki></pre>
 
 
==== Publications ====
 
Publications section:
 
<pre><nowiki>
<h2>Selected Publications</h2>
<ul>
  <li>Berners-Lee, Connolly, Swick, <a href="/1999/04/WebData"><cite>Web
    Architecture: Describing and Exchanging Data</cite></a> (World Wide Web
    Consortium Note, 1999)</li>
  <li><dl>
      <dt>Connolly, <a
      href="http://helix.nature.com/webmatters/xml.html"><cite>The XML
      Revolution</cite></a> Nature's <a
      href="http://helix.nature.com/webmatters/">Web Matters</a>, Oct 1998<br
      />
      </dt>
    </dl>
  </li>
  ....
</nowiki></pre>
 
Not sure what's up with the <code>dl</code>'s.
 
Dan also has a section on professional experience:
 
<pre><nowiki>
<div>
<h2>Professional Experience</h2>
<ul>
  <li>Domain Lead, W3C Architecture Domain, 1996-1998</li>
  ...
</nowiki></pre>
 
Also a section on 'Appearance and Awards'
 
<pre><nowiki>
<div>
<h2>Selected Appearances and Awards</h2>
<ul>
  <li><a
    href="http://www.zdnet.com/intweek/printhigh/120897/top25.html"><cite>The
    Top 25 Unsung Heroes Of The Net</cite></a> by <a
    href="http://www.zdnet.com/intweek/">Inter@ctive Week</a> 1997</li>
  ....
</nowiki></pre>


== Experiments in microformatting ==
== Experiments in microformatting ==

Revision as of 01:17, 18 January 2006

Resume Examples

Resumes from the wild

Dan Connolly

Dan Connolly (needs elaboration for MIT purposes; has been GRDDL'd to some extent)

Affilitations

For affiliations, Dan has:

<div class="affiliation">
<em class="position">Research Scientist</em><br />
<b class="org">MIT Computer Science and Artificial Intelligence Laboratory (<a rel="aff"
href="http://www.csail.mit.edu/">CSAIL</a>)</b>
</div>

Not sure what rel="aff" means. --RyanKing 17:17, 17 Jan 2006 (PST)

Contact

For contact info:

<div class="contact">
<span class='street'>200 Technology Square</span>
<span class='city'>Cambridge</span>, <span class='st'>MA</span>
<span class="zip">02139</span><br />
<code class='homePageAddr'>http://www.w3.org/People/Connolly/</code>
</div>


Education

<h2>Education</h2>

...followed by more affiliation div's (see above).

Under his education entry, he has a list of what appear to be honors/awards:

 <ul>
  <li>National Merit Scholar</li>
  <li>Natural Sciences <a
    href="http://www.cs.utexas.edu/users/cline/dsbrochure.html">Dean's
    Scholar</a></li>
  <li><a href="http://www.arlut.utexas.edu/">Applied Research
    Laboratories</a> Scholarship</li>
</ul>


Publications

Publications section:

<h2>Selected Publications</h2>
<ul>
  <li>Berners-Lee, Connolly, Swick, <a href="/1999/04/WebData"><cite>Web
    Architecture: Describing and Exchanging Data</cite></a> (World Wide Web
    Consortium Note, 1999)</li>
  <li><dl>
      <dt>Connolly, <a
      href="http://helix.nature.com/webmatters/xml.html"><cite>The XML
      Revolution</cite></a> Nature's <a
      href="http://helix.nature.com/webmatters/">Web Matters</a>, Oct 1998<br
      />
      </dt>
    </dl>
  </li>
  ....

Not sure what's up with the dl's.

Dan also has a section on professional experience:

<div>
<h2>Professional Experience</h2>
<ul>
  <li>Domain Lead, W3C Architecture Domain, 1996-1998</li>
  ...

Also a section on 'Appearance and Awards'

<div>
<h2>Selected Appearances and Awards</h2>
<ul>
  <li><a
    href="http://www.zdnet.com/intweek/printhigh/120897/top25.html"><cite>The
    Top 25 Unsung Heroes Of The Net</cite></a> by <a
    href="http://www.zdnet.com/intweek/">Inter@ctive Week</a> 1997</li>
   ....

Experiments in microformatting

Aggregate Analysis

To be filled in from the above examples, experience, and discussions.

See Also