SlideShare a Scribd company logo
K
Klima
iOS app
K
• get people into galleries
• be relatable
• be useful
K
• get people into galleries
• be relatable
• be useful
provide weather info
choose art based on
local weather
gallery opening times,
website link
K
• be useful
provide weather info
K
• be relatable
choose art based on local weather
rainy11°C U
Product Club 12:55 PM 79%
sunny31°C 1
Product Club 12:55 PM 79%
windy5°C c
Product Club 12:55 PM 79%
rainyU sunny1 night/windy
c
K
• get people into galleries
gallery opening
times, website link
K
Night version
K
Technical side
K
1) OpenWeatherApp - API for retrieving weather information
Spring Boot application
2) Nasjonal Museet API - execution of Solr queries
we get weather condition about the city
we use the weather condition for searching of art titles which have
that weather condition in it
we return that in a JSON body as a list together with weather to
the iOS application.
We are using two APIs:
Architecture:
K
Examples: http://127.0.0.1:8080/api/search?time=8&city=Bratislava
{
“weather”: {
“temperature”: “11.93”,
“condition”: “scattered clouds”
},
“museet”: [
{
“author”: “Rian, Johs”,
“title”: “Tidlig morgen [Maleri]”,
“link_to_image”: “http://dms01.dimu.org/image/0271CYY4X?dimen-
sion=600x600”,
},
{
“author”: “Fearnley, Thomas”,
“title”: “Morgen i Aurlandsfjorden [Tegning]”,
“link_to_image”: “http://dms01.dimu.org/image/026fZvhFc?dimen-
sion=600x600”,
}]
K
And now the demo!
K
Thank you for your time
Štefan Miklošovič
Eva Lisicanova
Aleksey Potapov
Matúš Solčány

More Related Content

PPTX
A Standardized Encoding to Exchange Citizen Science Data - ESCA 2015
PDF
Air Pollution Weather Map at OpenDataHK.make.02
PPTX
Presentation may30th
ODP
My_final_pres
PDF
JTF2018_B30_k8s_operator_nobusue
PDF
MCE^3 - Ágnes Vásárhelyi - ReactiveCocoa Reloaded
PPTX
calculating wind speed and direction using arcgis
PPTX
Less is More: Building Selective Anomaly Ensembles with Application to Event...
A Standardized Encoding to Exchange Citizen Science Data - ESCA 2015
Air Pollution Weather Map at OpenDataHK.make.02
Presentation may30th
My_final_pres
JTF2018_B30_k8s_operator_nobusue
MCE^3 - Ágnes Vásárhelyi - ReactiveCocoa Reloaded
calculating wind speed and direction using arcgis
Less is More: Building Selective Anomaly Ensembles with Application to Event...

More from lab_SNG (14)

PPTX
Open data: tactics / Museum Connections Paris 2020
PPTX
WHAT'S NEXT? V umení
PDF
Keep Things Simple @ Dortmunder U
PPTX
Future Proofing the Museum Digital infrastructure
PPTX
Múzejné zbierky online: Prečo sú voľne dostupné dáta dôležité?
PPTX
Web sen x skutočnosť – udalosti slovenského štátu v 4 kapitolách
PPTX
From Slovakia to Norway: Art, collections and data across borders
PDF
SmartCafe - Art & Data Hacking
PPTX
Prvý rok nového Webu umenia
PPTX
Art Data Hackathon - The Mirror project
PPTX
Magnus Bognerud - Current digital collection management projects at nasjonalm...
PPTX
Dag Hensten - Nasjonalmuseet collections online
PDF
Igor Rjabinin - Webumenia.sk
PDF
Elasticsearch po slovensky
Open data: tactics / Museum Connections Paris 2020
WHAT'S NEXT? V umení
Keep Things Simple @ Dortmunder U
Future Proofing the Museum Digital infrastructure
Múzejné zbierky online: Prečo sú voľne dostupné dáta dôležité?
Web sen x skutočnosť – udalosti slovenského štátu v 4 kapitolách
From Slovakia to Norway: Art, collections and data across borders
SmartCafe - Art & Data Hacking
Prvý rok nového Webu umenia
Art Data Hackathon - The Mirror project
Magnus Bognerud - Current digital collection management projects at nasjonalm...
Dag Hensten - Nasjonalmuseet collections online
Igor Rjabinin - Webumenia.sk
Elasticsearch po slovensky

Art Data Hackathon - Klima iOS app

  • 2. K • get people into galleries • be relatable • be useful
  • 3. K • get people into galleries • be relatable • be useful provide weather info choose art based on local weather gallery opening times, website link
  • 4. K • be useful provide weather info
  • 5. K • be relatable choose art based on local weather rainy11°C U Product Club 12:55 PM 79% sunny31°C 1 Product Club 12:55 PM 79% windy5°C c Product Club 12:55 PM 79% rainyU sunny1 night/windy c
  • 6. K • get people into galleries gallery opening times, website link
  • 9. K 1) OpenWeatherApp - API for retrieving weather information Spring Boot application 2) Nasjonal Museet API - execution of Solr queries we get weather condition about the city we use the weather condition for searching of art titles which have that weather condition in it we return that in a JSON body as a list together with weather to the iOS application. We are using two APIs: Architecture:
  • 10. K Examples: http://127.0.0.1:8080/api/search?time=8&city=Bratislava { “weather”: { “temperature”: “11.93”, “condition”: “scattered clouds” }, “museet”: [ { “author”: “Rian, Johs”, “title”: “Tidlig morgen [Maleri]”, “link_to_image”: “http://dms01.dimu.org/image/0271CYY4X?dimen- sion=600x600”, }, { “author”: “Fearnley, Thomas”, “title”: “Morgen i Aurlandsfjorden [Tegning]”, “link_to_image”: “http://dms01.dimu.org/image/026fZvhFc?dimen- sion=600x600”, }]
  • 11. K And now the demo!
  • 12. K Thank you for your time Štefan Miklošovič Eva Lisicanova Aleksey Potapov Matúš Solčány