Skip to content

Commit

Permalink
Iab taxonomy public comment (#191)
Browse files Browse the repository at this point in the history
* Updating taxonomy to publish to new repo

* Updating index page
  • Loading branch information
cilliankieran authored Aug 28, 2024
1 parent c53726c commit 6c71aab
Show file tree
Hide file tree
Showing 23 changed files with 1,734 additions and 339 deletions.
Binary file modified mkdocs/docs/.DS_Store
Binary file not shown.
63 changes: 34 additions & 29 deletions mkdocs/docs/css/fides.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
[data-md-color-scheme="default"] {
--md-typeset-color: rgb(66, 84, 102);
--md-default-fg-color--light: rgb(17, 20, 57);
--md-primary-fg-color: #1A1D2E;
--md-primary-fg-color--dark: #1A1D2E;
--md-primary-fg-color: #26292F;
--md-primary-fg-color--dark: #26292F;
--md-vis-bg-color: rgba(0, 0, 0, 0.02);
--md-code-bg-color: #8653f227;
--md-code-fg-color: #6536EC;
--md-accent-fg-color: #6536EC;
--md-typeset-a-color: #6536EC;
--md-code-bg-color: #C7C3BA;
--md-code-fg-color: #26292F;
--md-accent-fg-color: #B06542;
--md-typeset-a-color: #B06542;
--md-code-hl-number-color: rgb(240, 96, 144);
--md-code-hl-name-color: rgb(163, 171, 216);
--md-nav-border: #ccc;
Expand All @@ -22,39 +22,39 @@
--md-code-hl-punctuation-color: rgb(245, 251, 255);
--md-code-hl-number-color: #F8B886;
--md-code-hl-special-color: #F8B886;
--md-bg-footer-color: #111439;
--md-bg-footer-color: #26292F;
--md-bg-table-header: rgba(79, 86, 107, 0.05);
--svg-highlight-col: #0657b9;
--svg-highlight-col: #B06542;
--code-window-bg: #2A2F45;
--md-code-hl-function-color: #4898FF;
--md-code-hl-constant-color: #4898FF;;
--md-button-color: #8653f2;
--md-header-bg-color: #111439;
--md-header-bg-color: #26292F;
}


/* -- START: Slate/Dark mode CSS -- */

[data-md-color-scheme="slate"] {
--md-typeset-color: rgb(247, 250, 252);
--md-typeset-color: #F9F9F9;
--md-default-fg-color--light: rgb(247, 250, 252);
--md-default-bg-color: #2A2F45;
--md-primary-fg-color: #1A1D2E;
--md-primary-fg-color--dark: #1A1D2E;
--md-accent-fg-color: #0cc876;
--md-typeset-a-color: rgb(31, 223, 143);
--md-default-bg-color: #26292F;
--md-primary-fg-color: #26292F;
--md-primary-fg-color--dark: #26292F;
--md-accent-fg-color: #EEE8B9;
--md-typeset-a-color: #B06542;
--md-vis-bg-color: rgba(0, 0, 0, 0.12);
--md-code-hl-number-color: rgb(240, 96, 144);
--md-nav-border: #61647b;
--md-code-bg-color: #1a1d2ea7;
--md-code-fg-color: #a3abd8;
--md-bg-footer-color: #1A1D2E;
--md-code-bg-color: #17181c;
--md-code-fg-color: #EFECEB;
--md-bg-footer-color: #1E2025;
--md-bg-table-header: rgba(233, 235, 252, 0.06);
--md-code-hl-keyword-color: rgb(245, 251, 255);
--svg-highlight-col: #1FDF8F;
--code-window-bg: #1A1D2E;
--svg-highlight-col: #EEE8B9;
--code-window-bg: #C6CCCD;
--md-button-color: #fff;
--md-header-bg-color: #1A1D2E;
--md-header-bg-color: #1E2025;
}

body {
Expand Down Expand Up @@ -128,27 +128,28 @@ article.md-content__inner{
.footer-row{
max-width: 1342px;
padding: 30px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
}

.footer-row a:hover{
color: #1FDF8F;
color: #DD652E;
}

.footer-row:nth-child(2){
border-style: solid;
border-width: 1px 0px 1px 0px;
border-color: #D0D2D545;
border: none;
}


.footer-row:nth-child(2) .footer-col {
width: 100%;
}
.footer-col {
display: flex;
}


.footer-row:nth-child(3){
Expand Down Expand Up @@ -190,7 +191,7 @@ article.md-content__inner{
}

.social-icons a:hover > div svg g, .social-icons a:hover > div svg, .footer-logo:hover svg g{
fill: #1FDF8F;
fill: #DD652E;
}

.md-footer nav .nav-wrap{
Expand Down Expand Up @@ -310,7 +311,7 @@ form.hs-form .field {
}
.hs-form input[type="submit"] {
background-color: #1FDF8F;
color: #111439;
color: #26292F;
font-size: 16px;
font-weight: 600;
letter-spacing: -0.3px;
Expand Down Expand Up @@ -415,7 +416,7 @@ form.hs-form{


@media (min-width: 768px){
.footer-row:nth-child(2) .footer-col{
.footer-col{
width: 50%;
}

Expand Down Expand Up @@ -475,4 +476,8 @@ form.hs-form{
background-color: var(--md-primary-fg-color);
color: var(--md-primary-bg-color);
}
}
.fideslang-logo {
height: 40px;
width: auto;
}
4 changes: 2 additions & 2 deletions mkdocs/docs/css/logo.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* -- START: Logo CSS overrides specific to taxonomy repo -- */

body header.md-header .md-logo img {
width: 120px;
height: auto;
width: auto;
height: 65px;
}
1 change: 1 addition & 0 deletions mkdocs/docs/css/taxonomy.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
border: none;
padding: 0.65em 0.75em;
margin: 0;
color: #000;
}

.btn--icon {
Expand Down
17 changes: 17 additions & 0 deletions mkdocs/docs/csv-tmp/data_subjects.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
automated_decisions_or_profiling,fides_key,is_default,name,organization_fides_key,replaced_by,rights,tags,version_added,version_deprecated,parent_key,description
,data_subject,,Data Subject,,,,,,,,
,anonymous_user,True,Anonymous User,default_organization,,,,2.0.0,,data_subject,An individual that is unidentifiable to the systems. Note - This should only be applied to truly anonymous users where there is no risk of re-identification
,citizen_voter,True,Citizen Voter,default_organization,,,,2.0.0,,data_subject,An individual registered to voter with a state or authority.
,commuter,True,Commuter,default_organization,,,,2.0.0,,data_subject,An individual that is traveling or transiting in the context of location tracking.
,consultant,True,Consultant,default_organization,,,,2.0.0,,data_subject,An individual employed in a consultative/temporary capacity by the organization.
,customer,True,Customer,default_organization,,,,2.0.0,,data_subject,An individual or other organization that purchases goods or services from the organization.
,employee,True,Employee,default_organization,,,,2.0.0,,data_subject,An individual employed by the organization.
,job_applicant,True,Job Applicant,default_organization,,,,2.0.0,,data_subject,An individual applying for employment to the organization.
,next_of_kin,True,Next of Kin,default_organization,,,,2.0.0,,data_subject,A relative of any other individual subject where such a relationship is known.
,passenger,True,Passenger,default_organization,,,,2.0.0,,data_subject,An individual traveling on some means of provided transport.
,patient,True,Patient,default_organization,,,,2.0.0,,data_subject,An individual identified for the purposes of any medical care.
,prospect,True,Prospect,default_organization,,,,2.0.0,,data_subject,An individual or organization to whom an organization is selling goods or services.
,shareholder,True,Shareholder,default_organization,,,,2.0.0,,data_subject,An individual or organization that holds equity in the organization.
,supplier_vendor,True,Supplier/Vendor,default_organization,,,,2.0.0,,data_subject,An individual or organization that provides services or goods to the organization.
,trainee,True,Trainee,default_organization,,,,2.0.0,,data_subject,An individual undergoing training by the organization.
,visitor,True,Visitor,default_organization,,,,2.0.0,,data_subject,An individual visiting a location.
56 changes: 56 additions & 0 deletions mkdocs/docs/csv-tmp/data_uses.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
fides_key,is_default,name,organization_fides_key,parent_key,replaced_by,tags,version_added,version_deprecated,description
data_use,,Data Use,,,,,,,
analytics,TRUE,Analytics,default_organization,data_use,,,2.0.0,,"Provides analytics for activities such as system and advertising performance reporting, insights and fraud detection."
analytics.reporting,TRUE,Analytics for Reporting,default_organization,analytics,,,2.0.0,,Provides analytics for general reporting such as system and advertising performance.
analytics.reporting.ad_performance,TRUE,Analytics for Advertising Performance,default_organization,analytics.reporting,,,2.0.0,,Provides analytics for reporting of advertising performance.
analytics.reporting.content_performance,TRUE,Analytics for Content Performance,default_organization,analytics.reporting,,,2.0.0,,Analytics for reporting on content performance.
analytics.reporting.campaign_insights,TRUE,Analytics for Insights,default_organization,analytics.reporting,,,2.0.0,,Provides analytics for reporting of campaign insights related to advertising and promotion activities.
analytics.reporting.system,TRUE,Analytics for System Activity,default_organization,analytics.reporting,,,2.0.0,,Provides analytics for reporting on system activity.
analytics.reporting.system.performance,TRUE,Analytics for System Performance,default_organization,analytics.reporting.system,,,2.0.0,,Provides analytics for reporting on system performance.
collect,TRUE,Collect,default_organization,data_use,,,2.0.0,,Collects or stores data in order to use it for another purpose which has not yet been expressly defined.
employment,TRUE,Employment,default_organization,data_use,,,2.0.0,,Processes data for the purpose of recruitment or employment and human resources (HR) related activities.
employment.recruitment,TRUE,Employment Recruitment,default_organization,employment,,,2.0.0,,Processes data of prospective employees for the purpose of recruitment.
essential,TRUE,Essential,default_organization,data_use,,,2.0.0,,"Operates the service or product, including legal obligations, support and basic system operations."
essential.fraud_detection,TRUE,Essential Fraud Detection,default_organization,essential,,,2.0.0,,"Detects possible fraud or misuse of the product, service, application or system."
essential.legal_obligation,TRUE,Essential Legal Obligation,default_organization,essential,,,2.0.0,,Provides service to meet a legal or compliance obligation such as consent management.
essential.service,TRUE,Essential for Service,default_organization,essential,,,2.0.0,,"Provides the essential product, service, application or system, without which the product/service would not be possible."
essential.service.authentication,TRUE,Essential Service Authentication,default_organization,essential.service,,,2.0.0,,"Authenticate users to the product, service, application or system."
essential.service.notifications,TRUE,Essential Service Notifications,default_organization,essential.service,,,2.0.0,,"Sends notifications about the product, service, application or system."
essential.service.operations,TRUE,Essential for Operations,default_organization,essential.service,,,2.0.0,,"Essential to ensure the operation of the product, service, application or system."
essential.service.payment_processing,TRUE,Essential for Payment Processing,default_organization,essential.service,,,2.0.0,,"Essential to processes payments for the product, service, application or system."
essential.service.security,TRUE,Essential for Security,default_organization,essential.service,,,2.0.0,,"Essential to provide security for the product, service, application or system"
essential.service.upgrades,TRUE,Essential for Service Upgrades,default_organization,essential.service,,,2.0.0,,Provides timely system upgrade information options.
essential.service.notifications.email,TRUE,Essential Email Service Notifications,default_organization,essential.service.notifications,,,2.0.0,,"Sends email notifications about the product, service, application or system."
essential.service.notifications.sms,TRUE,Essential SMS Service Notifications,default_organization,essential.service.notifications,,,2.0.0,,"Sends SMS notifications about the product, service, application or system."
essential.service.operations.support,TRUE,Essential for Operations Support,default_organization,essential.service.operations,,,2.0.0,,"Provides support for the product, service, application or system."
essential.service.operations.improve,TRUE,Essential for Support Improvement,default_organization,essential.service.operations,,,2.0.0,,"Essential to optimize and improve support for the product, service, application or system."
finance,TRUE,Finance,default_organization,data_use,,,2.0.0,,Enables finance and accounting activities such as audits and tax reporting.
functional,TRUE,Functional,default_organization,data_use,,,2.0.0,,"Used for specific, necessary, and legitimate purposes"
functional.storage,TRUE,Local Data Storage,default_organization,functional,,,2.0.0,,"Stores or accesses information from the device as needed when using a product, service, application, or system"
functional.service,TRUE,Service,default_organization,functional,,,2.0.0,,"Functions relating to provided services, products, applications or systems."
functional.service.improve,TRUE,Improve Service,default_organization,functional.service,,,2.0.0,,"Improves the specific product, service, application or system."
marketing,TRUE,Marketing,default_organization,data_use,,,2.0.0,,"Enables marketing, promotion, advertising and sales activities for the product, service, application or system."
marketing.advertising,TRUE,"Advertising, Marketing or Promotion",default_organization,marketing,,,2.0.0,,"Advertises or promotes the product, service, application or system and associated services."
marketing.communications,TRUE,Marketing Communications,default_organization,marketing,,,2.0.0,,"Uses combined channels to message and market to a customer, user or prospect."
marketing.advertising.first_party,TRUE,First Party Advertising,default_organization,marketing.advertising,,,2.0.0,,Serves advertisements based on first party data collected or derived about the user.
marketing.advertising.frequency_capping,TRUE,Frequency Capping,default_organization,marketing.advertising,,,2.0.0,,Restricts the number of times a specific advertisement is shown to an individual.
marketing.advertising.negative_targeting,TRUE,Negative Targeting,default_organization,marketing.advertising,,,2.0.0,,Enforces rules used to ensure a certain audience or group is not targeted by advertising.
marketing.advertising.profiling,TRUE,Profiling for Advertising,default_organization,marketing.advertising,,,2.0.0,,Creates audience profiles for the purpose of targeted advertising
marketing.advertising.serving,TRUE,Essential for Serving Ads,default_organization,marketing.advertising,,,2.0.0,,Essential to the delivery of advertising and content.
marketing.advertising.third_party,TRUE,Third Party Advertising,default_organization,marketing.advertising,,,2.0.0,,Serves advertisements based on data within the system or joined with data provided by 3rd parties.
marketing.advertising.first_party.contextual,TRUE,First Party Contextual Advertising,default_organization,marketing.advertising.first_party,,,2.0.0,,Serves advertisements based on current content being viewed by the user of the system or service.
marketing.advertising.first_party.targeted,TRUE,First Party Personalized Advertising,default_organization,marketing.advertising.first_party,,,2.0.0,,Targets advertisements based on data collected or derived about the user from use of the system.
marketing.advertising.third_party.targeted,TRUE,Third Party Targeted Advertising,default_organization,marketing.advertising.third_party,,,2.0.0,,Targets advertisements based on data within the system or joined with data provided by 3rd parties.
marketing.communications.email,TRUE,Marketing Email Communications,default_organization,marketing.communications,,,2.0.0,,Sends email marketing communications.
marketing.communications.sms,TRUE,Marketing SMS Communications,default_organization,marketing.communications,,,2.0.0,,Sends SMS marketing communications.
operations,TRUE,Operations,default_organization,data_use,,,2.0.0,,Supports business processes necessary to the organization's operation.
personalize,TRUE,Personalize,default_organization,data_use,,,2.0.0,,"Personalizes the product, service, application or system."
personalize.content,TRUE,Content Personalization,default_organization,personalize,,,2.0.0,,"Personalizes the content of the product, service, application or system."
personalize.system,TRUE,System Personalization,default_organization,personalize,,,2.0.0,,Personalizes the system.
personalize.content.limited,TRUE,Limited Content Personalization,default_organization,personalize.content,,,2.1.1,,Uses limited data for the purpose of serving content.
personalize.content.profiling,TRUE,Profiling for Personalization,default_organization,personalize.content,,,2.1.1,,Creates profiles for the purpose of serving content.
personalize.content.profiled,TRUE,Targeted Content Personalization,default_organization,personalize.content,,,2.1.1,,Uses profiles for the purpose of serving content.
sales,TRUE,Sales,default_organization,data_use,,,2.0.0,,Supports sales activities such as communications and outreach.
third_party_sharing,TRUE,Third Party Sharing,default_organization,data_use,,,2.0.0,,Transfers data to third parties outside of the system or service's scope.
third_party_sharing.legal_obligation,TRUE,Sharing for Legal Obligation,default_organization,third_party_sharing,,,2.0.0,,"Shares data for legal obligations, including contracts, applicable laws or regulations."
train_ai_system,TRUE,Train AI System,default_organization,data_use,,,2.0.0,,Trains an AI system or data model for machine learning.
Loading

0 comments on commit 6c71aab

Please sign in to comment.