AwardAnnals:Event calendar
From AwardAnnals
? Event Calendar
| |
|---|---|
| June | |
8 | Hammett winner |
8 | Anthony nominees |
8 | Barry nominees |
12 | IMPAC Dublin winner |
16 | Royal Society Prize winners |
20 | Hornbook winner/honors |
24 | Macavity nominees |
24 | Saturn winners |
26 | Carnegie Medal winner |
26 | Kate Greenaway Medal winner |
| July | |
10 | Dagger winners |
11 | IHG nominees |
13 | Campbell Award |
23 | Prometheus winner |
| August | |
6 | World Fantasy nominees |
10 | Hugo winners |
18 | Mythopoeic winners |
25 | JT Black winners |
27 | Guardian Children's longlist |
| September | |
7 | Shamus nominees |
9 | Booker shortlist |
29 | Shamus winner |
| October | |
3 | Lenore Marshall winner |
5 | Guardian Children's winner |
9 | Giller shortlist |
9 | Barry winners |
10 | Historical Dagger shortlist |
11 | NBA finalists |
12 | Anthony winners |
12 | Macavity winners |
14 | Booker winner |
22 | BAFTA Children's nominees |
23 | Bobbitt winner |
31 | GGLA shortlist |
31 | IHG winners |
| November | |
5 | World Fantasy winners |
6 | Giller winner |
8 | Historical Dagger winner |
9 | NBA winners |
16 | GGLA winner |
20 | Costa shortlists |
25 | BAFTA Children's winner |
| December | |
13 | Golden Globe nominees |
| January 2009 | |
3 | Costa winners |
9 | PK Dick nominees |
13 | NBCC finalists |
14 | Golden Globe winners |
16 | Batchelder Award winner/honors |
16 | Sibert Medal winner/honors |
16 | Coretta Scott King Book Awards winner/honors |
16 | Printz Award winner/honors |
16 | Newbery Medal winner/honors |
16 | Caldecott Medal winner/honors |
16 | Scott O'Dell winner/honors |
16 | Geisel Award winner/honors |
16 | BAFTA Film nominees |
16 | Pura Belpré winner/honors |
22 | Academy Award nominees |
26 | Edgar nominees |
28 | Sundance Film Festival |
31 | Hammett nominees |
| February 2009 | |
10 | BAFTA Film winners |
19 | Stoker nominees |
22 | Nebula nominees |
25 | YRCA 2008 nominees |
25 | Academy Award winners |
26 | Kiriyama finalists |
28 | LA Times finalists |
| March 2009 | |
1 | Saturn nominees |
3 | Agatha nominees |
6 | Golden Kite winner/honors |
8 | NBCC winners |
10 | AC Clarke shortlist |
10 | Yale Younger Poets Prize winner |
12 | PEN/Faulkner winner |
22 | Prometheus finalists |
22 | Hugo nominees |
23 | PK Dick winner |
30 | Stoker winners |
| April 2009 | |
1 | Kiriyama winners |
2 | IMPAC Dublin shortlist |
7 | Pulitzer winners/finalists |
8 | Griffin shortlist |
10 | Royal Society Junior shortlist |
15 | Orange shortlist |
16 | Tufts winners |
18 | Carnegie Medal shortlist |
18 | Kate Greenaway Medal shortlist |
26 | LA Times winners |
26 | YRCA 2008 winners |
27 | Agatha winners |
27 | Nebula winner |
30 | AC Clarke winner |
| May 2009 | |
2 | Edgar winners |
6 | MTV Awards nominees |
8 | Walt Whitman winner |
15 | Royal Society General shortlist |
25 | Festival de Cannes |
| June 2009 | |
1 | MTV Awards winners |
4 | Dagger shortlists |
4 | Griffin winners |
4 | Orange winner |
7 | Mythopoeic finalists |
9 | JT Black shortlist |
| April 2018 | |
26 | BC Book Prizes winners |
| March 2019 | |
6 | BC Book Prizes nominees |
The purpose of the event calendar is to assist those who keep the annals up to date. Unlike the event calendar shown on the Main Page which lists only twenty events and only 1 month into the future, the calendar on this page shows all events that have been entered into the database. Events are entered using the eventcal: magic word, and are almost always associated with the creation and maintenance of an award organization page.
Setting an event
Setting an event using eventcal: is as simple as providing a name, date, and confirmation status for each event. The following fictional example shows three events. The nominee event, when displayed, will list a yellow “11” to indicate the completion of the event’s documentation. The winner event will display a white “11” to indicate that the event has been confirmed for that date, and that the documentation will be completed on or shortly after that date.
{{eventcal:
| event = [[The Lucius Prize|Lucius]] nominees
| date = 2007-02-11
| confirmed = done
| event = [[The Lucius Prize|Lucius]] winner
| date = 2007-03-11
| confirmed = yes
}}
After the winner has been announced, the the nominee event is set unconfirmed to the same day the following year. This will display a gray box to indicate an approximate date that needs confirmation. Some award organizations announce a date nearly one year ahead, but most cannot be confirmed until one or two months before the event. Some organizations never set a date.
{{eventcal:
| event = [[The Lucius Prize|Lucius]] winner
| date = 2007-03-11
| confirmed = done
| event = [[The Lucius Prize|Lucius]] nominees
| date = 2008-02-11
| confirmed = no
}}
The calendar on the main page should be balanced, serving the needs of those seeking recent announcements and those anticipating future announcements—ten completed events and ten future events.
Displaying a calendar
An eventcal: is used both to set events and display the calendar. When the argument “event” is used as in the examples above, the calendar displays only those events that have been set. Click on any of the events in this page’s calendar to see an example.
Valid arguments are:
- style = CSS codes to modify the calendar’s appearance.
- limit = Specify the maximum number of events to show. The default is twenty. Enter a negative number to show all events.
- daysahead = Specify the maximum number of days into the future. The default is thirty-one days. Enter a negative number to show unlimited days.
To simply display the contents of the event calendar database with default values, include eventcal: with no arguments. Valid arguments are:
- style = CSS codes to modify the calendar’s appearance.
- limit = Specify the maximum number of events to show. The default is twenty. Enter a negative number to show all events.
- daysahead = Specify the maximum number of days into the future. The default is thirty-one days. Enter a negative number to show unlimited days.
This is the eventcal: used on this page.
{{eventcal:
| style = "float:right"
| limit = -1
| daysahead = -1
}}
