| 125 | Because we expect applications to edit user profiles, there is layout information as well: |
| 126 | |
| 127 | ||= Name =|| Ordering Hint =||= Length Hint =|| |
| 128 | || name || 100 || 0 || |
| 129 | || title || 200 || 0 || |
| 130 | || address1 || 500 || 0 || |
| 131 | || address2 || 600 || 0 || |
| 132 | || city || 700 || 0 || |
| 133 | || state || 800 || 0 || |
| 134 | || zip || 900 || 0 || |
| 135 | || country || 1000 || 0 || |
| 136 | || email || 1100 || 0 || |
| 137 | || URL || 1200 || 0 || |
| 138 | || phone || 1300 || 15 || |
| 139 | || affiliation || 3000 || 0 || |
| 140 | || affiliation_abbrev || 4000 || 5 || |
| 141 | |
| 142 | For Projects: |
| 143 | |
| 144 | ||= Attribute Name =||= Description =||= Optional =||= Access =|| DataType =|| |
| 145 | || description || Description || false || READ_WRITE || STRING || |
| 146 | || funders || Funders || true || READ_WRITE || STRING || |
| 147 | || affiliation || Affiliation || true || READ_WRITE || STRING || |
| 148 | || URL || URL || true || READ_WRITE || STRING || |
| 149 | |
| 150 | For Circles: |
| 151 | |
| 152 | ||= Attribute Name =||= Description =||= Optional =||= Access =|| DataType =|| |
| 153 | || description || Description || false || READ_WRITE || STRING || |
| 154 | || email || Email || true || READ_WRITE || STRING || |
| 155 | |
| 156 | For Experiments: |
| 157 | |
| 158 | ||= Attribute Name =||= Description =||= Optional =||= Access =|| DataType =|| |
| 159 | || description || Description || false || READ_WRITE || STRING || |
| 160 | |
| 161 | For Libraries: |
| 162 | |
| 163 | ||= Attribute Name =||= Description =||= Optional =||= Access =|| DataType =|| |
| 164 | || description || Description || false || READ_WRITE || STRING || |