|
1 | 1 | --- |
2 | | -content: | |
3 | | - Helloi Test |
4 | | - {{< team >}} |
5 | 2 | title: Submit a case |
6 | 3 | subtitle: > |
7 | 4 | Algorithm Audit conducts solicited and unsolicited audits. Fill in the below |
8 | 5 | form to provide us with preliminary information required to review your |
9 | 6 | algorithm. Or submit a carefully documented normative judgement for inlcusion |
10 | 7 | in our case repository. |
11 | 8 | image: /images/svg-illustrations/case_repository.svg |
12 | | -form: |
13 | | - title: Submit a case |
14 | | - button_text: Send |
15 | | - backend_link: 'https://formspree.io/f/xzbnrlan' |
16 | | - id: submit-a-case |
17 | | - questions: |
18 | | - - label: Name of the algorithm |
19 | | - id: name |
20 | | - type: text |
21 | | - - label: >- |
22 | | - Short description – Define the specific task of the algorithm and its |
23 | | - the context in which it operates (max. 200 words) |
24 | | - id: description |
25 | | - type: textarea |
26 | | - - label: >- |
27 | | - Technical dimension – Description of data collection, used statistical |
28 | | - methodologies and used evaluation criteria |
29 | | - id: dimensions |
30 | | - type: textarea |
31 | | - - label: >- |
32 | | - Legal framework – Applicable laws and open legal norms, e.g., GDPR, EU |
33 | | - non-discrimination law |
34 | | - id: legal-framework |
35 | | - type: textarea |
36 | | - - label: >- |
37 | | - Ethical issues – Description of the identified ethical issue given it's |
38 | | - technical and legal framework |
39 | | - id: ethical-issues |
40 | | - type: textarea |
41 | | - - label: Contact details |
42 | | - id: contact-details |
43 | | - type: email |
44 | | - placeholder: Email address |
45 | 9 | team: |
46 | 10 | title: Team Algoprudence |
47 | 11 | icon: fas fa-user-friends |
@@ -96,38 +60,52 @@ form1: |
96 | 60 | backend_link: 'https://formspree.io/f/xzbnrlan' |
97 | 61 | id: submit-a-case |
98 | 62 | questions: |
99 | | - - label: Name algorithm |
| 63 | + - label: | |
| 64 | + Name algorithm |
100 | 65 | id: name |
101 | 66 | required: true |
102 | 67 | type: text |
103 | | - - label: >- |
| 68 | + - label: > |
104 | 69 | Short description – Define the specific task of the algorithm and its |
105 | 70 | the context in which it operates (max. 200 words) |
106 | 71 | id: description |
107 | 72 | required: true |
108 | 73 | type: textarea |
109 | | - - label: >- |
| 74 | + - label: > |
110 | 75 | Technical dimension – Description of data collection, used statistical |
111 | 76 | methodologies and used evaluation criteria |
112 | 77 | id: technical-dimension |
113 | 78 | type: textarea |
114 | | - - label: >- |
| 79 | + - label: > |
115 | 80 | Legal framework – Applicable laws and open legal norms, e.g., GDPR, EU |
116 | 81 | non-discrimination law |
117 | 82 | id: legal-framework |
118 | 83 | required: false |
119 | 84 | type: textarea |
120 | | - - label: >- |
| 85 | + - label: > |
121 | 86 | Ethical issues – Description of the identified ethical issue given it’s |
122 | 87 | technical and legal framework |
123 | 88 | id: ethical-issue |
124 | 89 | required: true |
125 | 90 | type: textarea |
126 | | - - label: Contact details |
| 91 | + - label: | |
| 92 | + Contact details |
127 | 93 | id: contact-details |
128 | 94 | required: false |
129 | 95 | type: email |
130 | 96 | placeholder: Mail address |
| 97 | + - label: > |
| 98 | + Terms and conditions <br> <span style="font-size:12px; |
| 99 | + color=#777;">Submitted data will only be processed for the purpose |
| 100 | + described above, kept for the minimum necessary duration, and is |
| 101 | + securely stored in a protected environment</span> |
| 102 | + id: terms-conditions |
| 103 | + values: |
| 104 | + - label: Agree |
| 105 | + value: agree |
| 106 | + id: agree |
| 107 | + required: true |
| 108 | + type: checkbox |
131 | 109 | form2: |
132 | 110 | title: Case information |
133 | 111 | content: '' |
@@ -158,6 +136,18 @@ form2: |
158 | 136 | file_type: .pdf |
159 | 137 | type: file |
160 | 138 | placeholder: '' |
| 139 | + - label: > |
| 140 | + Terms and conditions <br> <span style="font-size:12px; |
| 141 | + color=#777;">Submitted data will only be processed for the purpose |
| 142 | + described above, kept for the minimum necessary duration, and is |
| 143 | + securely stored in a protected environment</span> |
| 144 | + id: terms-conditions |
| 145 | + values: |
| 146 | + - label: Agree |
| 147 | + value: agree |
| 148 | + id: agree |
| 149 | + required: true |
| 150 | + type: checkbox |
161 | 151 | --- |
162 | 152 |
|
163 | 153 | {{< tab_header width="6" tab1_id="case-for-review" default_tab="case-for-review" tab1_title="Submit a case for normative review" tab2_id="case-repository" tab2_title="Add a case to algoprudence repository" >}} |
|
0 commit comments