{"id":17242219,"url":"https://github.com/arronhunt/aiga-design-census-data","last_synced_at":"2025-09-11T05:06:05.153Z","repository":{"id":87907500,"uuid":"127033060","full_name":"arronhunt/aiga-design-census-data","owner":"arronhunt","description":"Cleaned data from the 2016-2017 AIGA Design Census surveys ","archived":false,"fork":false,"pushed_at":"2018-03-27T19:07:40.000Z","size":8268,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-31T01:38:30.063Z","etag":null,"topics":["census-data","design"],"latest_commit_sha":null,"homepage":"https://designcensus.org","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arronhunt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-03-27T19:01:01.000Z","updated_at":"2018-03-27T19:07:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"be1d93c3-c33b-4832-a635-6b61a9f164d0","html_url":"https://github.com/arronhunt/aiga-design-census-data","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arronhunt%2Faiga-design-census-data","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arronhunt%2Faiga-design-census-data/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arronhunt%2Faiga-design-census-data/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arronhunt%2Faiga-design-census-data/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arronhunt","download_url":"https://codeload.github.com/arronhunt/aiga-design-census-data/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245580920,"owners_count":20638893,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["census-data","design"],"created_at":"2024-10-15T06:12:36.313Z","updated_at":"2025-03-26T03:22:55.503Z","avatar_url":"https://github.com/arronhunt.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AIGA Design Census Data\n\nThis repository contains the AIGA Design Census data from 2016 and 2017. Provided are both the raw data files (csv) and normalized data files (json).\n\n## Motivation\n\nThe motivation behind this repo is to provide a better formatted dataset for observation and analysis. This repository also acts as a mirror for the data provided by the AIGA Design Census. \n\n## File Structure\n\n    year/\n    -- parsed/\n    ---- data.json\n    -- raw/\n    ---- data.csv\n\n## Example\n\nHere's an example record from 2017\n\n```js\n[\n  {\n    \"time_in_industry\": \"10-14 years\",\n    \"field\": [\n      \"Graphic Design\",\n      \"Marketing\",\n      \"Photography\",\n      \"Web Design\"\n    ],\n    \"secondary_field\": [\n      \"Brainstorming and Ideation\",\n      \"Facilitation\",\n      \"Leadership\",\n      \"Mentoring\",\n      \"Project Management\"\n    ],\n    \"employment_status\": \"A full-time employee at an agency or consultancy\",\n    \"company_specialty\": [\n      \"Advertising\",\n      \"Branding\",\n      \"Innovation\",\n      \"Strategy\"\n    ],\n    \"company\": \"\",\n    \"teach\": \"\",\n    \"not_working_reason\": \"\",\n    \"organization_size\": \"1-10 employees\",\n    \"team_site\": \"2-4 people\",\n    \"sectors\": [\n      \"Advertising\",\n      \"Arts\",\n      \"Automotive\",\n      \"Consulting\",\n      \"Consumer Products\",\n      \"Government\",\n      \"Health Care\",\n      \"Industrial Goods\",\n      \"Insurance\",\n      \"Marketing and Communications\",\n      \"Media and Broadcasting\",\n      \"Mining\",\n      \"Music\",\n      \"Publishing\",\n      \"Retail\",\n      \"Web Services\"\n    ],\n    \"current_employment\": \"Less than 1 year\",\n    \"role\": \"Mid-level specialist\",\n    \"undefined\": \"Looking Glass\",\n    \"length_in_role\": \"Less than 1 year\",\n    \"typical_work_hours\": \"41-50 hours per week\",\n    \"annual_salary\": \"40000\",\n    \"employer_perks\": [\n      \"Education Funding\",\n      \"Fitness Benefits\"\n    ],\n    \"job_satisfaction\": \"Pretty good\",\n    \"job_stability\": \"Fairly stable\",\n    \"coffee_consumption\": \"Other\",\n    \"education_level\": \"Bachelor's degree\",\n    \"education_methods\": [\n      \"On my own\",\n      \"On the job\",\n      \"In school\"\n    ],\n    \"education_focus\": [\n      \"Digital Media\",\n      \"Graphic Design\"\n    ],\n    \"focus_shift_count\": \"Always ready for what's next\",\n    \"stay_current_method\": [\n      \"Discussing with peers\",\n      \"Following design feeds\",\n      \"Reading books/magazines\",\n      \"Reading online publications\",\n      \"Seeking online training\"\n    ],\n    \"membership\": \"None of these\",\n    \"goals\": [\n      \"Coding\",\n      \"Drawing or Painting\",\n      \"Motion Graphics\",\n      \"Product Design\",\n      \"Sales\",\n      \"SEO/SEM\",\n      \"Strategy\",\n      \"Web Design\"\n    ],\n    \"open_to_opportunities\": \"Not interested in a new job right now\",\n    \"postal_code\": \"76051\",\n    \"age\": \"24\",\n    \"gender\": \"Male\",\n    \"sexuality\": \"Not LGBTQ\",\n    \"ethnicity\": \"White or Caucasian\",\n    \"challenges\": [\n      \"Generational differences in the workforce\"\n    ],\n    \"trends\": [\n      \"AI and machine learning\",\n      \"Augmented Reality\",\n      \"Behavior tracking and modeling\",\n      \"Conversational interfaces\",\n      \"Distributed teams and virtual workplace\",\n      \"Image recognition\",\n      \"Internet of Things\",\n      \"Virtual Reality\"\n    ],\n    \"future_skills\": [\n      \"Adaptability to tech and social change\",\n      \"Asking good questions\",\n      \"Communication skills\",\n      \"Cross-functional skills\",\n      \"Interpersonal skills\",\n      \"Managing complexity\",\n      \"Observation and listening\",\n      \"Psychology and human behavior\",\n      \"Storytelling\"\n    ]\n  }\n]\n```\n\n\n## Other Resouces \n\n* Official web page - https://designcensus.org\n* 2016 Results - http://designcensus2016.aiga.org/#!/\n* AIGA Github - https://github.com/AIGAGitHub","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farronhunt%2Faiga-design-census-data","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farronhunt%2Faiga-design-census-data","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farronhunt%2Faiga-design-census-data/lists"}