microformats / h-event

This repository is for tracking and resolving issues related to the h-event specification http://microformats.org/wiki/h-event
11 stars 3 forks source link

[Idea] extend h-event with a microformat for Calls for Papers #11

Open heiglandreas opened 1 year ago

heiglandreas commented 1 year ago

A lot of events have a call for papers/call for speakers/call for proposals/whatever the name is (CfP).

It would be amazing if we could find a standardized way of allowing website-providers to tag these informations for easier automated retrieval.

As maintainer of callingallpapers.com - which aggregates CfP informations from various websites such as sessionize.com, papercall.io or confs.tech - I am usually interested in these informations:

Additional nice-to-have information would be

So some addition to the h-event would be much appreciated.

Something like a h-cfp class to show that a CfP information is present and then something like a dt-end-cfp and a u-url-cfp. Or would class="h-cfp u-url" be sufficient?

Happy to discuss.

gRegorLove commented 1 year ago

First, welcome to microformats! If you haven't yet, check out the microformats process. We also have microformats chat if you have any questions about publishing or consuming microformats.

Thanks for opening this discussion. Before jumping to class names and a new root h-* microformat, we should document current real world publishing behavior and previous formats. There may be past exploratory discussions for similar ideas as well. The process page above has more details.

At first glance, a lot of the properties you described sound like a separate event. A CFP usually has: name, start datetime, end datetime, description, one or more URLs, and tags. These are all properties that could be in an h-event currently, so it's worth considering how existing microformats could be used to meet the use-case.