Deployment query examples: Difference between revisions

From OLPC
Jump to navigation Jump to search
(first cut, try a timeline)
 
m (remove outdated link)
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
Also see [[Deployments]] and [[:Category:Deployments]] page.
Also see queries on [[Deployments]].


== Timeline of deployments ==
== Timeline ==


Not many pages have [[Property:Has received laptops on date]], but this could be cool.
Currently, not many pages have [[Property:Has received laptops on date]], but this could be cool.
Click on each deployment's "dot" to see more info.


(Check out http://semanticweb.org/wiki/Upcoming_events for a really cool timeline)


Normally you use format=timeline, but some deployments like [[OLPC Mozambique]] have ''two'' of these date properties, so use format=eventline. But then there's a bug:
=== Fake timeline ===
{{SMW issue|with format eventline, each page's pop-up has a title that's a garbled links to the date property|SMW bug 15277 filed}}.

{{#ask:
{{#ask:
[[Has received laptops on date::+]]
[[Has received laptops on date::+]]
| ?Number of manufactured laptops
?Contact person
| ?Has received laptops on date
| format=eventline
| link=all
| timelinebands=MONTH,YEAR|
| timelinesize=200px
| sort=Has received laptops on date
| limit=50 <!-- limited to 50 entries in order to limit the complexity of client-side JavaScript processing -->
| default=No pages with [[Property:Has received laptops on date]] found?
}}
}}




format=timeline can display length bars if pages have start and end dates, check out http://semanticweb.org/wiki/Upcoming_events.
=== Real timeline ===
This could be very useful for community stuff.

== Count of laptops and lots more ==
from those pages in [[:Category:Deployments]] with [[Semantic MediaWiki|annotations]] for [[Property:Number of manufactured laptops]].


{{#ask:
{{#ask:
[[Category:Deployments]]
[[Has received laptops on date::+]]
| ?Number of manufactured laptops=# of manufactured laptops
?Contact person|
| ?Has received laptops on date=Got laptops on
?Keyboard|
| ?Language spoken=Language
?Number of manufactured laptops|
| ?Keyboard
?School server status|
| ?Contact person
?Software release|
| ?School server status
|format=timeline|link=all|
| ?Software release
timelinebands=WEEK,MONTH|
|sort=Number of manufactured laptops
timelineposition=start|
|order=desc
timelinesize=400px|
|default=Query found no pages in [[:Category:Deployments]]?
sort=Has received laptops on date|
limit=50 <!-- limited to 50 entries in order to limit the complexity of client-side JavaScript processing --> |
default=No pages with [[Property:Has received laptops on date]] found?
}}
}}

Latest revision as of 00:41, 23 August 2008

Also see queries on Deployments.

Timeline

Currently, not many pages have Property:Has received laptops on date, but this could be cool. Click on each deployment's "dot" to see more info.


Normally you use format=timeline, but some deployments like OLPC Mozambique have two of these date properties, so use format=eventline. But then there's a bug: SMW issue: with format eventline, each page's pop-up has a title that's a garbled links to the date property; Status: SMW bug 15277 filed .

{{#ask: Has received laptops on date::+

 | ?Number of manufactured laptops
 | ?Has received laptops on date
 | format=eventline
 | link=all
 | timelinebands=MONTH,YEAR|
 | timelinesize=200px
 | sort=Has received laptops on date
 | limit=50  
 | default=No pages with Property:Has received laptops on date found?

}}


format=timeline can display length bars if pages have start and end dates, check out http://semanticweb.org/wiki/Upcoming_events. This could be very useful for community stuff.

Count of laptops and lots more

from those pages in Category:Deployments with annotations for Property:Number of manufactured laptops.

{{#ask:

 | ?Number of manufactured laptops=# of manufactured laptops
 | ?Has received laptops on date=Got laptops on
 | ?Language spoken=Language
 | ?Keyboard
 | ?Contact person
 | ?School server status
 | ?Software release
 |sort=Number of manufactured laptops
 |order=desc
 |default=Query found no pages in Category:Deployments?

}}