h-resume: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
(use CC0+OWFa license template)
No edit summary
Line 1: Line 1:
<entry-title>h-resume</entry-title>
HOW THING THROUGH
<span class="h-card vcard"><span class="p-name fn">[[User:Tantek|Tantek Çelik]]</span> (<span class="p-role role">Editor</span>)</span>
HOW MAKE THING THROUGH
----
HOW THING BE THROUGH
<dfn style="font-style:normal;font-weight:bold">h-resume</dfn> is a simple, open format for publishing resumes and CVs on on the web. h-resume is one of several open [[microformats|microformat]] draft standards suitable for embedding data in HTML/HTML5.
HOW MAKE THING BE THROUGH
 
HOW ANYTHING THROUGH
h-resume is the [[microformats2]] update to [[hResume]].
HOW MAKE ANYTHING THROUGH
 
HOW ANYTHING BE THROUGH
{{cc0-owfa-license}}
HOW MAKE ANYTHING BE THROUGH
 
HOW EVERYTHING THROUGH
== Example ==
HOW MAKE EVERYTHING THROUGH
Here is a simple resume example:
HOW EVERYTHING BE THROUGH
 
HOW MAKE EVERYTHING BE THROUGH
<source lang=html4strict>
HOW UNIVERSE THROUGH
<div class="h-resume">
HOW MAKE UNIVERSE THROUGH
  <a class="p-contact h-card" href="http://example.org">
HOW UNIVERSE BE THROUGH
    <img src="http://example.org/photo.png" alt="" />
HOW MAKE UNIVERSE BE THROUGH
    Joe Bloggs
HOW THING OUT
  </a>
HOW MAKE THING OUT
 
HOW THING BE OUT
  <p class="p-summary">Joe is a top-notch llama farmer with a degree in <span class="p-skill">Llama husbandry</span> and a thirst to produce the finest wool known to man</p>
HOW MAKE THING BE OUT
</div>
HOW ANYTHING OUT
</source>
HOW MAKE ANYTHING OUT
 
HOW ANYTHING BE OUT
=== Get started ===
HOW MAKE ANYTHING BE OUT
The class '''<code>h-resume</code>''' is a ''root class name'' that indicates the presence of an h-resume.
HOW EVERYTHING OUT
 
HOW MAKE EVERYTHING OUT
See [[microformats2-parsing]] to learn more about property classnames.
HOW EVERYTHING BE OUT
 
HOW MAKE EVERYTHING BE OUT
== Properties ==
HOW UNIVERSE OUT
h-resume properties, inside an element with class '''h-resume''':
HOW MAKE UNIVERSE OUT
* '''<code>p-summary</code>''' - overview of qualifications and objectives
HOW UNIVERSE BE OUT
* '''<code>p-contact</code>''' - current contact info in an <code>[[h-card]]</code>
HOW MAKE UNIVERSE BE OUT
* '''<code>p-education</code>''' - an education <code>[[h-event]]</code> event, years, embedded <code>[[h-card]]</code> of the school, location. {{main|h-card}}
HOW THING THROUGH
* '''<code>p-experience</code>''' - a job or other professional experience <code>[[h-event]]</code> event, years, embedded <code>[[h-card]]</code> of the organization, location, job-title. {{main|h-card}}
HOW MAKE THING THROUGH
* '''<code>p-skill</code>''' - a skill or ability, optionally including level and/or duration of experience
HOW THING BE THROUGH
* '''<code>p-affiliation</code>''' - an affiliation with an <code>[[h-card]]</code> organization
HOW MAKE THING BE THROUGH
 
HOW ANYTHING THROUGH
All properties are optional.
HOW MAKE ANYTHING THROUGH
 
HOW ANYTHING BE THROUGH
== Status ==
HOW MAKE ANYTHING BE THROUGH
 
HOW EVERYTHING THROUGH
'''h-resume''' is a microformats.org draft specification. Public discussion on h-resume takes place on [[h-resume-feedback]], the #microformats [[irc]] channel on irc.freenode.net, and [http://microformats.org/discuss/mail/microformats-new/ microformats-new mailing list].
HOW MAKE EVERYTHING THROUGH
 
HOW EVERYTHING BE THROUGH
h-resume is ready to use and implemented in the wild, but for backwards compatibility you should also mark h-resumes up with classic [[hResume]] classnames.
HOW MAKE EVERYTHING BE THROUGH
 
HOW UNIVERSE THROUGH
== Property Details ==
HOW MAKE UNIVERSE THROUGH
 
HOW UNIVERSE BE THROUGH
(stub, add any property explanations here)
HOW MAKE UNIVERSE BE THROUGH
 
HOW THING OUT
'''p-skill''' has a [[hresume-skill-brainstorm|proposed expansion into competency]] with explicit summary, rating and/or duration components. Based on existing real world adoption, we should consider an h-competency vocabulary with p-summary, p-rating, and dt-duration properties.
HOW MAKE THING OUT
 
HOW THING BE OUT
== Examples in the Wild ==
HOW MAKE THING BE OUT
* … add any h-resume examples you find in the wild
HOW ANYTHING OUT
 
HOW MAKE ANYTHING OUT
 
HOW ANYTHING BE OUT
{{h-spec-section-validating}}
HOW MAKE ANYTHING BE OUT
 
HOW EVERYTHING OUT
 
HOW MAKE EVERYTHING OUT
== Backward Compatibility ==
HOW EVERYTHING BE OUT
=== Publisher Compatibility ===
HOW MAKE EVERYTHING BE OUT
(stub)
HOW UNIVERSE OUT
=== Parser Compatibility ===
HOW MAKE UNIVERSE OUT
Microformats parsers {{should}} detect the following root class name and property names. A microformats2 parser may use existing microformats [[parsers]] to extract these properties. If an "h-resume" is found, don't look for an "hresume" on the same element.
HOW UNIVERSE BE OUT
 
HOW MAKE UNIVERSE BE OUT
compat root class name: <code id="hresume">hresume</code><br/>
properties: (parsed as '''p-''' plain text unless otherwise specified)
* <code>summary</code>
* <code>contact</code> - including compat root <code>vcard</code> in the absence of <code>h-card</code>
* <code>education</code> - including compat root <code>vevent</code> in the absence of <code>h-event</code>
* <code>experience</code> - including compat root <code>vevent</code> in the absence of <code>h-event</code>
* <code>skill</code>
* <code>affiliation</code> - including compat root <code>vcard</code> in the absence of <code>h-card</code>
 
== Background ==
 
h-resume is based on the existing [[hResume]] specification.
 
== See Also ==
 
* [[microformats2]]
* [[h-card]] and [[h-event]] are both embedded in h-resume
* The [[include-pattern]] is likely to be useful to avoid repeating information in any embedded h-cards
* [[hResume]] is the classic microformat replaced by h-resume
 
[[Category:Draft Specifications]]

Revision as of 19:39, 25 August 2013

HOW THING THROUGH HOW MAKE THING THROUGH HOW THING BE THROUGH HOW MAKE THING BE THROUGH HOW ANYTHING THROUGH HOW MAKE ANYTHING THROUGH HOW ANYTHING BE THROUGH HOW MAKE ANYTHING BE THROUGH HOW EVERYTHING THROUGH HOW MAKE EVERYTHING THROUGH HOW EVERYTHING BE THROUGH HOW MAKE EVERYTHING BE THROUGH HOW UNIVERSE THROUGH HOW MAKE UNIVERSE THROUGH HOW UNIVERSE BE THROUGH HOW MAKE UNIVERSE BE THROUGH HOW THING OUT HOW MAKE THING OUT HOW THING BE OUT HOW MAKE THING BE OUT HOW ANYTHING OUT HOW MAKE ANYTHING OUT HOW ANYTHING BE OUT HOW MAKE ANYTHING BE OUT HOW EVERYTHING OUT HOW MAKE EVERYTHING OUT HOW EVERYTHING BE OUT HOW MAKE EVERYTHING BE OUT HOW UNIVERSE OUT HOW MAKE UNIVERSE OUT HOW UNIVERSE BE OUT HOW MAKE UNIVERSE BE OUT HOW THING THROUGH HOW MAKE THING THROUGH HOW THING BE THROUGH HOW MAKE THING BE THROUGH HOW ANYTHING THROUGH HOW MAKE ANYTHING THROUGH HOW ANYTHING BE THROUGH HOW MAKE ANYTHING BE THROUGH HOW EVERYTHING THROUGH HOW MAKE EVERYTHING THROUGH HOW EVERYTHING BE THROUGH HOW MAKE EVERYTHING BE THROUGH HOW UNIVERSE THROUGH HOW MAKE UNIVERSE THROUGH HOW UNIVERSE BE THROUGH HOW MAKE UNIVERSE BE THROUGH HOW THING OUT HOW MAKE THING OUT HOW THING BE OUT HOW MAKE THING BE OUT HOW ANYTHING OUT HOW MAKE ANYTHING OUT HOW ANYTHING BE OUT HOW MAKE ANYTHING BE OUT HOW EVERYTHING OUT HOW MAKE EVERYTHING OUT HOW EVERYTHING BE OUT HOW MAKE EVERYTHING BE OUT HOW UNIVERSE OUT HOW MAKE UNIVERSE OUT HOW UNIVERSE BE OUT HOW MAKE UNIVERSE BE OUT