Place List List
Using the place endpoint
Here, locations for events are listed. Events in each location can be found at the
event endpoint using the query parameter location. Most locations use
the id format tprek:28473. An easy way to locate service points is to browse our
Service Map, which uses the same location ids, e.g.
servicemap.hel.fi/unit/28473.
Default ordering is decreasing order by the number of events found.
Place text
To find places that contain a specific string, use the query parameter text.
Example:
place/?text=tuomiokirkko
District
To restrict the retrieved places to city district(s), use the query parameter division,
separating values by commas if you wish to query for several divisions.
City of Helsinki neighborhoods (kaupunginosa), districts (peruspiiri) and subdistricts (osa-alue) are supported. Check the divisions on the Helsinki map service.
You may query either by specific OCD division type peruspiiri:malmi,
or by division name malmi. The latter query checks all divisions with
the name, regardless of division type.
Example:
place/?division=malmi
Place source
Will restrict places to a specific data source.
Example:
place/?data_source=tprek
Show only places with the upcoming events
To show only the places which are used in the upcoming events supply the has_upcoming_events
query parameter.
Example:
place/?has_upcoming_events=true
Showing all places
By default, only those locations which have listed events are displayed. You may display
locations with zero n_events with the query parameter show_all_places.
Example:
place/?show_all_places=true
Showing deleted places
By default, deleted places are not displayed. You may also display deleted places with the
query parameter show_deleted.
For example:
place/?show_deleted=True
Ordering
Default ordering is decreasing order by the number of events found. You may also order results
by name, street_address or postal_code.
For example:
place/?sort=name
GET /v1/place/?format=api&page=22&show_all_places=true
{ "meta": { "count": 152287, "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=23&show_all_places=true", "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=21&show_all_places=true" }, "data": [ { "id": "tprek:46083", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-08-15T11:15:20.239176Z", "last_modified_time": "2024-02-06T13:14:41.277412Z", "custom_data": null, "email": "kirjaamo@aalto.fi", "contact_type": null, "address_region": null, "postal_code": "02150", "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 0, "image": 9608, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 24.826687, 60.18509 ] }, "telephone": { "fi": "+358 50 406 1141" }, "street_address": { "fi": "Otakaari 1", "sv": "Otsvängen 1", "en": "Otakaari 1" }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "info_url": { "fi": "https://www.aalto.fi/fi/palvelut/kirjaamo", "sv": "http://www.aalto.fi/sv/about/contact/", "en": "https://www.aalto.fi/en/services/registry" }, "description": { "fi": "Kirjaamo vastaa yliopistossa syntyvien ja sinne saapuvien virallisten asiakirjojen rekisteröinnistä (diaarinumero) sähköiseen asianhallintajärjestelmä SAHA:an, sekä saapuvien asiakirjojen jakelusta ja arkistoinnista.", "en": "The Registry is responsible for the registration of official documents created or arriving at the University (reference number) at the electronic document and records management system SAHA and the distribution and archiving of arriving documents." }, "name": { "fi": "Aalto-yliopiston kirjaamo, Otakaari 1B", "sv": "Aalto-universitetet Registratorskontoret, Otsvängen 1B", "en": "Aalto University Registry, Otakaari 1B" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:46083/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:47898", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-08-15T11:16:47.783227Z", "last_modified_time": "2024-03-08T07:09:48.946784Z", "custom_data": null, "email": "kulkukortit@aalto.fi", "contact_type": null, "address_region": null, "postal_code": "02150", "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 0, "image": 9594, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 24.832127, 60.184906 ] }, "telephone": { "fi": "+358 50 560 9514" }, "street_address": { "fi": "Otakaari 24", "sv": "Otsvängen 24", "en": "Otakaari 24" }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "info_url": { "fi": "https://acre.aalto.fi/fi/yhteydenottolomake", "sv": "https://acre.aalto.fi/fi/yhteydenottolomake", "en": "https://acre.aalto.fi/en/contact-form" }, "description": { "fi": "Otaniemen kampuksen rakennuksissa on käytössä etälukutekniikalla toimiva kulunvalvontajärjestelmä. Kulkutunnisteena käytetään kulkukorttia tai tägiä ja siihen liitettyä PIN-koodia (koodia tarvitaan ma-pe 22.00-06.30 ja la-su aina).", "en": "The buildings on the Otaniemi campus have an access control system that operates by means of remote reading technology. Your access card and the related PIN code serve as your key." }, "name": { "fi": "Aalto-yliopiston kulkukorttien noutopiste, Dipoli", "en": "Aalto University, delivery of keycards at Dipoli" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:47898/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:46231", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-08-15T11:15:46.308756Z", "last_modified_time": "2024-02-06T13:14:43.848182Z", "custom_data": null, "email": "media-arts@aalto.fi", "contact_type": null, "address_region": null, "postal_code": "02150", "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 0, "image": 9639, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 24.82525, 60.18526 ] }, "telephone": { "fi": "+358 50 383 5446" }, "street_address": { "fi": "Otaniementie 14", "sv": "Otnäsvägen 14", "en": "Otaniementie 14" }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "info_url": { "fi": "https://www.aalto.fi/en/department-of-art-and-media", "sv": "https://www.aalto.fi/en/department-of-art-and-media", "en": "http://media.aalto.fi/en/" }, "description": null, "name": { "fi": "Aalto-yliopiston Media Lab ja Visuaalisen viestinnän muotoilu, Taiteiden ja suunnittelun korkeakoulu, ARTS", "sv": "Aalto-universitetet Högskolan för konst, design och arkitektur", "en": "Aalto University School of Arts, Design and Architecture (ARTS), Media Lab and Visual communication design" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:46231/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:50681", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-08-15T12:09:56.451592Z", "last_modified_time": "2024-02-06T13:15:03.037340Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "02150", "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 0, "image": 9833, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 24.82532, 60.184483 ] }, "telephone": null, "street_address": { "fi": "Otaniementie 12", "sv": "Otnäsvägen 12", "en": "Otaniementie 12" }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "info_url": { "fi": "https://kaupunkiliikenne.fi/liikennointi/metrolla/metroasemat/#aaltoyliopisto", "sv": "https://kaupunkiliikenne.fi/liikennointi/metrolla/metroasemat/#aaltoyliopisto", "en": "https://kaupunkiliikenne.fi/liikennointi/metrolla/metroasemat/#aaltoyliopisto" }, "description": null, "name": { "fi": "Aalto-yliopiston metroasema A", "sv": "Aalto-universitetets metrostation A", "en": "Aalto University Metro station A" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:50681/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:55905", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-08-15T13:13:38.217229Z", "last_modified_time": "2024-02-06T13:16:03.179551Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "02150", "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 0, "image": 9833, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 24.819447, 60.184654 ] }, "telephone": null, "street_address": { "fi": "Tietotie 3", "sv": "Datavägen 3", "en": "Tietotie 3" }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "info_url": { "fi": "https://kaupunkiliikenne.fi/liikennointi/metrolla/metroasemat/#aaltoyliopisto", "sv": "https://kaupunkiliikenne.fi/liikennointi/metrolla/metroasemat/#aaltoyliopisto", "en": "https://kaupunkiliikenne.fi/liikennointi/metrolla/metroasemat/#aaltoyliopisto" }, "description": null, "name": { "fi": "Aalto-yliopiston metroasema B", "sv": "Aalto-universitetets metrostation B", "en": "Aalto University Metro Station B" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:55905/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:46240", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-08-15T11:15:48.078298Z", "last_modified_time": "2024-02-06T13:14:44.146250Z", "custom_data": null, "email": "mika.koskenvuori@aalto.fi", "contact_type": null, "address_region": null, "postal_code": "02150", "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 0, "image": 9645, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 24.81776, 60.18453 ] }, "telephone": { "fi": "+358 20 722 6640" }, "street_address": { "fi": "Tietotie 3", "sv": "Datavägen 3", "en": "Tietotie 3" }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "info_url": { "fi": "http://www.micronova.fi/contact_information/", "sv": "http://www.micronova.fi/contact_information/", "en": "http://www.micronova.fi/contact_information/" }, "description": null, "name": { "fi": "Aalto-yliopiston Nanofab", "sv": "Aalto-universitetets Nanofab", "en": "Aalto University Nanofab" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:46240/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:46024", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-08-15T11:15:05.787258Z", "last_modified_time": "2024-02-06T13:14:39.877028Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "02150", "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 0, "image": 9596, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 24.826963, 60.18583 ] }, "telephone": { "fi": "+358 9 470 01" }, "street_address": { "fi": "Otakaari 1", "sv": "Otsvängen 1", "en": "Otakaari 1" }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "info_url": { "fi": "http://sci.aalto.fi/fi/", "sv": "http://sci.aalto.fi/sv/", "en": "http://sci.aalto.fi/en/" }, "description": null, "name": { "fi": "Aalto-yliopiston perustieteiden korkeakoulu", "sv": "Aalto-universitetet Högskolan för teknikvetenskaper", "en": "Aalto University School of Science" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:46024/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:50687", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-08-15T12:10:00.371050Z", "last_modified_time": "2024-02-06T13:15:03.263230Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "02150", "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 0, "image": null, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 24.829437, 60.18796 ] }, "telephone": null, "street_address": { "fi": "Rakentajanaukio 2", "sv": "Byggarplatsen 2", "en": "Rakentajanaukio 2" }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "info_url": { "fi": "http://nbe.aalto.fi/fi/", "sv": "http://nbe.aalto.fi/fi/", "en": "http://nbe.aalto.fi/en/" }, "description": null, "name": { "fi": "Aalto-yliopiston perustieteiden korkeakoulun neurotieteen ja lääketieteellisen tekniikan laitos" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:50687/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:46239", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-08-15T11:15:47.167330Z", "last_modified_time": "2024-02-06T13:14:44.104128Z", "custom_data": null, "email": "info-cs@aalto.fi", "contact_type": null, "address_region": null, "postal_code": "02150", "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 0, "image": 9644, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 24.822557, 60.18699 ] }, "telephone": { "fi": "+358 50 441 0615" }, "street_address": { "fi": "Konemiehentie 2", "sv": "Maskinbyggarvägen 2", "en": "Konemiehentie 2" }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "info_url": { "fi": "https://www.aalto.fi/fi/tietotekniikan-laitos", "sv": "https://www.aalto.fi/sv/institutionen-for-datateknik", "en": "https://www.aalto.fi/en/department-of-computer-science" }, "description": { "fi": "Tietotekniikan laitoksen tutkimus ja opetus edustavat maailman huippuluokkaa. Tietotekniikka ja digitalisaatio luovat pohjan tulevaisuuden tieteelle, tekniikalle ja yhteiskunnalle. Aalto-yliopistossa tietotekniikka on ala, jossa tieteellinen perustutkimus yhdistyy innovatiivisiin sovelluksiin. Tietotekniikan laitos on yli 40:n professorin ja yli 400 työntekijän ansiosta Aalto-yliopiston suurin laitos ja Suomen suurin tietotekniikkayksikkö. Laitos on osa Otaniemen kampuksella sijaitsevaa Aalto-yliopiston perustieteiden korkeakoulua.", "sv": "Institutionen för datateknik bedriver forskning och utbildning i världsklass inom modern datavetenskap för att främja framtida forskning och teknik och vårt framtida samhälle. Arbetet kombinerar grundforskning med innovativa tillämpningar. Med 44 professorer och över 400 anställda är det den största institutionen på Aalto-universitetet och den största enheten för datateknik i Finland. Institutionen är en del av Högskolan för teknikvetenskaper vid Aalto-universitetet och ligger på campus i Otnäs.", "en": "The Department of Computer Science provides world-class research and education in modern computer science to foster future science, engineering and society. The work combines fundamental research with innovative applications. With over 40 professors and more than 400 employees it is the largest department at Aalto University and the largest Computer Science unit in Finland. It is routinely ranked among the top 10 Computer Science departments in Europe and in the top 100 globally. The department is part of the School of Science in Aalto University, located on the Otaniemi campus." }, "name": { "fi": "Aalto-yliopiston perustieteiden korkeakoulun tietotekniikan laitos", "sv": "Institutionen för datateknik", "en": "The Department of Computer Science" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:46239/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:50683", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-08-15T12:09:56.733489Z", "last_modified_time": "2024-02-06T13:15:03.125664Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "02150", "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 0, "image": 9835, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 24.818144, 60.186916 ] }, "telephone": null, "street_address": { "fi": "Maarintie 8", "sv": "Marvägen 8", "en": "Maarintie 8" }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "info_url": { "fi": "http://tuta.aalto.fi/fi/", "sv": "http://tuta.aalto.fi/fi/", "en": "http://tuta.aalto.fi/en/" }, "description": null, "name": { "fi": "Aalto-yliopiston perustieteiden korkeakoulun tuotantotalouden laitos (TUTA)" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:50683/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:50682", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-08-15T12:09:56.594027Z", "last_modified_time": "2024-03-08T07:09:50.074295Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "02150", "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 0, "image": 9834, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 24.81957, 60.186874 ] }, "telephone": null, "street_address": { "fi": "Maarintie 8", "sv": "Marvägen 8", "en": "Maarintie 8" }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "info_url": { "fi": "https://www.aalto.fi/fi/koulutustarjonta/perustieteiden-tohtoriohjelma", "sv": "https://www.aalto.fi/sv/utbildningsutbud/doktorandprogrammet-i-teknikvetenskap", "en": "https://www.aalto.fi/en/study-options/aalto-doctoral-programme-in-science-0" }, "description": { "fi": "Monitieteisessä perustieteiden tohtoriohjelmassa yhdistyy ainutlaatuisesti tiede, teknologia ja liiketalous. Tohtoriohjelman tavoitteena on kouluttaa Perustieteiden korkeakoulun eri tutkimusalojen tohtoreita korkeiden kansainvälisten laatuvaatimusten mukaisesti. Nelivuotisessa tohtoriohjelmassa voi valita tutkimusalakseen fysiikan, matematiikan, lääketieteellisen tekniikan, tietotekniikan tai tuotantotalouden.", "en": "The Doctoral Programme in Science is a multidisciplinary programme with a unique combination of science, technology and business. The research done is committed to high standards of international excellence and the aim is to educate doctoral candidates in different research fields to tackle increasingly complex societal challenges in areas such as energy, environment, health and well-being. The doctoral programme offers a four-year doctoral programme in physics, mathematics, biomedical engineering, computer science or industrial engineering and management." }, "name": { "fi": "Aalto-yliopiston perustieteiden tohtoriohjelman opiskelijapalvelut", "en": "Aalto University School of Science Student Services of the Doctoral Programme" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:50682/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:46282", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-08-15T11:15:56.661714Z", "last_modified_time": "2024-03-08T07:09:48.441276Z", "custom_data": null, "email": "studerandeservice@aalto.fi", "contact_type": null, "address_region": null, "postal_code": "02150", "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 0, "image": 9662, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 24.828733, 60.186604 ] }, "telephone": { "fi": "+358 50 560 8378" }, "street_address": { "fi": "Otakaari 1", "sv": "Otsvängen 1", "en": "Otakaari 1" }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "info_url": { "fi": "https://www.aalto.fi/fi/muut-opinnot/opinnot-ja-opiskelijapalvelut-ruotsinkielella", "sv": "https://www.aalto.fi/sv/ovriga-studier/studier-och-studerandeservice-pa-svenska", "en": "https://www.aalto.fi/en/other-studies/studies-and-student-services-in-swedish" }, "description": null, "name": { "fi": "Aalto-yliopiston ruotsinkieliset opiskelijapalvelut", "sv": "Aalto-universitetet, Studerande service på svenska", "en": "Aalto University student services in Swedish" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:46282/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:46080", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-08-15T11:15:19.807238Z", "last_modified_time": "2024-02-06T13:14:41.191957Z", "custom_data": null, "email": "studentservices@aalto.fi", "contact_type": null, "address_region": null, "postal_code": "02150", "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 0, "image": 9606, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 24.828838, 60.18664 ] }, "telephone": { "fi": "+358 29 442 9280" }, "street_address": { "fi": "Otakaari 1", "sv": "Otsvängen 1", "en": "Otakaari 1" }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "info_url": { "fi": "https://www.aalto.fi/fi/opiskelijan-tukipalvelut/starting-point", "sv": "https://www.aalto.fi/sv/stod-for-studierna/starting-point", "en": "https://www.aalto.fi/en/support-for-studying/starting-point" }, "description": { "fi": "Starting Point on opiskelijoiden yleispalvelupiste, joka palvelee ilman ajanvarausta. Starting Pointista voit pyytää esimerkiksi läsnäolotodistuksen, virallisen opintosuoritusotteen tai lukuvuosi-ilmoittautumiseen liittyvää neuvontaa.\nYhteystiedot ja aukioloajat\nPalvelupiste on avoinna ma-pe klo 12-15. Ajanvarausta ei tarvita.\nKäyntiosoite: Espoo, Kandidaattikeskus, Otakaari 1, huone Y199a. Starting Pointin tavoitat myös puhelimitse 029 442 9280 (ma-pe klo 9-11 ja 12-15) tai sähköpostitse opiskelijapalvelut@aalto.fi.\nJos tarvitset koulutusohjelmakohtaista neuvontaa, otathan yhteyttä oman korkeakoulusi opiskelijapalvelupisteeseen.", "sv": "Starting Point betjänar studenter utan tidsbokning. I Starting Point kan du bland annat göra läsårsanmälan, få studie- och närvarointyg, få officiella studieprestationsutdrag, göra namn- och adressändringar i studieregistret.\nKontakt information och öppetider\nStarting Point är öppet från mån-fre kl. 12-15. Tidsreservation behövs inte.\nBesöksadress: Kandidatcentret, Otsvängen 1, rum Y199a, Otnäs. Servicetelefonen 029 442 9280 betjänär mån-fre kl. 9-11 och 12-15. Epost studerandeservice@aalto.fi.\nOm du har programspecifik frågor, kontakta din egen skolas studentservice.", "en": "Starting Point offers student services without appointments. We offer services including certificate of attendance, official transcript of records and advice with annual enrolment.\nContact information and opening hours\nStarting Point service desk is open Mon-Fri, 12-15. No appointment needed.\nVisiting address: Espoo, Otakaari 1, Undergraduate centre, room Y199a. You can also reach Starting Point via e-mail studentservices@aalto.fi or by phone +358 29 442 9280 (open Mon-Fri 9-11 and 12-15).\nIf you have school- or programme-specific questions, please contact the student services of your school." }, "name": { "fi": "Aalto-yliopiston Starting Point, Otakaari 1T, Y199a", "sv": "Aalto-universitetet Starting Point, Otsvängen 1T, Y199a", "en": "Aalto University Starting Point, Otakaari 1T, room Y199a" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:46080/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:46023", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-08-15T11:15:04.582410Z", "last_modified_time": "2024-02-06T13:14:39.834138Z", "custom_data": null, "email": "kirjaamo@aalto.fi", "contact_type": null, "address_region": null, "postal_code": "02150", "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 0, "image": null, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 24.830029, 60.18912 ] }, "telephone": { "fi": "+358 9 470 01" }, "street_address": { "fi": "Otakaari 5", "sv": "Otsvängen 5", "en": "Otakaari 5" }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "info_url": { "fi": "http://elec.aalto.fi/fi/", "sv": "http://elec.aalto.fi/sv/", "en": "http://elec.aalto.fi/en/" }, "description": null, "name": { "fi": "Aalto-yliopiston sähkötekniikan korkeakoulu" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:46023/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:50690", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-08-15T12:10:00.788638Z", "last_modified_time": "2024-03-08T07:09:50.137760Z", "custom_data": null, "email": "studies-elec@aalto.fi", "contact_type": null, "address_region": null, "postal_code": "02150", "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 0, "image": null, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 24.818144, 60.186916 ] }, "telephone": null, "street_address": { "fi": "Maarintie 8", "sv": "Marvägen 8", "en": "Maarintie 8" }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "info_url": { "fi": "https://www.aalto.fi/fi/sahkotekniikan-korkeakoulu", "sv": "https://www.aalto.fi/sv/hogskolan-for-elektroteknik", "en": "https://www.aalto.fi/en/school-of-electrical-engineering" }, "description": null, "name": { "fi": "Aalto-yliopiston sähkötekniikan korkeakoulun oppimispalvelut", "sv": "Aalto-universitetets lärandetjänster vid högskolan för elektroteknik", "en": "Aalto University Learning Services (LES), School of Electrical Engineering" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:50690/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:50646", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-08-15T12:09:56.313106Z", "last_modified_time": "2024-02-06T13:15:02.995665Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "02150", "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 0, "image": null, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 24.818144, 60.186916 ] }, "telephone": { "fi": "+358 9 470 01" }, "street_address": { "fi": "Maarintie 8", "sv": "Marvägen 8", "en": "Maarintie 8" }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "info_url": { "fi": "https://www.aalto.fi/fi/sahkotekniikan-ja-automaation-laitos", "sv": "https://www.aalto.fi/sv/institutionen-for-elektroteknik-och-automation", "en": "https://www.aalto.fi/en/department-of-electrical-engineering-and-automation" }, "description": { "fi": "Sähkötekniikan ja automaation laitoksen tutkimus keskittyy mikrosysteemitekniikan eri aloihin, sähkötekniikkaan ja automaatioon. Tutkimusalojamme ovat voimajärjestelmät ja muuntaminen, ohjaus, robotiikka ja autonomiset järjestelmät, terveysteknologia ja älykäs asuinympäristö ja teollisuuselektroniikka ja -informatiikka.", "sv": "Institutionen för elektroteknik och automation (förkortat EEA) är ett ekosystem där forskare från olika områden av mikrosystem, elektroteknik och automation arbetar tillsammans för att lösa de allra svåraste problemen inom områden som energi och miljö, men även hälsa och välfärd. Vi erbjuder en utmärkt utbildning och forskningsförhållanden av högsta klass.", "en": "The Department of Electrical Engineering and Automation, in short EEA, is an ecosystem where scientists and engineers from different fields of microsystems, electrical engineering and automation work together to solve the most challenging scientific problems in the fields of energy and environment, as well as health and wellbeing." }, "name": { "fi": "Aalto-yliopiston sähkötekniikan korkeakoulu, Sähkötekniikan ja automaation laitos (TUAS-talo)", "sv": "Aalto-universitetet, Högskolan för elektroteknik, Institutionen för elektroteknik och automation", "en": "Aalto University School of Electrical Engineering, Department of Electrical Engineering and Automation (TUAS building)" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:50646/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:46026", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-08-15T11:15:06.563771Z", "last_modified_time": "2024-02-06T13:14:39.957980Z", "custom_data": null, "email": "vare-info@aalto.fi", "contact_type": null, "address_region": null, "postal_code": "02150", "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 0, "image": 9598, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 24.82525, 60.18526 ] }, "telephone": { "fi": "+358 50 383 5446" }, "street_address": { "fi": "Otaniementie 14", "sv": "Otnäsvägen 14", "en": "Otaniementie 14" }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "info_url": { "fi": "http://arts.aalto.fi/fi/", "sv": "http://arts.aalto.fi/sv/", "en": "http://arts.aalto.fi/en/" }, "description": null, "name": { "fi": "Aalto-yliopiston taiteiden ja suunnittelun korkeakoulu", "sv": "Aalto-universitetet Högskolan för konst, design och arkitektur", "en": "Aalto University School of Arts, Design and Architecture" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:46026/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:51242", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-08-15T12:11:17.288614Z", "last_modified_time": "2024-02-06T13:15:09.045471Z", "custom_data": null, "email": "vare-info@aalto.fi", "contact_type": null, "address_region": null, "postal_code": "02150", "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 0, "image": 9854, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 24.82525, 60.18526 ] }, "telephone": { "fi": "+358 50 383 5446" }, "street_address": { "fi": "Otaniementie 14", "sv": "Otnäsvägen 14", "en": "Otaniementie 14" }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "info_url": { "fi": "https://www.aalto.fi/fi/taiteiden-ja-suunnittelun-korkeakoulun-tyopajat/printlab-self-service-f008", "sv": "https://www.aalto.fi/sv/verkstader-hogskolan-for-konst-design-och-arkitektur/printlab-sjalvservice-f008", "en": "https://www.aalto.fi/en/workshops-aalto-school-of-arts-design-and-architecture/printlab-self-service-f008" }, "description": { "fi": "Opiskelijoiden ja henkilökunnan käytössä Otaniemen kampuksella Väreen pajakerroksessa huoneessa F008 on itsepalvelutulostus. Tulostimet voi varata MyCoursesin Arts Infra Workshop Access varauskalenterin kautta yhdeksi tunniksi kerrallaan.", "sv": "Ett utrymme för utskrifter, som fungerar genom självservice, finns på Otnäs campus i rum F008 på verkstadsvåningen i Värebyggnaden. Du kan reservera skrivarna genom Aalto Takeout för en timme åt gången.", "en": "A self-service printing facility is available to students and staff on the Otaniemi campus in room F008 on the workshop floor of the Väre building. You can reserve the printers through MyCourses Arts Infra Workshop Access booking." }, "name": { "fi": "Aalto-yliopiston taiteiden ja suunnittelun korkeakoulun Printlab / Self Service F008", "sv": "Aalto ARTS Printlab / Självservice F008", "en": "Aalto University School of Art, Design and Architecture, Printlab / Self-service F008" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:51242/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:50686", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-08-15T12:10:00.207242Z", "last_modified_time": "2024-02-06T13:15:03.232311Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "02150", "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 0, "image": null, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 24.82435, 60.18743 ] }, "telephone": null, "street_address": { "fi": "Puumiehenkuja 2", "sv": "Träkarlsgränden 2", "en": "Puumiehenkuja 2" }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "info_url": { "fi": "http://physics.aalto.fi/en/", "sv": "http://physics.aalto.fi/en/", "en": "http://physics.aalto.fi/en/" }, "description": null, "name": { "fi": "Aalto-yliopiston teknillisen fysiikan laitos, Nano-talo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:50686/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:54394", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-08-15T12:16:54.528595Z", "last_modified_time": "2024-02-06T13:15:41.367515Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "02150", "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 0, "image": 10025, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 24.829885, 60.188534 ] }, "telephone": null, "street_address": { "fi": "Otakaari 3", "sv": "Otsvängen 3", "en": "Otakaari 3" }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "info_url": { "fi": "http://health.aalto.fi/en/healthtechnologyhouse/", "sv": "http://health.aalto.fi/en/healthtechnologyhouse/", "en": "http://health.aalto.fi/en/healthtechnologyhouse/" }, "description": { "fi": "Health Technology House (HTH) Otakaari 3:ssa on kotipaikka muun muassa seuraaville:\n- Neurotieteen ja lääketieteellisen tekniikan laitos (Perustieteiden korkeakoulu)\n- Eräät Sähkötekniikan korkeakoulun tutkimusryhmät\n- Biodesign Finland (Otaniemen toimisto)\n- Aalto Brain Centre\n- Aalto NeuroImaging (toimisto)\n- Aalto Health Platform (toimisto)\n- Health Capital Helsinki (Otaniemen toimisto)\n- Aalto Health Factory\n- Opiskelijaravintola Kvarkki\n- Lääketieteellisen tekniikan ja neurotieteen ja - teknologian alojen opetus\nSuunnitelmien mukaan HTH:n tiloissa toimii tulevaisuudessa yksi tai useampia terveysteknologian alan yrityksiä.", "en": "The Health Technology House (HTH), located on Aalto University's main campus in Otaniemi, unites research groups whose work revolves around electrical devices, neuroscience, or related signal processing. The House contains most of the faculty of the Biomedical Engineering and Neuroscience and -technology subareas of Aalto's Health & Wellbeing research community. Examples of research focus areas are medical imaging equipment, neurological therapy devices, rehabilitation technologies, and neurosciences. Faculty and staff in the House produce research with high scientific quality, and there is high productivity in innovation as well. More broadly, Aalto Health Platform, uniting the university's Health & Wellbeing professors and research groups for increased collaboration, is managed from the House.\nHealth Technology House is the current home for the following units and activities:\n- Department of Neuroscience and Biomedical Engineering (School of Science)\n- Research groups of School of Electrical Engineering\n- Biodesign Finland (office in Otaniemi) - Aalto Brain Centre\n- Aalto NeuroImaging (office)\n- Aalto Health Platform (office)\n- Health Capital Helsinki (office in Otaniemi)\n- Aalto Health Factory\n- Student restaurant Kvarkki (run by Sodexo)\n- Learning and teaching activities in biomedical engineering and neuroscience and -technology\nIn the future, it is planned that HTH will become the new home for one or several companies in the field of health technology." }, "name": { "fi": "Aalto-yliopiston terveysteknologian talo", "en": "Aalto University Health Technology House" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:54394/?format=api", "@context": "http://schema.org", "@type": "Place" } ] }