<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=CavarAclid</id>
	<title>Microformats Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=CavarAclid"/>
	<link rel="alternate" type="text/html" href="https://microformats.org/wiki/Special:Contributions/CavarAclid"/>
	<updated>2026-04-08T20:47:17Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=hresume-brainstorming&amp;diff=35111</id>
		<title>hresume-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=hresume-brainstorming&amp;diff=35111"/>
		<updated>2008-12-16T15:55:06Z</updated>

		<summary type="html">&lt;p&gt;CavarAclid: dronzellit&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;noelora&lt;br /&gt;
&amp;lt;h1&amp;gt;hResume brainstorming&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This page is for brainstorming about various uses and details of [[hresume|hResume]] in particular. See [[resume-brainstorming]] for general brainstorming about a resume microformat.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Possible Extensions ==&lt;br /&gt;
&lt;br /&gt;
=== Event Organisation/Participation ===&lt;br /&gt;
&lt;br /&gt;
* [http://barcamp.org/ BarCamp] - as an organizer or participant this is somewhere between an invited presentation (which would be a publication), and &amp;quot;education&amp;quot;.  Perhaps there is a need for a new explicit section for such activities and contributions thereto?&lt;br /&gt;
** Perhaps abstracting into an activity section that would use hCalendar as per experience?&lt;br /&gt;
*** Why not just use 'experience' as is? It seems general enough to be semantically correct. [[User:TobyInk|TobyInk]] 12:28, 19 Jul 2008 (PDT) &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hresume&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;contact vcard&amp;quot; id=&amp;quot;me&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;h1 class=&amp;quot;fn&amp;quot;&amp;gt;Joe Bloggs&amp;lt;/h1&amp;gt;&lt;br /&gt;
    ...&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;vcalendar&amp;quot; id=&amp;quot;work&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;h2&amp;gt;Previous Work&amp;lt;/h2&amp;gt;&lt;br /&gt;
    &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li class=&amp;quot;experience vevent&amp;quot;&amp;gt;...&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li class=&amp;quot;experience vevent&amp;quot;&amp;gt;...&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li class=&amp;quot;experience vevent&amp;quot;&amp;gt;...&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;/ul&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;vcalendar&amp;quot; id=&amp;quot;conferences&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;h2&amp;gt;Conferences &amp;amp;amp; Events&amp;lt;/h2&amp;gt;&lt;br /&gt;
    &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li class=&amp;quot;experience vevent&amp;quot;&amp;gt;...&amp;lt;span class=&amp;quot;attendee&amp;quot;&amp;gt;&amp;lt;a class=&amp;quot;include&amp;quot; href=&amp;quot;#me&amp;quot;&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li class=&amp;quot;experience vevent&amp;quot;&amp;gt;...&amp;lt;span class=&amp;quot;organizer&amp;quot;&amp;gt;&amp;lt;a class=&amp;quot;include&amp;quot; href=&amp;quot;#me&amp;quot;&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li class=&amp;quot;experience vevent&amp;quot;&amp;gt;...&amp;lt;span class=&amp;quot;attendee&amp;quot;&amp;gt;&amp;lt;a class=&amp;quot;include&amp;quot; href=&amp;quot;#me&amp;quot;&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;/ul&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Awards ===&lt;br /&gt;
&lt;br /&gt;
Some awards are for a certain time-frame, others are one-time awards. hCalendar appears appropriate to indicate a list of items with a date or date-range.&lt;br /&gt;
&lt;br /&gt;
=== Actively Seeking Employment ===&lt;br /&gt;
''If [[hListing]] structure is found within the [[hResume]] document where the lister url is identical to the rel=&amp;quot;me&amp;quot; url found in the hResume's hCard, then parsers should indicate this person is actively seeking employment.''&lt;br /&gt;
&lt;br /&gt;
An hResume document lists a person's experience and employment history. It does not- and probably shouldn't- indicate whether the person is actively seeking employment.&lt;br /&gt;
&lt;br /&gt;
While a person could state in the [[hresume#Summary|opening summary]] that they're actively seeking employment, this isn't guaranteed to be machine readable with a 100% success rate (different language and structure of text etc).&lt;br /&gt;
&lt;br /&gt;
The existing microformat '[[hListing]]' is being proposed as a means of [[hlisting-extended-examples#Personal_.2F_Match.com|selling ones' self]]- and when a person is actively seeking employment, their resume is usually used as a means of selling themselves to prospective employers.&lt;br /&gt;
&lt;br /&gt;
I'm proposing one of two things:&lt;br /&gt;
&lt;br /&gt;
#Explict hListing support:&lt;br /&gt;
#* If hListing is found, the person is actively seeking employment. &lt;br /&gt;
#* If hListing is not found, '''''assume''''' the person is not actively seeking employment.&lt;br /&gt;
#Implicit hListing support:&lt;br /&gt;
#* If hListing is found, the person is actively seeking employment. &lt;br /&gt;
#* If hListing is not found, '''''do not assume''''' the person is not actively seeking employment.&lt;br /&gt;
&lt;br /&gt;
[[User:SignpostMarv|SignpostMarv]] 19:51, 18 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Related Pages ==&lt;br /&gt;
{{hresume-related-pages}}&lt;/div&gt;</summary>
		<author><name>CavarAclid</name></author>
	</entry>
</feed>