Difference between revisions of "Umea 2013 Wiki WorkshopA"

From forestDSS
Jump to: navigation, search
Line 14: Line 14:
  
 
Query: <nowiki>[[Category:DSS]][[Has DSS development.Has development team size::>5]]</nowiki>
 
Query: <nowiki>[[Category:DSS]][[Has DSS development.Has development team size::>5]]</nowiki>
 +
 
Results:  
 
Results:  
 
{{#ask:[[Category:DSS]][[Has DSS development.Has development team size::>5]]
 
{{#ask:[[Category:DSS]][[Has DSS development.Has development team size::>5]]
Line 20: Line 21:
 
|offset=0
 
|offset=0
 
}}
 
}}
 +
 +
Embed code
 +
<nowiki>
 +
{{#ask:[[Category:DSS]][[Has DSS development.Has development team size::>5]]
 +
|format=list
 +
|limit=20
 +
|offset=0
 +
}}
 +
</nowiki>

Revision as of 09:18, 25 April 2013

Exercise: produce your own question for the Umea FAQ

  • Discover the wiki content
    • DSS descriptions, Case Study and Lessons Learned documentation
    • Check for the properties likely to be useful for querying
  • Formulate your question
  • Create a wiki page about your question > see example of WG3
  • Produce the semantic query > semantic search
  • Copy the query in your wiki page
  • Add some explanations / comments (why this query, for whom is it relevant, what about the results, why relevant?) > see the wiki markups: [| more detailed help]

Some examples of questions

Which DSSs were developed by a team of at least 5 people?

Query: [[Category:DSS]][[Has DSS development.Has development team size::>5]]

Results: AFFOREST-sDSS, CONES, EFIMOD, EMDS, ETÇAP, EcologicalSiteClassification, LEaRNForME, PYL, ProgettoBosco, SIPAFIT, ToSIA

Embed code {{#ask:[[Category:DSS]][[Has DSS development.Has development team size::>5]] |format=list |limit=20 |offset=0 }}