Difference between revisions of "Workdocumentation 2021-03-22"
Jump to navigation
Jump to search
(→Task) |
(→Task) |
||
Line 11: | Line 11: | ||
# The limit is increased to the maximum possible value according to the current openresearch configuration | # The limit is increased to the maximum possible value according to the current openresearch configuration | ||
# The [https://www.semantic-mediawiki.org/wiki/Help:Datatables_format datatables format] is used to allow searching the data | # The [https://www.semantic-mediawiki.org/wiki/Help:Datatables_format datatables format] is used to allow searching the data | ||
− | # Add another often used field/column to be selected from the properties see [[PropertyUsageSorted]] | + | # Add another often used field/column to be selected from the properties see [[PropertyUsageSorted]] e.g. Ordinal |
− | # The [https://www.mediawiki.org/wiki/Extension:UrlGetParameters urlget parameter extension is used so that a query parameter can be specified via the url] | + | # The [https://www.mediawiki.org/wiki/Extension:UrlGetParameters urlget parameter extension is used so that a query parameter can be specified via the url] e.g. the ordinal "1" is specified via url and only table entries for first conferences |
# The [https://github.com/SmartDataAnalytics/OpenResearch/issues/16 issue #16 is avoided] | # The [https://github.com/SmartDataAnalytics/OpenResearch/issues/16 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 you could see to that extension. | Explain how https://github.com/wikimedia/mediawiki-extensions-UrlGetParameters/blob/master/UrlGetParameters.php is part of your solution and what improvements you could see to that extension. |
Revision as of 11:23, 23 March 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
Based on the above Query modify it so that:
- The limit is increased to the maximum possible value according to the current openresearch configuration
- The datatables format is used to allow searching the data
- Add another often used field/column to be selected from the properties see PropertyUsageSorted e.g. Ordinal
- The urlget parameter extension is used so that a query parameter can be specified via the url e.g. the ordinal "1" is specified via url and only table entries for first conferences
- The 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 you could see to that extension.