diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2b2858a --- /dev/null +++ b/.gitignore @@ -0,0 +1,64 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# Runtime data +pids +*.pid +*.seed +*.pid.lock + +# Directory for instrumented libs generated by jscoverage/JSCover +lib-cov + +# Coverage directory used by tools like istanbul +coverage + +# nyc test coverage +.nyc_output + +# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) +.grunt + +# Bower dependency directory (https://bower.io/) +bower_components + +# node-waf configuration +.lock-wscript + +# Compiled binary addons (https://nodejs.org/api/addons.html) +build/Release + +# Dependency directories +node_modules/ +jspm_packages/ + +# TypeScript v1 declaration files +typings/ + +# Optional npm cache directory +.npm + +# Optional eslint cache +.eslintcache + +# Optional REPL history +.node_repl_history + +# Output of 'npm pack' +*.tgz + +# Yarn Integrity file +.yarn-integrity + +# dotenv environment variables file +.env + +# next.js build output +.next +config.html +dtpr_prototype/config.html +.DS_Store diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..522bab5 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +dtpr.sidewalklabs.com \ No newline at end of file diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..261eeb9 --- /dev/null +++ b/LICENSE @@ -0,0 +1,201 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/README.md b/README.md new file mode 100644 index 0000000..2dffcb2 --- /dev/null +++ b/README.md @@ -0,0 +1,38 @@ +# Designing for Digital Transparency in the Public Realm + +[Digital Transparency in the Public Realm](https://sidewalklabs.com/dtpr/) is a project that seeks to facilitate the co-creation of prototypes that can advance digital transparency and enable agency in the world's public spaces. + +With cities increasingly embracing digital technology in the built environment, we believe people should be able to quickly understand how these technologies work and the purposes they serve. We believe that creating a unified visual language will be a critical starting point, and that digital tools could help people to follow up and learn more. + +Expert groups came together in cities around the world in co-design sessions to collaborate and prototype an initial set of open standards for digital transparency in the public realm. These standards, as well as all the workshop activities and materials that generated them, are publicly and freely available for others to adopt, use, and build upon. + +**We’re looking for partners who want to advance the use and adoption of these standards in the public realm. Please get in touch at dtpr-hello@sidewalklabs.com.** + +![Illustration of the DTPR development process](https://sidewalklabs.com/assets/uploads/2019/03/Process.png) + +## The DTPR Design Patterns and Prototypes - V1 +There are four major components to DTPR - **icons**, a **signage system**, and a **digital channel** for communication - which together, help visualize and convey a **taxonomy of key concepts**. + +### Icons +You can download the [icon files and visual system](https://github.com/sidewalklabs/dtpr/tree/master/dtpr_icons) from Github. + +### Design Guide +The [design guide](https://github.com/sidewalklabs/dtpr/blob/master/dtpr_designguide/DTPR_Design_Guide.pdf) has what you need to know in order to actually create signs using the icons or add the icons to existing signage. + +### Taxonomy +The taxonomy is the full set of definitions on which the icons are based. These definitions are also used in the prototype of the digital channel. The initial draft of the taxonomy and the associated icons are managed in an Airtable, which you can see [here](https://airtable.com/shrsW7o7ji3VjsZSz). + +### Prototype for the Digital Channel +When you scan a QR code on a sign, it brings you to a webpage where you get more information. You can see our [prototype for the digital channel](https://dtpr.sidewalklabs.com/dtpr_prototype) - it’s currently set up for 307, Sidewalk Labs’ Toronto office and experimental workspace. Here’s the [source code](https://github.com/sidewalklabs/dtpr/tree/master/dtpr_prototype). + +## Co-Design Kit +In the course of developing the initial prototypes, we developed materials and a facilitation guide that was used to run our co-design sessions. All the materials are provided [here](dtpr_codesignkit) so that anyone, anywhere, can take up these tools and use them to engage in this crucial topic. + +## Contributors +The development of these design patterns and prototypes would not have been possible without the large number of contributors who invested their expertise and time in this project. They are listed [here](contributors.md). + +## License +The *Icons*, *Design Guide* and *Taxonomy* for DTPR are licensed by the Digital Transparency in the Public Realm contributors under the [Creative Commons Attribution 4.0 International (CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/). +Portions of the *DTPR Icons* incorporate elements of, or are derived from, the [Material icons](https://material.io/tools/icons/). The Material icons are available under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0.html). +The source code for the *Digital Channel Prototype* is licensed under [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0.html). +Sidewalk Labs trademarks and other brand features within these works are not included in this license. diff --git a/contributors.md b/contributors.md new file mode 100644 index 0000000..e24497f --- /dev/null +++ b/contributors.md @@ -0,0 +1,94 @@ +# Contributors List # + +Designing for Digital Transparency in the Public Realm is a collaborative co-design project organized initially by Sidewalk Labs. Many people and organizations contributed to the development of the project. + +Project contributors agreed to license new and original material produced during co-design sessions under [Creative Commons Attribution 4.0 International (CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/) to the [Digital Transparency in the Public Realm project](https://github.com/sidewalklabs/dtpr). + +#### Contributors who opted-in to be referenced as part of the attribution include: + +> 880 Cities; +Alex Haagaard, The Disabled List; +Alisa Frik, ICSI/ UC Berkeley; +Amina Mohamed, Sidewalk Labs; +Ananta Pandey, Sidewalk Labs; +Andrew Young, The GovLab; +Anil Patel; +Arlene Gould; +Arnel Espanol, Sidewalk Toronto Fellows; +Arup; +Avery Au, Law & Design CoLab; +Benjamin Bollmann; +Brittany Waldner, Puncture Design; +Burak Demirtas, Arçelik AŞ; +Camilla Bertoncin, Nesta; +Carolyn Wu; +Charles Finley, Code for Canada; +Chelsey Colbert; +Christopher Makris, MaRS Discovery District; +City of Toronto Transportation Services; +CivicMakers; +Crystal Cassidy; +Della Shae, Symcor; +Derek Ouyang, City Systems; +Digital Public Square; +Doris Tang; +Ed Parkes; +Edward Krafcik, Soofa; +Edward Naus; +Elena Simperl, University of Southampton; +Elizabeth Bishop; +Ellen Pitout, Puncture Design; +Emre Kazim; +Ernesto Salas, InnerSpace; +Ewa Borowczak; +Fulton Wang; +Gehl Institute; +Geoffrey Wylde, World Economic Forum; +IDEO CoLab; +Jacqueline Lu, Sidewalk Labs; +Jacques Priol, CIVITEO; +Jamila Smith-Loud; +Jeff Merritt, World Economic Forum; +Joel Reardon, University of Calgary; +John Wittrock, Sidewalk Labs; +Jordan Prokopy, PwC; +Juan Martin, Royal Bank of Canada; +Law & Design CoLab; +Lucinda Hartley, Neighbourlytics; +Mai-Ling Garcia, City of Oakland; +Marco Paglia; +Marie Buckingham; +Mark Wilson; +Matthew Milan, Normative; +Matthew Willse; +Melissa Ruhl, Arup; +Michelle Eaton, Nesta; +Michelle German; +Michelle Ha Tucker, Sidewalk Labs; +MIT; +Natalia Domagala; +Nicolas Germiquet; +Nikki Sylianteng; +Niko Downie; +Numina; +Patrick Dowd; +Patrick Keenan, Sidewalk Labs +Radhika Bhalla; +Rashad Maharaj, Puncture Design; +Remix Software Inc.; +Richard Gomer, University of Southampton; +Richard Whitt; +Robin Abad Ocubillo; +Roxanne Leitão, Central Saint Martins; +Ryan Brack, FleishmanHillard; +Sarah Williams; +Seita Goto, Puncture Design; +Spencer Cathcart, Puncture Design; +Steve M Pepple, Pepple Co; +The Bentway Conservancy; +Tom Orrell, DataReady Limited; +Toronto Public LIbrary; +Tris Lumley, New Philanthropy Capital; +Utopia; +Yalena Coleman; +Zahra Rajabi; diff --git a/dtpr_codesignkit/DTPR Co-design Facilitation Guide.pdf b/dtpr_codesignkit/DTPR Co-design Facilitation Guide.pdf new file mode 100644 index 0000000..241e489 Binary files /dev/null and b/dtpr_codesignkit/DTPR Co-design Facilitation Guide.pdf differ diff --git a/dtpr_codesignkit/Materials_ForPrint/AQuestionIHaveIs_ColourCards.pdf b/dtpr_codesignkit/Materials_ForPrint/AQuestionIHaveIs_ColourCards.pdf new file mode 100644 index 0000000..83887ca Binary files /dev/null and b/dtpr_codesignkit/Materials_ForPrint/AQuestionIHaveIs_ColourCards.pdf differ diff --git a/dtpr_codesignkit/Materials_ForPrint/CommunicationWorksheetGROUP_Colour.pdf b/dtpr_codesignkit/Materials_ForPrint/CommunicationWorksheetGROUP_Colour.pdf new file mode 100644 index 0000000..f27d131 Binary files /dev/null and b/dtpr_codesignkit/Materials_ForPrint/CommunicationWorksheetGROUP_Colour.pdf differ diff --git a/dtpr_codesignkit/Materials_ForPrint/CommunicationWorksheetPAIRS_Colour.pdf b/dtpr_codesignkit/Materials_ForPrint/CommunicationWorksheetPAIRS_Colour.pdf new file mode 100644 index 0000000..7ef753d Binary files /dev/null and b/dtpr_codesignkit/Materials_ForPrint/CommunicationWorksheetPAIRS_Colour.pdf differ diff --git a/dtpr_codesignkit/Materials_ForPrint/ConsiderationBlank_ColourCards.pdf b/dtpr_codesignkit/Materials_ForPrint/ConsiderationBlank_ColourCards.pdf new file mode 100644 index 0000000..9fde0d1 Binary files /dev/null and b/dtpr_codesignkit/Materials_ForPrint/ConsiderationBlank_ColourCards.pdf differ diff --git a/dtpr_codesignkit/Materials_ForPrint/ConsiderationCards_Colour.pdf b/dtpr_codesignkit/Materials_ForPrint/ConsiderationCards_Colour.pdf new file mode 100644 index 0000000..013c69c Binary files /dev/null and b/dtpr_codesignkit/Materials_ForPrint/ConsiderationCards_Colour.pdf differ diff --git a/dtpr_codesignkit/Materials_ForPrint/PerspectiveBlank_ColourCards.pdf b/dtpr_codesignkit/Materials_ForPrint/PerspectiveBlank_ColourCards.pdf new file mode 100644 index 0000000..e773bc5 Binary files /dev/null and b/dtpr_codesignkit/Materials_ForPrint/PerspectiveBlank_ColourCards.pdf differ diff --git a/dtpr_codesignkit/Materials_ForPrint/PerspectivesCards_Colour.pdf b/dtpr_codesignkit/Materials_ForPrint/PerspectivesCards_Colour.pdf new file mode 100644 index 0000000..85e3e54 Binary files /dev/null and b/dtpr_codesignkit/Materials_ForPrint/PerspectivesCards_Colour.pdf differ diff --git a/dtpr_codesignkit/Materials_ForPrint/SensorCards_ColourCards.pdf b/dtpr_codesignkit/Materials_ForPrint/SensorCards_ColourCards.pdf new file mode 100644 index 0000000..3ff73e7 Binary files /dev/null and b/dtpr_codesignkit/Materials_ForPrint/SensorCards_ColourCards.pdf differ diff --git a/dtpr_codesignkit/Materials_ForPrint/StoryboardTemplateGROUP_Colour.pdf b/dtpr_codesignkit/Materials_ForPrint/StoryboardTemplateGROUP_Colour.pdf new file mode 100644 index 0000000..c24c223 Binary files /dev/null and b/dtpr_codesignkit/Materials_ForPrint/StoryboardTemplateGROUP_Colour.pdf differ diff --git a/dtpr_codesignkit/Materials_ForPrint/StoryboardTemplatePAIRS_Colour.pdf b/dtpr_codesignkit/Materials_ForPrint/StoryboardTemplatePAIRS_Colour.pdf new file mode 100644 index 0000000..153d073 Binary files /dev/null and b/dtpr_codesignkit/Materials_ForPrint/StoryboardTemplatePAIRS_Colour.pdf differ diff --git a/dtpr_codesignkit/Materials_ForPrint/TechnologyBlanks_ColourCards.pdf b/dtpr_codesignkit/Materials_ForPrint/TechnologyBlanks_ColourCards.pdf new file mode 100644 index 0000000..7876a61 Binary files /dev/null and b/dtpr_codesignkit/Materials_ForPrint/TechnologyBlanks_ColourCards.pdf differ diff --git a/dtpr_codesignkit/Materials_ForPrint/ThemesWorksheet_Colour.pdf b/dtpr_codesignkit/Materials_ForPrint/ThemesWorksheet_Colour.pdf new file mode 100644 index 0000000..a71c968 Binary files /dev/null and b/dtpr_codesignkit/Materials_ForPrint/ThemesWorksheet_Colour.pdf differ diff --git a/dtpr_codesignkit/Materials_LetterSize/AQuestionIHaveIs_LetterSize.pdf b/dtpr_codesignkit/Materials_LetterSize/AQuestionIHaveIs_LetterSize.pdf new file mode 100644 index 0000000..c51ae92 Binary files /dev/null and b/dtpr_codesignkit/Materials_LetterSize/AQuestionIHaveIs_LetterSize.pdf differ diff --git a/dtpr_codesignkit/Materials_LetterSize/CommunicationWorksheet_LetterSize.pdf b/dtpr_codesignkit/Materials_LetterSize/CommunicationWorksheet_LetterSize.pdf new file mode 100644 index 0000000..3e56fa1 Binary files /dev/null and b/dtpr_codesignkit/Materials_LetterSize/CommunicationWorksheet_LetterSize.pdf differ diff --git a/dtpr_codesignkit/Materials_LetterSize/ConsiderationBlank_LetterSize.pdf b/dtpr_codesignkit/Materials_LetterSize/ConsiderationBlank_LetterSize.pdf new file mode 100644 index 0000000..f944178 Binary files /dev/null and b/dtpr_codesignkit/Materials_LetterSize/ConsiderationBlank_LetterSize.pdf differ diff --git a/dtpr_codesignkit/Materials_LetterSize/Considerations_LetterSize.pdf b/dtpr_codesignkit/Materials_LetterSize/Considerations_LetterSize.pdf new file mode 100644 index 0000000..b99922b Binary files /dev/null and b/dtpr_codesignkit/Materials_LetterSize/Considerations_LetterSize.pdf differ diff --git a/dtpr_codesignkit/Materials_LetterSize/PerspectiveBlank_LetterSize.pdf b/dtpr_codesignkit/Materials_LetterSize/PerspectiveBlank_LetterSize.pdf new file mode 100644 index 0000000..ca823ff Binary files /dev/null and b/dtpr_codesignkit/Materials_LetterSize/PerspectiveBlank_LetterSize.pdf differ diff --git a/dtpr_codesignkit/Materials_LetterSize/Perspective_LetterSize.pdf b/dtpr_codesignkit/Materials_LetterSize/Perspective_LetterSize.pdf new file mode 100644 index 0000000..968b294 Binary files /dev/null and b/dtpr_codesignkit/Materials_LetterSize/Perspective_LetterSize.pdf differ diff --git a/dtpr_codesignkit/Materials_LetterSize/SensorCards_LetterSize.pdf b/dtpr_codesignkit/Materials_LetterSize/SensorCards_LetterSize.pdf new file mode 100644 index 0000000..6b4d85a Binary files /dev/null and b/dtpr_codesignkit/Materials_LetterSize/SensorCards_LetterSize.pdf differ diff --git a/dtpr_codesignkit/Materials_LetterSize/StoryboardTemplate_LetterSize.pdf b/dtpr_codesignkit/Materials_LetterSize/StoryboardTemplate_LetterSize.pdf new file mode 100644 index 0000000..dac93bd Binary files /dev/null and b/dtpr_codesignkit/Materials_LetterSize/StoryboardTemplate_LetterSize.pdf differ diff --git a/dtpr_codesignkit/Materials_LetterSize/TechnologyBlanks_LetterSize.pdf b/dtpr_codesignkit/Materials_LetterSize/TechnologyBlanks_LetterSize.pdf new file mode 100644 index 0000000..b27e856 Binary files /dev/null and b/dtpr_codesignkit/Materials_LetterSize/TechnologyBlanks_LetterSize.pdf differ diff --git a/dtpr_codesignkit/Materials_LetterSize/ThemesWorksheet_LetterSize.pdf b/dtpr_codesignkit/Materials_LetterSize/ThemesWorksheet_LetterSize.pdf new file mode 100644 index 0000000..bfb7e9c Binary files /dev/null and b/dtpr_codesignkit/Materials_LetterSize/ThemesWorksheet_LetterSize.pdf differ diff --git a/dtpr_codesignkit/README.md b/dtpr_codesignkit/README.md new file mode 100644 index 0000000..4e8e790 --- /dev/null +++ b/dtpr_codesignkit/README.md @@ -0,0 +1,12 @@ +This Co-Design Kit was developed for the co-design project [Designing for Digital Transparency in the Public Realm](https://sidewalklabs.com/dtpr), by Sidewalk Labs in collaboration with [Projects by IF](https://projectsbyif.com) and [Puncture Design](http://puncture.co). + +For this project we convened groups in cities around the world, co-hosting co-design sessions and holding online meetings known as “shareouts,” to collaborate and prototype an initial set of open standards for digital transparency in the public realm. + +At each of these co-design sessions, we collaborated to define the key themes that are important to communicate in the public realm. We also brainstormed concepts for communication systems (such as icons) and experiences (information tools such as apps) where these themes can apply. + +We are releasing this facilitation guide, along with all the materials used to support these sessions, so that anyone can use them to engage with the crucial topic of how technology is increasingly integrated into the public realm. + +The Co-Design Kit includes: +* [Co-Design Facilitation Guide](https://github.com/sidewalklabs/dtpr/blob/master/dtpr_codesignkit/DTPR%20Co-design%20Facilitation%20Guide.pdf) +* Workshop Materials - both [print shop quality](https://github.com/sidewalklabs/dtpr/tree/master/dtpr_codesignkit/Materials_ForPrint) and for [letter size printers](https://github.com/sidewalklabs/dtpr/tree/master/dtpr_codesignkit/Materials_LetterSize) + diff --git a/dtpr_designguide/DTPR_Design_Guide.pdf b/dtpr_designguide/DTPR_Design_Guide.pdf new file mode 100644 index 0000000..3aa9354 Binary files /dev/null and b/dtpr_designguide/DTPR_Design_Guide.pdf differ diff --git a/dtpr_icons/DTPR Visual System.sketch b/dtpr_icons/DTPR Visual System.sketch new file mode 100644 index 0000000..ec0fd63 Binary files /dev/null and b/dtpr_icons/DTPR Visual System.sketch differ diff --git a/dtpr_icons/access/3rdparty.svg b/dtpr_icons/access/3rdparty.svg new file mode 100644 index 0000000..a6bc114 --- /dev/null +++ b/dtpr_icons/access/3rdparty.svg @@ -0,0 +1,14 @@ + + + + dtpr_icons / access / 3rdparty + Created with Sketch. + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/access/download.svg b/dtpr_icons/access/download.svg new file mode 100644 index 0000000..cba768d --- /dev/null +++ b/dtpr_icons/access/download.svg @@ -0,0 +1,18 @@ + + + + dtpr_icons / access / download + Created with Sketch. + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/access/no.svg b/dtpr_icons/access/no.svg new file mode 100644 index 0000000..d6f870c --- /dev/null +++ b/dtpr_icons/access/no.svg @@ -0,0 +1,16 @@ + + + + dtpr_icons / access / no + Created with Sketch. + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/access/resale.svg b/dtpr_icons/access/resale.svg new file mode 100644 index 0000000..576d8d7 --- /dev/null +++ b/dtpr_icons/access/resale.svg @@ -0,0 +1,14 @@ + + + + dtpr_icons / access / resale + Created with Sketch. + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/access/yes.svg b/dtpr_icons/access/yes.svg new file mode 100644 index 0000000..4bec310 --- /dev/null +++ b/dtpr_icons/access/yes.svg @@ -0,0 +1,14 @@ + + + + dtpr_icons / access / yes + Created with Sketch. + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/accountable/org.svg b/dtpr_icons/accountable/org.svg new file mode 100644 index 0000000..055ee0a --- /dev/null +++ b/dtpr_icons/accountable/org.svg @@ -0,0 +1,17 @@ + + + + dtpr_icons / accountable / org + Created with Sketch. + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/chain/bottom.svg b/dtpr_icons/chain/bottom.svg new file mode 100644 index 0000000..fc0d6eb --- /dev/null +++ b/dtpr_icons/chain/bottom.svg @@ -0,0 +1,10 @@ + + + + dtpr_icons / chain / bottom + Created with Sketch. + + + + + \ No newline at end of file diff --git a/dtpr_icons/chain/line.svg b/dtpr_icons/chain/line.svg new file mode 100644 index 0000000..04f2b8d --- /dev/null +++ b/dtpr_icons/chain/line.svg @@ -0,0 +1,12 @@ + + + + dtpr_icons / chain / line + Created with Sketch. + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/chain/middle.svg b/dtpr_icons/chain/middle.svg new file mode 100644 index 0000000..146406d --- /dev/null +++ b/dtpr_icons/chain/middle.svg @@ -0,0 +1,12 @@ + + + + dtpr_icons / chain / middle + Created with Sketch. + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/chain/top.svg b/dtpr_icons/chain/top.svg new file mode 100644 index 0000000..5ba1e5c --- /dev/null +++ b/dtpr_icons/chain/top.svg @@ -0,0 +1,10 @@ + + + + dtpr_icons / chain / top + Created with Sketch. + + + + + \ No newline at end of file diff --git a/dtpr_icons/container/black/circle.svg b/dtpr_icons/container/black/circle.svg new file mode 100644 index 0000000..ceb12dc --- /dev/null +++ b/dtpr_icons/container/black/circle.svg @@ -0,0 +1,9 @@ + + + + dtpr_icons / container / black / circle + Created with Sketch. + + + + \ No newline at end of file diff --git a/dtpr_icons/container/black/hexagon.svg b/dtpr_icons/container/black/hexagon.svg new file mode 100644 index 0000000..197ba50 --- /dev/null +++ b/dtpr_icons/container/black/hexagon.svg @@ -0,0 +1,11 @@ + + + + dtpr_icons / container / black / hexagon + Created with Sketch. + + + + + + \ No newline at end of file diff --git a/dtpr_icons/container/black/square.svg b/dtpr_icons/container/black/square.svg new file mode 100644 index 0000000..f1054d5 --- /dev/null +++ b/dtpr_icons/container/black/square.svg @@ -0,0 +1,9 @@ + + + + dtpr_icons / container / black / square + Created with Sketch. + + + + \ No newline at end of file diff --git a/dtpr_icons/container/blue/circle.svg b/dtpr_icons/container/blue/circle.svg new file mode 100644 index 0000000..a0fd98f --- /dev/null +++ b/dtpr_icons/container/blue/circle.svg @@ -0,0 +1,9 @@ + + + + dtpr_icons / container / blue / circle + Created with Sketch. + + + + \ No newline at end of file diff --git a/dtpr_icons/container/blue/hexagon.svg b/dtpr_icons/container/blue/hexagon.svg new file mode 100644 index 0000000..822dc89 --- /dev/null +++ b/dtpr_icons/container/blue/hexagon.svg @@ -0,0 +1,11 @@ + + + + dtpr_icons / container / blue / hexagon + Created with Sketch. + + + + + + \ No newline at end of file diff --git a/dtpr_icons/container/blue/square.svg b/dtpr_icons/container/blue/square.svg new file mode 100644 index 0000000..eb66016 --- /dev/null +++ b/dtpr_icons/container/blue/square.svg @@ -0,0 +1,9 @@ + + + + dtpr_icons / container / blue / square + Created with Sketch. + + + + \ No newline at end of file diff --git a/dtpr_icons/container/circle.svg b/dtpr_icons/container/circle.svg new file mode 100644 index 0000000..e89f5d1 --- /dev/null +++ b/dtpr_icons/container/circle.svg @@ -0,0 +1,9 @@ + + + + dtpr_icons / container / circle + Created with Sketch. + + + + \ No newline at end of file diff --git a/dtpr_icons/container/circle_d_cross.svg b/dtpr_icons/container/circle_d_cross.svg new file mode 100644 index 0000000..ea30fe6 --- /dev/null +++ b/dtpr_icons/container/circle_d_cross.svg @@ -0,0 +1,11 @@ + + + + dtpr_icons / container / circle_d_cross + Created with Sketch. + + + + + + \ No newline at end of file diff --git a/dtpr_icons/container/circle_h_cross.svg b/dtpr_icons/container/circle_h_cross.svg new file mode 100644 index 0000000..e0d34b2 --- /dev/null +++ b/dtpr_icons/container/circle_h_cross.svg @@ -0,0 +1,13 @@ + + + + dtpr_icons / container / circle_h_cross + Created with Sketch. + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/container/hexagon.svg b/dtpr_icons/container/hexagon.svg new file mode 100644 index 0000000..67c8ed4 --- /dev/null +++ b/dtpr_icons/container/hexagon.svg @@ -0,0 +1,11 @@ + + + + dtpr_icons / container / hexagon + Created with Sketch. + + + + + + \ No newline at end of file diff --git a/dtpr_icons/container/hexagon_d_cross.svg b/dtpr_icons/container/hexagon_d_cross.svg new file mode 100644 index 0000000..22c25c4 --- /dev/null +++ b/dtpr_icons/container/hexagon_d_cross.svg @@ -0,0 +1,13 @@ + + + + dtpr_icons / container / hexagon_d_cross + Created with Sketch. + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/container/hexagon_h_cross.svg b/dtpr_icons/container/hexagon_h_cross.svg new file mode 100644 index 0000000..1ec20e9 --- /dev/null +++ b/dtpr_icons/container/hexagon_h_cross.svg @@ -0,0 +1,15 @@ + + + + dtpr_icons / container / hexagon_h_cross + Created with Sketch. + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/container/square.svg b/dtpr_icons/container/square.svg new file mode 100644 index 0000000..a80a463 --- /dev/null +++ b/dtpr_icons/container/square.svg @@ -0,0 +1,9 @@ + + + + dtpr_icons / container / square + Created with Sketch. + + + + \ No newline at end of file diff --git a/dtpr_icons/container/square_d_cross.svg b/dtpr_icons/container/square_d_cross.svg new file mode 100644 index 0000000..7459c0e --- /dev/null +++ b/dtpr_icons/container/square_d_cross.svg @@ -0,0 +1,11 @@ + + + + dtpr_icons / container / square_d_cross + Created with Sketch. + + + + + + \ No newline at end of file diff --git a/dtpr_icons/container/square_h_cross.svg b/dtpr_icons/container/square_h_cross.svg new file mode 100644 index 0000000..2b812c1 --- /dev/null +++ b/dtpr_icons/container/square_h_cross.svg @@ -0,0 +1,13 @@ + + + + dtpr_icons / container / square_h_cross + Created with Sketch. + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/container/white/circle.svg b/dtpr_icons/container/white/circle.svg new file mode 100644 index 0000000..cfcff04 --- /dev/null +++ b/dtpr_icons/container/white/circle.svg @@ -0,0 +1,9 @@ + + + + dtpr_icons / container / white / circle + Created with Sketch. + + + + \ No newline at end of file diff --git a/dtpr_icons/container/white/hexagon.svg b/dtpr_icons/container/white/hexagon.svg new file mode 100644 index 0000000..cacf06b --- /dev/null +++ b/dtpr_icons/container/white/hexagon.svg @@ -0,0 +1,11 @@ + + + + dtpr_icons / container / white / hexagon + Created with Sketch. + + + + + + \ No newline at end of file diff --git a/dtpr_icons/container/white/square.svg b/dtpr_icons/container/white/square.svg new file mode 100644 index 0000000..186ca49 --- /dev/null +++ b/dtpr_icons/container/white/square.svg @@ -0,0 +1,9 @@ + + + + dtpr_icons / container / white / square + Created with Sketch. + + + + \ No newline at end of file diff --git a/dtpr_icons/container/yellow/circle.svg b/dtpr_icons/container/yellow/circle.svg new file mode 100644 index 0000000..3654d6f --- /dev/null +++ b/dtpr_icons/container/yellow/circle.svg @@ -0,0 +1,9 @@ + + + + dtpr_icons / container / yellow / circle + Created with Sketch. + + + + \ No newline at end of file diff --git a/dtpr_icons/container/yellow/hexagon.svg b/dtpr_icons/container/yellow/hexagon.svg new file mode 100644 index 0000000..b942594 --- /dev/null +++ b/dtpr_icons/container/yellow/hexagon.svg @@ -0,0 +1,11 @@ + + + + dtpr_icons / container / yellow / hexagon + Created with Sketch. + + + + + + \ No newline at end of file diff --git a/dtpr_icons/container/yellow/square.svg b/dtpr_icons/container/yellow/square.svg new file mode 100644 index 0000000..2a6e069 --- /dev/null +++ b/dtpr_icons/container/yellow/square.svg @@ -0,0 +1,9 @@ + + + + dtpr_icons / container / yellow / square + Created with Sketch. + + + + \ No newline at end of file diff --git a/dtpr_icons/data/binary.svg b/dtpr_icons/data/binary.svg new file mode 100644 index 0000000..6b0d97b --- /dev/null +++ b/dtpr_icons/data/binary.svg @@ -0,0 +1,21 @@ + + + + dtpr_icons / data / binary + Created with Sketch. + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/data/boolean.svg b/dtpr_icons/data/boolean.svg new file mode 100644 index 0000000..b04e1aa --- /dev/null +++ b/dtpr_icons/data/boolean.svg @@ -0,0 +1,17 @@ + + + + dtpr_icons / data / boolean + Created with Sketch. + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/data/pixels.svg b/dtpr_icons/data/pixels.svg new file mode 100644 index 0000000..e2730da --- /dev/null +++ b/dtpr_icons/data/pixels.svg @@ -0,0 +1,23 @@ + + + + dtpr_icons / data / pixels + Created with Sketch. + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/data/spatial.svg b/dtpr_icons/data/spatial.svg new file mode 100644 index 0000000..4214c55 --- /dev/null +++ b/dtpr_icons/data/spatial.svg @@ -0,0 +1,14 @@ + + + + dtpr_icons / data / spatial + Created with Sketch. + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/data/table.svg b/dtpr_icons/data/table.svg new file mode 100644 index 0000000..d73a397 --- /dev/null +++ b/dtpr_icons/data/table.svg @@ -0,0 +1,23 @@ + + + + dtpr_icons / data / table + Created with Sketch. + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/data/values.svg b/dtpr_icons/data/values.svg new file mode 100644 index 0000000..367e8f5 --- /dev/null +++ b/dtpr_icons/data/values.svg @@ -0,0 +1,14 @@ + + + + dtpr_icons / data / values + Created with Sketch. + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/process/aggregate.svg b/dtpr_icons/process/aggregate.svg new file mode 100644 index 0000000..a90ea55 --- /dev/null +++ b/dtpr_icons/process/aggregate.svg @@ -0,0 +1,27 @@ + + + + dtpr_icons / process / aggregate + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/process/aggregated.svg b/dtpr_icons/process/aggregated.svg new file mode 100644 index 0000000..9956fac --- /dev/null +++ b/dtpr_icons/process/aggregated.svg @@ -0,0 +1,27 @@ + + + + dtpr_icons / process / aggregated + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/process/ai.svg b/dtpr_icons/process/ai.svg new file mode 100644 index 0000000..fad01aa --- /dev/null +++ b/dtpr_icons/process/ai.svg @@ -0,0 +1,19 @@ + + + + dtpr_icons / process / ai + Created with Sketch. + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/process/deidentified.svg b/dtpr_icons/process/deidentified.svg new file mode 100644 index 0000000..34ba26f --- /dev/null +++ b/dtpr_icons/process/deidentified.svg @@ -0,0 +1,25 @@ + + + + dtpr_icons / process / deidentified + Created with Sketch. + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/process/encrypted.svg b/dtpr_icons/process/encrypted.svg new file mode 100644 index 0000000..2cf125f --- /dev/null +++ b/dtpr_icons/process/encrypted.svg @@ -0,0 +1,14 @@ + + + + dtpr_icons / process / encrypted + Created with Sketch. + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/process/raw.svg b/dtpr_icons/process/raw.svg new file mode 100644 index 0000000..7d8b20e --- /dev/null +++ b/dtpr_icons/process/raw.svg @@ -0,0 +1,36 @@ + + + + dtpr_icons / process / raw + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/process/rdua.svg b/dtpr_icons/process/rdua.svg new file mode 100644 index 0000000..85b17b3 --- /dev/null +++ b/dtpr_icons/process/rdua.svg @@ -0,0 +1,19 @@ + + + + dtpr_icons / process / rdua + Created with Sketch. + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/process/regulated.svg b/dtpr_icons/process/regulated.svg new file mode 100644 index 0000000..cf511ae --- /dev/null +++ b/dtpr_icons/process/regulated.svg @@ -0,0 +1,22 @@ + + + + dtpr_icons / process / regulated + Created with Sketch. + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/accessibility.svg b/dtpr_icons/purpose/accessibility.svg new file mode 100644 index 0000000..0fc73bd --- /dev/null +++ b/dtpr_icons/purpose/accessibility.svg @@ -0,0 +1,21 @@ + + + + dtpr_icons / purpose / accessibility + Created with Sketch. + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/agency.svg b/dtpr_icons/purpose/agency.svg new file mode 100644 index 0000000..eae0ce8 --- /dev/null +++ b/dtpr_icons/purpose/agency.svg @@ -0,0 +1,36 @@ + + + + dtpr_icons / purpose / agency + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/arts.svg b/dtpr_icons/purpose/arts.svg new file mode 100644 index 0000000..ba3cbca --- /dev/null +++ b/dtpr_icons/purpose/arts.svg @@ -0,0 +1,26 @@ + + + + dtpr_icons / purpose / arts + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/ecology.svg b/dtpr_icons/purpose/ecology.svg new file mode 100644 index 0000000..7d9eb8c --- /dev/null +++ b/dtpr_icons/purpose/ecology.svg @@ -0,0 +1,26 @@ + + + + dtpr_icons / purpose / ecology + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/emergency.svg b/dtpr_icons/purpose/emergency.svg new file mode 100644 index 0000000..a43fba5 --- /dev/null +++ b/dtpr_icons/purpose/emergency.svg @@ -0,0 +1,17 @@ + + + + dtpr_icons / purpose / emergency + Created with Sketch. + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/energy.svg b/dtpr_icons/purpose/energy.svg new file mode 100644 index 0000000..4269ac1 --- /dev/null +++ b/dtpr_icons/purpose/energy.svg @@ -0,0 +1,26 @@ + + + + dtpr_icons / purpose / energy + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/enforcement.svg b/dtpr_icons/purpose/enforcement.svg new file mode 100644 index 0000000..3ff8679 --- /dev/null +++ b/dtpr_icons/purpose/enforcement.svg @@ -0,0 +1,38 @@ + + + + dtpr_icons / purpose / enforcement + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/entry.svg b/dtpr_icons/purpose/entry.svg new file mode 100644 index 0000000..2287ae0 --- /dev/null +++ b/dtpr_icons/purpose/entry.svg @@ -0,0 +1,26 @@ + + + + dtpr_icons / purpose / entry + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/health.svg b/dtpr_icons/purpose/health.svg new file mode 100644 index 0000000..2d8c9bb --- /dev/null +++ b/dtpr_icons/purpose/health.svg @@ -0,0 +1,26 @@ + + + + dtpr_icons / purpose / health + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/ic_black/accessibility.svg b/dtpr_icons/purpose/ic_black/accessibility.svg new file mode 100644 index 0000000..7a06757 --- /dev/null +++ b/dtpr_icons/purpose/ic_black/accessibility.svg @@ -0,0 +1,14 @@ + + + + dtpr_icons / purpose / ic_black / accessibility + Created with Sketch. + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/ic_black/agency.svg b/dtpr_icons/purpose/ic_black/agency.svg new file mode 100644 index 0000000..8e00571 --- /dev/null +++ b/dtpr_icons/purpose/ic_black/agency.svg @@ -0,0 +1,29 @@ + + + + dtpr_icons / purpose / ic_black / agency + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/ic_black/arts.svg b/dtpr_icons/purpose/ic_black/arts.svg new file mode 100644 index 0000000..0b24759 --- /dev/null +++ b/dtpr_icons/purpose/ic_black/arts.svg @@ -0,0 +1,19 @@ + + + + dtpr_icons / purpose / ic_black / arts + Created with Sketch. + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/ic_black/ecology.svg b/dtpr_icons/purpose/ic_black/ecology.svg new file mode 100644 index 0000000..7ef2385 --- /dev/null +++ b/dtpr_icons/purpose/ic_black/ecology.svg @@ -0,0 +1,19 @@ + + + + dtpr_icons / purpose / ic_black / ecology + Created with Sketch. + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/ic_black/emergency.svg b/dtpr_icons/purpose/ic_black/emergency.svg new file mode 100644 index 0000000..399aada --- /dev/null +++ b/dtpr_icons/purpose/ic_black/emergency.svg @@ -0,0 +1,10 @@ + + + + dtpr_icons / purpose / ic_black / emergency + Created with Sketch. + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/ic_black/energy.svg b/dtpr_icons/purpose/ic_black/energy.svg new file mode 100644 index 0000000..f342907 --- /dev/null +++ b/dtpr_icons/purpose/ic_black/energy.svg @@ -0,0 +1,19 @@ + + + + dtpr_icons / purpose / ic_black / energy + Created with Sketch. + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/ic_black/enforcement.svg b/dtpr_icons/purpose/ic_black/enforcement.svg new file mode 100644 index 0000000..7c41ff9 --- /dev/null +++ b/dtpr_icons/purpose/ic_black/enforcement.svg @@ -0,0 +1,31 @@ + + + + dtpr_icons / purpose / ic_black / enforcement + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/ic_black/entry.svg b/dtpr_icons/purpose/ic_black/entry.svg new file mode 100644 index 0000000..10f88b1 --- /dev/null +++ b/dtpr_icons/purpose/ic_black/entry.svg @@ -0,0 +1,19 @@ + + + + dtpr_icons / purpose / ic_black / entry + Created with Sketch. + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/ic_black/health.svg b/dtpr_icons/purpose/ic_black/health.svg new file mode 100644 index 0000000..dfd8435 --- /dev/null +++ b/dtpr_icons/purpose/ic_black/health.svg @@ -0,0 +1,19 @@ + + + + dtpr_icons / purpose / ic_black / health + Created with Sketch. + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/ic_black/inform.svg b/dtpr_icons/purpose/ic_black/inform.svg new file mode 100644 index 0000000..f24dab9 --- /dev/null +++ b/dtpr_icons/purpose/ic_black/inform.svg @@ -0,0 +1,10 @@ + + + + dtpr_icons / purpose / ic_black / inform + Created with Sketch. + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/ic_black/mobility.svg b/dtpr_icons/purpose/ic_black/mobility.svg new file mode 100644 index 0000000..8cb3c16 --- /dev/null +++ b/dtpr_icons/purpose/ic_black/mobility.svg @@ -0,0 +1,19 @@ + + + + dtpr_icons / purpose / ic_black / mobility + Created with Sketch. + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/ic_black/planning.svg b/dtpr_icons/purpose/ic_black/planning.svg new file mode 100644 index 0000000..245354b --- /dev/null +++ b/dtpr_icons/purpose/ic_black/planning.svg @@ -0,0 +1,30 @@ + + + + dtpr_icons / purpose / ic_black / planning + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/ic_black/research.svg b/dtpr_icons/purpose/ic_black/research.svg new file mode 100644 index 0000000..73397f2 --- /dev/null +++ b/dtpr_icons/purpose/ic_black/research.svg @@ -0,0 +1,19 @@ + + + + dtpr_icons / purpose / ic_black / research + Created with Sketch. + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/ic_black/security.svg b/dtpr_icons/purpose/ic_black/security.svg new file mode 100644 index 0000000..27ab4d6 --- /dev/null +++ b/dtpr_icons/purpose/ic_black/security.svg @@ -0,0 +1,19 @@ + + + + dtpr_icons / purpose / ic_black / security + Created with Sketch. + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/ic_black/toggle.svg b/dtpr_icons/purpose/ic_black/toggle.svg new file mode 100644 index 0000000..5a06eff --- /dev/null +++ b/dtpr_icons/purpose/ic_black/toggle.svg @@ -0,0 +1,19 @@ + + + + dtpr_icons / purpose / ic_black / toggle + Created with Sketch. + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/ic_black/waste.svg b/dtpr_icons/purpose/ic_black/waste.svg new file mode 100644 index 0000000..1d1ca81 --- /dev/null +++ b/dtpr_icons/purpose/ic_black/waste.svg @@ -0,0 +1,22 @@ + + + + dtpr_icons / purpose / ic_black / waste + Created with Sketch. + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/ic_black/water.svg b/dtpr_icons/purpose/ic_black/water.svg new file mode 100644 index 0000000..9a3fe2c --- /dev/null +++ b/dtpr_icons/purpose/ic_black/water.svg @@ -0,0 +1,19 @@ + + + + dtpr_icons / purpose / ic_black / water + Created with Sketch. + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/ic_white/accessibility.svg b/dtpr_icons/purpose/ic_white/accessibility.svg new file mode 100644 index 0000000..d4ffaac --- /dev/null +++ b/dtpr_icons/purpose/ic_white/accessibility.svg @@ -0,0 +1,14 @@ + + + + dtpr_icons / purpose / ic_white / accessibility + Created with Sketch. + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/ic_white/agency.svg b/dtpr_icons/purpose/ic_white/agency.svg new file mode 100644 index 0000000..c517b0e --- /dev/null +++ b/dtpr_icons/purpose/ic_white/agency.svg @@ -0,0 +1,29 @@ + + + + dtpr_icons / purpose / ic_white / agency + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/ic_white/arts.svg b/dtpr_icons/purpose/ic_white/arts.svg new file mode 100644 index 0000000..c87361d --- /dev/null +++ b/dtpr_icons/purpose/ic_white/arts.svg @@ -0,0 +1,19 @@ + + + + dtpr_icons / purpose / ic_white / arts + Created with Sketch. + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/ic_white/ecology.svg b/dtpr_icons/purpose/ic_white/ecology.svg new file mode 100644 index 0000000..8dc7d6b --- /dev/null +++ b/dtpr_icons/purpose/ic_white/ecology.svg @@ -0,0 +1,19 @@ + + + + dtpr_icons / purpose / ic_white / ecology + Created with Sketch. + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/ic_white/emergency.svg b/dtpr_icons/purpose/ic_white/emergency.svg new file mode 100644 index 0000000..1192682 --- /dev/null +++ b/dtpr_icons/purpose/ic_white/emergency.svg @@ -0,0 +1,10 @@ + + + + dtpr_icons / purpose / ic_white / emergency + Created with Sketch. + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/ic_white/energy.svg b/dtpr_icons/purpose/ic_white/energy.svg new file mode 100644 index 0000000..37e7692 --- /dev/null +++ b/dtpr_icons/purpose/ic_white/energy.svg @@ -0,0 +1,19 @@ + + + + dtpr_icons / purpose / ic_white / energy + Created with Sketch. + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/ic_white/enforcement.svg b/dtpr_icons/purpose/ic_white/enforcement.svg new file mode 100644 index 0000000..4ee52b6 --- /dev/null +++ b/dtpr_icons/purpose/ic_white/enforcement.svg @@ -0,0 +1,31 @@ + + + + dtpr_icons / purpose / ic_white / enforcement + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/ic_white/entry.svg b/dtpr_icons/purpose/ic_white/entry.svg new file mode 100644 index 0000000..a8e6368 --- /dev/null +++ b/dtpr_icons/purpose/ic_white/entry.svg @@ -0,0 +1,19 @@ + + + + dtpr_icons / purpose / ic_white / entry + Created with Sketch. + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/ic_white/health.svg b/dtpr_icons/purpose/ic_white/health.svg new file mode 100644 index 0000000..0a9d39a --- /dev/null +++ b/dtpr_icons/purpose/ic_white/health.svg @@ -0,0 +1,19 @@ + + + + dtpr_icons / purpose / ic_white / health + Created with Sketch. + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/ic_white/inform.svg b/dtpr_icons/purpose/ic_white/inform.svg new file mode 100644 index 0000000..2188101 --- /dev/null +++ b/dtpr_icons/purpose/ic_white/inform.svg @@ -0,0 +1,10 @@ + + + + dtpr_icons / purpose / ic_white / inform + Created with Sketch. + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/ic_white/mobility.svg b/dtpr_icons/purpose/ic_white/mobility.svg new file mode 100644 index 0000000..c82d076 --- /dev/null +++ b/dtpr_icons/purpose/ic_white/mobility.svg @@ -0,0 +1,19 @@ + + + + dtpr_icons / purpose / ic_white / mobility + Created with Sketch. + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/ic_white/planning.svg b/dtpr_icons/purpose/ic_white/planning.svg new file mode 100644 index 0000000..3cc2b2c --- /dev/null +++ b/dtpr_icons/purpose/ic_white/planning.svg @@ -0,0 +1,30 @@ + + + + dtpr_icons / purpose / ic_white / planning + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/ic_white/research.svg b/dtpr_icons/purpose/ic_white/research.svg new file mode 100644 index 0000000..4bc6caa --- /dev/null +++ b/dtpr_icons/purpose/ic_white/research.svg @@ -0,0 +1,19 @@ + + + + dtpr_icons / purpose / ic_white / research + Created with Sketch. + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/ic_white/security.svg b/dtpr_icons/purpose/ic_white/security.svg new file mode 100644 index 0000000..ac8a63a --- /dev/null +++ b/dtpr_icons/purpose/ic_white/security.svg @@ -0,0 +1,19 @@ + + + + dtpr_icons / purpose / ic_white / security + Created with Sketch. + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/ic_white/toggle.svg b/dtpr_icons/purpose/ic_white/toggle.svg new file mode 100644 index 0000000..4019f65 --- /dev/null +++ b/dtpr_icons/purpose/ic_white/toggle.svg @@ -0,0 +1,19 @@ + + + + dtpr_icons / purpose / ic_white / toggle + Created with Sketch. + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/ic_white/waste.svg b/dtpr_icons/purpose/ic_white/waste.svg new file mode 100644 index 0000000..bf8c4b2 --- /dev/null +++ b/dtpr_icons/purpose/ic_white/waste.svg @@ -0,0 +1,22 @@ + + + + dtpr_icons / purpose / ic_white / waste + Created with Sketch. + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/ic_white/water.svg b/dtpr_icons/purpose/ic_white/water.svg new file mode 100644 index 0000000..099502e --- /dev/null +++ b/dtpr_icons/purpose/ic_white/water.svg @@ -0,0 +1,19 @@ + + + + dtpr_icons / purpose / ic_white / water + Created with Sketch. + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/inform.svg b/dtpr_icons/purpose/inform.svg new file mode 100644 index 0000000..1e5feb6 --- /dev/null +++ b/dtpr_icons/purpose/inform.svg @@ -0,0 +1,17 @@ + + + + dtpr_icons / purpose / inform + Created with Sketch. + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/mobility.svg b/dtpr_icons/purpose/mobility.svg new file mode 100644 index 0000000..371b2c8 --- /dev/null +++ b/dtpr_icons/purpose/mobility.svg @@ -0,0 +1,26 @@ + + + + dtpr_icons / purpose / mobility + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/planning.svg b/dtpr_icons/purpose/planning.svg new file mode 100644 index 0000000..9f71d3b --- /dev/null +++ b/dtpr_icons/purpose/planning.svg @@ -0,0 +1,37 @@ + + + + dtpr_icons / purpose / planning + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/research.svg b/dtpr_icons/purpose/research.svg new file mode 100644 index 0000000..a7d1263 --- /dev/null +++ b/dtpr_icons/purpose/research.svg @@ -0,0 +1,26 @@ + + + + dtpr_icons / purpose / research + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/security.svg b/dtpr_icons/purpose/security.svg new file mode 100644 index 0000000..167c633 --- /dev/null +++ b/dtpr_icons/purpose/security.svg @@ -0,0 +1,26 @@ + + + + dtpr_icons / purpose / security + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/toggle.svg b/dtpr_icons/purpose/toggle.svg new file mode 100644 index 0000000..caf2301 --- /dev/null +++ b/dtpr_icons/purpose/toggle.svg @@ -0,0 +1,26 @@ + + + + dtpr_icons / purpose / toggle + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/waste.svg b/dtpr_icons/purpose/waste.svg new file mode 100644 index 0000000..ff5e9d4 --- /dev/null +++ b/dtpr_icons/purpose/waste.svg @@ -0,0 +1,29 @@ + + + + dtpr_icons / purpose / waste + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/water.svg b/dtpr_icons/purpose/water.svg new file mode 100644 index 0000000..57dd137 --- /dev/null +++ b/dtpr_icons/purpose/water.svg @@ -0,0 +1,26 @@ + + + + dtpr_icons / purpose / water + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/white/accessibility.svg b/dtpr_icons/purpose/white/accessibility.svg new file mode 100644 index 0000000..fa3b18c --- /dev/null +++ b/dtpr_icons/purpose/white/accessibility.svg @@ -0,0 +1,21 @@ + + + + dtpr_icons / purpose / white / accessibility + Created with Sketch. + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/white/agency.svg b/dtpr_icons/purpose/white/agency.svg new file mode 100644 index 0000000..a88d8b0 --- /dev/null +++ b/dtpr_icons/purpose/white/agency.svg @@ -0,0 +1,36 @@ + + + + dtpr_icons / purpose / white / agency + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/white/arts.svg b/dtpr_icons/purpose/white/arts.svg new file mode 100644 index 0000000..9eaa69d --- /dev/null +++ b/dtpr_icons/purpose/white/arts.svg @@ -0,0 +1,26 @@ + + + + dtpr_icons / purpose / white / arts + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/white/ecology.svg b/dtpr_icons/purpose/white/ecology.svg new file mode 100644 index 0000000..ab4ebde --- /dev/null +++ b/dtpr_icons/purpose/white/ecology.svg @@ -0,0 +1,26 @@ + + + + dtpr_icons / purpose / white / ecology + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/white/emergency.svg b/dtpr_icons/purpose/white/emergency.svg new file mode 100644 index 0000000..de9e966 --- /dev/null +++ b/dtpr_icons/purpose/white/emergency.svg @@ -0,0 +1,22 @@ + + + + dtpr_icons / purpose / white / emergency + Created with Sketch. + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/white/energy.svg b/dtpr_icons/purpose/white/energy.svg new file mode 100644 index 0000000..70d4167 --- /dev/null +++ b/dtpr_icons/purpose/white/energy.svg @@ -0,0 +1,26 @@ + + + + dtpr_icons / purpose / white / energy + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/white/enforcement.svg b/dtpr_icons/purpose/white/enforcement.svg new file mode 100644 index 0000000..c2d0b41 --- /dev/null +++ b/dtpr_icons/purpose/white/enforcement.svg @@ -0,0 +1,38 @@ + + + + dtpr_icons / purpose / white / enforcement + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/white/entry.svg b/dtpr_icons/purpose/white/entry.svg new file mode 100644 index 0000000..a84e5f5 --- /dev/null +++ b/dtpr_icons/purpose/white/entry.svg @@ -0,0 +1,26 @@ + + + + dtpr_icons / purpose / white / entry + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/white/health.svg b/dtpr_icons/purpose/white/health.svg new file mode 100644 index 0000000..e77ad98 --- /dev/null +++ b/dtpr_icons/purpose/white/health.svg @@ -0,0 +1,26 @@ + + + + dtpr_icons / purpose / white / health + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/white/inform.svg b/dtpr_icons/purpose/white/inform.svg new file mode 100644 index 0000000..43e411e --- /dev/null +++ b/dtpr_icons/purpose/white/inform.svg @@ -0,0 +1,17 @@ + + + + dtpr_icons / purpose / white / inform + Created with Sketch. + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/white/mobility.svg b/dtpr_icons/purpose/white/mobility.svg new file mode 100644 index 0000000..ab034be --- /dev/null +++ b/dtpr_icons/purpose/white/mobility.svg @@ -0,0 +1,26 @@ + + + + dtpr_icons / purpose / white / mobility + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/white/planning.svg b/dtpr_icons/purpose/white/planning.svg new file mode 100644 index 0000000..cf93d10 --- /dev/null +++ b/dtpr_icons/purpose/white/planning.svg @@ -0,0 +1,37 @@ + + + + dtpr_icons / purpose / white / planning + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/white/research.svg b/dtpr_icons/purpose/white/research.svg new file mode 100644 index 0000000..fb46e42 --- /dev/null +++ b/dtpr_icons/purpose/white/research.svg @@ -0,0 +1,26 @@ + + + + dtpr_icons / purpose / white / research + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/white/security.svg b/dtpr_icons/purpose/white/security.svg new file mode 100644 index 0000000..330e370 --- /dev/null +++ b/dtpr_icons/purpose/white/security.svg @@ -0,0 +1,26 @@ + + + + dtpr_icons / purpose / white / security + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/white/toggle.svg b/dtpr_icons/purpose/white/toggle.svg new file mode 100644 index 0000000..9dc7fc5 --- /dev/null +++ b/dtpr_icons/purpose/white/toggle.svg @@ -0,0 +1,26 @@ + + + + dtpr_icons / purpose / white / toggle + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/white/waste.svg b/dtpr_icons/purpose/white/waste.svg new file mode 100644 index 0000000..4b62710 --- /dev/null +++ b/dtpr_icons/purpose/white/waste.svg @@ -0,0 +1,29 @@ + + + + dtpr_icons / purpose / white / waste + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/purpose/white/water.svg b/dtpr_icons/purpose/white/water.svg new file mode 100644 index 0000000..a15ff36 --- /dev/null +++ b/dtpr_icons/purpose/white/water.svg @@ -0,0 +1,26 @@ + + + + dtpr_icons / purpose / white / water + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/retention/no.svg b/dtpr_icons/retention/no.svg new file mode 100644 index 0000000..622044b --- /dev/null +++ b/dtpr_icons/retention/no.svg @@ -0,0 +1,19 @@ + + + + dtpr_icons / retention / no + Created with Sketch. + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/retention/yes.svg b/dtpr_icons/retention/yes.svg new file mode 100644 index 0000000..674b497 --- /dev/null +++ b/dtpr_icons/retention/yes.svg @@ -0,0 +1,17 @@ + + + + dtpr_icons / retention / yes + Created with Sketch. + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/storage/cloud.svg b/dtpr_icons/storage/cloud.svg new file mode 100644 index 0000000..b79ed40 --- /dev/null +++ b/dtpr_icons/storage/cloud.svg @@ -0,0 +1,15 @@ + + + + dtpr_icons / storage / cloud + Created with Sketch. + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/tech/air.svg b/dtpr_icons/tech/air.svg new file mode 100644 index 0000000..1f2bc03 --- /dev/null +++ b/dtpr_icons/tech/air.svg @@ -0,0 +1,23 @@ + + + + dtpr_icons / tech / air + Created with Sketch. + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/tech/biometrics.svg b/dtpr_icons/tech/biometrics.svg new file mode 100644 index 0000000..6cd2864 --- /dev/null +++ b/dtpr_icons/tech/biometrics.svg @@ -0,0 +1,17 @@ + + + + dtpr_icons / tech / biometrics + Created with Sketch. + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/tech/blue/air.svg b/dtpr_icons/tech/blue/air.svg new file mode 100644 index 0000000..59c6ccc --- /dev/null +++ b/dtpr_icons/tech/blue/air.svg @@ -0,0 +1,23 @@ + + + + dtpr_icons / tech / blue / air + Created with Sketch. + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/tech/blue/image.svg b/dtpr_icons/tech/blue/image.svg new file mode 100644 index 0000000..5501d1f --- /dev/null +++ b/dtpr_icons/tech/blue/image.svg @@ -0,0 +1,19 @@ + + + + dtpr_icons / tech / blue / image + Created with Sketch. + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/tech/blue/light.svg b/dtpr_icons/tech/blue/light.svg new file mode 100644 index 0000000..5b74d74 --- /dev/null +++ b/dtpr_icons/tech/blue/light.svg @@ -0,0 +1,31 @@ + + + + dtpr_icons / tech / blue / light + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/tech/blue/sound.svg b/dtpr_icons/tech/blue/sound.svg new file mode 100644 index 0000000..3fcaaff --- /dev/null +++ b/dtpr_icons/tech/blue/sound.svg @@ -0,0 +1,23 @@ + + + + dtpr_icons / tech / blue / sound + Created with Sketch. + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/tech/blue/video.svg b/dtpr_icons/tech/blue/video.svg new file mode 100644 index 0000000..596a7df --- /dev/null +++ b/dtpr_icons/tech/blue/video.svg @@ -0,0 +1,19 @@ + + + + dtpr_icons / tech / blue / video + Created with Sketch. + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/tech/blue/voice.svg b/dtpr_icons/tech/blue/voice.svg new file mode 100644 index 0000000..316d541 --- /dev/null +++ b/dtpr_icons/tech/blue/voice.svg @@ -0,0 +1,18 @@ + + + + dtpr_icons / tech / blue / voice + Created with Sketch. + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/tech/blue/water.svg b/dtpr_icons/tech/blue/water.svg new file mode 100644 index 0000000..76c6df6 --- /dev/null +++ b/dtpr_icons/tech/blue/water.svg @@ -0,0 +1,19 @@ + + + + dtpr_icons / tech / blue / water + Created with Sketch. + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/tech/blue/wave.svg b/dtpr_icons/tech/blue/wave.svg new file mode 100644 index 0000000..d22a1af --- /dev/null +++ b/dtpr_icons/tech/blue/wave.svg @@ -0,0 +1,19 @@ + + + + dtpr_icons / tech / blue / wave + Created with Sketch. + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/tech/ic_black/air.svg b/dtpr_icons/tech/ic_black/air.svg new file mode 100644 index 0000000..8bda836 --- /dev/null +++ b/dtpr_icons/tech/ic_black/air.svg @@ -0,0 +1,16 @@ + + + + dtpr_icons / tech / ic_black / air + Created with Sketch. + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/tech/ic_black/image.svg b/dtpr_icons/tech/ic_black/image.svg new file mode 100644 index 0000000..d51d317 --- /dev/null +++ b/dtpr_icons/tech/ic_black/image.svg @@ -0,0 +1,12 @@ + + + + dtpr_icons / tech / ic_black / image + Created with Sketch. + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/tech/ic_black/light.svg b/dtpr_icons/tech/ic_black/light.svg new file mode 100644 index 0000000..0b17a43 --- /dev/null +++ b/dtpr_icons/tech/ic_black/light.svg @@ -0,0 +1,24 @@ + + + + dtpr_icons / tech / ic_black / light + Created with Sketch. + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/tech/ic_black/sound.svg b/dtpr_icons/tech/ic_black/sound.svg new file mode 100644 index 0000000..37f6e25 --- /dev/null +++ b/dtpr_icons/tech/ic_black/sound.svg @@ -0,0 +1,16 @@ + + + + dtpr_icons / tech / ic_black / sound + Created with Sketch. + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/tech/ic_black/video.svg b/dtpr_icons/tech/ic_black/video.svg new file mode 100644 index 0000000..9efc11e --- /dev/null +++ b/dtpr_icons/tech/ic_black/video.svg @@ -0,0 +1,12 @@ + + + + dtpr_icons / tech / ic_black / video + Created with Sketch. + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/tech/ic_black/voice.svg b/dtpr_icons/tech/ic_black/voice.svg new file mode 100644 index 0000000..6eb2328 --- /dev/null +++ b/dtpr_icons/tech/ic_black/voice.svg @@ -0,0 +1,11 @@ + + + + dtpr_icons / tech / ic_black / voice + Created with Sketch. + + + + + + \ No newline at end of file diff --git a/dtpr_icons/tech/ic_black/water.svg b/dtpr_icons/tech/ic_black/water.svg new file mode 100644 index 0000000..caa5cf2 --- /dev/null +++ b/dtpr_icons/tech/ic_black/water.svg @@ -0,0 +1,12 @@ + + + + dtpr_icons / tech / ic_black / water + Created with Sketch. + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/tech/ic_black/wave.svg b/dtpr_icons/tech/ic_black/wave.svg new file mode 100644 index 0000000..1f76b70 --- /dev/null +++ b/dtpr_icons/tech/ic_black/wave.svg @@ -0,0 +1,12 @@ + + + + dtpr_icons / tech / ic_black / wave + Created with Sketch. + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/tech/image.svg b/dtpr_icons/tech/image.svg new file mode 100644 index 0000000..e9e1cf2 --- /dev/null +++ b/dtpr_icons/tech/image.svg @@ -0,0 +1,19 @@ + + + + dtpr_icons / tech / image + Created with Sketch. + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/tech/light.svg b/dtpr_icons/tech/light.svg new file mode 100644 index 0000000..4b889d0 --- /dev/null +++ b/dtpr_icons/tech/light.svg @@ -0,0 +1,31 @@ + + + + dtpr_icons / tech / light + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/tech/sound.svg b/dtpr_icons/tech/sound.svg new file mode 100644 index 0000000..6779f1c --- /dev/null +++ b/dtpr_icons/tech/sound.svg @@ -0,0 +1,23 @@ + + + + dtpr_icons / tech / sound + Created with Sketch. + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/tech/video.svg b/dtpr_icons/tech/video.svg new file mode 100644 index 0000000..f7bbbac --- /dev/null +++ b/dtpr_icons/tech/video.svg @@ -0,0 +1,19 @@ + + + + dtpr_icons / tech / video + Created with Sketch. + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/tech/voice.svg b/dtpr_icons/tech/voice.svg new file mode 100644 index 0000000..ac74843 --- /dev/null +++ b/dtpr_icons/tech/voice.svg @@ -0,0 +1,18 @@ + + + + dtpr_icons / tech / voice + Created with Sketch. + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/tech/water.svg b/dtpr_icons/tech/water.svg new file mode 100644 index 0000000..1bc0464 --- /dev/null +++ b/dtpr_icons/tech/water.svg @@ -0,0 +1,19 @@ + + + + dtpr_icons / tech / water + Created with Sketch. + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/tech/wave.svg b/dtpr_icons/tech/wave.svg new file mode 100644 index 0000000..2efc880 --- /dev/null +++ b/dtpr_icons/tech/wave.svg @@ -0,0 +1,19 @@ + + + + dtpr_icons / tech / wave + Created with Sketch. + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/tech/yellow/air.svg b/dtpr_icons/tech/yellow/air.svg new file mode 100644 index 0000000..72ba8e7 --- /dev/null +++ b/dtpr_icons/tech/yellow/air.svg @@ -0,0 +1,23 @@ + + + + dtpr_icons / tech / yellow / air + Created with Sketch. + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/tech/yellow/image.svg b/dtpr_icons/tech/yellow/image.svg new file mode 100644 index 0000000..d1eed19 --- /dev/null +++ b/dtpr_icons/tech/yellow/image.svg @@ -0,0 +1,19 @@ + + + + dtpr_icons / tech / yellow / image + Created with Sketch. + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/tech/yellow/light.svg b/dtpr_icons/tech/yellow/light.svg new file mode 100644 index 0000000..f412b1a --- /dev/null +++ b/dtpr_icons/tech/yellow/light.svg @@ -0,0 +1,31 @@ + + + + dtpr_icons / tech / yellow / light + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/tech/yellow/sound.svg b/dtpr_icons/tech/yellow/sound.svg new file mode 100644 index 0000000..fdf2313 --- /dev/null +++ b/dtpr_icons/tech/yellow/sound.svg @@ -0,0 +1,23 @@ + + + + dtpr_icons / tech / yellow / sound + Created with Sketch. + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/tech/yellow/video.svg b/dtpr_icons/tech/yellow/video.svg new file mode 100644 index 0000000..0d6710c --- /dev/null +++ b/dtpr_icons/tech/yellow/video.svg @@ -0,0 +1,19 @@ + + + + dtpr_icons / tech / yellow / video + Created with Sketch. + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/tech/yellow/voice.svg b/dtpr_icons/tech/yellow/voice.svg new file mode 100644 index 0000000..7dd4e6e --- /dev/null +++ b/dtpr_icons/tech/yellow/voice.svg @@ -0,0 +1,18 @@ + + + + dtpr_icons / tech / yellow / voice + Created with Sketch. + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/tech/yellow/water.svg b/dtpr_icons/tech/yellow/water.svg new file mode 100644 index 0000000..0497af0 --- /dev/null +++ b/dtpr_icons/tech/yellow/water.svg @@ -0,0 +1,19 @@ + + + + dtpr_icons / tech / yellow / water + Created with Sketch. + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_icons/tech/yellow/wave.svg b/dtpr_icons/tech/yellow/wave.svg new file mode 100644 index 0000000..271471b --- /dev/null +++ b/dtpr_icons/tech/yellow/wave.svg @@ -0,0 +1,19 @@ + + + + dtpr_icons / tech / yellow / wave + Created with Sketch. + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dtpr_prototype/dtpr_taxonomy.js b/dtpr_prototype/dtpr_taxonomy.js new file mode 100755 index 0000000..77262aa --- /dev/null +++ b/dtpr_prototype/dtpr_taxonomy.js @@ -0,0 +1,3 @@ +var allRecords = {"recF96UiECiyMk6t0":{"Name":"307","Headline":"307 Lake Shore Blvd East","Description":"307 is the central office and \nexperimental workspace for Sidewalk Labs in Toronto. This is where we work every day, exploring many of the ideas that might become part of a future neighbourhood.\n\nFundamental to our process is co-creation. This means making the ideas we’re exploring accessible to everyone, creating a venue for new ideas from the community to emerge, and workshopping ideas together. We believe this open process will help create a much better neighbourhood — a place that is inclusive and can become a beacon for people-centred urban innovation. [More information here.](https://sidewalktoronto.ca/get-involved/307-landing/)","Technologies":["recbAeqVohzghEEik","recy3FWRF3Tzv9WgI","recUQ7Wz9iuRygM5H","recGwg0uwLtbBXYKn","recq9jrZscH3kp4nt","rec7TlKtf6bBHLR9Q","recy6Bgiv3yAtKy4w","rectUkfDliWlZqKn2","recXxbPXMPjlPZdYK","recLZNgvRWCyJWKil"],"TaxonomyTable":"Places","id":"recF96UiECiyMk6t0"},"recbAeqVohzghEEik":{"Headline":"Infrared sensors detect motion to measure occupancy","Phone number":"555-555-5555","Technology Type":["recKgz9hI3NLy9pdO"],"Place":["recF96UiECiyMk6t0"],"Access":["recixrCNBYlYbwPCX","recDaZuBYk73Kc4Cf","reci1HsppmuByoZcp"],"Storage":["recmwL36TwS7QunV6","receBDzecPLLtWX5x","recBeQ1dGs95akIoX"],"Onsite staff":"Yes","Data Process":["recE7mLNb2gmv2CuC","recB4IJLGC35gVPpW","recjLd4pIIMQaNcot"],"Description":"Infrared occupancy sensors measure the number of people who are in a given temperature control zone in a building, in order to adjust the thermostat. This is part of a pilot to use occupancy, thermostat, comfort and weather data to determine ways to reduce energy, an aspect of our climate goals.","Data Type":["recayvgBssg0Gb1KS","recTFoeo30tBSDH1I"],"Name":"Infrared Motion Sensor","Email address":"dtpr-hello@sidewalklabs.com","Accountability":["recFFo7YEqGz2EWLh"],"Purpose":["recmJUrdMfDggeqhD"],"TaxonomyTable":"Instances","id":"recbAeqVohzghEEik"},"recy3FWRF3Tzv9WgI":{"Headline":"Security cameras are in use in this area.","Phone number":"555-555-5555","Technology Type":["recjMTQAgsbEOBL3Y"],"Place":["recF96UiECiyMk6t0"],"Access":["recixrCNBYlYbwPCX","reci1HsppmuByoZcp","recDaZuBYk73Kc4Cf"],"Storage":["reccTmXOiW4Ji428H","recBeQ1dGs95akIoX"],"Onsite staff":"Yes","Data Process":["recE7mLNb2gmv2CuC","recYiKjpLdjYxxFMt"],"Description":"Video recording is used on these premises for security reasons, and only reviewed in the case of an event. If you have any questions contact privacy@sidewalklabs.com","Data Type":["recayvgBssg0Gb1KS","rec7ZrXrkubsdUWr5"],"Name":"Security Camera","Email address":"dtpr-hello@sidewalklabs.com","Accountability":["recFFo7YEqGz2EWLh"],"Purpose":["recECDDNeQUnMydqS"],"TaxonomyTable":"Instances","id":"recy3FWRF3Tzv9WgI"},"recUQ7Wz9iuRygM5H":{"Headline":"Computer vision sensor assesses mobility patterns","Phone number":"555-555-5555","Technology Type":["reciL3ObprzjSJ21a"],"Place":["recF96UiECiyMk6t0"],"Access":["recixrCNBYlYbwPCX","rec8HSQjhedZg8sG9","recECqvyXj99ZyF5G","recDaZuBYk73Kc4Cf"],"Storage":["recBeQ1dGs95akIoX","recWUYHXZxCrAcv2k","receBDzecPLLtWX5x","recuhyC6FHVtdnhoM"],"Onsite staff":"Yes","Data Process":["recE7mLNb2gmv2CuC","recB4IJLGC35gVPpW","recjLd4pIIMQaNcot","recYiKjpLdjYxxFMt"],"Description":"De-identified data for planning and research purposes is collected in this area for Sidewalk Labs to measure how visitors move around and engage with our exhibits and prototypes inside 307. ","Data Type":["recayvgBssg0Gb1KS","rec7ZrXrkubsdUWr5","reczKBiIjttJheiKB","recTFoeo30tBSDH1I"],"Name":"Numina Sensor","Pano360":[{"id":"att1kAvmZtxp7XhOD","url":"https://dl.airtable.com/.attachments/05d4bd60a1a2ab989eeccfba0269fc0e/6f7590fe/307_numina.jpg","filename":"307_numina.jpg","size":6752245,"type":"image/jpeg","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/67320471890ecb50ccc15af013ffc83e/65f2f89e","width":72,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/9d472d32fc4ef53bfb27f81289f717e6/6a23096a","width":1024,"height":512},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/8aac55c6439581c9d8b21e2fe5e7ef1f/0294da5a","width":3000,"height":3000}}}],"Email address":"dtpr-hello@sidewalklabs.com","Accountability":["recFFo7YEqGz2EWLh"],"Purpose":["recRZfgDZOFHg9pBo"],"TaxonomyTable":"Instances","id":"recUQ7Wz9iuRygM5H"},"recGwg0uwLtbBXYKn":{"Headline":"The temperature of this space is monitored","Phone number":"555-555-5555","Technology Type":["recuE3ysN2PW1ahuN"],"Place":["recF96UiECiyMk6t0"],"Access":["recixrCNBYlYbwPCX","recDaZuBYk73Kc4Cf"],"Storage":["recmwL36TwS7QunV6","receBDzecPLLtWX5x","recBeQ1dGs95akIoX"],"Onsite staff":"Yes","Data Process":["recE7mLNb2gmv2CuC","recnbbw6eB11DqIfb"],"Description":"Air temperature is monitored as part of a pilot to use occupancy, thermostat, comfort and weather data to determine ways to reduce energy, an aspect of our climate goals. ","Data Type":["recayvgBssg0Gb1KS"],"Name":"Temperature Sensor","Email address":"dtpr-hello@sidewalklabs.com","Accountability":["recFFo7YEqGz2EWLh"],"Purpose":["recmJUrdMfDggeqhD"],"TaxonomyTable":"Instances","id":"recGwg0uwLtbBXYKn"},"recq9jrZscH3kp4nt":{"Headline":"Infrared depth sensors measure the occupancy of the space","Phone number":"555-555-5555","Technology Type":["recPHXtcX27xl3pvh"],"Place":["recF96UiECiyMk6t0"],"Access":["recixrCNBYlYbwPCX","reci1HsppmuByoZcp","recDaZuBYk73Kc4Cf"],"Storage":["recmwL36TwS7QunV6","recBeQ1dGs95akIoX","receBDzecPLLtWX5x"],"Onsite staff":"Yes","Data Process":["recE7mLNb2gmv2CuC","recB4IJLGC35gVPpW","recjLd4pIIMQaNcot","recEdoqUSet2KTxuf"],"Description":"Infrared depth sensors installed over doorways calculate the number of people who are in a given temperature control zone in a building, in order to adjust the thermostat. This is part of a pilot to use occupancy, thermostat, comfort and weather data to determine ways to reduce energy, an aspect of our climate goals.","Data Type":["recayvgBssg0Gb1KS","rec7ZrXrkubsdUWr5"],"Name":"Infrared Depth Sensors","Email address":"dtpr-hello@sidewalklabs.com","Accountability":["recFFo7YEqGz2EWLh"],"Purpose":["recmJUrdMfDggeqhD"],"TaxonomyTable":"Instances","id":"recq9jrZscH3kp4nt"},"rec7TlKtf6bBHLR9Q":{"Headline":"Smoke detectors monitor for signs of smoke ","Phone number":"555-555-5555","Technology Type":["recaKfc3j3xvwtWlC"],"Place":["recF96UiECiyMk6t0"],"Access":["recHQ1zgyRpz4dpB7"],"Storage":["recLXL6RbCrrKSdg2"],"Onsite staff":"Yes","Data Process":["recnbbw6eB11DqIfb"],"Description":"Smoke detectors are used to reduce the risk of damage or injury that can result from a fire. They provide early warnings either visually or audibly, of the presence of indicators of fire, such as smoke or carbon monoxide.","Data Type":["recayvgBssg0Gb1KS","rec7ZrXrkubsdUWr5"],"Name":"Smoke Detector","Email address":"dtpr-hello@sidewalklabs.com","Accountability":["recFFo7YEqGz2EWLh"],"Purpose":["recZgceLPkYJCZpsd","recECDDNeQUnMydqS"],"TaxonomyTable":"Instances","id":"rec7TlKtf6bBHLR9Q"},"recy6Bgiv3yAtKy4w":{"Headline":"The temperature of this space is controlled","Phone number":"555-555-5555","Technology Type":["recuE3ysN2PW1ahuN"],"Place":["recF96UiECiyMk6t0"],"Access":["recixrCNBYlYbwPCX","reci1HsppmuByoZcp"],"Storage":["receBDzecPLLtWX5x","recmwL36TwS7QunV6","recBeQ1dGs95akIoX"],"Onsite staff":"Yes","Data Process":["recE7mLNb2gmv2CuC","recnbbw6eB11DqIfb"],"Description":"The thermostat senses the temperature of the area and makes adjustments in order to keep the conditions near the desired setting for the area. This is part of a pilot to use occupancy, thermostat, comfort and weather data to determine ways to reduce energy, an aspect of our climate goals\n","Data Type":["recayvgBssg0Gb1KS"],"Name":"Thermostat","Email address":"dtpr-hello@sidewalklabs.com","Accountability":["recFFo7YEqGz2EWLh"],"Purpose":["recmJUrdMfDggeqhD"],"TaxonomyTable":"Instances","id":"recy6Bgiv3yAtKy4w"},"rectUkfDliWlZqKn2":{"Headline":"Motion is sensed and turns the lights on","Phone number":"555-555-5555","Technology Type":["recKgz9hI3NLy9pdO"],"Place":["recF96UiECiyMk6t0"],"Storage":["rec7XCOACfduK9r1K"],"Onsite staff":"Yes","Data Process":["recnbbw6eB11DqIfb"],"Description":"The light switch is equipped with a passive infrared sensor which turns on the lights when motion is detected\n","Data Type":["rec6Oi01BQBeSAwrO"],"Name":"Light Switches","Email address":"dtpr-hello@sidewalklabs.com","Accountability":["recFFo7YEqGz2EWLh"],"Purpose":["recG2W9ln7lzTyO7N","recmJUrdMfDggeqhD"],"TaxonomyTable":"Instances","id":"rectUkfDliWlZqKn2"},"recXxbPXMPjlPZdYK":{"Headline":"A proximity sensors turns the faucet on and off","Phone number":"555-555-5555","Technology Type":["recKgz9hI3NLy9pdO"],"Place":["recF96UiECiyMk6t0"],"Storage":["rec7XCOACfduK9r1K"],"Onsite staff":"Yes","Data Process":["recnbbw6eB11DqIfb"],"Description":"The faucet is equipped with an infrared proximity sensor that detects when hands are brought near the faucet and turns the faucet on.","Data Type":["rec6Oi01BQBeSAwrO"],"Name":"Faucet Switches","Email address":"dtpr-hello@sidewalklabs.com","Accountability":["recFFo7YEqGz2EWLh"],"Purpose":["recviXbIfmadT3VOa","recG2W9ln7lzTyO7N"],"TaxonomyTable":"Instances","id":"recXxbPXMPjlPZdYK"},"recLZNgvRWCyJWKil":{"Headline":"A keyless entry system provides access to 307","Phone number":"555-555-5555","Technology Type":["rec0iC9Cs5bkmD1pv","recjMTQAgsbEOBL3Y","recOwPzuZrASHrDQy"],"Place":["recF96UiECiyMk6t0"],"Access":["recixrCNBYlYbwPCX","reci1HsppmuByoZcp"],"Storage":["recLXL6RbCrrKSdg2"],"Onsite staff":"Yes","Data Process":["recXHxm467ce42hC2"],"Description":"A RFID reader uses radio waves to detect the proximity of an entry card near the lock, at which point identifying information about the user of the card is transmitted to a security computer.","Data Type":["recayvgBssg0Gb1KS","rectktQ5QjzTGw8Kj"],"Name":"Door Lock","Email address":"dtpr-hello@sidewalklabs.com","Accountability":["recFFo7YEqGz2EWLh"],"Purpose":["rec91GFfHmvQAO86m"],"TaxonomyTable":"Instances","id":"recLZNgvRWCyJWKil"},"rec6Oi01BQBeSAwrO":{"Description":"Data that has one of two data values, for example true and false. Find out more [here] (https://en.wikipedia.org/wiki/Boolean_data_type)\n","Icon SVG":[{"id":"attg6HwEMLFlV5Sbb","url":"https://dl.airtable.com/.attachments/af5ea2a76326cd7e5c2254aedf1f0e78/02004996/data_boolean.svg","filename":"data_boolean.svg","size":2694,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/af9fcdb95e98e626a3fca6e1bb55fd6c/8ee7de5f.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/86ae1b4be404017bec0545105011e76e/3cb6cbb1.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/f9522eb8db7dee1c328a2585455f332f/c2b5f72c.png","width":3000,"height":3000}}}],"Icon Shortname":"data/boolean","Technologies":["rectUkfDliWlZqKn2","recXxbPXMPjlPZdYK"],"Headline":"Type of data collected","Name":"Boolean","TaxonomyTable":"Data Type","id":"rec6Oi01BQBeSAwrO"},"rec7ZrXrkubsdUWr5":{"Description":"A digital image is composed of a grid of individual pixels. Find out more at [digital image] (https://en.wikipedia.org/wiki/Digital_image)","Icon SVG":[{"id":"att7PYXFn0wb6aaFy","url":"https://dl.airtable.com/.attachments/7603f11f999a1400ec58010cc54a023b/e73d4a20/data_pixels.svg","filename":"data_pixels.svg","size":2345,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/39b903a9f52b978a5d8296445d9221fb/3789f95d.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/b727bedf5be7cf674f1225acd5d2e368/a9f36637.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/dc691835cc662279f126cda208067ee6/28d4dc57.png","width":3000,"height":3000}}}],"Icon Shortname":"data/pixels","Technologies":["recy3FWRF3Tzv9WgI","recUQ7Wz9iuRygM5H","recq9jrZscH3kp4nt","rec7TlKtf6bBHLR9Q"],"Headline":"Type of data collected","Name":"Pixel-based Image","TaxonomyTable":"Data Type","id":"rec7ZrXrkubsdUWr5"},"recTFoeo30tBSDH1I":{"Description":"Data that is stored in a table, where values are stored in rows and columns. More [here] (https://en.wikipedia.org/wiki/Table_(information))\n","Icon SVG":[{"id":"attLwkom90l6y11Dh","url":"https://dl.airtable.com/.attachments/740c431fda28eb7efce936060a12246e/940b591b/data_table.svg","filename":"data_table.svg","size":3810,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/190a7ed85fab4a92a4684cb345537972/b4a599e6.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/b4f5437ea0abea554feb34976760d7c4/7178b3fe.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/3f977bf8824e4d3eb87de3e4d1e3dd75/6fb9e6ba.png","width":3000,"height":3000}}}],"Icon Shortname":"data/table","Technologies":["recbAeqVohzghEEik","recUQ7Wz9iuRygM5H"],"Headline":"Type of data collected","Name":"Tabular","TaxonomyTable":"Data Type","id":"recTFoeo30tBSDH1I"},"recayvgBssg0Gb1KS":{"Description":"Measurements that are collected at regular intervals over a period of time. For example see [time series data] (https://en.wikipedia.org/wiki/Time_series).","Icon SVG":[{"id":"att2pgPoKKMW0f7Pz","url":"https://dl.airtable.com/.attachments/8de5a45803f0098554d51147d3db65dd/7155db92/data_values.svg","filename":"data_values.svg","size":1524,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/9b01a4eb9dd00858ff76b9eee3facd96/49a1a3eb.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/74bf5c650b6896330570f245216e3574/7403a0b2.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/789210e4046a321b355d9f91aa75ad90/9e8ca131.png","width":3000,"height":3000}}}],"Icon Shortname":"data/values","Technologies":["recbAeqVohzghEEik","recy3FWRF3Tzv9WgI","recUQ7Wz9iuRygM5H","recGwg0uwLtbBXYKn","recq9jrZscH3kp4nt","rec7TlKtf6bBHLR9Q","recy6Bgiv3yAtKy4w","recLZNgvRWCyJWKil"],"Headline":"Type of data collected","Name":"Values / Time","TaxonomyTable":"Data Type","id":"recayvgBssg0Gb1KS"},"rectktQ5QjzTGw8Kj":{"Description":"Compressed data into a binary format. Find out more [here] (https://en.wikipedia.org/wiki/Binary_file)","Icon SVG":[{"id":"attIoiuvuKbpuiHGl","url":"https://dl.airtable.com/.attachments/875cff8de4a802b73fe3fa24375d4e47/9501191b/data_binary.svg","filename":"data_binary.svg","size":7251,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/38747cb63c43d5cc2bb508ac5fe93512/34274e10.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/80e1528fb6fb0a845ecd38e98ac88867/9b815cea.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/5c9f2ae242022a3e2502297b497e4cfa/0c35b379.png","width":3000,"height":3000}}}],"Icon Shortname":"data/binary","Technologies":["recLZNgvRWCyJWKil"],"Headline":"Type of data collected","Name":"Binary","TaxonomyTable":"Data Type","id":"rectktQ5QjzTGw8Kj"},"reczKBiIjttJheiKB":{"Description":"Data that represents a location, such as an address, a place name or geographic coordinates; or a structure, such as a floorplan. Find out more about [geospatial data] (https://en.wikipedia.org/wiki/Geographic_data_and_information) and [building information models] (https://en.wikipedia.org/wiki/Building_information_modeling)\n","Icon SVG":[{"id":"attXld4nNjIomAygQ","url":"https://dl.airtable.com/.attachments/e534c747f4fd6438b68b9e72e6605169/cc206d08/data_spatial.svg","filename":"data_spatial.svg","size":4587,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/e490de02971dccabaa3c5fd7d80a8274/7d3dae02.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/8c29dfd57c46e2367c3e985f7f3573c4/230d30de.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/fd79ce23930ea144c7369e27a7e7fa3e/648d1645.png","width":3000,"height":3000}}}],"Icon Shortname":"data/spatial","Technologies":["recUQ7Wz9iuRygM5H"],"Headline":"Type of data collected","Name":"Spatial","TaxonomyTable":"Data Type","id":"reczKBiIjttJheiKB"},"recFFo7YEqGz2EWLh":{"Headline":"Accountable Organization","Description":"Sidewalk Labs is an Alphabet company with a mission to address big urban challenges and improve quality of life using new technologies in a digital age.\n[Find out more here](https://www.sidewalklabs.com)","Logo":[{"id":"attPWoDENXguuSLqW","url":"https://dl.airtable.com/.attachments/78eac2eb32c685d49fcc96481a7d80b8/c09b7ec1/swl_logo.png","filename":"swl_logo.png","size":10098,"type":"image/png","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/2056169b56229c70855bb5e0424a4823/62e2812b","width":50,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/32634fdf7e7bfd6dad42d964acba72a6/288e6911","width":350,"height":250},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/a8e1cc60ea2bd8d0433f3ae20a0e4949/a5d007bc","width":3000,"height":3000}}}],"Name":"Sidewalk Labs","Icon Shortname":"accountable/org","Icon SVG":[{"id":"atta6A5DpS5knmO0H","url":"https://dl.airtable.com/.attachments/1b8db21457d14803efddbd19ad23f3fd/3476efec/accountable_office.svg","filename":"accountable_office.svg","size":2672,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/83daedfd71e2a9953548ac9d946c7d39/0129932a.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/d3feb5490c050f51f4720116a4234023/4a80d56e.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/d3677299b4efd5ee380c0c6d7ca531e4/92fd73ab.png","width":3000,"height":3000}}}],"Technologies":["recbAeqVohzghEEik","recy3FWRF3Tzv9WgI","recUQ7Wz9iuRygM5H","recGwg0uwLtbBXYKn","recq9jrZscH3kp4nt","rec7TlKtf6bBHLR9Q","recy6Bgiv3yAtKy4w","rectUkfDliWlZqKn2","recXxbPXMPjlPZdYK","recLZNgvRWCyJWKil"],"Type":"Company","TaxonomyTable":"Accountability","id":"recFFo7YEqGz2EWLh"},"receBDzecPLLtWX5x":{"Icon Shortname":"storage/cloud","Headline":"Where is the data stored?","Name":"Stored on 3rd Party Cloud","Icon SVG":[{"id":"attylPcjqHmFSWosH","url":"https://dl.airtable.com/.attachments/a9692c658e9332212eb73a58bad05010/063c6039/storage_cloud.svg","filename":"storage_cloud.svg","size":1586,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/e88962a0c4ba0a6f7e0f20e09424431d/e7a3759a.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/902155b29f998992b70ff9407cb31972/89b911e7.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/7115e37aad9e42e31777d2f29210a9f3/b9a9b0db.png","width":3000,"height":3000}}}],"Description":"Data is stored on behalf of the organization or the data collector in an off-site data centre, such as Amazon Web Services, Google Cloud and Microsoft Azure\n\n","Technologies":["recq9jrZscH3kp4nt","recGwg0uwLtbBXYKn","recUQ7Wz9iuRygM5H","recbAeqVohzghEEik","recy6Bgiv3yAtKy4w"],"TaxonomyTable":"Storage","id":"receBDzecPLLtWX5x"},"rec7XCOACfduK9r1K":{"Icon Shortname":"retention/no","Headline":"How long is the data kept?","Name":"No data retained","Icon SVG":[{"id":"attOm6aUg2IT5XETu","url":"https://dl.airtable.com/.attachments/ab8b308edae52a5f6676cfd5d9e47583/81841da2/retention_no.svg","filename":"retention_no.svg","size":2900,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/53fe04eb7aa96fb7a1620701d48b3b42/762c3f1f.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/c3145b647dd058e981e4f0dbf6512e38/4227e343.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/f11c0b36141cd6298085351206fcf259/029b433a.png","width":3000,"height":3000}}}],"Description":"No data is kept or stored ","Technologies":["rectUkfDliWlZqKn2","recXxbPXMPjlPZdYK"],"TaxonomyTable":"Storage","id":"rec7XCOACfduK9r1K"},"rec5shkrWhmyOiFpn":{"Icon Shortname":"retention/yes","Headline":"How long is the data kept?","Name":"Retained 24 hours","Icon SVG":[{"id":"attwdoSuyrv6OqZ8C","url":"https://dl.airtable.com/.attachments/78b7f2985fd1f38821b44da60d691f03/ba53aeac/retention_yes.svg","filename":"retention_yes.svg","size":2468,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/84e8415e646a2cb1b4a84d5aee88275e/8c779415.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/31417537713f85880dceb9f594adc4c5/fede8ca5.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/2c509a8103ca5e6958da6bf813285a54/6bcca520.png","width":3000,"height":3000}}}],"Description":"Data is stored for 24 hours, and after this time period is deleted\n","TaxonomyTable":"Storage","id":"rec5shkrWhmyOiFpn"},"reccTmXOiW4Ji428H":{"Icon Shortname":"retention/yes","Headline":"How long is the data kept?","Name":"Retained 1 month","Icon SVG":[{"id":"attwdoSuyrv6OqZ8C","url":"https://dl.airtable.com/.attachments/78b7f2985fd1f38821b44da60d691f03/ba53aeac/retention_yes.svg","filename":"retention_yes.svg","size":2468,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/84e8415e646a2cb1b4a84d5aee88275e/8c779415.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/31417537713f85880dceb9f594adc4c5/fede8ca5.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/2c509a8103ca5e6958da6bf813285a54/6bcca520.png","width":3000,"height":3000}}}],"Description":"Data is stored for 1 month, and after this time period is deleted\n","Technologies":["recy3FWRF3Tzv9WgI"],"TaxonomyTable":"Storage","id":"reccTmXOiW4Ji428H"},"recRK0jrk8KfnsumB":{"Icon Shortname":"retention/yes","Headline":"How long is the data kept?","Name":"Retained 3 months","Icon SVG":[{"id":"attwdoSuyrv6OqZ8C","url":"https://dl.airtable.com/.attachments/78b7f2985fd1f38821b44da60d691f03/ba53aeac/retention_yes.svg","filename":"retention_yes.svg","size":2468,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/84e8415e646a2cb1b4a84d5aee88275e/8c779415.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/31417537713f85880dceb9f594adc4c5/fede8ca5.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/2c509a8103ca5e6958da6bf813285a54/6bcca520.png","width":3000,"height":3000}}}],"Description":"Data is stored for 3 months, and after this time period is deleted\n","TaxonomyTable":"Storage","id":"recRK0jrk8KfnsumB"},"recoYruo90fs8atO9":{"Icon Shortname":"retention/yes","Headline":"How long is the data kept?","Name":"Retained for *time period*","Icon SVG":[{"id":"attwdoSuyrv6OqZ8C","url":"https://dl.airtable.com/.attachments/78b7f2985fd1f38821b44da60d691f03/ba53aeac/retention_yes.svg","filename":"retention_yes.svg","size":2468,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/84e8415e646a2cb1b4a84d5aee88275e/8c779415.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/31417537713f85880dceb9f594adc4c5/fede8ca5.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/2c509a8103ca5e6958da6bf813285a54/6bcca520.png","width":3000,"height":3000}}}],"Description":"Data is stored for *a customized time period*, and after this time period is deleted\n","TaxonomyTable":"Storage","id":"recoYruo90fs8atO9"},"recLXL6RbCrrKSdg2":{"Icon Shortname":"retention/yes","Headline":"How long is the data kept?","Name":"Retained 1 year ","Icon SVG":[{"id":"attwdoSuyrv6OqZ8C","url":"https://dl.airtable.com/.attachments/78b7f2985fd1f38821b44da60d691f03/ba53aeac/retention_yes.svg","filename":"retention_yes.svg","size":2468,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/84e8415e646a2cb1b4a84d5aee88275e/8c779415.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/31417537713f85880dceb9f594adc4c5/fede8ca5.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/2c509a8103ca5e6958da6bf813285a54/6bcca520.png","width":3000,"height":3000}}}],"Description":"Data is stored for 1 year, and after this time period is deleted \n","Technologies":["rec7TlKtf6bBHLR9Q","recLZNgvRWCyJWKil"],"TaxonomyTable":"Storage","id":"recLXL6RbCrrKSdg2"},"recuhyC6FHVtdnhoM":{"Icon Shortname":"retention/yes","Headline":"How long is the data kept?","Name":"Retained 5 years","Icon SVG":[{"id":"attwdoSuyrv6OqZ8C","url":"https://dl.airtable.com/.attachments/78b7f2985fd1f38821b44da60d691f03/ba53aeac/retention_yes.svg","filename":"retention_yes.svg","size":2468,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/84e8415e646a2cb1b4a84d5aee88275e/8c779415.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/31417537713f85880dceb9f594adc4c5/fede8ca5.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/2c509a8103ca5e6958da6bf813285a54/6bcca520.png","width":3000,"height":3000}}}],"Description":"Data is stored for 5 years, and after this time period is deleted \n","Technologies":["recUQ7Wz9iuRygM5H"],"TaxonomyTable":"Storage","id":"recuhyC6FHVtdnhoM"},"recmwL36TwS7QunV6":{"Icon Shortname":"retention/yes","Headline":"How long is the data kept?","Name":"Retained indefinitely","Icon SVG":[{"id":"attwdoSuyrv6OqZ8C","url":"https://dl.airtable.com/.attachments/78b7f2985fd1f38821b44da60d691f03/ba53aeac/retention_yes.svg","filename":"retention_yes.svg","size":2468,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/84e8415e646a2cb1b4a84d5aee88275e/8c779415.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/31417537713f85880dceb9f594adc4c5/fede8ca5.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/2c509a8103ca5e6958da6bf813285a54/6bcca520.png","width":3000,"height":3000}}}],"Description":"Data is retained indefinitely\n","Technologies":["recbAeqVohzghEEik","recGwg0uwLtbBXYKn","recq9jrZscH3kp4nt","recy6Bgiv3yAtKy4w"],"TaxonomyTable":"Storage","id":"recmwL36TwS7QunV6"},"rec2IzsL70Gb981oD":{"Icon Shortname":"storage/cloud","Headline":"Where is the data stored?","Name":"Stored locally","Icon SVG":[{"id":"attylPcjqHmFSWosH","url":"https://dl.airtable.com/.attachments/a9692c658e9332212eb73a58bad05010/063c6039/storage_cloud.svg","filename":"storage_cloud.svg","size":1586,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/e88962a0c4ba0a6f7e0f20e09424431d/e7a3759a.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/902155b29f998992b70ff9407cb31972/89b911e7.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/7115e37aad9e42e31777d2f29210a9f3/b9a9b0db.png","width":3000,"height":3000}}}],"Description":"Data is stored in the jurisdiction where it was collected. Find out more [here] (https://en.wikipedia.org/wiki/Data_sovereignty)","TaxonomyTable":"Storage","id":"rec2IzsL70Gb981oD"},"recOJUPGj36IFzSXd":{"Icon Shortname":"storage/cloud","Headline":"Where is the data stored?","Name":"Stored primarily locally","Icon SVG":[{"id":"attylPcjqHmFSWosH","url":"https://dl.airtable.com/.attachments/a9692c658e9332212eb73a58bad05010/063c6039/storage_cloud.svg","filename":"storage_cloud.svg","size":1586,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/e88962a0c4ba0a6f7e0f20e09424431d/e7a3759a.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/902155b29f998992b70ff9407cb31972/89b911e7.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/7115e37aad9e42e31777d2f29210a9f3/b9a9b0db.png","width":3000,"height":3000}}}],"Description":"Data is stored mainly in the jurisdiction where it was collected. Find out more [here] (https://en.wikipedia.org/wiki/Data_sovereignty)","TaxonomyTable":"Storage","id":"recOJUPGj36IFzSXd"},"recBeQ1dGs95akIoX":{"Icon Shortname":"storage/cloud","Headline":"Where is the data stored?","Name":"Stored primarily internationally","Icon SVG":[{"id":"attylPcjqHmFSWosH","url":"https://dl.airtable.com/.attachments/a9692c658e9332212eb73a58bad05010/063c6039/storage_cloud.svg","filename":"storage_cloud.svg","size":1586,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/e88962a0c4ba0a6f7e0f20e09424431d/e7a3759a.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/902155b29f998992b70ff9407cb31972/89b911e7.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/7115e37aad9e42e31777d2f29210a9f3/b9a9b0db.png","width":3000,"height":3000}}}],"Description":"Data is stored outside the jurisdiction where it was collected. Find out more [here] (https://en.wikipedia.org/wiki/Data_sovereignty)","Technologies":["recUQ7Wz9iuRygM5H","recy3FWRF3Tzv9WgI","recq9jrZscH3kp4nt","recGwg0uwLtbBXYKn","recbAeqVohzghEEik","recy6Bgiv3yAtKy4w"],"TaxonomyTable":"Storage","id":"recBeQ1dGs95akIoX"},"recB1wxGl62OWyypW":{"Icon Shortname":"storage/cloud","Headline":"Where is the data stored?","Name":"Backed up locally","Icon SVG":[{"id":"attylPcjqHmFSWosH","url":"https://dl.airtable.com/.attachments/a9692c658e9332212eb73a58bad05010/063c6039/storage_cloud.svg","filename":"storage_cloud.svg","size":1586,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/e88962a0c4ba0a6f7e0f20e09424431d/e7a3759a.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/902155b29f998992b70ff9407cb31972/89b911e7.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/7115e37aad9e42e31777d2f29210a9f3/b9a9b0db.png","width":3000,"height":3000}}}],"Description":"Data is backed up with the jurisdiction where it was collected. Find out more [here] (https://en.wikipedia.org/wiki/Data_sovereignty)","TaxonomyTable":"Storage","id":"recB1wxGl62OWyypW"},"recWUYHXZxCrAcv2k":{"Icon Shortname":"storage/cloud","Headline":"Where is the data stored?","Name":"Backed up internationally","Icon SVG":[{"id":"attylPcjqHmFSWosH","url":"https://dl.airtable.com/.attachments/a9692c658e9332212eb73a58bad05010/063c6039/storage_cloud.svg","filename":"storage_cloud.svg","size":1586,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/e88962a0c4ba0a6f7e0f20e09424431d/e7a3759a.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/902155b29f998992b70ff9407cb31972/89b911e7.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/7115e37aad9e42e31777d2f29210a9f3/b9a9b0db.png","width":3000,"height":3000}}}],"Description":"Data is backed up outside the jurisdiction where it was collected. Find out more [here] (https://en.wikipedia.org/wiki/Data_sovereignty)","Technologies":["recUQ7Wz9iuRygM5H"],"TaxonomyTable":"Storage","id":"recWUYHXZxCrAcv2k"},"rec99IDmG8UwybsGi":{"Icon SVG":[{"id":"attgPONn4VpMHVyXj","url":"https://dl.airtable.com/.attachments/708eb180d4031e00eae94339b7f55692/7ed3a608/process_deidentified.svg","filename":"process_deidentified.svg","size":3953,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/3f507b0e1a2d0d2fd0867f6c17af1d5f/4daac4fa.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/d33f9eeb1c2a7729b85fa621a8f60565/4c0c2939.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/cdf400923b72adbc9e10fb43344a2409/62757af5.png","width":3000,"height":3000}}}],"Icon Shortname":"process/deidentified","Description":"Data that is processed to remove identifying values, usually to protect privacy. De-identification can happen at any point in a data collection process, for example before it is stored in a database, or before it is published. Here we define it to mean after the data has already left a hardware device, or after it has been stored in a database. Find out more [here] (https://en.wikipedia.org/wiki/De-identification)","Name":"De-identified","Headline":"Describes how data collected or handled by a technology is processed or manipulated","TaxonomyTable":"Data Processing","id":"rec99IDmG8UwybsGi"},"recB4IJLGC35gVPpW":{"Icon SVG":[{"id":"att3AYEPDMPJSxNd2","url":"https://dl.airtable.com/.attachments/1dcbf34763c932e83f52236966cc045d/8efae22c/process_aggregate.svg","filename":"process_aggregate.svg","size":4714,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/28c01ec6498455c069d548844a9c4a7c/c591d075.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/a21a9d45d40c6e9402ab9754b57ef4ac/22245927.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/00ba87a05e894513e13b5139f4559760/98cc7a60.png","width":3000,"height":3000}}}],"Icon Shortname":"process/aggregated","Description":"Data that has been grouped or summarized from individual measurements, for example to count up totals or to calculate an average. Find out more [here] (https://en.wikipedia.org/wiki/Aggregate_data)\n","Name":"Aggregated","Technologies":["recbAeqVohzghEEik","recUQ7Wz9iuRygM5H","recq9jrZscH3kp4nt"],"Headline":"Describes how data collected or handled by a technology is processed or manipulated","TaxonomyTable":"Data Processing","id":"recB4IJLGC35gVPpW"},"recE7mLNb2gmv2CuC":{"Icon SVG":[{"id":"attLnYoTqYLKdjw9W","url":"https://dl.airtable.com/.attachments/49c6b1e8ece4d19180a9217dab675f4b/aeda2c2b/process_rdua.svg","filename":"process_rdua.svg","size":1946,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/7f2f300f120c9106ed3cc9651a3bbd6e/b9e70a8f.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/02081d908308d7eefc6564ae6d1fbee1/96e6aedc.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/da3bdb88a3cf7544b769e8c67de50f69/8d19b815.png","width":3000,"height":3000}}}],"Icon Shortname":"process/rdua","Description":"Data activity has undergone a Responsible Data Use Assessment and determined to provide a net benefit. The RDUA is a process that Sidewalk Labs conducts prior to the start of any data activity.","Name":"RDUA Approved","Technologies":["recbAeqVohzghEEik","recy3FWRF3Tzv9WgI","recUQ7Wz9iuRygM5H","recq9jrZscH3kp4nt","recy6Bgiv3yAtKy4w","recGwg0uwLtbBXYKn"],"Headline":"Describes a review process conducted before this technology was implemented\n\n","TaxonomyTable":"Data Processing","id":"recE7mLNb2gmv2CuC"},"recEdoqUSet2KTxuf":{"Icon SVG":[{"id":"att0cTijI7ohUoaQQ","url":"https://dl.airtable.com/.attachments/009be9b400ae7304cf460ac8ca9dbdb2/b2599ca2/process_rdua.svg","filename":"process_rdua.svg","size":1946,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/08ca7c54874b45372def13f364513e71/14d6e334.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/56b590ac6c0d69efd8a3b26588d44e6a/09a2c8d5.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/25efb8bae1cf969e8112c60ca9029bf9/0c39dc79.png","width":3000,"height":3000}}}],"Icon Shortname":"process/rdua","Description":"Many organizations have internal review processes that consider the potential benefits, risks and implications for privacy for new technologies or data collection activities. For example, in Canada, Privacy Impact Assessments are often conducted by organizations prior to the beginning for a project - find out more [here] (https://en.wikipedia.org/wiki/Privacy_Impact_Assessment). *This could be customized with the details of the accountable entity responsible for these instances of technology in the public realm*\n","Name":"Reviewed Internally","Technologies":["recq9jrZscH3kp4nt"],"Headline":"Describes a review process conducted before this technology was implemented\n\n","TaxonomyTable":"Data Processing","id":"recEdoqUSet2KTxuf"},"recXHxm467ce42hC2":{"Icon SVG":[{"id":"attFTNZ0crQRNj7M6","url":"https://dl.airtable.com/.attachments/142a39617a48d3c5611f8ab8c4ae2feb/d2b9e7b3/process_encrypted.svg","filename":"process_encrypted.svg","size":2811,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/06d78bc622ccf28b4363ed15878ac3c2/a51e1dcd.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/7aebb9d6c897bff90c7044aa3bc0b8de/77866035.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/586dbd33bf65f510744b39ca454f97f8/87ba8aed.png","width":3000,"height":3000}}}],"Icon Shortname":"process/encrypted","Description":"Data has been encoded so that only authorized parties can access it, which can reduce risk related to handling private or sensitive information. Find out more [here] (https://en.wikipedia.org/wiki/Encryption)","Name":"Encrypted","Technologies":["recLZNgvRWCyJWKil"],"Headline":"Describes how data collected or handled by a technology is processed or manipulated","TaxonomyTable":"Data Processing","id":"recXHxm467ce42hC2"},"recYiKjpLdjYxxFMt":{"Icon SVG":[{"id":"attXi5wOezvLsPEIY","url":"https://dl.airtable.com/.attachments/0c2b9c6006fde6391df8a02619d4760d/22322591/process_regulated.svg","filename":"process_regulated.svg","size":2842,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/c05926577370aba56bd0fc2332001583/d80f67b3.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/24fda789215e07141d0d712de3b41e55/3c6dada0.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/e445c552cf30d50e13177244e5f90409/8f235d94.png","width":3000,"height":3000}}}],"Icon Shortname":"process/regulated","Description":"Depending on the jurisdiction and type of data, data is regulated in various ways. For example, Personal Information in Canada is regulated by federal, provincial, and municipal laws. The collection, use and disclosure of Personal Information by private companies in Ontario is regulated by the [Personal Information Protection and Electronic Documents Act] (https://www.priv.gc.ca/en/privacy-topics/privacy-laws-in-canada/the-personal-information-protection-and-electronic-documents-act-pipeda/) *This should be customized for the jurisdiction where this digital channel is being used*","Name":"Regulated","Technologies":["recy3FWRF3Tzv9WgI","recUQ7Wz9iuRygM5H"],"Headline":"A regulatory entity has oversight of this technology or data activity\n","TaxonomyTable":"Data Processing","id":"recYiKjpLdjYxxFMt"},"recjLd4pIIMQaNcot":{"Icon SVG":[{"id":"attcKCqrRXa15cYQF","url":"https://dl.airtable.com/.attachments/18bd1b07b4deacac432a233795a0044b/bc409a78/process_ai.svg","filename":"process_ai.svg","size":2077,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/3b4cd5ca238345fcba33cc2bc6ed885c/d450d8a9.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/19fa7d066c66debfe674ecb87bff74a9/2a7fbcf4.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/1bd36f40d215bb197b5e82ead2c13680/6700ef86.png","width":3000,"height":3000}}}],"Icon Shortname":"process/ai","Description":"Data that is processed by automated, algorithmic or artificial intelligence systems to derive a new result or data point. Find out more about [automated] (https://en.wikipedia.org/wiki/Automated_decision_support), [algorithmic] (https://en.wikipedia.org/wiki/Algorithm) and [artificial intelligence] (https://en.wikipedia.org/wiki/Artificial_intelligence) systems.","Name":"AI System","Technologies":["recbAeqVohzghEEik","recUQ7Wz9iuRygM5H","recq9jrZscH3kp4nt"],"Headline":"Describes how data collected or handled by a technology is processed or manipulated","TaxonomyTable":"Data Processing","id":"recjLd4pIIMQaNcot"},"recnbbw6eB11DqIfb":{"Icon SVG":[{"id":"attEeHvwBlVs5vryY","url":"https://dl.airtable.com/.attachments/eb71f646c2d8a8ae0a91b6dccbc655f7/20afc649/process_raw.svg","filename":"process_raw.svg","size":5925,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/46dc7eb41e270a1833f7d6f3b657cdc5/18310813.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/7d44c795e0b31451d2d0ec9b21219f8d/933a5df1.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/54e85d8d63fc88e49da3c2c7094c5f09/ccea3172.png","width":3000,"height":3000}}}],"Icon Shortname":"process/raw","Description":"Data that has not been processed or altered from the point of collection - the data is effectively identical to how it was gathered from the original data source. Find out more [here] (https://en.wikipedia.org/wiki/Raw_data)\n\n","Name":"Raw data","Technologies":["rec7TlKtf6bBHLR9Q","recGwg0uwLtbBXYKn","recy6Bgiv3yAtKy4w","rectUkfDliWlZqKn2","recXxbPXMPjlPZdYK"],"Headline":"Describes how data collected or handled by a technology is processed or manipulated","TaxonomyTable":"Data Processing","id":"recnbbw6eB11DqIfb"},"rec6iEleAkYT3t2hJ":{"Icon Shortname":"purpose/enforcement","Name":"Enforcement","Description":"Used for enforcement of rules or regulations. Find out more [here](https://en.wikipedia.org/wiki/Law_enforcement)","Icon SVG":[{"id":"att3Uz5ZSNtKKtB3h","url":"https://dl.airtable.com/.attachments/ca0d5c6ebd8161188dfeccdcf4243a05/1cfc9c16/purpose_enforcement.svg","filename":"purpose_enforcement.svg","size":1984,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/b3781aaadd12d996c9ab0abf9e1a4835/93feea04.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/a3c4952e226e2050eeb6c1f9989d86f7/aa3509d4.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/c96635428171693f83920dd59b59b42b/423d4e43.png","width":3000,"height":3000}}}],"Headline":"Purpose of this technology\n","TaxonomyTable":"Purpose","id":"rec6iEleAkYT3t2hJ"},"recmJUrdMfDggeqhD":{"Icon Shortname":"purpose/energy","Technologies 2":["recbAeqVohzghEEik","recGwg0uwLtbBXYKn","recq9jrZscH3kp4nt","recy6Bgiv3yAtKy4w","rectUkfDliWlZqKn2"],"Name":"Energy Efficiency","Description":"Reduces energy use and/or helps conserve energy. Find out more about [energy efficiency] (https://en.wikipedia.org/wiki/Efficient_energy_use) and [energy conservation] (https://en.wikipedia.org/wiki/Energy_conservation)\n\n","Icon SVG":[{"id":"attp9bmgpvr0xpz2D","url":"https://dl.airtable.com/.attachments/1326f174101968c774a7265bd37114be/84b5d74d/purpose_energy.svg","filename":"purpose_energy.svg","size":1981,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/f91ff82d6e7fee21c45dd66b6a7bdbb7/5dc59079.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/3b92551c4db1f7cdf7a51316389bd44b/c3f3640c.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/aa021c47524cf4b8c426346716038082/ce02a296.png","width":3000,"height":3000}}}],"Headline":"Purpose of this technology\n","TaxonomyTable":"Purpose","id":"recmJUrdMfDggeqhD"},"recrsLKlyvaYAXlji":{"Icon Shortname":"purpose/mobility","Name":"Mobility","Description":"Supports how people and materials move around. Find out more [here] (https://en.wikipedia.org/wiki/Transport)\n","Icon SVG":[{"id":"attcrGd9guzxKRfed","url":"https://dl.airtable.com/.attachments/28a4c76b59654c22c1e209311496545a/b5454a16/purpose_mobility.svg","filename":"purpose_mobility.svg","size":2347,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/7364e05f6c4713c582fc9dac0e04afb8/1f657729.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/0ecc64350a46315e46df0b37aafd87f7/72f038b4.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/8c437fbb1d9a208087723e27d0a84f72/c8e3a7ff.png","width":3000,"height":3000}}}],"Headline":"Purpose of this technology\n","TaxonomyTable":"Purpose","id":"recrsLKlyvaYAXlji"},"recY79gBnkWZwTMmW":{"Icon Shortname":"purpose/inform","Name":"Inform","Description":"Supports the provision of information, for example about a location, a service, or to provide assistance","Icon SVG":[{"id":"attP1es7hUVFzru1c","url":"https://dl.airtable.com/.attachments/6cd24d13f496465a331439b130fb4a91/1368e6b6/purpose_inform.svg","filename":"purpose_inform.svg","size":2361,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/eceaa532fc5469a0115a7e9ed8344870/d7fc7533.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/2b94475220ea8d19d4bbc5c28172e28d/a79c9059.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/8d52d880941aa536dab5ccd3bed59e98/d510b555.png","width":3000,"height":3000}}}],"Headline":"Purpose of this technology\n","TaxonomyTable":"Purpose","id":"recY79gBnkWZwTMmW"},"recRZfgDZOFHg9pBo":{"Icon Shortname":"purpose/planning","Technologies 2":["recUQ7Wz9iuRygM5H"],"Name":"Planning & Decision-making","Description":"Supports the development of future plans; or to enable or measure the impact of a decision. Examples include [urban planning] (https://en.wikipedia.org/wiki/Urban_planning)","Icon SVG":[{"id":"attzJKdPuhOQS7tE1","url":"https://dl.airtable.com/.attachments/443d2bc6fffb47161c77e0db37cbce6b/d4f770e0/purpose_planning.svg","filename":"purpose_planning.svg","size":2448,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/02230a145d1cd8ca46eda892051d392f/e230e706.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/13e0b6726c8e19f8c67b82fffe830c9c/0543aa86.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/a5d25ffe64effecd0aa388198cd795f4/dbe67309.png","width":3000,"height":3000}}}],"Headline":"Purpose of this technology\n","TaxonomyTable":"Purpose","id":"recRZfgDZOFHg9pBo"},"recECDDNeQUnMydqS":{"Icon Shortname":"purpose/security","Technologies 2":["recy3FWRF3Tzv9WgI","rec7TlKtf6bBHLR9Q"],"Name":"Safety & Security","Description":"Enables a safe and/or secure environment, for example for the purposes of [fire safety] (https://en.wikipedia.org/wiki/Fire_safety), [home security] (https://en.wikipedia.org/wiki/Home_security) or ensuring safe passage in places such as [airports] (https://en.wikipedia.org/wiki/Airport_security) or [roads] (https://en.wikipedia.org/wiki/Road_traffic_safety)\n","Icon SVG":[{"id":"att6SPyl8uQNWBKSV","url":"https://dl.airtable.com/.attachments/8cd6d6f7da2937d39a10b40815950049/7c2c9c94/purpose_security.svg","filename":"purpose_security.svg","size":1697,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/431848783a6b5ad1f9811600129dff16/c0fb4ba0.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/b1d797c41191c5cb82e3b901600c2be5/9a2f53a6.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/ba2ce232987ddae81ff10b2dff1928b4/0fa6471d.png","width":3000,"height":3000}}}],"Headline":"Purpose of this technology\n","TaxonomyTable":"Purpose","id":"recECDDNeQUnMydqS"},"rechrhbcZuvXtYJ7o":{"Icon Shortname":"purpose/accessibility","Name":"Accessibility","Description":"Ensures that everyone has equal access to a space or a service. Find out more about [accessibility] (https://en.wikipedia.org/wiki/Accessibility) and [universal design] (https://en.wikipedia.org/wiki/Universal_design)","Icon SVG":[{"id":"attq31Nj7AYMsOP2z","url":"https://dl.airtable.com/.attachments/259ebebc9e97ec3851cb7d48bd7da382/ecd21a26/purpose_accessibility.svg","filename":"purpose_accessibility.svg","size":2913,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/9a2bc2d0ac0ab0f32da445aa262ad8eb/6f2a450e.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/4d5033f8dd9d904409d768494a249730/d9c59d26.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/b283bda7e8e19d37d62ce6aeb6b7fef0/bf41da6b.png","width":3000,"height":3000}}}],"Headline":"Purpose of this technology\n","TaxonomyTable":"Purpose","id":"rechrhbcZuvXtYJ7o"},"recNx6iZSwh0qmQ0T":{"Icon Shortname":"purpose/ecology","Name":"Ecology","Description":"Supports the measurement or monitoring of the natural environment. Find out more about [the natural environment] (https://en.wikipedia.org/wiki/Natural_environment), [ecology] (https://en.wikipedia.org/wiki/Ecology) and [environmental science] (https://en.wikipedia.org/wiki/Environmental_science)\n","Icon SVG":[{"id":"attxHo8ngBT2b4YqI","url":"https://dl.airtable.com/.attachments/4038c298e682b7b36e006281063b0cbb/03c37fd2/purpose_ecology.svg","filename":"purpose_ecology.svg","size":3278,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/835beb5d6c1fd38d72aaee27e7b39d15/b669db64.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/f28460b1d05e25434b47eda356e9e959/e99e6331.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/485510a8f7de8a58a0d8ea26907845d1/9775f583.png","width":3000,"height":3000}}}],"Headline":"Purpose of this technology\n","TaxonomyTable":"Purpose","id":"recNx6iZSwh0qmQ0T"},"rec6KYTrH1OOgJ23a":{"Icon Shortname":"purpose/waste","Name":"Waste Management","Description":"Supports the handling and disposal of waste, including as [recyclables] (https://en.wikipedia.org/wiki/Recycling), [compost] (https://en.wikipedia.org/wiki/Compost) and [hazardous materials] (https://en.wikipedia.org/wiki/Hazardous_waste}. Find out more about [waste management] (https://en.wikipedia.org/wiki/Waste_management)","Icon SVG":[{"id":"attMRxbcm7qfjcbmr","url":"https://dl.airtable.com/.attachments/2c7812b45efcfafa2d5179b61f959a4b/8d3f01ae/purpose_waste.svg","filename":"purpose_waste.svg","size":1997,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/a002389216c8ac1f15e8afc528cf47f2/3b389bc9.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/ce39b7bd7d09f33a3c3cf515dc5e98ae/7e9aaaa3.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/3fb196cab9d79fcd9928ffab65ea49a4/1dfb17e3.png","width":3000,"height":3000}}}],"Headline":"Purpose of this technology\n","TaxonomyTable":"Purpose","id":"rec6KYTrH1OOgJ23a"},"recviXbIfmadT3VOa":{"Icon Shortname":"purpose/water","Technologies 2":["recXxbPXMPjlPZdYK"],"Name":"Water Efficiency","Description":"Reduces water use and/or helps conserve water. Find out more about water [efficiency] (https://en.wikipedia.org/wiki/Water_efficiency) and [conservation] (https://en.wikipedia.org/wiki/Water_conservation), and [green infrastructure] (https://en.wikipedia.org/wiki/Green_infrastructure).","Icon SVG":[{"id":"attiL9SsPjLUorTBA","url":"https://dl.airtable.com/.attachments/6afbe86f176808545620bd13d116ea75/33c623f7/purpose_water.svg","filename":"purpose_water.svg","size":1917,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/0cfeb7507722b2a8c3b4ce3dfef52389/fea1d7a8.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/679c6c129e24045a98cde5fc81b276fe/03a9cbc5.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/aa52b74062e6b7fb67ba601374ce846f/7a8b8a44.png","width":3000,"height":3000}}}],"Headline":"Purpose of this technology\n","TaxonomyTable":"Purpose","id":"recviXbIfmadT3VOa"},"recZgceLPkYJCZpsd":{"Icon Shortname":"purpose/emergency","Technologies 2":["rec7TlKtf6bBHLR9Q"],"Name":"Fire & Emergency","Description":"Supports services that ensure public safety and health related to [emergencies] (https://en.wikipedia.org/wiki/Emergency). Find out more about [emergency services] (https://en.wikipedia.org/wiki/Emergency_service).","Icon SVG":[{"id":"atti6WCUeXZh8AR8Z","url":"https://dl.airtable.com/.attachments/748241f3e25cd54fafccd5ac900aa22b/93a5a2fd/purpose_emergency.svg","filename":"purpose_emergency.svg","size":3064,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/cecd466d5f137d251552db4f00bd2205/8ca4911e.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/b56f701b444666c0d55f5ba7e54c8540/2a5d9b36.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/c91bca4ae6958aad4916d7d847e850f7/eef379b4.png","width":3000,"height":3000}}}],"Headline":"Purpose of this technology\n","TaxonomyTable":"Purpose","id":"recZgceLPkYJCZpsd"},"recgTs2mlAuCyUNyU":{"Icon Shortname":"purpose/black/health","Name":"Health","Description":"Supports the measurement or monitoring of the aspects of the physical environment that impacts human health, such as [radiation] (https://en.wikipedia.org/wiki/Radiation_protection) or [air quality] (https://en.wikipedia.org/wiki/Air_pollution), or in specific contexts such as the workplace. Find out more about [environmental monitoring] (https://en.wikipedia.org/wiki/Environmental_monitoring) and [occupational health and safety] (https://en.wikipedia.org/wiki/Occupational_safety_and_health) ","Icon SVG":[{"id":"attXCcYsvx76d6kdQ","url":"https://dl.airtable.com/.attachments/0ec4763f0f62624098f4af7705b8bca7/4f3c8044/purpose_health.svg","filename":"purpose_health.svg","size":2366,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/561bd0c1d94ff27f857020a34fdeceb3/3485a058.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/74c50aa05c46e8d893e7ad35853df655/e04fd3b1.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/18cd7b6ca9fabf5b49f19d146c301f18/8bcb76a7.png","width":3000,"height":3000}}}],"Headline":"Purpose of this technology\n","TaxonomyTable":"Purpose","id":"recgTs2mlAuCyUNyU"},"recwqZYAfG2u2GQVm":{"Icon Shortname":"purpose/agency","Name":"Agency & Interaction","Description":"Enables you to control or interact with aspects of a space or a technology. Find out more about [interactive media] (https://en.wikipedia.org/wiki/Interactive_media) and [virtual reality] (https://en.wikipedia.org/wiki/Virtual_reality)","Icon SVG":[{"id":"att68DX9oYX5wENlL","url":"https://dl.airtable.com/.attachments/dc1ac88222711c6aedafe77827239c9f/f71963b7/purpose_agency.svg","filename":"purpose_agency.svg","size":2604,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/da21a5f18f2f71a6231a4fcab30b2103/77a83703.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/3f3ad47db60f47e2174cb422050885c8/8ab068b7.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/5578de72766b895dfde6c4d46b60a6aa/fb7ca0e1.png","width":3000,"height":3000}}}],"Headline":"Purpose of this technology\n","TaxonomyTable":"Purpose","id":"recwqZYAfG2u2GQVm"},"recG2W9ln7lzTyO7N":{"Icon Shortname":"purpose/toggle","Technologies 2":["rectUkfDliWlZqKn2","recXxbPXMPjlPZdYK"],"Name":"Switch","Description":"Supports a mechanical function - such as turning a device on or off, opening or closing, or adjusting brightness and intensity. ","Icon SVG":[{"id":"attbTovJwvVGWCNEY","url":"https://dl.airtable.com/.attachments/4366e51b162a7c702b39e62edf547104/5503f065/purpose_toggle.svg","filename":"purpose_toggle.svg","size":1861,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/d4522010b1e9b37d6ca22851adab6f57/2711912a.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/5ef8ac49797334bba2b5b5cc1cb65926/62cd62f5.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/1981baa63ea38cb809d61333d6a808b6/7df9e83b.png","width":3000,"height":3000}}}],"Headline":"Purpose of this technology\n","TaxonomyTable":"Purpose","id":"recG2W9ln7lzTyO7N"},"recCnxB2UaGsdwPvu":{"Icon Shortname":"purpose/research","Name":"Research & Development","Description":"Supports exploratory research and testing. Find out more [here] (https://en.wikipedia.org/wiki/Research_and_development)","Icon SVG":[{"id":"attQMSC7Ngq3gdBIb","url":"https://dl.airtable.com/.attachments/b128e3910b5635b3dfa3ce17636ce40f/98a5d203/research.svg","filename":"research.svg","size":2574,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/f487b0fba73b76cd7e4dae9e293078ed/9e0e34bc.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/c754283152badd17c91657bf3ee4b94e/e948bcf7.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/7f2857ae3286115ef5ca78ccc5bb8789/c6d91dc8.png","width":3000,"height":3000}}}],"Headline":"Purpose of this technology\n","TaxonomyTable":"Purpose","id":"recCnxB2UaGsdwPvu"},"rec91GFfHmvQAO86m":{"Icon Shortname":"purpose/entry","Technologies 2":["recLZNgvRWCyJWKil"],"Name":"Entry","Description":"Supports authentication or validation in order to access a space or a service. Find out more [here] (https://en.wikipedia.org/wiki/Access_control)","Icon SVG":[{"id":"attmHr3MVbZF6dOKS","url":"https://dl.airtable.com/.attachments/ce8141f626022c7f91b3be6ae9e70e9e/97aa4be2/purpose_entry.svg","filename":"purpose_entry.svg","size":1997,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/79587ff50c078e739dcc85f75028da6b/47c960a7.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/21535a8ff294920822095e313a9424a2/02f60f31.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/bff0fbcd0c63dc7a6839aeb719dfa666/347b940c.png","width":3000,"height":3000}}}],"Headline":"Purpose of this technology\n","TaxonomyTable":"Purpose","id":"rec91GFfHmvQAO86m"},"recr0rmgllzLksoVD":{"Icon Shortname":"purpose/arts","Name":"Arts & Culture","Description":"Enables artistic and/or cultural expression. Find out more [here] (https://en.wikipedia.org/wiki/Interactive_art)","Icon SVG":[{"id":"attFallybpTsdIrAS","url":"https://dl.airtable.com/.attachments/d64617623c9a506b3de34406a78ec946/66982b24/purpose_arts.svg","filename":"purpose_arts.svg","size":1937,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/33cb1dbbe78438361b034e2e140ab27a/b47f27a4.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/d3559f7c6b9a53d215c826da9694b945/05af03ed.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/9ff56a72c8478eea22b89236f038cd94/8028644f.png","width":3000,"height":3000}}}],"Headline":"Purpose of this technology\n","TaxonomyTable":"Purpose","id":"recr0rmgllzLksoVD"},"recECqvyXj99ZyF5G":{"Description":"Data that can be accessed and downloaded online, either for free or for a fee\n","Icon SVG":[{"id":"attT1cWcGqvCsYIEK","url":"https://dl.airtable.com/.attachments/e3632cf18293433244c0e6583a710c54/f4bb5ccd/access_download.svg","filename":"access_download.svg","size":1675,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/16d9aab67af76107d18b473e84e45df9/faa56422.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/a1c4c6616a159a9be41b4c0b9fedc8e4/02091fc6.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/19026e07ce97583af7355f34d783742c/8c27c9fa.png","width":3000,"height":3000}}}],"Technologies":["recUQ7Wz9iuRygM5H"],"Name":"Available to download","Icon Shortname":"access/download","Headline":"Data Access","TaxonomyTable":"Access","id":"recECqvyXj99ZyF5G"},"recHQ1zgyRpz4dpB7":{"Description":"Data is available to 3rd parties not involved in the data activity. This does not always mean that data is being resold.","Icon SVG":[{"id":"atteL6qtpIHY1HkmB","url":"https://dl.airtable.com/.attachments/64d30dbe72b5564c4baa12b9bf8a0d8d/bd9e847f/access_3rdparty.svg","filename":"access_3rdparty.svg","size":2844,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/fc427b9dd89378cc5685350235eeab42/9caac22c.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/99ab2f653643c7e7b61d7673dd0c5162/da3134c6.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/03d2c092870b4db7a32034d5831f2b8e/1115df17.png","width":3000,"height":3000}}}],"Technologies":["rec7TlKtf6bBHLR9Q"],"Name":"Available to 3rd parties","Icon Shortname":"access/3rdparty","Headline":"Data Access","TaxonomyTable":"Access","id":"recHQ1zgyRpz4dpB7"},"recyucuHCdXyNzZQT":{"Description":"Available to me but not to other individuals. For example, as an individual you have access to all your electronic toll records for your car, but other individuals do not have access to that.","Icon SVG":[{"id":"atteALEbCD7K7ovxj","url":"https://dl.airtable.com/.attachments/3f51a477a1411eb8704689593924504d/27bedee5/access_yes.svg","filename":"access_yes.svg","size":2038,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/c177bee0bce09c3e39d8b9105c234c35/b2370bab.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/a1f2f081c80ebfc895ebe0b6f174142b/dcd56e7e.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/e134a49c72a4c90e74081a2382da4139/60b8853a.png","width":3000,"height":3000}}}],"Name":"Available to me","Icon Shortname":"access/yes","Headline":"Data Access","TaxonomyTable":"Access","id":"recyucuHCdXyNzZQT"},"recDaZuBYk73Kc4Cf":{"Description":"Not available to me or other individuals. As an individual, there isn't a way for you to access this data.\n","Icon SVG":[{"id":"attnElXVvqg7ymaoH","url":"https://dl.airtable.com/.attachments/447cbdad0fea2727c6a682924c35d814/f4074668/access_no.svg","filename":"access_no.svg","size":1679,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/3ba55ee37d173967ad1cc46c8c304712/101372f4.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/13d34d9e0c8b49505abf428eb9622672/f7c4ced3.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/d17ffef1f83b44b7aa9a65de3fdea97d/c09c9e20.png","width":3000,"height":3000}}}],"Technologies":["recbAeqVohzghEEik","recGwg0uwLtbBXYKn","recq9jrZscH3kp4nt","recUQ7Wz9iuRygM5H","recy3FWRF3Tzv9WgI"],"Name":"Not available to me","Icon Shortname":"access/no","Headline":"Data Access","TaxonomyTable":"Access","id":"recDaZuBYk73Kc4Cf"},"recqpfMYV7bHiD136":{"Description":"The data collected may be resold to other 3rd parties\n","Icon SVG":[{"id":"attvHjUXMQSCkGzyD","url":"https://dl.airtable.com/.attachments/917d8f2496d416d6f5a3a8dc8e0df191/11930a6f/access_resale.svg","filename":"access_resale.svg","size":3696,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/5b9da676cdb0a8ebf529095b8380296a/f9af4bb4.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/cb4ec658cf820f818f5df109ec5037c3/8e6c37ea.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/ecb12e3e754fa5322a5d4d1053fec17d/56a52cd2.png","width":3000,"height":3000}}}],"Name":"Available for resale","Icon Shortname":"access/resale","Headline":"Data Access","TaxonomyTable":"Access","id":"recqpfMYV7bHiD136"},"rec3bFFxozvoOstlG":{"Description":"Data is not available to the accountable organization *this can be customized*","Icon SVG":[{"id":"attnElXVvqg7ymaoH","url":"https://dl.airtable.com/.attachments/447cbdad0fea2727c6a682924c35d814/f4074668/access_no.svg","filename":"access_no.svg","size":1679,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/3ba55ee37d173967ad1cc46c8c304712/101372f4.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/13d34d9e0c8b49505abf428eb9622672/f7c4ced3.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/d17ffef1f83b44b7aa9a65de3fdea97d/c09c9e20.png","width":3000,"height":3000}}}],"Name":"Not available to the accountable organization","Icon Shortname":"access/no","Headline":"Data Access","TaxonomyTable":"Access","id":"rec3bFFxozvoOstlG"},"rec8HSQjhedZg8sG9":{"Description":"Data is not available to the data collection or technology provider *this can be customized*\n","Icon SVG":[{"id":"attnElXVvqg7ymaoH","url":"https://dl.airtable.com/.attachments/447cbdad0fea2727c6a682924c35d814/f4074668/access_no.svg","filename":"access_no.svg","size":1679,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/3ba55ee37d173967ad1cc46c8c304712/101372f4.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/13d34d9e0c8b49505abf428eb9622672/f7c4ced3.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/d17ffef1f83b44b7aa9a65de3fdea97d/c09c9e20.png","width":3000,"height":3000}}}],"Technologies":["recUQ7Wz9iuRygM5H"],"Name":"Not available to vendor","Icon Shortname":"access/no","Headline":"Data Access","TaxonomyTable":"Access","id":"rec8HSQjhedZg8sG9"},"recixrCNBYlYbwPCX":{"Description":"Data is available to the accountable organization *this can be customized*","Icon SVG":[{"id":"atteALEbCD7K7ovxj","url":"https://dl.airtable.com/.attachments/3f51a477a1411eb8704689593924504d/27bedee5/access_yes.svg","filename":"access_yes.svg","size":2038,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/c177bee0bce09c3e39d8b9105c234c35/b2370bab.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/a1f2f081c80ebfc895ebe0b6f174142b/dcd56e7e.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/e134a49c72a4c90e74081a2382da4139/60b8853a.png","width":3000,"height":3000}}}],"Technologies":["recbAeqVohzghEEik","recy3FWRF3Tzv9WgI","recUQ7Wz9iuRygM5H","recGwg0uwLtbBXYKn","recy6Bgiv3yAtKy4w","recq9jrZscH3kp4nt","recLZNgvRWCyJWKil"],"Name":"Available to the accountable organization","Icon Shortname":"access/yes","Headline":"Data Access","TaxonomyTable":"Access","id":"recixrCNBYlYbwPCX"},"reci1HsppmuByoZcp":{"Description":"Data is available to the data collection or technology provider *this can be customized*\n","Icon SVG":[{"id":"atteALEbCD7K7ovxj","url":"https://dl.airtable.com/.attachments/3f51a477a1411eb8704689593924504d/27bedee5/access_yes.svg","filename":"access_yes.svg","size":2038,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/c177bee0bce09c3e39d8b9105c234c35/b2370bab.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/a1f2f081c80ebfc895ebe0b6f174142b/dcd56e7e.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/e134a49c72a4c90e74081a2382da4139/60b8853a.png","width":3000,"height":3000}}}],"Technologies":["recbAeqVohzghEEik","recy3FWRF3Tzv9WgI","recy6Bgiv3yAtKy4w","recq9jrZscH3kp4nt","recLZNgvRWCyJWKil"],"Name":"Available to vendor","Icon Shortname":"access/yes","Headline":"Data Access","TaxonomyTable":"Access","id":"reci1HsppmuByoZcp"},"rec0iC9Cs5bkmD1pv":{"Icon SVG":[{"id":"attBC7UBEtCVcYfCb","url":"https://dl.airtable.com/.attachments/a1df74d7f150ac8d56b6f3c685b651c1/9e200520/wave.svg","filename":"wave.svg","size":2680,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/357d485e45a7895e512acde9a39e1b5a/935c2da8.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/289f92d8f49d597608c9624b0236a88e/61967270.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/1bd4c6c167d653a2a4402feeedde6dd7/f6885c28.png","width":3000,"height":3000}}}],"Technologies":["recLZNgvRWCyJWKil"],"Name":"Identifiable NFC","Description":"A wireless communication protocol for electronic devices that are within a short distance of each other, typically used in ticketing or payment systems. In this case, unique identification is possible, for example if a particular item is closely associated with an individual's [personal data] (https://en.wikipedia.org/wiki/Personal_data). Find out more [here] (https://en.wikipedia.org/wiki/Near-field_communication)","Icon Shortname":"tech/yellow/wave","Headline":"How this technology works","TaxonomyTable":"Technology Type","id":"rec0iC9Cs5bkmD1pv"},"rec3MeMFAwt7sLpsM":{"Icon SVG":[{"id":"att8U2RbLbum4UCH4","url":"https://dl.airtable.com/.attachments/d2d089995b5f2098441c44a7cb53afd0/3ac32e89/tech_wave.svg","filename":"tech_wave.svg","size":2593,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/6ad5c78335c00feb02e8ee721a13dac9/daca981c.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/ad2e16016d602aa69f287589fb28294c/3eeda32b.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/3b786f05ad700a556dcd844feae44ab9/c48227a6.png","width":3000,"height":3000}}}],"Name":"RFID ","Description":"Enables the identification of items using electromagnetic fields, commonly used to track inventory in stores, but not for identifying individual items. Find out more [here] (https://en.wikipedia.org/wiki/Radio-frequency_identification)","Icon Shortname":"tech/wave","Headline":"How this technology works","TaxonomyTable":"Technology Type","id":"rec3MeMFAwt7sLpsM"},"rec4SBltfrzwSQ6KS":{"Icon SVG":[{"id":"att8U2RbLbum4UCH4","url":"https://dl.airtable.com/.attachments/d2d089995b5f2098441c44a7cb53afd0/3ac32e89/tech_wave.svg","filename":"tech_wave.svg","size":2593,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/6ad5c78335c00feb02e8ee721a13dac9/daca981c.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/ad2e16016d602aa69f287589fb28294c/3eeda32b.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/3b786f05ad700a556dcd844feae44ab9/c48227a6.png","width":3000,"height":3000}}}],"Name":"NFC","Description":"A wireless communication protocol for electronic devices that are within a short distance of each other, typically used in ticketing or payment systems. No identifying data is collected in this case. Find out more [here] (https://en.wikipedia.org/wiki/Near-field_communication)","Icon Shortname":"tech/wave","Headline":"How this technology works","TaxonomyTable":"Technology Type","id":"rec4SBltfrzwSQ6KS"},"rec4zK9SAo58uWKTV":{"Icon SVG":[{"id":"attKXtd8qTyqHHuao","url":"https://dl.airtable.com/.attachments/5a1485ff194470e900e83fcc116fe880/b6df384b/tech_voice.svg","filename":"tech_voice.svg","size":1878,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/81671f89361693b430120eef2eed40e1/656bf57a.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/a35b7f2966f43a7f1a89c5aa993bbc40/a5b77d60.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/bd6bae434164268798d1818853104b43/80ed98ac.png","width":3000,"height":3000}}}],"Name":"Microphone","Description":"A device that collects audio. Find out more [here] (https://en.wikipedia.org/wiki/Microphone)","Icon Shortname":"tech/voice","Headline":"How this technology works","TaxonomyTable":"Technology Type","id":"rec4zK9SAo58uWKTV"},"rec8qxZmWF4J432DT":{"Icon SVG":[{"id":"attU9lndYD8Wkqzly","url":"https://dl.airtable.com/.attachments/a61f6438f3f27f79a1ca29513d2eee6f/ffc7c7a8/tech_water.svg","filename":"tech_water.svg","size":1712,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/4e1e689664b1abc3f6a1b0d959783b41/a9b1424f.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/9f469c775c9bf20cbd29635ab55dbbd0/7d6e560a.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/e5fd2ba98a09e9e37a46c7f4145b1400/fb42c31f.png","width":3000,"height":3000}}}],"Name":"Water Quality","Description":"Measures various aspects of water quality, such as the amount of dissolved oxygen in water, pH, nitrates and dissolved oxygen. Find out more [here] (https://en.wikipedia.org/wiki/Water_quality)\n\n","Icon Shortname":"tech/water","Headline":"How this technology works","TaxonomyTable":"Technology Type","id":"rec8qxZmWF4J432DT"},"recACLRfhdntKzFMw":{"Icon SVG":[{"id":"attHqKUHondCKLacB","url":"https://dl.airtable.com/.attachments/2d9c117bd8b121361d828d754b3ce1c6/79344780/tech_sound.svg","filename":"tech_sound.svg","size":1614,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/b3803e2911f8ec86441e77c3a93ca641/f41cb04b.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/ebdc87461abc42c7307b4874dc51f8de/81184f96.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/bc2b12fde3ef9e7c7cabab7c98578d84/7a6197af.png","width":3000,"height":3000}}}],"Name":"Sound Level Meter","Description":"Takes acoustic measurements, most typically for measuring noise pollution. Find out more [here] \n(https://en.wikipedia.org/wiki/Sound_level_meter) ","Icon Shortname":"tech/sound","Headline":"How this technology works","TaxonomyTable":"Technology Type","id":"recACLRfhdntKzFMw"},"recCJVmmlaf7L2jqZ":{"Icon SVG":[{"id":"attSQ4AcwhNxazo7m","url":"https://dl.airtable.com/.attachments/816316adddc5e1ef449ee1b96213528c/56805878/image.svg","filename":"image.svg","size":2198,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/c3f5deefb799b844aa5b229aa427ab2f/ef7e6a00.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/ee446e8e60eca094669006d13110efbc/91fc8481.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/c27ab345ce2c2e3816af7e421266e59b/9c9254de.png","width":3000,"height":3000}}}],"Name":"Identifiable Image","Description":"Collects [still images] (https://en.wikipedia.org/wiki/Image#Characteristics) of a sufficient resolution where individuals can be identified, for example by capturing images of faces or unique numbers such as vehicle license plates. Identifying information can be collected either through manual review of images by a person, or through [computer vision] (https://en.wikipedia.org/wiki/Computer_vision) techniques that derives information in the form of data from images. ","Icon Shortname":"tech/yellow/image","Headline":"How this technology works","TaxonomyTable":"Technology Type","id":"recCJVmmlaf7L2jqZ"},"recFYuZ3EW9APCNKd":{"Icon SVG":[{"id":"att8ApCURrEJUEaEV","url":"https://dl.airtable.com/.attachments/2cc039d288ae95ec1077c2c784f7a1fb/6d0ac1a6/tech_image.svg","filename":"tech_image.svg","size":2111,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/06930704d8ea7a2df58b747d605072a0/8772902a.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/1c3cec5ac46d151ff39e4a80de97f4dc/14bbf901.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/8df42aeabfb50fc55d88b8c58c56fd0f/dbe9aeff.png","width":3000,"height":3000}}}],"Name":"Still camera","Description":"Collects [still images] (https://en.wikipedia.org/wiki/Image#Characteristics). Find out more about cameras [here] (https://en.wikipedia.org/wiki/Camera)\n","Icon Shortname":"tech/image","Headline":"How this technology works","TaxonomyTable":"Technology Type","id":"recFYuZ3EW9APCNKd"},"recKgz9hI3NLy9pdO":{"Icon SVG":[{"id":"attUzwJrm2bZHc1tE","url":"https://dl.airtable.com/.attachments/b10e6285d82cd5c5226c8e32dcd6902a/1cd3224d/tech_light.svg","filename":"tech_light.svg","size":4893,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/c6e0a9226256f686f09fe96874afe032/ddb57c43.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/ba8ec8e2908d28a34ffe32ea5ded228d/5884124c.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/6f5886d281c024c84d3512a02f87510b/994a56ca.png","width":3000,"height":3000}}}],"Technologies":["recbAeqVohzghEEik","rectUkfDliWlZqKn2","recXxbPXMPjlPZdYK"],"Name":"Passive Infrared Sensor","Description":"An electronic sensor that measures infrared (IR) light radiating from objects in its field of view. Find out more [here] (https://en.wikipedia.org/wiki/Passive_infrared_sensor)\n","Icon Shortname":"tech/light","Headline":"How this technology works","TaxonomyTable":"Technology Type","id":"recKgz9hI3NLy9pdO"},"recLHqTaCnUej3c0G":{"Icon SVG":[{"id":"att8U2RbLbum4UCH4","url":"https://dl.airtable.com/.attachments/d2d089995b5f2098441c44a7cb53afd0/3ac32e89/tech_wave.svg","filename":"tech_wave.svg","size":2593,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/6ad5c78335c00feb02e8ee721a13dac9/daca981c.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/ad2e16016d602aa69f287589fb28294c/3eeda32b.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/3b786f05ad700a556dcd844feae44ab9/c48227a6.png","width":3000,"height":3000}}}],"Name":"Wireless Access Point","Description":"Provides wireless access to a wired computer network, or to the internet. Find out more [here] (https://en.wikipedia.org/wiki/Wireless_access_point)\n","Icon Shortname":"tech/wave","Headline":"How this technology works","TaxonomyTable":"Technology Type","id":"recLHqTaCnUej3c0G"},"recOwPzuZrASHrDQy":{"Icon SVG":[{"id":"att9KnwCg7GGXdT3Z","url":"https://dl.airtable.com/.attachments/6df8a0e4f87b2a4b4f1b38abe06a833c/9def2b95/wave.svg","filename":"wave.svg","size":2680,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/cde3aafc102178757d24f4ddd9921458/bae9df3d.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/32b2c6c9579aa6e707aa2f21d6d50071/28d1b855.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/448bcc2d0cbdaf9f44b2946cd28d2912/641096b0.png","width":3000,"height":3000}}}],"Technologies":["recLZNgvRWCyJWKil"],"Name":"Identifiable RFID","Description":"Enables the identification of items using electromagnetic fields, commonly used to track inventory in stores. In this case, unique identification is possible, for example if a particular item is closely associated with an individual's [personal data] (https://en.wikipedia.org/wiki/Personal_data). Find out more [here] (https://en.wikipedia.org/wiki/Radio-frequency_identification)","Icon Shortname":"tech/yellow/wave","Headline":"How this technology works","TaxonomyTable":"Technology Type","id":"recOwPzuZrASHrDQy"},"recPHXtcX27xl3pvh":{"Icon SVG":[{"id":"attUzwJrm2bZHc1tE","url":"https://dl.airtable.com/.attachments/b10e6285d82cd5c5226c8e32dcd6902a/1cd3224d/tech_light.svg","filename":"tech_light.svg","size":4893,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/c6e0a9226256f686f09fe96874afe032/ddb57c43.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/ba8ec8e2908d28a34ffe32ea5ded228d/5884124c.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/6f5886d281c024c84d3512a02f87510b/994a56ca.png","width":3000,"height":3000}}}],"Technologies":["recq9jrZscH3kp4nt"],"Name":"LiDAR","Description":"Uses lasers to measure distances to objects, collecting data that can create a 3-D representation of the object. Find out more [here] (https://en.wikipedia.org/wiki/Lidar)\n","Icon Shortname":"tech/light","Headline":"How this technology works","TaxonomyTable":"Technology Type","id":"recPHXtcX27xl3pvh"},"recRvZjb5L7HUoUd2":{"Icon SVG":[{"id":"attPiRknymPhPwz4Q","url":"https://dl.airtable.com/.attachments/64796a31813798c1930556dc9a1a8d13/cc0b77d8/voice.svg","filename":"voice.svg","size":1965,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/0d0fcc12cac5484d990578ffb7e5a49d/27a4be51.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/46242b579e247e0536ad13c447fc1c77/a8798f3e.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/923cc44a12474d69d8e0bf3c12c20189/5aca304a.png","width":3000,"height":3000}}}],"Name":"Identifiable Voice","Description":"Audio data is collected that does or can identify individuals, either through manual review or by technologies that can determine either what is being said, or who is saying it. Find out more about [speech recognition] (https://en.wikipedia.org/wiki/Speech_recognition) or [speaker recognition] (https://en.wikipedia.org/wiki/Speaker_recognition).\n\n","Icon Shortname":"tech/yellow/voice","Headline":"How this technology works","TaxonomyTable":"Technology Type","id":"recRvZjb5L7HUoUd2"},"recU1rWEmqLYghGQp":{"Icon SVG":[{"id":"attU9lndYD8Wkqzly","url":"https://dl.airtable.com/.attachments/a61f6438f3f27f79a1ca29513d2eee6f/ffc7c7a8/tech_water.svg","filename":"tech_water.svg","size":1712,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/4e1e689664b1abc3f6a1b0d959783b41/a9b1424f.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/9f469c775c9bf20cbd29635ab55dbbd0/7d6e560a.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/e5fd2ba98a09e9e37a46c7f4145b1400/fb42c31f.png","width":3000,"height":3000}}}],"Name":"Soil Moisture Sensor","Description":"Soil moisture sensors measures the water content in soil. Find out more [here] (https://en.wikipedia.org/wiki/Soil_moisture_sensor)\n","Icon Shortname":"tech/water","Headline":"How this technology works","TaxonomyTable":"Technology Type","id":"recU1rWEmqLYghGQp"},"recU2PNLCIysczD2E":{"Icon SVG":[{"id":"att8ApCURrEJUEaEV","url":"https://dl.airtable.com/.attachments/2cc039d288ae95ec1077c2c784f7a1fb/6d0ac1a6/tech_image.svg","filename":"tech_image.svg","size":2111,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/06930704d8ea7a2df58b747d605072a0/8772902a.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/1c3cec5ac46d151ff39e4a80de97f4dc/14bbf901.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/8df42aeabfb50fc55d88b8c58c56fd0f/dbe9aeff.png","width":3000,"height":3000}}}],"Name":"Still camera - infrared","Description":"Collects still images in the [infrared] (https://en.wikipedia.org/wiki/Infrared_photography) portion of the electromagnetic spectrum.","Icon Shortname":"tech/image","Headline":"How this technology works","TaxonomyTable":"Technology Type","id":"recU2PNLCIysczD2E"},"recXyTxOQwBnziUDb":{"Icon SVG":[{"id":"attUzwJrm2bZHc1tE","url":"https://dl.airtable.com/.attachments/b10e6285d82cd5c5226c8e32dcd6902a/1cd3224d/tech_light.svg","filename":"tech_light.svg","size":4893,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/c6e0a9226256f686f09fe96874afe032/ddb57c43.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/ba8ec8e2908d28a34ffe32ea5ded228d/5884124c.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/6f5886d281c024c84d3512a02f87510b/994a56ca.png","width":3000,"height":3000}}}],"Name":"Radar","Description":"Uses radio waves to detect objects, or measure how they are moving through a space, such as vehicles. Find out more [here] (https://en.wikipedia.org/wiki/Radar)\n","Icon Shortname":"tech/light","Headline":"How this technology works","TaxonomyTable":"Technology Type","id":"recXyTxOQwBnziUDb"},"recXz6luZQk3mrhdr":{"Icon SVG":[{"id":"attRAaqqGGuJufvPO","url":"https://dl.airtable.com/.attachments/24939615af4ce6cbd98b5f4ec808166b/e3e2a4f3/tech_video.svg","filename":"tech_video.svg","size":1711,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/1c3f67874e254223f07e1702c25c72fb/45747a36.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/eded183898f27148e9c06391e73540cd/dfb1f86c.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/a3e62613a0d46b02096a432c61910259/5342e01f.png","width":3000,"height":3000}}}],"Name":"Video camera","Description":"Collects video footage. Find out more [here] (https://en.wikipedia.org/wiki/Video). ","Icon Shortname":"tech/video","Headline":"How this technology works","TaxonomyTable":"Technology Type","id":"recXz6luZQk3mrhdr"},"recYJtpoMAz7ejP5E":{"Icon SVG":[{"id":"attbBNSbjnL3eTgD5","url":"https://dl.airtable.com/.attachments/64eff05da9065ed816bafc203b0d54e6/3c57b5f4/video.svg","filename":"video.svg","size":1792,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/8cf9ef9d50d746f1c0889c3d4896faae/e7a420d0.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/603cfdeef24f04d0c881f27dc2951851/cad5dcf2.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/5432c6dc4f3b5caff77cbffef58dfad1/cdfd37af.png","width":3000,"height":3000}}}],"Name":"De-identified Video","Description":"Collects [video footage] (https://en.wikipedia.org/wiki/Video) of a sufficient resolution where individuals can be identified, for example by capturing images of faces or unique numbers such as vehicle license plates. However, the video is processed in a way that removes identifying characteristics before it is used or stored (known as *de-identified before first use* or *de-identified on device*), for example by blurring faces using [computer vision] (https://en.wikipedia.org/wiki/Computer_vision). Find out more about [de-identification] (https://en.wikipedia.org/wiki/De-identification)\n\n\n","Icon Shortname":"tech/blue/video","Headline":"How this technology works","TaxonomyTable":"Technology Type","id":"recYJtpoMAz7ejP5E"},"recaKfc3j3xvwtWlC":{"Icon SVG":[{"id":"attqISaH4VSJyCXn3","url":"https://dl.airtable.com/.attachments/58c25ea3fc48f6dc34d2e1e982312c0f/44ec80e1/tech_air.svg","filename":"tech_air.svg","size":3422,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/ce20d4c375091e5b998f41c5490f7fc1/48783c0c.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/cf4ee41737c8520bc912cc5fb85c8bb6/6575148d.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/c87adc0129d74280d081bb2d57fa5594/f5c5b71d.png","width":3000,"height":3000}}}],"Technologies":["rec7TlKtf6bBHLR9Q"],"Name":"Air Quality ","Description":"Measures various aspects of air quality, such as [pollen] (https://en.wikipedia.org/wiki/Pollen), [particulate matter] (https://en.wikipedia.org/wiki/Particulate_pollution), [ozone] (https://en.wikipedia.org/wiki/Ozone#Ozone_in_Earth's_atmosphere), and [greenhouse gases] (https://en.wikipedia.org/wiki/Greenhouse_gas). Find out more [here] (https://en.wikipedia.org/wiki/Air_pollution)","Icon Shortname":"tech/air","Headline":"How this technology works","TaxonomyTable":"Technology Type","id":"recaKfc3j3xvwtWlC"},"recaiCujVhd1JH15g":{"Icon SVG":[{"id":"att1KUUCIUCz65YWM","url":"https://dl.airtable.com/.attachments/e68f2aa14b0a1e913ffbd0401f156312/a08437b6/voice.svg","filename":"voice.svg","size":1959,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/6b68c4f2b8f815238008eb9a007980cd/ee35063d.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/7c0c7ac94059c520fb16e2a913d3d9ae/64c9fdbe.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/140d6d1edc630ded2b52480d2c9afb6e/682ae98a.png","width":3000,"height":3000}}}],"Name":"De-identified Voice","Description":"Audio data is collected that does or can identify individuals, either through manual review or technologies that can determine either what is being said, or who is saying it. Find out more about [speech recognition] (https://en.wikipedia.org/wiki/Speech_recognition) or [speaker recognition] (https://en.wikipedia.org/wiki/Speaker_recognition). Data is processed in a way that removes identifying characteristics before it is used or stored (known as *de-identified before first use* or *de-identified on device*). Find out more [here] (https://en.wikipedia.org/wiki/De-identification)\n\n\n","Icon Shortname":"tech/blue/voice","Headline":"How this technology works","TaxonomyTable":"Technology Type","id":"recaiCujVhd1JH15g"},"recbYHgTTk2SEF9pC":{"Icon SVG":[{"id":"attKXtd8qTyqHHuao","url":"https://dl.airtable.com/.attachments/5a1485ff194470e900e83fcc116fe880/b6df384b/tech_voice.svg","filename":"tech_voice.svg","size":1878,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/81671f89361693b430120eef2eed40e1/656bf57a.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/a35b7f2966f43a7f1a89c5aa993bbc40/a5b77d60.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/bd6bae434164268798d1818853104b43/80ed98ac.png","width":3000,"height":3000}}}],"Name":"Assistance Station","Description":"Provides access to assistive services. Examples include [assistive technologies] (https://en.wikipedia.org/wiki/Assistive_technology) and [virtual assistants] (https://en.wikipedia.org/wiki/Virtual_assistant)\n","Icon Shortname":"tech/voice","Headline":"How this technology works","TaxonomyTable":"Technology Type","id":"recbYHgTTk2SEF9pC"},"reciL3ObprzjSJ21a":{"Icon SVG":[{"id":"attdcuhq8QgsExrV3","url":"https://dl.airtable.com/.attachments/e1d831f92d2d8e241925fdfd24eedf22/d157d5d6/image.svg","filename":"image.svg","size":2192,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/cc3a9b4d1b4c1a4a58796002ff9a1e70/551c2a59.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/e58e2844269d9e8098f16cdc485f88f9/d6fe8953.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/8e27d68fd8eaaf92df2b0dd2cd146184/dd6fe70b.png","width":3000,"height":3000}}}],"Technologies":["recUQ7Wz9iuRygM5H"],"Name":"De-identified Image","Description":"Collects [still images] (https://en.wikipedia.org/wiki/Image#Characteristics) of a sufficient resolution where individuals can be identified, for example by capturing images of faces or unique numbers such as vehicle license plates. However, images are processed in a way that removes identifying characteristics before it is used or stored (known as *de-identified before first use* or *de-identified on device*), for example by blurring faces using [computer vision] (https://en.wikipedia.org/wiki/Computer_vision). Find out more about [de-identification] (https://en.wikipedia.org/wiki/De-identification)\n\n\n","Icon Shortname":"tech/blue/image","Headline":"How this technology works","TaxonomyTable":"Technology Type","id":"reciL3ObprzjSJ21a"},"recjMTQAgsbEOBL3Y":{"Icon SVG":[{"id":"attumekHAJkm4Boxe","url":"https://dl.airtable.com/.attachments/cff834652ea819c4ea9f49185fe25aad/06962b43/video.svg","filename":"video.svg","size":1798,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/1e2bce515a9a792582e0c7654dfb983d/7582424b.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/b841427a0e74f838a472d077c0d43c32/c8a1563f.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/d1e699990126f5cafad6426ba9e677c9/b7172146.png","width":3000,"height":3000}}}],"Technologies":["recy3FWRF3Tzv9WgI","recLZNgvRWCyJWKil"],"Name":"Identifiable Video","Description":"Collects [video footage] (https://en.wikipedia.org/wiki/Video) of a sufficient resolution where individuals can be identified, for example by capturing images of faces or unique numbers such as vehicle license plates. Identifying information can be collected either through manual review by a person, or through [computer vision] (https://en.wikipedia.org/wiki/Computer_vision) techniques that derives information in the form of data from video or images. \n","Icon Shortname":"tech/yellow/video","Headline":"How this technology works","TaxonomyTable":"Technology Type","id":"recjMTQAgsbEOBL3Y"},"recuE3ysN2PW1ahuN":{"Icon SVG":[{"id":"attqISaH4VSJyCXn3","url":"https://dl.airtable.com/.attachments/58c25ea3fc48f6dc34d2e1e982312c0f/44ec80e1/tech_air.svg","filename":"tech_air.svg","size":3422,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/ce20d4c375091e5b998f41c5490f7fc1/48783c0c.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/cf4ee41737c8520bc912cc5fb85c8bb6/6575148d.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/c87adc0129d74280d081bb2d57fa5594/f5c5b71d.png","width":3000,"height":3000}}}],"Technologies":["recGwg0uwLtbBXYKn","recy6Bgiv3yAtKy4w"],"Name":"Thermometer","Description":"Measures the temperature of or changes of temperature in the physical environment, and quantifies those attributes according to a standardized scale such as Celsius or Fahrenheit. Find more more [here] (https://en.wikipedia.org/wiki/Thermometer)","Icon Shortname":"tech/air","Headline":"How this technology works","TaxonomyTable":"Technology Type","id":"recuE3ysN2PW1ahuN"},"recvoRHtNd1ef7VmR":{"Icon SVG":[{"id":"attqISaH4VSJyCXn3","url":"https://dl.airtable.com/.attachments/58c25ea3fc48f6dc34d2e1e982312c0f/44ec80e1/tech_air.svg","filename":"tech_air.svg","size":3422,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/ce20d4c375091e5b998f41c5490f7fc1/48783c0c.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/cf4ee41737c8520bc912cc5fb85c8bb6/6575148d.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/c87adc0129d74280d081bb2d57fa5594/f5c5b71d.png","width":3000,"height":3000}}}],"Name":"Weather Station","Description":"A set of instruments for measuring atmospheric conditions such as temperature, precipitation, wind speed and direction, and barometric pressure. Find out more [here] (https://en.wikipedia.org/wiki/Weather_station)\n","Icon Shortname":"tech/air","Headline":"How this technology works","TaxonomyTable":"Technology Type","id":"recvoRHtNd1ef7VmR"},"reczS13FeEGchbNv8":{"Icon SVG":[{"id":"attju8wLlKic4PN5N","url":"https://dl.airtable.com/.attachments/47bafe1bcb3968a32f496937e4cadff4/3548f87f/tech_video.svg","filename":"tech_video.svg","size":1711,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/9f55007f2015f1f77bd274220e5aa83e/ea22ba30.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/4a814bd3f20bcef4041cf7dbca3f1e14/f50efa46.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/280c351ed15fed387c7a5ab0b467fc13/e029c247.png","width":3000,"height":3000}}}],"Name":"Video camera - infrared","Description":"Collects video footage in the [infrared] (https://en.wikipedia.org/wiki/Infrared_photography) portion of the electromagnetic spectrum.\n \n","Icon Shortname":"tech/video","Headline":"How this technology works","TaxonomyTable":"Technology Type","id":"reczS13FeEGchbNv8"}} + +var databaseContent = {"Places":[{"Name":"307","Headline":"307 Lake Shore Blvd East","Description":"307 is the central office and \nexperimental workspace for Sidewalk Labs in Toronto. This is where we work every day, exploring many of the ideas that might become part of a future neighbourhood.\n\nFundamental to our process is co-creation. This means making the ideas we’re exploring accessible to everyone, creating a venue for new ideas from the community to emerge, and workshopping ideas together. We believe this open process will help create a much better neighbourhood — a place that is inclusive and can become a beacon for people-centred urban innovation. [More information here.](https://sidewalktoronto.ca/get-involved/307-landing/)","Technologies":["recbAeqVohzghEEik","recy3FWRF3Tzv9WgI","recUQ7Wz9iuRygM5H","recGwg0uwLtbBXYKn","recq9jrZscH3kp4nt","rec7TlKtf6bBHLR9Q","recy6Bgiv3yAtKy4w","rectUkfDliWlZqKn2","recXxbPXMPjlPZdYK","recLZNgvRWCyJWKil"],"TaxonomyTable":"Places","id":"recF96UiECiyMk6t0"}],"Instances":[{"Headline":"Infrared sensors detect motion to measure occupancy","Phone number":"555-555-5555","Technology Type":["recKgz9hI3NLy9pdO"],"Place":["recF96UiECiyMk6t0"],"Access":["recixrCNBYlYbwPCX","recDaZuBYk73Kc4Cf","reci1HsppmuByoZcp"],"Storage":["recmwL36TwS7QunV6","receBDzecPLLtWX5x","recBeQ1dGs95akIoX"],"Onsite staff":"Yes","Data Process":["recE7mLNb2gmv2CuC","recB4IJLGC35gVPpW","recjLd4pIIMQaNcot"],"Description":"Infrared occupancy sensors measure the number of people who are in a given temperature control zone in a building, in order to adjust the thermostat. This is part of a pilot to use occupancy, thermostat, comfort and weather data to determine ways to reduce energy, an aspect of our climate goals.","Data Type":["recayvgBssg0Gb1KS","recTFoeo30tBSDH1I"],"Name":"Infrared Motion Sensor","Email address":"dtpr-hello@sidewalklabs.com","Accountability":["recFFo7YEqGz2EWLh"],"Purpose":["recmJUrdMfDggeqhD"],"TaxonomyTable":"Instances","id":"recbAeqVohzghEEik"},{"Headline":"Security cameras are in use in this area.","Phone number":"555-555-5555","Technology Type":["recjMTQAgsbEOBL3Y"],"Place":["recF96UiECiyMk6t0"],"Access":["recixrCNBYlYbwPCX","reci1HsppmuByoZcp","recDaZuBYk73Kc4Cf"],"Storage":["reccTmXOiW4Ji428H","recBeQ1dGs95akIoX"],"Onsite staff":"Yes","Data Process":["recE7mLNb2gmv2CuC","recYiKjpLdjYxxFMt"],"Description":"Video recording is used on these premises for security reasons, and only reviewed in the case of an event. If you have any questions contact privacy@sidewalklabs.com","Data Type":["recayvgBssg0Gb1KS","rec7ZrXrkubsdUWr5"],"Name":"Security Camera","Email address":"dtpr-hello@sidewalklabs.com","Accountability":["recFFo7YEqGz2EWLh"],"Purpose":["recECDDNeQUnMydqS"],"TaxonomyTable":"Instances","id":"recy3FWRF3Tzv9WgI"},{"Headline":"Computer vision sensor assesses mobility patterns","Phone number":"555-555-5555","Technology Type":["reciL3ObprzjSJ21a"],"Place":["recF96UiECiyMk6t0"],"Access":["recixrCNBYlYbwPCX","rec8HSQjhedZg8sG9","recECqvyXj99ZyF5G","recDaZuBYk73Kc4Cf"],"Storage":["recBeQ1dGs95akIoX","recWUYHXZxCrAcv2k","receBDzecPLLtWX5x","recuhyC6FHVtdnhoM"],"Onsite staff":"Yes","Data Process":["recE7mLNb2gmv2CuC","recB4IJLGC35gVPpW","recjLd4pIIMQaNcot","recYiKjpLdjYxxFMt"],"Description":"De-identified data for planning and research purposes is collected in this area for Sidewalk Labs to measure how visitors move around and engage with our exhibits and prototypes inside 307. ","Data Type":["recayvgBssg0Gb1KS","rec7ZrXrkubsdUWr5","reczKBiIjttJheiKB","recTFoeo30tBSDH1I"],"Name":"Numina Sensor","Pano360":[{"id":"att1kAvmZtxp7XhOD","url":"https://dl.airtable.com/.attachments/05d4bd60a1a2ab989eeccfba0269fc0e/6f7590fe/307_numina.jpg","filename":"307_numina.jpg","size":6752245,"type":"image/jpeg","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/67320471890ecb50ccc15af013ffc83e/65f2f89e","width":72,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/9d472d32fc4ef53bfb27f81289f717e6/6a23096a","width":1024,"height":512},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/8aac55c6439581c9d8b21e2fe5e7ef1f/0294da5a","width":3000,"height":3000}}}],"Email address":"dtpr-hello@sidewalklabs.com","Accountability":["recFFo7YEqGz2EWLh"],"Purpose":["recRZfgDZOFHg9pBo"],"TaxonomyTable":"Instances","id":"recUQ7Wz9iuRygM5H"},{"Headline":"The temperature of this space is monitored","Phone number":"555-555-5555","Technology Type":["recuE3ysN2PW1ahuN"],"Place":["recF96UiECiyMk6t0"],"Access":["recixrCNBYlYbwPCX","recDaZuBYk73Kc4Cf"],"Storage":["recmwL36TwS7QunV6","receBDzecPLLtWX5x","recBeQ1dGs95akIoX"],"Onsite staff":"Yes","Data Process":["recE7mLNb2gmv2CuC","recnbbw6eB11DqIfb"],"Description":"Air temperature is monitored as part of a pilot to use occupancy, thermostat, comfort and weather data to determine ways to reduce energy, an aspect of our climate goals. ","Data Type":["recayvgBssg0Gb1KS"],"Name":"Temperature Sensor","Email address":"dtpr-hello@sidewalklabs.com","Accountability":["recFFo7YEqGz2EWLh"],"Purpose":["recmJUrdMfDggeqhD"],"TaxonomyTable":"Instances","id":"recGwg0uwLtbBXYKn"},{"Headline":"Infrared depth sensors measure the occupancy of the space","Phone number":"555-555-5555","Technology Type":["recPHXtcX27xl3pvh"],"Place":["recF96UiECiyMk6t0"],"Access":["recixrCNBYlYbwPCX","reci1HsppmuByoZcp","recDaZuBYk73Kc4Cf"],"Storage":["recmwL36TwS7QunV6","recBeQ1dGs95akIoX","receBDzecPLLtWX5x"],"Onsite staff":"Yes","Data Process":["recE7mLNb2gmv2CuC","recB4IJLGC35gVPpW","recjLd4pIIMQaNcot","recEdoqUSet2KTxuf"],"Description":"Infrared depth sensors installed over doorways calculate the number of people who are in a given temperature control zone in a building, in order to adjust the thermostat. This is part of a pilot to use occupancy, thermostat, comfort and weather data to determine ways to reduce energy, an aspect of our climate goals.","Data Type":["recayvgBssg0Gb1KS","rec7ZrXrkubsdUWr5"],"Name":"Infrared Depth Sensors","Email address":"dtpr-hello@sidewalklabs.com","Accountability":["recFFo7YEqGz2EWLh"],"Purpose":["recmJUrdMfDggeqhD"],"TaxonomyTable":"Instances","id":"recq9jrZscH3kp4nt"},{"Headline":"Smoke detectors monitor for signs of smoke ","Phone number":"555-555-5555","Technology Type":["recaKfc3j3xvwtWlC"],"Place":["recF96UiECiyMk6t0"],"Access":["recHQ1zgyRpz4dpB7"],"Storage":["recLXL6RbCrrKSdg2"],"Onsite staff":"Yes","Data Process":["recnbbw6eB11DqIfb"],"Description":"Smoke detectors are used to reduce the risk of damage or injury that can result from a fire. They provide early warnings either visually or audibly, of the presence of indicators of fire, such as smoke or carbon monoxide.","Data Type":["recayvgBssg0Gb1KS","rec7ZrXrkubsdUWr5"],"Name":"Smoke Detector","Email address":"dtpr-hello@sidewalklabs.com","Accountability":["recFFo7YEqGz2EWLh"],"Purpose":["recZgceLPkYJCZpsd","recECDDNeQUnMydqS"],"TaxonomyTable":"Instances","id":"rec7TlKtf6bBHLR9Q"},{"Headline":"The temperature of this space is controlled","Phone number":"555-555-5555","Technology Type":["recuE3ysN2PW1ahuN"],"Place":["recF96UiECiyMk6t0"],"Access":["recixrCNBYlYbwPCX","reci1HsppmuByoZcp"],"Storage":["receBDzecPLLtWX5x","recmwL36TwS7QunV6","recBeQ1dGs95akIoX"],"Onsite staff":"Yes","Data Process":["recE7mLNb2gmv2CuC","recnbbw6eB11DqIfb"],"Description":"The thermostat senses the temperature of the area and makes adjustments in order to keep the conditions near the desired setting for the area. This is part of a pilot to use occupancy, thermostat, comfort and weather data to determine ways to reduce energy, an aspect of our climate goals\n","Data Type":["recayvgBssg0Gb1KS"],"Name":"Thermostat","Email address":"dtpr-hello@sidewalklabs.com","Accountability":["recFFo7YEqGz2EWLh"],"Purpose":["recmJUrdMfDggeqhD"],"TaxonomyTable":"Instances","id":"recy6Bgiv3yAtKy4w"},{"Headline":"Motion is sensed and turns the lights on","Phone number":"555-555-5555","Technology Type":["recKgz9hI3NLy9pdO"],"Place":["recF96UiECiyMk6t0"],"Storage":["rec7XCOACfduK9r1K"],"Onsite staff":"Yes","Data Process":["recnbbw6eB11DqIfb"],"Description":"The light switch is equipped with a passive infrared sensor which turns on the lights when motion is detected\n","Data Type":["rec6Oi01BQBeSAwrO"],"Name":"Light Switches","Email address":"dtpr-hello@sidewalklabs.com","Accountability":["recFFo7YEqGz2EWLh"],"Purpose":["recG2W9ln7lzTyO7N","recmJUrdMfDggeqhD"],"TaxonomyTable":"Instances","id":"rectUkfDliWlZqKn2"},{"Headline":"A proximity sensors turns the faucet on and off","Phone number":"555-555-5555","Technology Type":["recKgz9hI3NLy9pdO"],"Place":["recF96UiECiyMk6t0"],"Storage":["rec7XCOACfduK9r1K"],"Onsite staff":"Yes","Data Process":["recnbbw6eB11DqIfb"],"Description":"The faucet is equipped with an infrared proximity sensor that detects when hands are brought near the faucet and turns the faucet on.","Data Type":["rec6Oi01BQBeSAwrO"],"Name":"Faucet Switches","Email address":"dtpr-hello@sidewalklabs.com","Accountability":["recFFo7YEqGz2EWLh"],"Purpose":["recviXbIfmadT3VOa","recG2W9ln7lzTyO7N"],"TaxonomyTable":"Instances","id":"recXxbPXMPjlPZdYK"},{"Headline":"A keyless entry system provides access to 307","Phone number":"555-555-5555","Technology Type":["rec0iC9Cs5bkmD1pv","recjMTQAgsbEOBL3Y","recOwPzuZrASHrDQy"],"Place":["recF96UiECiyMk6t0"],"Access":["recixrCNBYlYbwPCX","reci1HsppmuByoZcp"],"Storage":["recLXL6RbCrrKSdg2"],"Onsite staff":"Yes","Data Process":["recXHxm467ce42hC2"],"Description":"A RFID reader uses radio waves to detect the proximity of an entry card near the lock, at which point identifying information about the user of the card is transmitted to a security computer.","Data Type":["recayvgBssg0Gb1KS","rectktQ5QjzTGw8Kj"],"Name":"Door Lock","Email address":"dtpr-hello@sidewalklabs.com","Accountability":["recFFo7YEqGz2EWLh"],"Purpose":["rec91GFfHmvQAO86m"],"TaxonomyTable":"Instances","id":"recLZNgvRWCyJWKil"}],"Data Type":[{"Description":"Data that has one of two data values, for example true and false. Find out more [here] (https://en.wikipedia.org/wiki/Boolean_data_type)\n","Icon SVG":[{"id":"attg6HwEMLFlV5Sbb","url":"https://dl.airtable.com/.attachments/af5ea2a76326cd7e5c2254aedf1f0e78/02004996/data_boolean.svg","filename":"data_boolean.svg","size":2694,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/af9fcdb95e98e626a3fca6e1bb55fd6c/8ee7de5f.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/86ae1b4be404017bec0545105011e76e/3cb6cbb1.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/f9522eb8db7dee1c328a2585455f332f/c2b5f72c.png","width":3000,"height":3000}}}],"Icon Shortname":"data/boolean","Technologies":["rectUkfDliWlZqKn2","recXxbPXMPjlPZdYK"],"Headline":"Type of data collected","Name":"Boolean","TaxonomyTable":"Data Type","id":"rec6Oi01BQBeSAwrO"},{"Description":"A digital image is composed of a grid of individual pixels. Find out more at [digital image] (https://en.wikipedia.org/wiki/Digital_image)","Icon SVG":[{"id":"att7PYXFn0wb6aaFy","url":"https://dl.airtable.com/.attachments/7603f11f999a1400ec58010cc54a023b/e73d4a20/data_pixels.svg","filename":"data_pixels.svg","size":2345,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/39b903a9f52b978a5d8296445d9221fb/3789f95d.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/b727bedf5be7cf674f1225acd5d2e368/a9f36637.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/dc691835cc662279f126cda208067ee6/28d4dc57.png","width":3000,"height":3000}}}],"Icon Shortname":"data/pixels","Technologies":["recy3FWRF3Tzv9WgI","recUQ7Wz9iuRygM5H","recq9jrZscH3kp4nt","rec7TlKtf6bBHLR9Q"],"Headline":"Type of data collected","Name":"Pixel-based Image","TaxonomyTable":"Data Type","id":"rec7ZrXrkubsdUWr5"},{"Description":"Data that is stored in a table, where values are stored in rows and columns. More [here] (https://en.wikipedia.org/wiki/Table_(information))\n","Icon SVG":[{"id":"attLwkom90l6y11Dh","url":"https://dl.airtable.com/.attachments/740c431fda28eb7efce936060a12246e/940b591b/data_table.svg","filename":"data_table.svg","size":3810,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/190a7ed85fab4a92a4684cb345537972/b4a599e6.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/b4f5437ea0abea554feb34976760d7c4/7178b3fe.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/3f977bf8824e4d3eb87de3e4d1e3dd75/6fb9e6ba.png","width":3000,"height":3000}}}],"Icon Shortname":"data/table","Technologies":["recbAeqVohzghEEik","recUQ7Wz9iuRygM5H"],"Headline":"Type of data collected","Name":"Tabular","TaxonomyTable":"Data Type","id":"recTFoeo30tBSDH1I"},{"Description":"Measurements that are collected at regular intervals over a period of time. For example see [time series data] (https://en.wikipedia.org/wiki/Time_series).","Icon SVG":[{"id":"att2pgPoKKMW0f7Pz","url":"https://dl.airtable.com/.attachments/8de5a45803f0098554d51147d3db65dd/7155db92/data_values.svg","filename":"data_values.svg","size":1524,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/9b01a4eb9dd00858ff76b9eee3facd96/49a1a3eb.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/74bf5c650b6896330570f245216e3574/7403a0b2.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/789210e4046a321b355d9f91aa75ad90/9e8ca131.png","width":3000,"height":3000}}}],"Icon Shortname":"data/values","Technologies":["recbAeqVohzghEEik","recy3FWRF3Tzv9WgI","recUQ7Wz9iuRygM5H","recGwg0uwLtbBXYKn","recq9jrZscH3kp4nt","rec7TlKtf6bBHLR9Q","recy6Bgiv3yAtKy4w","recLZNgvRWCyJWKil"],"Headline":"Type of data collected","Name":"Values / Time","TaxonomyTable":"Data Type","id":"recayvgBssg0Gb1KS"},{"Description":"Compressed data into a binary format. Find out more [here] (https://en.wikipedia.org/wiki/Binary_file)","Icon SVG":[{"id":"attIoiuvuKbpuiHGl","url":"https://dl.airtable.com/.attachments/875cff8de4a802b73fe3fa24375d4e47/9501191b/data_binary.svg","filename":"data_binary.svg","size":7251,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/38747cb63c43d5cc2bb508ac5fe93512/34274e10.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/80e1528fb6fb0a845ecd38e98ac88867/9b815cea.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/5c9f2ae242022a3e2502297b497e4cfa/0c35b379.png","width":3000,"height":3000}}}],"Icon Shortname":"data/binary","Technologies":["recLZNgvRWCyJWKil"],"Headline":"Type of data collected","Name":"Binary","TaxonomyTable":"Data Type","id":"rectktQ5QjzTGw8Kj"},{"Description":"Data that represents a location, such as an address, a place name or geographic coordinates; or a structure, such as a floorplan. Find out more about [geospatial data] (https://en.wikipedia.org/wiki/Geographic_data_and_information) and [building information models] (https://en.wikipedia.org/wiki/Building_information_modeling)\n","Icon SVG":[{"id":"attXld4nNjIomAygQ","url":"https://dl.airtable.com/.attachments/e534c747f4fd6438b68b9e72e6605169/cc206d08/data_spatial.svg","filename":"data_spatial.svg","size":4587,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/e490de02971dccabaa3c5fd7d80a8274/7d3dae02.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/8c29dfd57c46e2367c3e985f7f3573c4/230d30de.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/fd79ce23930ea144c7369e27a7e7fa3e/648d1645.png","width":3000,"height":3000}}}],"Icon Shortname":"data/spatial","Technologies":["recUQ7Wz9iuRygM5H"],"Headline":"Type of data collected","Name":"Spatial","TaxonomyTable":"Data Type","id":"reczKBiIjttJheiKB"}],"Accountability":[{"Headline":"Accountable Organization","Description":"Sidewalk Labs is an Alphabet company with a mission to address big urban challenges and improve quality of life using new technologies in a digital age.\n[Find out more here](https://www.sidewalklabs.com)","Logo":[{"id":"attPWoDENXguuSLqW","url":"https://dl.airtable.com/.attachments/78eac2eb32c685d49fcc96481a7d80b8/c09b7ec1/swl_logo.png","filename":"swl_logo.png","size":10098,"type":"image/png","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/2056169b56229c70855bb5e0424a4823/62e2812b","width":50,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/32634fdf7e7bfd6dad42d964acba72a6/288e6911","width":350,"height":250},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/a8e1cc60ea2bd8d0433f3ae20a0e4949/a5d007bc","width":3000,"height":3000}}}],"Name":"Sidewalk Labs","Icon Shortname":"accountable/org","Icon SVG":[{"id":"atta6A5DpS5knmO0H","url":"https://dl.airtable.com/.attachments/1b8db21457d14803efddbd19ad23f3fd/3476efec/accountable_office.svg","filename":"accountable_office.svg","size":2672,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/83daedfd71e2a9953548ac9d946c7d39/0129932a.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/d3feb5490c050f51f4720116a4234023/4a80d56e.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/d3677299b4efd5ee380c0c6d7ca531e4/92fd73ab.png","width":3000,"height":3000}}}],"Technologies":["recbAeqVohzghEEik","recy3FWRF3Tzv9WgI","recUQ7Wz9iuRygM5H","recGwg0uwLtbBXYKn","recq9jrZscH3kp4nt","rec7TlKtf6bBHLR9Q","recy6Bgiv3yAtKy4w","rectUkfDliWlZqKn2","recXxbPXMPjlPZdYK","recLZNgvRWCyJWKil"],"Type":"Company","TaxonomyTable":"Accountability","id":"recFFo7YEqGz2EWLh"}],"Storage":[{"Icon Shortname":"storage/cloud","Headline":"Where is the data stored?","Name":"Stored on 3rd Party Cloud","Icon SVG":[{"id":"attylPcjqHmFSWosH","url":"https://dl.airtable.com/.attachments/a9692c658e9332212eb73a58bad05010/063c6039/storage_cloud.svg","filename":"storage_cloud.svg","size":1586,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/e88962a0c4ba0a6f7e0f20e09424431d/e7a3759a.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/902155b29f998992b70ff9407cb31972/89b911e7.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/7115e37aad9e42e31777d2f29210a9f3/b9a9b0db.png","width":3000,"height":3000}}}],"Description":"Data is stored on behalf of the organization or the data collector in an off-site data centre, such as Amazon Web Services, Google Cloud and Microsoft Azure\n\n","Technologies":["recq9jrZscH3kp4nt","recGwg0uwLtbBXYKn","recUQ7Wz9iuRygM5H","recbAeqVohzghEEik","recy6Bgiv3yAtKy4w"],"TaxonomyTable":"Storage","id":"receBDzecPLLtWX5x"},{"Icon Shortname":"retention/no","Headline":"How long is the data kept?","Name":"No data retained","Icon SVG":[{"id":"attOm6aUg2IT5XETu","url":"https://dl.airtable.com/.attachments/ab8b308edae52a5f6676cfd5d9e47583/81841da2/retention_no.svg","filename":"retention_no.svg","size":2900,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/53fe04eb7aa96fb7a1620701d48b3b42/762c3f1f.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/c3145b647dd058e981e4f0dbf6512e38/4227e343.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/f11c0b36141cd6298085351206fcf259/029b433a.png","width":3000,"height":3000}}}],"Description":"No data is kept or stored ","Technologies":["rectUkfDliWlZqKn2","recXxbPXMPjlPZdYK"],"TaxonomyTable":"Storage","id":"rec7XCOACfduK9r1K"},{"Icon Shortname":"retention/yes","Headline":"How long is the data kept?","Name":"Retained 24 hours","Icon SVG":[{"id":"attwdoSuyrv6OqZ8C","url":"https://dl.airtable.com/.attachments/78b7f2985fd1f38821b44da60d691f03/ba53aeac/retention_yes.svg","filename":"retention_yes.svg","size":2468,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/84e8415e646a2cb1b4a84d5aee88275e/8c779415.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/31417537713f85880dceb9f594adc4c5/fede8ca5.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/2c509a8103ca5e6958da6bf813285a54/6bcca520.png","width":3000,"height":3000}}}],"Description":"Data is stored for 24 hours, and after this time period is deleted\n","TaxonomyTable":"Storage","id":"rec5shkrWhmyOiFpn"},{"Icon Shortname":"retention/yes","Headline":"How long is the data kept?","Name":"Retained 1 month","Icon SVG":[{"id":"attwdoSuyrv6OqZ8C","url":"https://dl.airtable.com/.attachments/78b7f2985fd1f38821b44da60d691f03/ba53aeac/retention_yes.svg","filename":"retention_yes.svg","size":2468,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/84e8415e646a2cb1b4a84d5aee88275e/8c779415.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/31417537713f85880dceb9f594adc4c5/fede8ca5.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/2c509a8103ca5e6958da6bf813285a54/6bcca520.png","width":3000,"height":3000}}}],"Description":"Data is stored for 1 month, and after this time period is deleted\n","Technologies":["recy3FWRF3Tzv9WgI"],"TaxonomyTable":"Storage","id":"reccTmXOiW4Ji428H"},{"Icon Shortname":"retention/yes","Headline":"How long is the data kept?","Name":"Retained 3 months","Icon SVG":[{"id":"attwdoSuyrv6OqZ8C","url":"https://dl.airtable.com/.attachments/78b7f2985fd1f38821b44da60d691f03/ba53aeac/retention_yes.svg","filename":"retention_yes.svg","size":2468,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/84e8415e646a2cb1b4a84d5aee88275e/8c779415.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/31417537713f85880dceb9f594adc4c5/fede8ca5.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/2c509a8103ca5e6958da6bf813285a54/6bcca520.png","width":3000,"height":3000}}}],"Description":"Data is stored for 3 months, and after this time period is deleted\n","TaxonomyTable":"Storage","id":"recRK0jrk8KfnsumB"},{"Icon Shortname":"retention/yes","Headline":"How long is the data kept?","Name":"Retained for *time period*","Icon SVG":[{"id":"attwdoSuyrv6OqZ8C","url":"https://dl.airtable.com/.attachments/78b7f2985fd1f38821b44da60d691f03/ba53aeac/retention_yes.svg","filename":"retention_yes.svg","size":2468,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/84e8415e646a2cb1b4a84d5aee88275e/8c779415.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/31417537713f85880dceb9f594adc4c5/fede8ca5.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/2c509a8103ca5e6958da6bf813285a54/6bcca520.png","width":3000,"height":3000}}}],"Description":"Data is stored for *a customized time period*, and after this time period is deleted\n","TaxonomyTable":"Storage","id":"recoYruo90fs8atO9"},{"Icon Shortname":"retention/yes","Headline":"How long is the data kept?","Name":"Retained 1 year ","Icon SVG":[{"id":"attwdoSuyrv6OqZ8C","url":"https://dl.airtable.com/.attachments/78b7f2985fd1f38821b44da60d691f03/ba53aeac/retention_yes.svg","filename":"retention_yes.svg","size":2468,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/84e8415e646a2cb1b4a84d5aee88275e/8c779415.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/31417537713f85880dceb9f594adc4c5/fede8ca5.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/2c509a8103ca5e6958da6bf813285a54/6bcca520.png","width":3000,"height":3000}}}],"Description":"Data is stored for 1 year, and after this time period is deleted \n","Technologies":["rec7TlKtf6bBHLR9Q","recLZNgvRWCyJWKil"],"TaxonomyTable":"Storage","id":"recLXL6RbCrrKSdg2"},{"Icon Shortname":"retention/yes","Headline":"How long is the data kept?","Name":"Retained 5 years","Icon SVG":[{"id":"attwdoSuyrv6OqZ8C","url":"https://dl.airtable.com/.attachments/78b7f2985fd1f38821b44da60d691f03/ba53aeac/retention_yes.svg","filename":"retention_yes.svg","size":2468,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/84e8415e646a2cb1b4a84d5aee88275e/8c779415.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/31417537713f85880dceb9f594adc4c5/fede8ca5.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/2c509a8103ca5e6958da6bf813285a54/6bcca520.png","width":3000,"height":3000}}}],"Description":"Data is stored for 5 years, and after this time period is deleted \n","Technologies":["recUQ7Wz9iuRygM5H"],"TaxonomyTable":"Storage","id":"recuhyC6FHVtdnhoM"},{"Icon Shortname":"retention/yes","Headline":"How long is the data kept?","Name":"Retained indefinitely","Icon SVG":[{"id":"attwdoSuyrv6OqZ8C","url":"https://dl.airtable.com/.attachments/78b7f2985fd1f38821b44da60d691f03/ba53aeac/retention_yes.svg","filename":"retention_yes.svg","size":2468,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/84e8415e646a2cb1b4a84d5aee88275e/8c779415.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/31417537713f85880dceb9f594adc4c5/fede8ca5.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/2c509a8103ca5e6958da6bf813285a54/6bcca520.png","width":3000,"height":3000}}}],"Description":"Data is retained indefinitely\n","Technologies":["recbAeqVohzghEEik","recGwg0uwLtbBXYKn","recq9jrZscH3kp4nt","recy6Bgiv3yAtKy4w"],"TaxonomyTable":"Storage","id":"recmwL36TwS7QunV6"},{"Icon Shortname":"storage/cloud","Headline":"Where is the data stored?","Name":"Stored locally","Icon SVG":[{"id":"attylPcjqHmFSWosH","url":"https://dl.airtable.com/.attachments/a9692c658e9332212eb73a58bad05010/063c6039/storage_cloud.svg","filename":"storage_cloud.svg","size":1586,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/e88962a0c4ba0a6f7e0f20e09424431d/e7a3759a.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/902155b29f998992b70ff9407cb31972/89b911e7.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/7115e37aad9e42e31777d2f29210a9f3/b9a9b0db.png","width":3000,"height":3000}}}],"Description":"Data is stored in the jurisdiction where it was collected. Find out more [here] (https://en.wikipedia.org/wiki/Data_sovereignty)","TaxonomyTable":"Storage","id":"rec2IzsL70Gb981oD"},{"Icon Shortname":"storage/cloud","Headline":"Where is the data stored?","Name":"Stored primarily locally","Icon SVG":[{"id":"attylPcjqHmFSWosH","url":"https://dl.airtable.com/.attachments/a9692c658e9332212eb73a58bad05010/063c6039/storage_cloud.svg","filename":"storage_cloud.svg","size":1586,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/e88962a0c4ba0a6f7e0f20e09424431d/e7a3759a.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/902155b29f998992b70ff9407cb31972/89b911e7.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/7115e37aad9e42e31777d2f29210a9f3/b9a9b0db.png","width":3000,"height":3000}}}],"Description":"Data is stored mainly in the jurisdiction where it was collected. Find out more [here] (https://en.wikipedia.org/wiki/Data_sovereignty)","TaxonomyTable":"Storage","id":"recOJUPGj36IFzSXd"},{"Icon Shortname":"storage/cloud","Headline":"Where is the data stored?","Name":"Stored primarily internationally","Icon SVG":[{"id":"attylPcjqHmFSWosH","url":"https://dl.airtable.com/.attachments/a9692c658e9332212eb73a58bad05010/063c6039/storage_cloud.svg","filename":"storage_cloud.svg","size":1586,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/e88962a0c4ba0a6f7e0f20e09424431d/e7a3759a.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/902155b29f998992b70ff9407cb31972/89b911e7.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/7115e37aad9e42e31777d2f29210a9f3/b9a9b0db.png","width":3000,"height":3000}}}],"Description":"Data is stored outside the jurisdiction where it was collected. Find out more [here] (https://en.wikipedia.org/wiki/Data_sovereignty)","Technologies":["recUQ7Wz9iuRygM5H","recy3FWRF3Tzv9WgI","recq9jrZscH3kp4nt","recGwg0uwLtbBXYKn","recbAeqVohzghEEik","recy6Bgiv3yAtKy4w"],"TaxonomyTable":"Storage","id":"recBeQ1dGs95akIoX"},{"Icon Shortname":"storage/cloud","Headline":"Where is the data stored?","Name":"Backed up locally","Icon SVG":[{"id":"attylPcjqHmFSWosH","url":"https://dl.airtable.com/.attachments/a9692c658e9332212eb73a58bad05010/063c6039/storage_cloud.svg","filename":"storage_cloud.svg","size":1586,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/e88962a0c4ba0a6f7e0f20e09424431d/e7a3759a.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/902155b29f998992b70ff9407cb31972/89b911e7.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/7115e37aad9e42e31777d2f29210a9f3/b9a9b0db.png","width":3000,"height":3000}}}],"Description":"Data is backed up with the jurisdiction where it was collected. Find out more [here] (https://en.wikipedia.org/wiki/Data_sovereignty)","TaxonomyTable":"Storage","id":"recB1wxGl62OWyypW"},{"Icon Shortname":"storage/cloud","Headline":"Where is the data stored?","Name":"Backed up internationally","Icon SVG":[{"id":"attylPcjqHmFSWosH","url":"https://dl.airtable.com/.attachments/a9692c658e9332212eb73a58bad05010/063c6039/storage_cloud.svg","filename":"storage_cloud.svg","size":1586,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/e88962a0c4ba0a6f7e0f20e09424431d/e7a3759a.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/902155b29f998992b70ff9407cb31972/89b911e7.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/7115e37aad9e42e31777d2f29210a9f3/b9a9b0db.png","width":3000,"height":3000}}}],"Description":"Data is backed up outside the jurisdiction where it was collected. Find out more [here] (https://en.wikipedia.org/wiki/Data_sovereignty)","Technologies":["recUQ7Wz9iuRygM5H"],"TaxonomyTable":"Storage","id":"recWUYHXZxCrAcv2k"}],"Data Processing":[{"Icon SVG":[{"id":"attgPONn4VpMHVyXj","url":"https://dl.airtable.com/.attachments/708eb180d4031e00eae94339b7f55692/7ed3a608/process_deidentified.svg","filename":"process_deidentified.svg","size":3953,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/3f507b0e1a2d0d2fd0867f6c17af1d5f/4daac4fa.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/d33f9eeb1c2a7729b85fa621a8f60565/4c0c2939.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/cdf400923b72adbc9e10fb43344a2409/62757af5.png","width":3000,"height":3000}}}],"Icon Shortname":"process/deidentified","Description":"Data that is processed to remove identifying values, usually to protect privacy. De-identification can happen at any point in a data collection process, for example before it is stored in a database, or before it is published. Here we define it to mean after the data has already left a hardware device, or after it has been stored in a database. Find out more [here] (https://en.wikipedia.org/wiki/De-identification)","Name":"De-identified","Headline":"Describes how data collected or handled by a technology is processed or manipulated","TaxonomyTable":"Data Processing","id":"rec99IDmG8UwybsGi"},{"Icon SVG":[{"id":"att3AYEPDMPJSxNd2","url":"https://dl.airtable.com/.attachments/1dcbf34763c932e83f52236966cc045d/8efae22c/process_aggregate.svg","filename":"process_aggregate.svg","size":4714,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/28c01ec6498455c069d548844a9c4a7c/c591d075.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/a21a9d45d40c6e9402ab9754b57ef4ac/22245927.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/00ba87a05e894513e13b5139f4559760/98cc7a60.png","width":3000,"height":3000}}}],"Icon Shortname":"process/aggregated","Description":"Data that has been grouped or summarized from individual measurements, for example to count up totals or to calculate an average. Find out more [here] (https://en.wikipedia.org/wiki/Aggregate_data)\n","Name":"Aggregated","Technologies":["recbAeqVohzghEEik","recUQ7Wz9iuRygM5H","recq9jrZscH3kp4nt"],"Headline":"Describes how data collected or handled by a technology is processed or manipulated","TaxonomyTable":"Data Processing","id":"recB4IJLGC35gVPpW"},{"Icon SVG":[{"id":"attLnYoTqYLKdjw9W","url":"https://dl.airtable.com/.attachments/49c6b1e8ece4d19180a9217dab675f4b/aeda2c2b/process_rdua.svg","filename":"process_rdua.svg","size":1946,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/7f2f300f120c9106ed3cc9651a3bbd6e/b9e70a8f.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/02081d908308d7eefc6564ae6d1fbee1/96e6aedc.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/da3bdb88a3cf7544b769e8c67de50f69/8d19b815.png","width":3000,"height":3000}}}],"Icon Shortname":"process/rdua","Description":"Data activity has undergone a Responsible Data Use Assessment and determined to provide a net benefit. The RDUA is a process that Sidewalk Labs conducts prior to the start of any data activity.","Name":"RDUA Approved","Technologies":["recbAeqVohzghEEik","recy3FWRF3Tzv9WgI","recUQ7Wz9iuRygM5H","recq9jrZscH3kp4nt","recy6Bgiv3yAtKy4w","recGwg0uwLtbBXYKn"],"Headline":"Describes a review process conducted before this technology was implemented\n\n","TaxonomyTable":"Data Processing","id":"recE7mLNb2gmv2CuC"},{"Icon SVG":[{"id":"att0cTijI7ohUoaQQ","url":"https://dl.airtable.com/.attachments/009be9b400ae7304cf460ac8ca9dbdb2/b2599ca2/process_rdua.svg","filename":"process_rdua.svg","size":1946,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/08ca7c54874b45372def13f364513e71/14d6e334.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/56b590ac6c0d69efd8a3b26588d44e6a/09a2c8d5.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/25efb8bae1cf969e8112c60ca9029bf9/0c39dc79.png","width":3000,"height":3000}}}],"Icon Shortname":"process/rdua","Description":"Many organizations have internal review processes that consider the potential benefits, risks and implications for privacy for new technologies or data collection activities. For example, in Canada, Privacy Impact Assessments are often conducted by organizations prior to the beginning for a project - find out more [here] (https://en.wikipedia.org/wiki/Privacy_Impact_Assessment). *This could be customized with the details of the accountable entity responsible for these instances of technology in the public realm*\n","Name":"Reviewed Internally","Technologies":["recq9jrZscH3kp4nt"],"Headline":"Describes a review process conducted before this technology was implemented\n\n","TaxonomyTable":"Data Processing","id":"recEdoqUSet2KTxuf"},{"Icon SVG":[{"id":"attFTNZ0crQRNj7M6","url":"https://dl.airtable.com/.attachments/142a39617a48d3c5611f8ab8c4ae2feb/d2b9e7b3/process_encrypted.svg","filename":"process_encrypted.svg","size":2811,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/06d78bc622ccf28b4363ed15878ac3c2/a51e1dcd.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/7aebb9d6c897bff90c7044aa3bc0b8de/77866035.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/586dbd33bf65f510744b39ca454f97f8/87ba8aed.png","width":3000,"height":3000}}}],"Icon Shortname":"process/encrypted","Description":"Data has been encoded so that only authorized parties can access it, which can reduce risk related to handling private or sensitive information. Find out more [here] (https://en.wikipedia.org/wiki/Encryption)","Name":"Encrypted","Technologies":["recLZNgvRWCyJWKil"],"Headline":"Describes how data collected or handled by a technology is processed or manipulated","TaxonomyTable":"Data Processing","id":"recXHxm467ce42hC2"},{"Icon SVG":[{"id":"attXi5wOezvLsPEIY","url":"https://dl.airtable.com/.attachments/0c2b9c6006fde6391df8a02619d4760d/22322591/process_regulated.svg","filename":"process_regulated.svg","size":2842,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/c05926577370aba56bd0fc2332001583/d80f67b3.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/24fda789215e07141d0d712de3b41e55/3c6dada0.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/e445c552cf30d50e13177244e5f90409/8f235d94.png","width":3000,"height":3000}}}],"Icon Shortname":"process/regulated","Description":"Depending on the jurisdiction and type of data, data is regulated in various ways. For example, Personal Information in Canada is regulated by federal, provincial, and municipal laws. The collection, use and disclosure of Personal Information by private companies in Ontario is regulated by the [Personal Information Protection and Electronic Documents Act] (https://www.priv.gc.ca/en/privacy-topics/privacy-laws-in-canada/the-personal-information-protection-and-electronic-documents-act-pipeda/) *This should be customized for the jurisdiction where this digital channel is being used*","Name":"Regulated","Technologies":["recy3FWRF3Tzv9WgI","recUQ7Wz9iuRygM5H"],"Headline":"A regulatory entity has oversight of this technology or data activity\n","TaxonomyTable":"Data Processing","id":"recYiKjpLdjYxxFMt"},{"Icon SVG":[{"id":"attcKCqrRXa15cYQF","url":"https://dl.airtable.com/.attachments/18bd1b07b4deacac432a233795a0044b/bc409a78/process_ai.svg","filename":"process_ai.svg","size":2077,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/3b4cd5ca238345fcba33cc2bc6ed885c/d450d8a9.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/19fa7d066c66debfe674ecb87bff74a9/2a7fbcf4.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/1bd36f40d215bb197b5e82ead2c13680/6700ef86.png","width":3000,"height":3000}}}],"Icon Shortname":"process/ai","Description":"Data that is processed by automated, algorithmic or artificial intelligence systems to derive a new result or data point. Find out more about [automated] (https://en.wikipedia.org/wiki/Automated_decision_support), [algorithmic] (https://en.wikipedia.org/wiki/Algorithm) and [artificial intelligence] (https://en.wikipedia.org/wiki/Artificial_intelligence) systems.","Name":"AI System","Technologies":["recbAeqVohzghEEik","recUQ7Wz9iuRygM5H","recq9jrZscH3kp4nt"],"Headline":"Describes how data collected or handled by a technology is processed or manipulated","TaxonomyTable":"Data Processing","id":"recjLd4pIIMQaNcot"},{"Icon SVG":[{"id":"attEeHvwBlVs5vryY","url":"https://dl.airtable.com/.attachments/eb71f646c2d8a8ae0a91b6dccbc655f7/20afc649/process_raw.svg","filename":"process_raw.svg","size":5925,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/46dc7eb41e270a1833f7d6f3b657cdc5/18310813.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/7d44c795e0b31451d2d0ec9b21219f8d/933a5df1.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/54e85d8d63fc88e49da3c2c7094c5f09/ccea3172.png","width":3000,"height":3000}}}],"Icon Shortname":"process/raw","Description":"Data that has not been processed or altered from the point of collection - the data is effectively identical to how it was gathered from the original data source. Find out more [here] (https://en.wikipedia.org/wiki/Raw_data)\n\n","Name":"Raw data","Technologies":["rec7TlKtf6bBHLR9Q","recGwg0uwLtbBXYKn","recy6Bgiv3yAtKy4w","rectUkfDliWlZqKn2","recXxbPXMPjlPZdYK"],"Headline":"Describes how data collected or handled by a technology is processed or manipulated","TaxonomyTable":"Data Processing","id":"recnbbw6eB11DqIfb"}],"Purpose":[{"Icon Shortname":"purpose/enforcement","Name":"Enforcement","Description":"Used for enforcement of rules or regulations. Find out more [here](https://en.wikipedia.org/wiki/Law_enforcement)","Icon SVG":[{"id":"att3Uz5ZSNtKKtB3h","url":"https://dl.airtable.com/.attachments/ca0d5c6ebd8161188dfeccdcf4243a05/1cfc9c16/purpose_enforcement.svg","filename":"purpose_enforcement.svg","size":1984,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/b3781aaadd12d996c9ab0abf9e1a4835/93feea04.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/a3c4952e226e2050eeb6c1f9989d86f7/aa3509d4.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/c96635428171693f83920dd59b59b42b/423d4e43.png","width":3000,"height":3000}}}],"Headline":"Purpose of this technology\n","TaxonomyTable":"Purpose","id":"rec6iEleAkYT3t2hJ"},{"Icon Shortname":"purpose/energy","Technologies 2":["recbAeqVohzghEEik","recGwg0uwLtbBXYKn","recq9jrZscH3kp4nt","recy6Bgiv3yAtKy4w","rectUkfDliWlZqKn2"],"Name":"Energy Efficiency","Description":"Reduces energy use and/or helps conserve energy. Find out more about [energy efficiency] (https://en.wikipedia.org/wiki/Efficient_energy_use) and [energy conservation] (https://en.wikipedia.org/wiki/Energy_conservation)\n\n","Icon SVG":[{"id":"attp9bmgpvr0xpz2D","url":"https://dl.airtable.com/.attachments/1326f174101968c774a7265bd37114be/84b5d74d/purpose_energy.svg","filename":"purpose_energy.svg","size":1981,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/f91ff82d6e7fee21c45dd66b6a7bdbb7/5dc59079.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/3b92551c4db1f7cdf7a51316389bd44b/c3f3640c.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/aa021c47524cf4b8c426346716038082/ce02a296.png","width":3000,"height":3000}}}],"Headline":"Purpose of this technology\n","TaxonomyTable":"Purpose","id":"recmJUrdMfDggeqhD"},{"Icon Shortname":"purpose/mobility","Name":"Mobility","Description":"Supports how people and materials move around. Find out more [here] (https://en.wikipedia.org/wiki/Transport)\n","Icon SVG":[{"id":"attcrGd9guzxKRfed","url":"https://dl.airtable.com/.attachments/28a4c76b59654c22c1e209311496545a/b5454a16/purpose_mobility.svg","filename":"purpose_mobility.svg","size":2347,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/7364e05f6c4713c582fc9dac0e04afb8/1f657729.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/0ecc64350a46315e46df0b37aafd87f7/72f038b4.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/8c437fbb1d9a208087723e27d0a84f72/c8e3a7ff.png","width":3000,"height":3000}}}],"Headline":"Purpose of this technology\n","TaxonomyTable":"Purpose","id":"recrsLKlyvaYAXlji"},{"Icon Shortname":"purpose/inform","Name":"Inform","Description":"Supports the provision of information, for example about a location, a service, or to provide assistance","Icon SVG":[{"id":"attP1es7hUVFzru1c","url":"https://dl.airtable.com/.attachments/6cd24d13f496465a331439b130fb4a91/1368e6b6/purpose_inform.svg","filename":"purpose_inform.svg","size":2361,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/eceaa532fc5469a0115a7e9ed8344870/d7fc7533.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/2b94475220ea8d19d4bbc5c28172e28d/a79c9059.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/8d52d880941aa536dab5ccd3bed59e98/d510b555.png","width":3000,"height":3000}}}],"Headline":"Purpose of this technology\n","TaxonomyTable":"Purpose","id":"recY79gBnkWZwTMmW"},{"Icon Shortname":"purpose/planning","Technologies 2":["recUQ7Wz9iuRygM5H"],"Name":"Planning & Decision-making","Description":"Supports the development of future plans; or to enable or measure the impact of a decision. Examples include [urban planning] (https://en.wikipedia.org/wiki/Urban_planning)","Icon SVG":[{"id":"attzJKdPuhOQS7tE1","url":"https://dl.airtable.com/.attachments/443d2bc6fffb47161c77e0db37cbce6b/d4f770e0/purpose_planning.svg","filename":"purpose_planning.svg","size":2448,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/02230a145d1cd8ca46eda892051d392f/e230e706.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/13e0b6726c8e19f8c67b82fffe830c9c/0543aa86.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/a5d25ffe64effecd0aa388198cd795f4/dbe67309.png","width":3000,"height":3000}}}],"Headline":"Purpose of this technology\n","TaxonomyTable":"Purpose","id":"recRZfgDZOFHg9pBo"},{"Icon Shortname":"purpose/security","Technologies 2":["recy3FWRF3Tzv9WgI","rec7TlKtf6bBHLR9Q"],"Name":"Safety & Security","Description":"Enables a safe and/or secure environment, for example for the purposes of [fire safety] (https://en.wikipedia.org/wiki/Fire_safety), [home security] (https://en.wikipedia.org/wiki/Home_security) or ensuring safe passage in places such as [airports] (https://en.wikipedia.org/wiki/Airport_security) or [roads] (https://en.wikipedia.org/wiki/Road_traffic_safety)\n","Icon SVG":[{"id":"att6SPyl8uQNWBKSV","url":"https://dl.airtable.com/.attachments/8cd6d6f7da2937d39a10b40815950049/7c2c9c94/purpose_security.svg","filename":"purpose_security.svg","size":1697,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/431848783a6b5ad1f9811600129dff16/c0fb4ba0.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/b1d797c41191c5cb82e3b901600c2be5/9a2f53a6.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/ba2ce232987ddae81ff10b2dff1928b4/0fa6471d.png","width":3000,"height":3000}}}],"Headline":"Purpose of this technology\n","TaxonomyTable":"Purpose","id":"recECDDNeQUnMydqS"},{"Icon Shortname":"purpose/accessibility","Name":"Accessibility","Description":"Ensures that everyone has equal access to a space or a service. Find out more about [accessibility] (https://en.wikipedia.org/wiki/Accessibility) and [universal design] (https://en.wikipedia.org/wiki/Universal_design)","Icon SVG":[{"id":"attq31Nj7AYMsOP2z","url":"https://dl.airtable.com/.attachments/259ebebc9e97ec3851cb7d48bd7da382/ecd21a26/purpose_accessibility.svg","filename":"purpose_accessibility.svg","size":2913,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/9a2bc2d0ac0ab0f32da445aa262ad8eb/6f2a450e.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/4d5033f8dd9d904409d768494a249730/d9c59d26.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/b283bda7e8e19d37d62ce6aeb6b7fef0/bf41da6b.png","width":3000,"height":3000}}}],"Headline":"Purpose of this technology\n","TaxonomyTable":"Purpose","id":"rechrhbcZuvXtYJ7o"},{"Icon Shortname":"purpose/ecology","Name":"Ecology","Description":"Supports the measurement or monitoring of the natural environment. Find out more about [the natural environment] (https://en.wikipedia.org/wiki/Natural_environment), [ecology] (https://en.wikipedia.org/wiki/Ecology) and [environmental science] (https://en.wikipedia.org/wiki/Environmental_science)\n","Icon SVG":[{"id":"attxHo8ngBT2b4YqI","url":"https://dl.airtable.com/.attachments/4038c298e682b7b36e006281063b0cbb/03c37fd2/purpose_ecology.svg","filename":"purpose_ecology.svg","size":3278,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/835beb5d6c1fd38d72aaee27e7b39d15/b669db64.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/f28460b1d05e25434b47eda356e9e959/e99e6331.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/485510a8f7de8a58a0d8ea26907845d1/9775f583.png","width":3000,"height":3000}}}],"Headline":"Purpose of this technology\n","TaxonomyTable":"Purpose","id":"recNx6iZSwh0qmQ0T"},{"Icon Shortname":"purpose/waste","Name":"Waste Management","Description":"Supports the handling and disposal of waste, including as [recyclables] (https://en.wikipedia.org/wiki/Recycling), [compost] (https://en.wikipedia.org/wiki/Compost) and [hazardous materials] (https://en.wikipedia.org/wiki/Hazardous_waste}. Find out more about [waste management] (https://en.wikipedia.org/wiki/Waste_management)","Icon SVG":[{"id":"attMRxbcm7qfjcbmr","url":"https://dl.airtable.com/.attachments/2c7812b45efcfafa2d5179b61f959a4b/8d3f01ae/purpose_waste.svg","filename":"purpose_waste.svg","size":1997,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/a002389216c8ac1f15e8afc528cf47f2/3b389bc9.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/ce39b7bd7d09f33a3c3cf515dc5e98ae/7e9aaaa3.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/3fb196cab9d79fcd9928ffab65ea49a4/1dfb17e3.png","width":3000,"height":3000}}}],"Headline":"Purpose of this technology\n","TaxonomyTable":"Purpose","id":"rec6KYTrH1OOgJ23a"},{"Icon Shortname":"purpose/water","Technologies 2":["recXxbPXMPjlPZdYK"],"Name":"Water Efficiency","Description":"Reduces water use and/or helps conserve water. Find out more about water [efficiency] (https://en.wikipedia.org/wiki/Water_efficiency) and [conservation] (https://en.wikipedia.org/wiki/Water_conservation), and [green infrastructure] (https://en.wikipedia.org/wiki/Green_infrastructure).","Icon SVG":[{"id":"attiL9SsPjLUorTBA","url":"https://dl.airtable.com/.attachments/6afbe86f176808545620bd13d116ea75/33c623f7/purpose_water.svg","filename":"purpose_water.svg","size":1917,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/0cfeb7507722b2a8c3b4ce3dfef52389/fea1d7a8.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/679c6c129e24045a98cde5fc81b276fe/03a9cbc5.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/aa52b74062e6b7fb67ba601374ce846f/7a8b8a44.png","width":3000,"height":3000}}}],"Headline":"Purpose of this technology\n","TaxonomyTable":"Purpose","id":"recviXbIfmadT3VOa"},{"Icon Shortname":"purpose/emergency","Technologies 2":["rec7TlKtf6bBHLR9Q"],"Name":"Fire & Emergency","Description":"Supports services that ensure public safety and health related to [emergencies] (https://en.wikipedia.org/wiki/Emergency). Find out more about [emergency services] (https://en.wikipedia.org/wiki/Emergency_service).","Icon SVG":[{"id":"atti6WCUeXZh8AR8Z","url":"https://dl.airtable.com/.attachments/748241f3e25cd54fafccd5ac900aa22b/93a5a2fd/purpose_emergency.svg","filename":"purpose_emergency.svg","size":3064,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/cecd466d5f137d251552db4f00bd2205/8ca4911e.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/b56f701b444666c0d55f5ba7e54c8540/2a5d9b36.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/c91bca4ae6958aad4916d7d847e850f7/eef379b4.png","width":3000,"height":3000}}}],"Headline":"Purpose of this technology\n","TaxonomyTable":"Purpose","id":"recZgceLPkYJCZpsd"},{"Icon Shortname":"purpose/black/health","Name":"Health","Description":"Supports the measurement or monitoring of the aspects of the physical environment that impacts human health, such as [radiation] (https://en.wikipedia.org/wiki/Radiation_protection) or [air quality] (https://en.wikipedia.org/wiki/Air_pollution), or in specific contexts such as the workplace. Find out more about [environmental monitoring] (https://en.wikipedia.org/wiki/Environmental_monitoring) and [occupational health and safety] (https://en.wikipedia.org/wiki/Occupational_safety_and_health) ","Icon SVG":[{"id":"attXCcYsvx76d6kdQ","url":"https://dl.airtable.com/.attachments/0ec4763f0f62624098f4af7705b8bca7/4f3c8044/purpose_health.svg","filename":"purpose_health.svg","size":2366,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/561bd0c1d94ff27f857020a34fdeceb3/3485a058.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/74c50aa05c46e8d893e7ad35853df655/e04fd3b1.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/18cd7b6ca9fabf5b49f19d146c301f18/8bcb76a7.png","width":3000,"height":3000}}}],"Headline":"Purpose of this technology\n","TaxonomyTable":"Purpose","id":"recgTs2mlAuCyUNyU"},{"Icon Shortname":"purpose/agency","Name":"Agency & Interaction","Description":"Enables you to control or interact with aspects of a space or a technology. Find out more about [interactive media] (https://en.wikipedia.org/wiki/Interactive_media) and [virtual reality] (https://en.wikipedia.org/wiki/Virtual_reality)","Icon SVG":[{"id":"att68DX9oYX5wENlL","url":"https://dl.airtable.com/.attachments/dc1ac88222711c6aedafe77827239c9f/f71963b7/purpose_agency.svg","filename":"purpose_agency.svg","size":2604,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/da21a5f18f2f71a6231a4fcab30b2103/77a83703.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/3f3ad47db60f47e2174cb422050885c8/8ab068b7.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/5578de72766b895dfde6c4d46b60a6aa/fb7ca0e1.png","width":3000,"height":3000}}}],"Headline":"Purpose of this technology\n","TaxonomyTable":"Purpose","id":"recwqZYAfG2u2GQVm"},{"Icon Shortname":"purpose/toggle","Technologies 2":["rectUkfDliWlZqKn2","recXxbPXMPjlPZdYK"],"Name":"Switch","Description":"Supports a mechanical function - such as turning a device on or off, opening or closing, or adjusting brightness and intensity. ","Icon SVG":[{"id":"attbTovJwvVGWCNEY","url":"https://dl.airtable.com/.attachments/4366e51b162a7c702b39e62edf547104/5503f065/purpose_toggle.svg","filename":"purpose_toggle.svg","size":1861,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/d4522010b1e9b37d6ca22851adab6f57/2711912a.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/5ef8ac49797334bba2b5b5cc1cb65926/62cd62f5.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/1981baa63ea38cb809d61333d6a808b6/7df9e83b.png","width":3000,"height":3000}}}],"Headline":"Purpose of this technology\n","TaxonomyTable":"Purpose","id":"recG2W9ln7lzTyO7N"},{"Icon Shortname":"purpose/research","Name":"Research & Development","Description":"Supports exploratory research and testing. Find out more [here] (https://en.wikipedia.org/wiki/Research_and_development)","Icon SVG":[{"id":"attQMSC7Ngq3gdBIb","url":"https://dl.airtable.com/.attachments/b128e3910b5635b3dfa3ce17636ce40f/98a5d203/research.svg","filename":"research.svg","size":2574,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/f487b0fba73b76cd7e4dae9e293078ed/9e0e34bc.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/c754283152badd17c91657bf3ee4b94e/e948bcf7.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/7f2857ae3286115ef5ca78ccc5bb8789/c6d91dc8.png","width":3000,"height":3000}}}],"Headline":"Purpose of this technology\n","TaxonomyTable":"Purpose","id":"recCnxB2UaGsdwPvu"},{"Icon Shortname":"purpose/entry","Technologies 2":["recLZNgvRWCyJWKil"],"Name":"Entry","Description":"Supports authentication or validation in order to access a space or a service. Find out more [here] (https://en.wikipedia.org/wiki/Access_control)","Icon SVG":[{"id":"attmHr3MVbZF6dOKS","url":"https://dl.airtable.com/.attachments/ce8141f626022c7f91b3be6ae9e70e9e/97aa4be2/purpose_entry.svg","filename":"purpose_entry.svg","size":1997,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/79587ff50c078e739dcc85f75028da6b/47c960a7.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/21535a8ff294920822095e313a9424a2/02f60f31.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/bff0fbcd0c63dc7a6839aeb719dfa666/347b940c.png","width":3000,"height":3000}}}],"Headline":"Purpose of this technology\n","TaxonomyTable":"Purpose","id":"rec91GFfHmvQAO86m"},{"Icon Shortname":"purpose/arts","Name":"Arts & Culture","Description":"Enables artistic and/or cultural expression. Find out more [here] (https://en.wikipedia.org/wiki/Interactive_art)","Icon SVG":[{"id":"attFallybpTsdIrAS","url":"https://dl.airtable.com/.attachments/d64617623c9a506b3de34406a78ec946/66982b24/purpose_arts.svg","filename":"purpose_arts.svg","size":1937,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/33cb1dbbe78438361b034e2e140ab27a/b47f27a4.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/d3559f7c6b9a53d215c826da9694b945/05af03ed.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/9ff56a72c8478eea22b89236f038cd94/8028644f.png","width":3000,"height":3000}}}],"Headline":"Purpose of this technology\n","TaxonomyTable":"Purpose","id":"recr0rmgllzLksoVD"}],"Access":[{"Description":"Data that can be accessed and downloaded online, either for free or for a fee\n","Icon SVG":[{"id":"attT1cWcGqvCsYIEK","url":"https://dl.airtable.com/.attachments/e3632cf18293433244c0e6583a710c54/f4bb5ccd/access_download.svg","filename":"access_download.svg","size":1675,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/16d9aab67af76107d18b473e84e45df9/faa56422.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/a1c4c6616a159a9be41b4c0b9fedc8e4/02091fc6.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/19026e07ce97583af7355f34d783742c/8c27c9fa.png","width":3000,"height":3000}}}],"Technologies":["recUQ7Wz9iuRygM5H"],"Name":"Available to download","Icon Shortname":"access/download","Headline":"Data Access","TaxonomyTable":"Access","id":"recECqvyXj99ZyF5G"},{"Description":"Data is available to 3rd parties not involved in the data activity. This does not always mean that data is being resold.","Icon SVG":[{"id":"atteL6qtpIHY1HkmB","url":"https://dl.airtable.com/.attachments/64d30dbe72b5564c4baa12b9bf8a0d8d/bd9e847f/access_3rdparty.svg","filename":"access_3rdparty.svg","size":2844,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/fc427b9dd89378cc5685350235eeab42/9caac22c.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/99ab2f653643c7e7b61d7673dd0c5162/da3134c6.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/03d2c092870b4db7a32034d5831f2b8e/1115df17.png","width":3000,"height":3000}}}],"Technologies":["rec7TlKtf6bBHLR9Q"],"Name":"Available to 3rd parties","Icon Shortname":"access/3rdparty","Headline":"Data Access","TaxonomyTable":"Access","id":"recHQ1zgyRpz4dpB7"},{"Description":"Available to me but not to other individuals. For example, as an individual you have access to all your electronic toll records for your car, but other individuals do not have access to that.","Icon SVG":[{"id":"atteALEbCD7K7ovxj","url":"https://dl.airtable.com/.attachments/3f51a477a1411eb8704689593924504d/27bedee5/access_yes.svg","filename":"access_yes.svg","size":2038,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/c177bee0bce09c3e39d8b9105c234c35/b2370bab.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/a1f2f081c80ebfc895ebe0b6f174142b/dcd56e7e.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/e134a49c72a4c90e74081a2382da4139/60b8853a.png","width":3000,"height":3000}}}],"Name":"Available to me","Icon Shortname":"access/yes","Headline":"Data Access","TaxonomyTable":"Access","id":"recyucuHCdXyNzZQT"},{"Description":"Not available to me or other individuals. As an individual, there isn't a way for you to access this data.\n","Icon SVG":[{"id":"attnElXVvqg7ymaoH","url":"https://dl.airtable.com/.attachments/447cbdad0fea2727c6a682924c35d814/f4074668/access_no.svg","filename":"access_no.svg","size":1679,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/3ba55ee37d173967ad1cc46c8c304712/101372f4.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/13d34d9e0c8b49505abf428eb9622672/f7c4ced3.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/d17ffef1f83b44b7aa9a65de3fdea97d/c09c9e20.png","width":3000,"height":3000}}}],"Technologies":["recbAeqVohzghEEik","recGwg0uwLtbBXYKn","recq9jrZscH3kp4nt","recUQ7Wz9iuRygM5H","recy3FWRF3Tzv9WgI"],"Name":"Not available to me","Icon Shortname":"access/no","Headline":"Data Access","TaxonomyTable":"Access","id":"recDaZuBYk73Kc4Cf"},{"Description":"The data collected may be resold to other 3rd parties\n","Icon SVG":[{"id":"attvHjUXMQSCkGzyD","url":"https://dl.airtable.com/.attachments/917d8f2496d416d6f5a3a8dc8e0df191/11930a6f/access_resale.svg","filename":"access_resale.svg","size":3696,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/5b9da676cdb0a8ebf529095b8380296a/f9af4bb4.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/cb4ec658cf820f818f5df109ec5037c3/8e6c37ea.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/ecb12e3e754fa5322a5d4d1053fec17d/56a52cd2.png","width":3000,"height":3000}}}],"Name":"Available for resale","Icon Shortname":"access/resale","Headline":"Data Access","TaxonomyTable":"Access","id":"recqpfMYV7bHiD136"},{"Description":"Data is not available to the accountable organization *this can be customized*","Icon SVG":[{"id":"attnElXVvqg7ymaoH","url":"https://dl.airtable.com/.attachments/447cbdad0fea2727c6a682924c35d814/f4074668/access_no.svg","filename":"access_no.svg","size":1679,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/3ba55ee37d173967ad1cc46c8c304712/101372f4.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/13d34d9e0c8b49505abf428eb9622672/f7c4ced3.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/d17ffef1f83b44b7aa9a65de3fdea97d/c09c9e20.png","width":3000,"height":3000}}}],"Name":"Not available to the accountable organization","Icon Shortname":"access/no","Headline":"Data Access","TaxonomyTable":"Access","id":"rec3bFFxozvoOstlG"},{"Description":"Data is not available to the data collection or technology provider *this can be customized*\n","Icon SVG":[{"id":"attnElXVvqg7ymaoH","url":"https://dl.airtable.com/.attachments/447cbdad0fea2727c6a682924c35d814/f4074668/access_no.svg","filename":"access_no.svg","size":1679,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/3ba55ee37d173967ad1cc46c8c304712/101372f4.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/13d34d9e0c8b49505abf428eb9622672/f7c4ced3.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/d17ffef1f83b44b7aa9a65de3fdea97d/c09c9e20.png","width":3000,"height":3000}}}],"Technologies":["recUQ7Wz9iuRygM5H"],"Name":"Not available to vendor","Icon Shortname":"access/no","Headline":"Data Access","TaxonomyTable":"Access","id":"rec8HSQjhedZg8sG9"},{"Description":"Data is available to the accountable organization *this can be customized*","Icon SVG":[{"id":"atteALEbCD7K7ovxj","url":"https://dl.airtable.com/.attachments/3f51a477a1411eb8704689593924504d/27bedee5/access_yes.svg","filename":"access_yes.svg","size":2038,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/c177bee0bce09c3e39d8b9105c234c35/b2370bab.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/a1f2f081c80ebfc895ebe0b6f174142b/dcd56e7e.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/e134a49c72a4c90e74081a2382da4139/60b8853a.png","width":3000,"height":3000}}}],"Technologies":["recbAeqVohzghEEik","recy3FWRF3Tzv9WgI","recUQ7Wz9iuRygM5H","recGwg0uwLtbBXYKn","recy6Bgiv3yAtKy4w","recq9jrZscH3kp4nt","recLZNgvRWCyJWKil"],"Name":"Available to the accountable organization","Icon Shortname":"access/yes","Headline":"Data Access","TaxonomyTable":"Access","id":"recixrCNBYlYbwPCX"},{"Description":"Data is available to the data collection or technology provider *this can be customized*\n","Icon SVG":[{"id":"atteALEbCD7K7ovxj","url":"https://dl.airtable.com/.attachments/3f51a477a1411eb8704689593924504d/27bedee5/access_yes.svg","filename":"access_yes.svg","size":2038,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/c177bee0bce09c3e39d8b9105c234c35/b2370bab.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/a1f2f081c80ebfc895ebe0b6f174142b/dcd56e7e.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/e134a49c72a4c90e74081a2382da4139/60b8853a.png","width":3000,"height":3000}}}],"Technologies":["recbAeqVohzghEEik","recy3FWRF3Tzv9WgI","recy6Bgiv3yAtKy4w","recq9jrZscH3kp4nt","recLZNgvRWCyJWKil"],"Name":"Available to vendor","Icon Shortname":"access/yes","Headline":"Data Access","TaxonomyTable":"Access","id":"reci1HsppmuByoZcp"}],"Technology Type":[{"Icon SVG":[{"id":"attBC7UBEtCVcYfCb","url":"https://dl.airtable.com/.attachments/a1df74d7f150ac8d56b6f3c685b651c1/9e200520/wave.svg","filename":"wave.svg","size":2680,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/357d485e45a7895e512acde9a39e1b5a/935c2da8.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/289f92d8f49d597608c9624b0236a88e/61967270.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/1bd4c6c167d653a2a4402feeedde6dd7/f6885c28.png","width":3000,"height":3000}}}],"Technologies":["recLZNgvRWCyJWKil"],"Name":"Identifiable NFC","Description":"A wireless communication protocol for electronic devices that are within a short distance of each other, typically used in ticketing or payment systems. In this case, unique identification is possible, for example if a particular item is closely associated with an individual's [personal data] (https://en.wikipedia.org/wiki/Personal_data). Find out more [here] (https://en.wikipedia.org/wiki/Near-field_communication)","Icon Shortname":"tech/yellow/wave","Headline":"How this technology works","TaxonomyTable":"Technology Type","id":"rec0iC9Cs5bkmD1pv"},{"Icon SVG":[{"id":"att8U2RbLbum4UCH4","url":"https://dl.airtable.com/.attachments/d2d089995b5f2098441c44a7cb53afd0/3ac32e89/tech_wave.svg","filename":"tech_wave.svg","size":2593,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/6ad5c78335c00feb02e8ee721a13dac9/daca981c.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/ad2e16016d602aa69f287589fb28294c/3eeda32b.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/3b786f05ad700a556dcd844feae44ab9/c48227a6.png","width":3000,"height":3000}}}],"Name":"RFID ","Description":"Enables the identification of items using electromagnetic fields, commonly used to track inventory in stores, but not for identifying individual items. Find out more [here] (https://en.wikipedia.org/wiki/Radio-frequency_identification)","Icon Shortname":"tech/wave","Headline":"How this technology works","TaxonomyTable":"Technology Type","id":"rec3MeMFAwt7sLpsM"},{"Icon SVG":[{"id":"att8U2RbLbum4UCH4","url":"https://dl.airtable.com/.attachments/d2d089995b5f2098441c44a7cb53afd0/3ac32e89/tech_wave.svg","filename":"tech_wave.svg","size":2593,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/6ad5c78335c00feb02e8ee721a13dac9/daca981c.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/ad2e16016d602aa69f287589fb28294c/3eeda32b.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/3b786f05ad700a556dcd844feae44ab9/c48227a6.png","width":3000,"height":3000}}}],"Name":"NFC","Description":"A wireless communication protocol for electronic devices that are within a short distance of each other, typically used in ticketing or payment systems. No identifying data is collected in this case. Find out more [here] (https://en.wikipedia.org/wiki/Near-field_communication)","Icon Shortname":"tech/wave","Headline":"How this technology works","TaxonomyTable":"Technology Type","id":"rec4SBltfrzwSQ6KS"},{"Icon SVG":[{"id":"attKXtd8qTyqHHuao","url":"https://dl.airtable.com/.attachments/5a1485ff194470e900e83fcc116fe880/b6df384b/tech_voice.svg","filename":"tech_voice.svg","size":1878,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/81671f89361693b430120eef2eed40e1/656bf57a.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/a35b7f2966f43a7f1a89c5aa993bbc40/a5b77d60.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/bd6bae434164268798d1818853104b43/80ed98ac.png","width":3000,"height":3000}}}],"Name":"Microphone","Description":"A device that collects audio. Find out more [here] (https://en.wikipedia.org/wiki/Microphone)","Icon Shortname":"tech/voice","Headline":"How this technology works","TaxonomyTable":"Technology Type","id":"rec4zK9SAo58uWKTV"},{"Icon SVG":[{"id":"attU9lndYD8Wkqzly","url":"https://dl.airtable.com/.attachments/a61f6438f3f27f79a1ca29513d2eee6f/ffc7c7a8/tech_water.svg","filename":"tech_water.svg","size":1712,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/4e1e689664b1abc3f6a1b0d959783b41/a9b1424f.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/9f469c775c9bf20cbd29635ab55dbbd0/7d6e560a.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/e5fd2ba98a09e9e37a46c7f4145b1400/fb42c31f.png","width":3000,"height":3000}}}],"Name":"Water Quality","Description":"Measures various aspects of water quality, such as the amount of dissolved oxygen in water, pH, nitrates and dissolved oxygen. Find out more [here] (https://en.wikipedia.org/wiki/Water_quality)\n\n","Icon Shortname":"tech/water","Headline":"How this technology works","TaxonomyTable":"Technology Type","id":"rec8qxZmWF4J432DT"},{"Icon SVG":[{"id":"attHqKUHondCKLacB","url":"https://dl.airtable.com/.attachments/2d9c117bd8b121361d828d754b3ce1c6/79344780/tech_sound.svg","filename":"tech_sound.svg","size":1614,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/b3803e2911f8ec86441e77c3a93ca641/f41cb04b.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/ebdc87461abc42c7307b4874dc51f8de/81184f96.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/bc2b12fde3ef9e7c7cabab7c98578d84/7a6197af.png","width":3000,"height":3000}}}],"Name":"Sound Level Meter","Description":"Takes acoustic measurements, most typically for measuring noise pollution. Find out more [here] \n(https://en.wikipedia.org/wiki/Sound_level_meter) ","Icon Shortname":"tech/sound","Headline":"How this technology works","TaxonomyTable":"Technology Type","id":"recACLRfhdntKzFMw"},{"Icon SVG":[{"id":"attSQ4AcwhNxazo7m","url":"https://dl.airtable.com/.attachments/816316adddc5e1ef449ee1b96213528c/56805878/image.svg","filename":"image.svg","size":2198,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/c3f5deefb799b844aa5b229aa427ab2f/ef7e6a00.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/ee446e8e60eca094669006d13110efbc/91fc8481.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/c27ab345ce2c2e3816af7e421266e59b/9c9254de.png","width":3000,"height":3000}}}],"Name":"Identifiable Image","Description":"Collects [still images] (https://en.wikipedia.org/wiki/Image#Characteristics) of a sufficient resolution where individuals can be identified, for example by capturing images of faces or unique numbers such as vehicle license plates. Identifying information can be collected either through manual review of images by a person, or through [computer vision] (https://en.wikipedia.org/wiki/Computer_vision) techniques that derives information in the form of data from images. ","Icon Shortname":"tech/yellow/image","Headline":"How this technology works","TaxonomyTable":"Technology Type","id":"recCJVmmlaf7L2jqZ"},{"Icon SVG":[{"id":"att8ApCURrEJUEaEV","url":"https://dl.airtable.com/.attachments/2cc039d288ae95ec1077c2c784f7a1fb/6d0ac1a6/tech_image.svg","filename":"tech_image.svg","size":2111,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/06930704d8ea7a2df58b747d605072a0/8772902a.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/1c3cec5ac46d151ff39e4a80de97f4dc/14bbf901.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/8df42aeabfb50fc55d88b8c58c56fd0f/dbe9aeff.png","width":3000,"height":3000}}}],"Name":"Still camera","Description":"Collects [still images] (https://en.wikipedia.org/wiki/Image#Characteristics). Find out more about cameras [here] (https://en.wikipedia.org/wiki/Camera)\n","Icon Shortname":"tech/image","Headline":"How this technology works","TaxonomyTable":"Technology Type","id":"recFYuZ3EW9APCNKd"},{"Icon SVG":[{"id":"attUzwJrm2bZHc1tE","url":"https://dl.airtable.com/.attachments/b10e6285d82cd5c5226c8e32dcd6902a/1cd3224d/tech_light.svg","filename":"tech_light.svg","size":4893,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/c6e0a9226256f686f09fe96874afe032/ddb57c43.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/ba8ec8e2908d28a34ffe32ea5ded228d/5884124c.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/6f5886d281c024c84d3512a02f87510b/994a56ca.png","width":3000,"height":3000}}}],"Technologies":["recbAeqVohzghEEik","rectUkfDliWlZqKn2","recXxbPXMPjlPZdYK"],"Name":"Passive Infrared Sensor","Description":"An electronic sensor that measures infrared (IR) light radiating from objects in its field of view. Find out more [here] (https://en.wikipedia.org/wiki/Passive_infrared_sensor)\n","Icon Shortname":"tech/light","Headline":"How this technology works","TaxonomyTable":"Technology Type","id":"recKgz9hI3NLy9pdO"},{"Icon SVG":[{"id":"att8U2RbLbum4UCH4","url":"https://dl.airtable.com/.attachments/d2d089995b5f2098441c44a7cb53afd0/3ac32e89/tech_wave.svg","filename":"tech_wave.svg","size":2593,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/6ad5c78335c00feb02e8ee721a13dac9/daca981c.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/ad2e16016d602aa69f287589fb28294c/3eeda32b.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/3b786f05ad700a556dcd844feae44ab9/c48227a6.png","width":3000,"height":3000}}}],"Name":"Wireless Access Point","Description":"Provides wireless access to a wired computer network, or to the internet. Find out more [here] (https://en.wikipedia.org/wiki/Wireless_access_point)\n","Icon Shortname":"tech/wave","Headline":"How this technology works","TaxonomyTable":"Technology Type","id":"recLHqTaCnUej3c0G"},{"Icon SVG":[{"id":"att9KnwCg7GGXdT3Z","url":"https://dl.airtable.com/.attachments/6df8a0e4f87b2a4b4f1b38abe06a833c/9def2b95/wave.svg","filename":"wave.svg","size":2680,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/cde3aafc102178757d24f4ddd9921458/bae9df3d.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/32b2c6c9579aa6e707aa2f21d6d50071/28d1b855.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/448bcc2d0cbdaf9f44b2946cd28d2912/641096b0.png","width":3000,"height":3000}}}],"Technologies":["recLZNgvRWCyJWKil"],"Name":"Identifiable RFID","Description":"Enables the identification of items using electromagnetic fields, commonly used to track inventory in stores. In this case, unique identification is possible, for example if a particular item is closely associated with an individual's [personal data] (https://en.wikipedia.org/wiki/Personal_data). Find out more [here] (https://en.wikipedia.org/wiki/Radio-frequency_identification)","Icon Shortname":"tech/yellow/wave","Headline":"How this technology works","TaxonomyTable":"Technology Type","id":"recOwPzuZrASHrDQy"},{"Icon SVG":[{"id":"attUzwJrm2bZHc1tE","url":"https://dl.airtable.com/.attachments/b10e6285d82cd5c5226c8e32dcd6902a/1cd3224d/tech_light.svg","filename":"tech_light.svg","size":4893,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/c6e0a9226256f686f09fe96874afe032/ddb57c43.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/ba8ec8e2908d28a34ffe32ea5ded228d/5884124c.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/6f5886d281c024c84d3512a02f87510b/994a56ca.png","width":3000,"height":3000}}}],"Technologies":["recq9jrZscH3kp4nt"],"Name":"LiDAR","Description":"Uses lasers to measure distances to objects, collecting data that can create a 3-D representation of the object. Find out more [here] (https://en.wikipedia.org/wiki/Lidar)\n","Icon Shortname":"tech/light","Headline":"How this technology works","TaxonomyTable":"Technology Type","id":"recPHXtcX27xl3pvh"},{"Icon SVG":[{"id":"attPiRknymPhPwz4Q","url":"https://dl.airtable.com/.attachments/64796a31813798c1930556dc9a1a8d13/cc0b77d8/voice.svg","filename":"voice.svg","size":1965,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/0d0fcc12cac5484d990578ffb7e5a49d/27a4be51.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/46242b579e247e0536ad13c447fc1c77/a8798f3e.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/923cc44a12474d69d8e0bf3c12c20189/5aca304a.png","width":3000,"height":3000}}}],"Name":"Identifiable Voice","Description":"Audio data is collected that does or can identify individuals, either through manual review or by technologies that can determine either what is being said, or who is saying it. Find out more about [speech recognition] (https://en.wikipedia.org/wiki/Speech_recognition) or [speaker recognition] (https://en.wikipedia.org/wiki/Speaker_recognition).\n\n","Icon Shortname":"tech/yellow/voice","Headline":"How this technology works","TaxonomyTable":"Technology Type","id":"recRvZjb5L7HUoUd2"},{"Icon SVG":[{"id":"attU9lndYD8Wkqzly","url":"https://dl.airtable.com/.attachments/a61f6438f3f27f79a1ca29513d2eee6f/ffc7c7a8/tech_water.svg","filename":"tech_water.svg","size":1712,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/4e1e689664b1abc3f6a1b0d959783b41/a9b1424f.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/9f469c775c9bf20cbd29635ab55dbbd0/7d6e560a.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/e5fd2ba98a09e9e37a46c7f4145b1400/fb42c31f.png","width":3000,"height":3000}}}],"Name":"Soil Moisture Sensor","Description":"Soil moisture sensors measures the water content in soil. Find out more [here] (https://en.wikipedia.org/wiki/Soil_moisture_sensor)\n","Icon Shortname":"tech/water","Headline":"How this technology works","TaxonomyTable":"Technology Type","id":"recU1rWEmqLYghGQp"},{"Icon SVG":[{"id":"att8ApCURrEJUEaEV","url":"https://dl.airtable.com/.attachments/2cc039d288ae95ec1077c2c784f7a1fb/6d0ac1a6/tech_image.svg","filename":"tech_image.svg","size":2111,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/06930704d8ea7a2df58b747d605072a0/8772902a.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/1c3cec5ac46d151ff39e4a80de97f4dc/14bbf901.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/8df42aeabfb50fc55d88b8c58c56fd0f/dbe9aeff.png","width":3000,"height":3000}}}],"Name":"Still camera - infrared","Description":"Collects still images in the [infrared] (https://en.wikipedia.org/wiki/Infrared_photography) portion of the electromagnetic spectrum.","Icon Shortname":"tech/image","Headline":"How this technology works","TaxonomyTable":"Technology Type","id":"recU2PNLCIysczD2E"},{"Icon SVG":[{"id":"attUzwJrm2bZHc1tE","url":"https://dl.airtable.com/.attachments/b10e6285d82cd5c5226c8e32dcd6902a/1cd3224d/tech_light.svg","filename":"tech_light.svg","size":4893,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/c6e0a9226256f686f09fe96874afe032/ddb57c43.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/ba8ec8e2908d28a34ffe32ea5ded228d/5884124c.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/6f5886d281c024c84d3512a02f87510b/994a56ca.png","width":3000,"height":3000}}}],"Name":"Radar","Description":"Uses radio waves to detect objects, or measure how they are moving through a space, such as vehicles. Find out more [here] (https://en.wikipedia.org/wiki/Radar)\n","Icon Shortname":"tech/light","Headline":"How this technology works","TaxonomyTable":"Technology Type","id":"recXyTxOQwBnziUDb"},{"Icon SVG":[{"id":"attRAaqqGGuJufvPO","url":"https://dl.airtable.com/.attachments/24939615af4ce6cbd98b5f4ec808166b/e3e2a4f3/tech_video.svg","filename":"tech_video.svg","size":1711,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/1c3f67874e254223f07e1702c25c72fb/45747a36.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/eded183898f27148e9c06391e73540cd/dfb1f86c.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/a3e62613a0d46b02096a432c61910259/5342e01f.png","width":3000,"height":3000}}}],"Name":"Video camera","Description":"Collects video footage. Find out more [here] (https://en.wikipedia.org/wiki/Video). ","Icon Shortname":"tech/video","Headline":"How this technology works","TaxonomyTable":"Technology Type","id":"recXz6luZQk3mrhdr"},{"Icon SVG":[{"id":"attbBNSbjnL3eTgD5","url":"https://dl.airtable.com/.attachments/64eff05da9065ed816bafc203b0d54e6/3c57b5f4/video.svg","filename":"video.svg","size":1792,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/8cf9ef9d50d746f1c0889c3d4896faae/e7a420d0.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/603cfdeef24f04d0c881f27dc2951851/cad5dcf2.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/5432c6dc4f3b5caff77cbffef58dfad1/cdfd37af.png","width":3000,"height":3000}}}],"Name":"De-identified Video","Description":"Collects [video footage] (https://en.wikipedia.org/wiki/Video) of a sufficient resolution where individuals can be identified, for example by capturing images of faces or unique numbers such as vehicle license plates. However, the video is processed in a way that removes identifying characteristics before it is used or stored (known as *de-identified before first use* or *de-identified on device*), for example by blurring faces using [computer vision] (https://en.wikipedia.org/wiki/Computer_vision). Find out more about [de-identification] (https://en.wikipedia.org/wiki/De-identification)\n\n\n","Icon Shortname":"tech/blue/video","Headline":"How this technology works","TaxonomyTable":"Technology Type","id":"recYJtpoMAz7ejP5E"},{"Icon SVG":[{"id":"attqISaH4VSJyCXn3","url":"https://dl.airtable.com/.attachments/58c25ea3fc48f6dc34d2e1e982312c0f/44ec80e1/tech_air.svg","filename":"tech_air.svg","size":3422,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/ce20d4c375091e5b998f41c5490f7fc1/48783c0c.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/cf4ee41737c8520bc912cc5fb85c8bb6/6575148d.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/c87adc0129d74280d081bb2d57fa5594/f5c5b71d.png","width":3000,"height":3000}}}],"Technologies":["rec7TlKtf6bBHLR9Q"],"Name":"Air Quality ","Description":"Measures various aspects of air quality, such as [pollen] (https://en.wikipedia.org/wiki/Pollen), [particulate matter] (https://en.wikipedia.org/wiki/Particulate_pollution), [ozone] (https://en.wikipedia.org/wiki/Ozone#Ozone_in_Earth's_atmosphere), and [greenhouse gases] (https://en.wikipedia.org/wiki/Greenhouse_gas). Find out more [here] (https://en.wikipedia.org/wiki/Air_pollution)","Icon Shortname":"tech/air","Headline":"How this technology works","TaxonomyTable":"Technology Type","id":"recaKfc3j3xvwtWlC"},{"Icon SVG":[{"id":"att1KUUCIUCz65YWM","url":"https://dl.airtable.com/.attachments/e68f2aa14b0a1e913ffbd0401f156312/a08437b6/voice.svg","filename":"voice.svg","size":1959,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/6b68c4f2b8f815238008eb9a007980cd/ee35063d.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/7c0c7ac94059c520fb16e2a913d3d9ae/64c9fdbe.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/140d6d1edc630ded2b52480d2c9afb6e/682ae98a.png","width":3000,"height":3000}}}],"Name":"De-identified Voice","Description":"Audio data is collected that does or can identify individuals, either through manual review or technologies that can determine either what is being said, or who is saying it. Find out more about [speech recognition] (https://en.wikipedia.org/wiki/Speech_recognition) or [speaker recognition] (https://en.wikipedia.org/wiki/Speaker_recognition). Data is processed in a way that removes identifying characteristics before it is used or stored (known as *de-identified before first use* or *de-identified on device*). Find out more [here] (https://en.wikipedia.org/wiki/De-identification)\n\n\n","Icon Shortname":"tech/blue/voice","Headline":"How this technology works","TaxonomyTable":"Technology Type","id":"recaiCujVhd1JH15g"},{"Icon SVG":[{"id":"attKXtd8qTyqHHuao","url":"https://dl.airtable.com/.attachments/5a1485ff194470e900e83fcc116fe880/b6df384b/tech_voice.svg","filename":"tech_voice.svg","size":1878,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/81671f89361693b430120eef2eed40e1/656bf57a.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/a35b7f2966f43a7f1a89c5aa993bbc40/a5b77d60.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/bd6bae434164268798d1818853104b43/80ed98ac.png","width":3000,"height":3000}}}],"Name":"Assistance Station","Description":"Provides access to assistive services. Examples include [assistive technologies] (https://en.wikipedia.org/wiki/Assistive_technology) and [virtual assistants] (https://en.wikipedia.org/wiki/Virtual_assistant)\n","Icon Shortname":"tech/voice","Headline":"How this technology works","TaxonomyTable":"Technology Type","id":"recbYHgTTk2SEF9pC"},{"Icon SVG":[{"id":"attdcuhq8QgsExrV3","url":"https://dl.airtable.com/.attachments/e1d831f92d2d8e241925fdfd24eedf22/d157d5d6/image.svg","filename":"image.svg","size":2192,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/cc3a9b4d1b4c1a4a58796002ff9a1e70/551c2a59.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/e58e2844269d9e8098f16cdc485f88f9/d6fe8953.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/8e27d68fd8eaaf92df2b0dd2cd146184/dd6fe70b.png","width":3000,"height":3000}}}],"Technologies":["recUQ7Wz9iuRygM5H"],"Name":"De-identified Image","Description":"Collects [still images] (https://en.wikipedia.org/wiki/Image#Characteristics) of a sufficient resolution where individuals can be identified, for example by capturing images of faces or unique numbers such as vehicle license plates. However, images are processed in a way that removes identifying characteristics before it is used or stored (known as *de-identified before first use* or *de-identified on device*), for example by blurring faces using [computer vision] (https://en.wikipedia.org/wiki/Computer_vision). Find out more about [de-identification] (https://en.wikipedia.org/wiki/De-identification)\n\n\n","Icon Shortname":"tech/blue/image","Headline":"How this technology works","TaxonomyTable":"Technology Type","id":"reciL3ObprzjSJ21a"},{"Icon SVG":[{"id":"attumekHAJkm4Boxe","url":"https://dl.airtable.com/.attachments/cff834652ea819c4ea9f49185fe25aad/06962b43/video.svg","filename":"video.svg","size":1798,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/1e2bce515a9a792582e0c7654dfb983d/7582424b.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/b841427a0e74f838a472d077c0d43c32/c8a1563f.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/d1e699990126f5cafad6426ba9e677c9/b7172146.png","width":3000,"height":3000}}}],"Technologies":["recy3FWRF3Tzv9WgI","recLZNgvRWCyJWKil"],"Name":"Identifiable Video","Description":"Collects [video footage] (https://en.wikipedia.org/wiki/Video) of a sufficient resolution where individuals can be identified, for example by capturing images of faces or unique numbers such as vehicle license plates. Identifying information can be collected either through manual review by a person, or through [computer vision] (https://en.wikipedia.org/wiki/Computer_vision) techniques that derives information in the form of data from video or images. \n","Icon Shortname":"tech/yellow/video","Headline":"How this technology works","TaxonomyTable":"Technology Type","id":"recjMTQAgsbEOBL3Y"},{"Icon SVG":[{"id":"attqISaH4VSJyCXn3","url":"https://dl.airtable.com/.attachments/58c25ea3fc48f6dc34d2e1e982312c0f/44ec80e1/tech_air.svg","filename":"tech_air.svg","size":3422,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/ce20d4c375091e5b998f41c5490f7fc1/48783c0c.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/cf4ee41737c8520bc912cc5fb85c8bb6/6575148d.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/c87adc0129d74280d081bb2d57fa5594/f5c5b71d.png","width":3000,"height":3000}}}],"Technologies":["recGwg0uwLtbBXYKn","recy6Bgiv3yAtKy4w"],"Name":"Thermometer","Description":"Measures the temperature of or changes of temperature in the physical environment, and quantifies those attributes according to a standardized scale such as Celsius or Fahrenheit. Find more more [here] (https://en.wikipedia.org/wiki/Thermometer)","Icon Shortname":"tech/air","Headline":"How this technology works","TaxonomyTable":"Technology Type","id":"recuE3ysN2PW1ahuN"},{"Icon SVG":[{"id":"attqISaH4VSJyCXn3","url":"https://dl.airtable.com/.attachments/58c25ea3fc48f6dc34d2e1e982312c0f/44ec80e1/tech_air.svg","filename":"tech_air.svg","size":3422,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/ce20d4c375091e5b998f41c5490f7fc1/48783c0c.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/cf4ee41737c8520bc912cc5fb85c8bb6/6575148d.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/c87adc0129d74280d081bb2d57fa5594/f5c5b71d.png","width":3000,"height":3000}}}],"Name":"Weather Station","Description":"A set of instruments for measuring atmospheric conditions such as temperature, precipitation, wind speed and direction, and barometric pressure. Find out more [here] (https://en.wikipedia.org/wiki/Weather_station)\n","Icon Shortname":"tech/air","Headline":"How this technology works","TaxonomyTable":"Technology Type","id":"recvoRHtNd1ef7VmR"},{"Icon SVG":[{"id":"attju8wLlKic4PN5N","url":"https://dl.airtable.com/.attachments/47bafe1bcb3968a32f496937e4cadff4/3548f87f/tech_video.svg","filename":"tech_video.svg","size":1711,"type":"image/svg+xml","thumbnails":{"small":{"url":"https://dl.airtable.com/.attachmentThumbnails/9f55007f2015f1f77bd274220e5aa83e/ea22ba30.png","width":36,"height":36},"large":{"url":"https://dl.airtable.com/.attachmentThumbnails/4a814bd3f20bcef4041cf7dbca3f1e14/f50efa46.png","width":36,"height":36},"full":{"url":"https://dl.airtable.com/.attachmentThumbnails/280c351ed15fed387c7a5ab0b467fc13/e029c247.png","width":3000,"height":3000}}}],"Name":"Video camera - infrared","Description":"Collects video footage in the [infrared] (https://en.wikipedia.org/wiki/Infrared_photography) portion of the electromagnetic spectrum.\n \n","Icon Shortname":"tech/video","Headline":"How this technology works","TaxonomyTable":"Technology Type","id":"reczS13FeEGchbNv8"}]} \ No newline at end of file diff --git a/dtpr_prototype/icon.png b/dtpr_prototype/icon.png new file mode 100644 index 0000000..e2b6e00 Binary files /dev/null and b/dtpr_prototype/icon.png differ diff --git a/dtpr_prototype/img/307_numina.jpg b/dtpr_prototype/img/307_numina.jpg new file mode 100644 index 0000000..b967298 Binary files /dev/null and b/dtpr_prototype/img/307_numina.jpg differ diff --git a/dtpr_prototype/img/feedback_happy.svg b/dtpr_prototype/img/feedback_happy.svg new file mode 100644 index 0000000..6a4b3d2 --- /dev/null +++ b/dtpr_prototype/img/feedback_happy.svg @@ -0,0 +1,14 @@ + + + + feedback_happy + Created with Sketch. + + + + + + + + + \ No newline at end of file diff --git a/dtpr_prototype/img/feedback_meh.svg b/dtpr_prototype/img/feedback_meh.svg new file mode 100644 index 0000000..efeb485 --- /dev/null +++ b/dtpr_prototype/img/feedback_meh.svg @@ -0,0 +1,14 @@ + + + + feedback_meh + Created with Sketch. + + + + + + + + + \ No newline at end of file diff --git a/dtpr_prototype/img/feedback_sad.svg b/dtpr_prototype/img/feedback_sad.svg new file mode 100644 index 0000000..2474bbb --- /dev/null +++ b/dtpr_prototype/img/feedback_sad.svg @@ -0,0 +1,14 @@ + + + + feedback_sad + Created with Sketch. + + + + + + + + + \ No newline at end of file diff --git a/dtpr_prototype/img/swl_logo.png b/dtpr_prototype/img/swl_logo.png new file mode 100644 index 0000000..89c602e Binary files /dev/null and b/dtpr_prototype/img/swl_logo.png differ diff --git a/dtpr_prototype/index.html b/dtpr_prototype/index.html new file mode 100755 index 0000000..645d677 --- /dev/null +++ b/dtpr_prototype/index.html @@ -0,0 +1,807 @@ + + + + + + + + + + + + + + + DTRP + + + + + + + + + + + + + + + + + + + +
+
+
+
+
Test Label
+ +
+
+ +
+
+ +
+
+
+
Test Label
+ +
+
+
+ +
+
+
+ +
+
+ + + + + +
+
+
+ +
+ +
+ +
+
+ +
+
+
+ + +

+
+

+ + +
+
+
+
+
+
+
+
+ +
+
+
+ +
+
+ +
+
+
+
+
+
+
360
+
+
+ +
+

+
+ +
+
+ + + +
+
+
How do you feel about this technology?
+
+ + + +
+
+ +
+
+
+ +
+ + + + + + + + \ No newline at end of file diff --git a/dtpr_prototype/lib/kjua-0.4.0.min.js b/dtpr_prototype/lib/kjua-0.4.0.min.js new file mode 100755 index 0000000..21d43a2 --- /dev/null +++ b/dtpr_prototype/lib/kjua-0.4.0.min.js @@ -0,0 +1,2 @@ +/*! kjua v0.4.0 - https://larsjung.de/kjua/ */ +!function(r,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define("kjua",[],t):"object"==typeof exports?exports.kjua=t():r.kjua=t()}("undefined"!=typeof self?self:this,function(){return function(e){var n={};function o(r){if(n[r])return n[r].exports;var t=n[r]={i:r,l:!1,exports:{}};return e[r].call(t.exports,t,t.exports,o),t.l=!0,t.exports}return o.m=e,o.c=n,o.d=function(r,t,e){o.o(r,t)||Object.defineProperty(r,t,{enumerable:!0,get:e})},o.r=function(r){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(r,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(r,"__esModule",{value:!0})},o.t=function(t,r){if(1&r&&(t=o(t)),8&r)return t;if(4&r&&"object"==typeof t&&t&&t.__esModule)return t;var e=Object.create(null);if(o.r(e),Object.defineProperty(e,"default",{enumerable:!0,value:t}),2&r&&"string"!=typeof t)for(var n in t)o.d(e,n,function(r){return t[r]}.bind(null,n));return e},o.n=function(r){var t=r&&r.__esModule?function(){return r.default}:function(){return r};return o.d(t,"a",t),t},o.o=function(r,t){return Object.prototype.hasOwnProperty.call(r,t)},o.p="",o(o.s=0)}([function(r,t,e){var n=e(1),a=n.create_canvas,u=n.canvas_to_img,f=n.dpr,c=e(2),l=e(3),s=e(4);r.exports=function(r){var t=Object.assign({},c,r),e=l(t.text,t.ecLevel,t.minVersion,t.quiet),n=t.ratio||f,o=a(t.size,n),i=o.getContext("2d");return i.scale(n,n),s(e,i,t),"image"===t.render?u(o):o}},function(r,t){var e=window,n=e.document,o=e.devicePixelRatio||1,i=function(r){return n.createElement(r)},a=function(r,t){return r.getAttribute(t)},u=function(r,t,e){return r.setAttribute(t,e)};r.exports={create_canvas:function(r,t){var e=i("canvas");return u(e,"width",r*t),u(e,"height",r*t),e.style.width="".concat(r,"px"),e.style.height="".concat(r,"px"),e},canvas_to_img:function(r){var t=i("img");return u(t,"crossorigin","anonymous"),u(t,"src",r.toDataURL("image/png")),u(t,"width",a(r,"width")),u(t,"height",a(r,"height")),t.style.width=r.style.width,t.style.height=r.style.height,t},dpr:o}},function(r,t){r.exports={render:"image",crisp:!0,minVersion:1,ecLevel:"L",size:200,ratio:null,fill:"#333",back:"#fff",text:"no text",rounded:0,quiet:0,mode:"plain",mSize:30,mPosX:50,mPosY:50,label:"no label",fontname:"sans",fontcolor:"#333",image:null}},function(r,t){function a(r){return(a="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(r){return typeof r}:function(r){return r&&"function"==typeof Symbol&&r.constructor===Symbol&&r!==Symbol.prototype?"symbol":typeof r})(r)}var e,n,u=/code length overflow/i,f=(n=function(){var o=function(r,t){var u=r,a=y[t],l=null,s=0,e=null,n=new Array,f={},o=function(r,t){l=function(r){for(var t=new Array(r),e=0;e>e&1);l[Math.floor(e/3)][e%3+s-8-3]=n}for(e=0;e<18;e+=1){n=!r&&1==(t>>e&1);l[e%3+s-8-3][Math.floor(e/3)]=n}},v=function(r,t){for(var e=a<<3|t,n=p.getBCHTypeInfo(e),o=0;o<15;o+=1){var i=!r&&1==(n>>o&1);o<6?l[o][8]=i:o<8?l[o+1][8]=i:l[s-15+o][8]=i}for(o=0;o<15;o+=1){i=!r&&1==(n>>o&1);o<8?l[8][s-o-1]=i:o<9?l[8][15-o-1+1]=i:l[8][15-o-1]=i}l[s-8][8]=!r},d=function(r,t){for(var e=-1,n=s-1,o=7,i=0,a=p.getMaskFunction(t),u=s-1;0>>o&1)),a(n,u-f)&&(c=!c),l[n][u-f]=c,-1==(o-=1)&&(i+=1,o=7)}if((n+=e)<0||s<=n){n-=e,e=-e;break}}},w=function(r,t,e){for(var n=k.getRSBlocks(r,t),o=x(),i=0;i8*u)throw new Error("code length overflow. ("+o.getLengthInBits()+">"+8*u+")");for(o.getLengthInBits()+4<=8*u&&o.put(0,4);o.getLengthInBits()%8!=0;)o.putBit(!1);for(;!(o.getLengthInBits()>=8*u||(o.put(236,8),o.getLengthInBits()>=8*u));)o.put(17,8);return function(r,t){for(var e=0,n=0,o=0,i=new Array(t.length),a=new Array(t.length),u=0;u',e+="";for(var n=0;n";for(var o=0;o';e+=""}return e+="",e+=""},f.createImgTag=function(o,r){o=o||2,r=void 0===r?4*o:r;var t=f.getModuleCount()*o+2*r,i=r,a=t-r;return D(t,t,function(r,t){if(i<=r&&r>>8),t.push(255&o)):t.push(a)}}return t}};var t,r,e,n=1,i=2,a=4,u=8,y={L:1,M:0,Q:3,H:2},f=0,c=1,l=2,s=3,g=4,h=5,v=6,d=7,p=(t=[[],[6,18],[6,22],[6,26],[6,30],[6,34],[6,22,38],[6,24,42],[6,26,46],[6,28,50],[6,30,54],[6,32,58],[6,34,62],[6,26,46,66],[6,26,48,70],[6,26,50,74],[6,30,54,78],[6,30,56,82],[6,30,58,86],[6,34,62,90],[6,28,50,72,94],[6,26,50,74,98],[6,30,54,78,102],[6,28,54,80,106],[6,32,58,84,110],[6,30,58,86,114],[6,34,62,90,118],[6,26,50,74,98,122],[6,30,54,78,102,126],[6,26,52,78,104,130],[6,30,56,82,108,134],[6,34,60,86,112,138],[6,30,58,86,114,142],[6,34,62,90,118,146],[6,30,54,78,102,126,150],[6,24,50,76,102,128,154],[6,28,54,80,106,132,158],[6,32,58,84,110,136,162],[6,26,54,82,110,138,166],[6,30,58,86,114,142,170]],e=function(r){for(var t=0;0!=r;)t+=1,r>>>=1;return t},(r={}).getBCHTypeInfo=function(r){for(var t=r<<10;0<=e(t)-e(1335);)t^=1335<>>7-r%8&1)},put:function(r,t){for(var e=0;e>>t-e-1&1))},getLengthInBits:function(){return n},putBit:function(r){var t=Math.floor(n/8);e.length<=t&&e.push(0),r&&(e[t]|=128>>>n%8),n+=1}};return o},C=function(r){var t=a,e=o.stringToBytes(r),n={getMode:function(){return t},getLength:function(r){return e.length},write:function(r){for(var t=0;t>>8)},writeBytes:function(r,t,e){t=t||0,e=e||r.length;for(var n=0;n=e.length){if(0==i)return-1;throw new Error("unexpected end of file./"+i)}var r=e.charAt(n);if(n+=1,"="==r)return i=0,-1;r.match(/^\s$/)||(o=o<<6|a(r.charCodeAt(0)),i+=6)}var t=o>>>i-8&255;return i-=8,t}},a=function(r){if(65<=r&&r<=90)return r-65;if(97<=r&&r<=122)return r-97+26;if(48<=r&&r<=57)return r-48+52;if(43==r)return 62;if(47==r)return 63;throw new Error("c:"+r)};return t},L=function(r,t){var n=r,o=t,s=new Array(r*t),e={setPixel:function(r,t,e){s[t*n+r]=e},write:function(r){r.writeString("GIF87a"),r.writeShort(n),r.writeShort(o),r.writeByte(128),r.writeByte(0),r.writeByte(0),r.writeByte(0),r.writeByte(0),r.writeByte(0),r.writeByte(255),r.writeByte(255),r.writeByte(255),r.writeString(","),r.writeShort(0),r.writeShort(0),r.writeShort(n),r.writeShort(o),r.writeByte(0);var t=i(2);r.writeByte(2);for(var e=0;255>>t!=0)throw new Error("length over");for(;8<=n+t;)e.writeByte(255&(r<>>=8-n,n=o=0;o|=r<>>n-6),n-=6},r.flush=function(){if(0>6,128|63&n):n<55296||57344<=n?t.push(224|n>>12,128|n>>6&63,128|63&n):(e++,n=65536+((1023&n)<<10|1023&r.charCodeAt(e)),t.push(240|n>>18,128|n>>12&63,128|n>>6&63,128|63&n))}return t}(r)},n);r.exports=function(){var r=0kjua 0.4.0 · Demo






\ No newline at end of file diff --git a/dtpr_prototype/lib/kjua-0.4.0/demo/scripts.js b/dtpr_prototype/lib/kjua-0.4.0/demo/scripts.js new file mode 100755 index 0000000..aebebd9 --- /dev/null +++ b/dtpr_prototype/lib/kjua-0.4.0/demo/scripts.js @@ -0,0 +1,125 @@ +/* eslint-disable func-names,no-var,prefer-reflect,prefer-arrow-callback */ +(function () { + var win = window; // eslint-disable-line no-undef + var FR = win.FileReader; + var doc = win.document; + var kjua = win.kjua; + + var gui_val_pairs = [ + ['size', 'px'], + ['minversion', ''], + ['quiet', ' modules'], + ['rounded', '%'], + ['msize', '%'], + ['mposx', '%'], + ['mposy', '%'] + ]; + + function el_by_id(id) { + return doc.getElementById(id); + } + + function val_by_id(id) { + var el = el_by_id(id); + return el && el.value; + } + + function int_by_id(id) { + return parseInt(val_by_id(id), 10); + } + + function on_event(el, type, fn) { + el.addEventListener(type, fn); + } + + function on_ready(fn) { + on_event(doc, 'DOMContentLoaded', fn); + } + + function for_each(list, fn) { + Array.prototype.forEach.call(list, fn); + } + + function all(query, fn) { + var els = doc.querySelectorAll(query); + if (fn) { + for_each(els, fn); + } + return els; + } + + function update_gui() { + gui_val_pairs.forEach(function (pair) { + var label = all('label[for="' + pair[0] + '"]')[0]; + var text = label.innerHTML; + label.innerHTML = text.replace(/:.*$/, ': ' + val_by_id(pair[0]) + pair[1]); + }); + } + + function update_qrcode() { + var options = { + render: val_by_id('render'), + crisp: val_by_id('crisp') === 'true', + ecLevel: val_by_id('eclevel'), + minVersion: int_by_id('minversion'), + + fill: val_by_id('fill'), + back: val_by_id('back'), + + text: val_by_id('text'), + size: int_by_id('size'), + rounded: int_by_id('rounded'), + quiet: int_by_id('quiet'), + + mode: val_by_id('mode'), + + mSize: int_by_id('msize'), + mPosX: int_by_id('mposx'), + mPosY: int_by_id('mposy'), + + label: val_by_id('label'), + fontname: val_by_id('font'), + fontcolor: val_by_id('fontcolor'), + + image: el_by_id('img-buffer') + }; + + var container = el_by_id('container'); + var qrcode = kjua(options); + for_each(container.childNodes, function (child) { + container.removeChild(child); + }); + if (qrcode) { + container.appendChild(qrcode); + } + } + + function update() { + update_gui(); + update_qrcode(); + } + + function on_img_input() { + var input = el_by_id('image'); + if (input.files && input.files[0]) { + var reader = new FR(); + reader.onload = function (ev) { + el_by_id('img-buffer').setAttribute('src', ev.target.result); + el_by_id('mode').value = 4; + setTimeout(update, 250); + }; + reader.readAsDataURL(input.files[0]); + } + } + + on_ready(function () { + on_event(el_by_id('image'), 'change', on_img_input); + all('input, textarea, select', function (el) { + on_event(el, 'input', update); + on_event(el, 'change', update); + }); + on_event(win, 'load', update); + update(); + }); +}()); +/* eslint-enable */ diff --git a/dtpr_prototype/lib/kjua-0.4.0/demo/styles.css b/dtpr_prototype/lib/kjua-0.4.0/demo/styles.css new file mode 100755 index 0000000..71c742f --- /dev/null +++ b/dtpr_prototype/lib/kjua-0.4.0/demo/styles.css @@ -0,0 +1,107 @@ +* { + margin: 0; + padding: 0; +} + +body { + font-family: 'Ubuntu', 'Arial', 'sans'; + text-align: center; + background: repeat url('back.png'); +} + +#banner { + display: block; + text-decoration: none; + color: rgb(29, 119, 194); + padding: 12px 0 0; + text-align: center; +} + +#banner:hover { + color: #333; +} + +#container { + display: inline-block; + margin: 20px auto; + box-shadow: 0 0 16px rgba(0,0,0,0.5); + -webkit-print-color-adjust: exact; +} + +#container > * { + display: block; +} + +.control { + position: absolute; + background-color: #f8f8f8; + top: 0; + width: 190px; + box-shadow: 0 0 32px rgba(0,0,0,0.5); + overflow: hidden; + text-align: left; +} + +.control.left { + left: 0; +} + +.control.right { + right: 0; +} + +hr { + margin: 12px 0 0; + padding: 0; + border: none; + height: 1px; + background-color: rgba(0,0,0,0.1); +} + +label { + font-size: 10px; + color: #aaa; + padding: 12px 4px 0 4px; +} + +input, textarea, select { + font-family: 'Ubuntu', 'Arial', 'sans'; + display: block; + background-color: #fff; + margin: 2px; + padding: 0 2px; + border: 1px solid #ddd; + width: 180px; + height: 22px; +} + +#text { + height: 48px; +} + +#img-buffer { + display: none; +} + +input[type='range'] { + -webkit-appearance: none; + cursor: pointer; +} + +input::-webkit-slider-thumb { + -webkit-appearance: none; + width: 16px; + height: 16px; + border-radius: 3px; + background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #aaa), color-stop(1, #aaa)); +} + +@media print { + #container { + box-shadow: none; + } + + .control { + display: none; + } +} diff --git a/dtpr_prototype/site.webmanifest b/dtpr_prototype/site.webmanifest new file mode 100755 index 0000000..c03c6c6 --- /dev/null +++ b/dtpr_prototype/site.webmanifest @@ -0,0 +1,12 @@ +{ + "short_name": "DTPR", + "name": "Digital Transparency", + "icons": [{ + "src": "icon.png", + "type": "image/png", + "sizes": "192x192" + }], + "start_url": "/", + "background_color": "#000000", + "theme_color": "#000000" +} diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..8bea091 Binary files /dev/null and b/favicon.ico differ