Difference between revisions of "Workdocumentation 2021-03-22"
Jump to navigation
Jump to search
(rephrased language for more clarity) |
(more precise instruction) |
||
(16 intermediate revisions by 3 users not shown) | |||
Line 2: | Line 2: | ||
|?Acronym | |?Acronym | ||
|mainlabel=Event | |mainlabel=Event | ||
− | | ?End_date = end_date | + | |?End_date = end_date |
− | | ?Start_date = start_date | + | |?Start_date = start_date |
− | | | + | |headers = show |
− | |format=table | + | |format = table |
+ | |limit=20 | ||
}} | }} | ||
+ | |||
= Task = | = Task = | ||
− | Please modify the query above as follows: | + | Please copy the source of this page to a new page, then modify the query above as follows: |
# The limit is increased to the maximum value that is possible according to the current configuration of OpenResearch. | # The limit is increased to the maximum value that is possible according to the current configuration of OpenResearch. | ||
# The [https://www.semantic-mediawiki.org/wiki/Help:Datatables_format datatables format] is used to enable the data in the table to be searched. | # The [https://www.semantic-mediawiki.org/wiki/Help:Datatables_format datatables format] is used to enable the data in the table to be searched. |
Latest revision as of 10:55, 8 April 2021
Event | Acronym | end_date | start_date |
---|---|---|---|
3DUI 2010 | 3DUI 2010 | 21 March 2010 | 20 March 2010 |
3DUI 2016 | 3DUI 2016 | 20 March 2016 | 19 March 2016 |
3DUI 2020 | 3DUI 2020 | 26 March 2020 | 22 March 2020 |
3IA 2009 | 3IA 2009 | 30 May 2009 | 29 May 2009 |
3PGIC 2010 | 3PGIC 2010 | 18 February 2010 | 15 February 2010 |
4S4D 2017 | 4S4D 2017 | 18 May 2017 | 17 May 2017 |
5GU 2017 | 5GU 2017 | 9 June 2017 | 8 June 2017 |
5GWN 2017 | 5GWN 2017 | 23 April 2017 | 21 April 2017 |
AAAI 1980 | AAAI 1980 | 21 August 1980 | 18 August 1980 |
AAAI 1982 | AAAI 1982 | 20 August 1982 | 18 August 1982 |
AAAI 1983 | AAAI 1983 | 26 August 1983 | 22 August 1983 |
AAAI 1984 | AAAI 1984 | 10 August 1984 | 6 August 1984 |
AAAI 1986 | AAAI 1986 | 15 August 1986 | 11 August 1986 |
AAAI 1987 | AAAI 1987 | 17 July 1987 | 13 July 1987 |
AAAI 1988 | AAAI 1988 | 26 August 1988 | 21 August 1988 |
AAAI 1990 | AAAI 1990 | 3 August 1990 | 29 July 1990 |
AAAI 1991 | AAAI 1991 | 19 July 1991 | 14 July 1991 |
AAAI 1992 | AAAI 1992 | 16 July 1992 | 12 July 1992 |
AAAI 1993 | AAAI 1993 | 15 July 1993 | 11 July 1993 |
AAAI 1994 | AAAI 1994 | 4 August 1994 | 31 July 1994 |
... further results |
Task
Please copy the source of this page to a new page, then modify the query above as follows:
- The limit is increased to the maximum value that is possible according to the current configuration of OpenResearch.
- The datatables format is used to enable the data in the table to be searched.
- Add an additional frequently used field/column to be selected from the properties listed on the PropertyUsageSorted page, e.g., Ordinal.
- The UrlGetParameter extension is used so that a query parameter can be attached to the page URL, e.g., the ordinal value "1" is specified as an URL query parameter, such that the wiki pages shows a table only with entries for conferences that were the first in their series.
- Issue #16 is avoided.
Explain how https://github.com/wikimedia/mediawiki-extensions-UrlGetParameters/blob/master/UrlGetParameters.php is part of your solution and what improvements to that extension you could imagine. If you can't solve all parts of the problem, explain why.