Skip to content

Commit 10896f9

Browse files
committed
update to use "Primary Mentor" instead of "Mentor Pool" and udpate information for legal tools project
1 parent df9edc7 commit 10896f9

File tree

5 files changed

+21
-20
lines changed

5 files changed

+21
-20
lines changed

content/internships/project-ideas-collection/add-cc-chooser-wordpress/contents.lr

+1-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ skills_recommended:
4545
- React
4646
- WordPress
4747
---
48-
mentors:
49-
- (list not yet finalized)
48+
primary_mentor:
5049
- Brylie
5150
---
5251
difficulty: Medium

content/internships/project-ideas-collection/chooser-stewardship/contents.lr

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ skills_recommended:
4444
- JavaScript
4545
- NPM
4646
---
47-
mentors:
47+
primary_mentor:
4848
- Brylie
4949
---
5050
difficulty: Medium

content/internships/project-ideas-collection/licenses-machine-readable/contents.lr renamed to content/internships/project-ideas-collection/legal-tools-machine-layer/contents.lr

+15-13
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,18 @@ _model: project-idea
22
---
33
_hidden: yes
44
---
5-
title: Licenses Machine Readable Information
5+
title: Legal Tools Machine Layer
66
---
77
problem:
8-
The Creative Commons licenses consist of three layers: 1) Legal code, 2) Human
9-
readable deeds, 3) Machine readable (API and RDF). The new license
10-
infrastructure does not yet generate the third layer: machine readable data.
8+
The Creative Commons (CC) Legal Tools are the CC licenses and public domain
9+
declarations. They consist of three layers: 1) Legal code, 2) Human readable
10+
deeds, 3) Machine readable (API and RDF). The new legal tools infrastructure
11+
does not yet generate the third layer: machine readable data.
1112
---
1213
expected_outcome:
13-
Extend the new license infrastructure to generate machine readable licenses
14+
Extend the new legal tools infrastructure to generate machine readable
1415
information. This project is an opportunity to empower applications,
15-
communities, and projects that wish to make the Creative Commons licenses
16+
communities, and projects that wish to make the Creative Commons legal tools
1617
available to their users.
1718
---
1819
internship_tasks:
@@ -28,7 +29,9 @@ The intern will be expected to:
2829
application_tips:
2930
This project appears simple (ingest data and generate XML), but there are many
3031
many important details and strict requirements. I expect the project will
31-
broadly have three phases: 1) mimicry, 2) research, and 3) innovation.
32+
broadly have four phases: 1) research 2) mimicry, 3) research, and 4)
33+
innovation.
34+
3235
Applications should:
3336
- be detail oriented
3437
- value simplicity over cleverness
@@ -39,15 +42,15 @@ resources:
3942
- [Describing Copyright in RDF - Creative Commons Rights Expression
4043
Language][rdfns]
4144
- [api.creativecommons.org — CC API v documentation][api]
42-
- [creativecommons/cc-licenses][licenses]
43-
- [creativecommons/cc-licenses-data][licensesdata]
45+
- [creativecommons/cc-legal-tools-app][ccllapp]
46+
- [creativecommons/cc-legal-tools-data][cclldata]
4447

4548
[appguide]: /internships/applicant-guide/
4649
[aboutlicenses]: https://creativecommons.org/licenses/
4750
[rdfns]: https://creativecommons.org/ns/
4851
[api]: https://api.creativecommons.org/docs/
49-
[licenses]: https://github.com/creativecommons/cc-licenses
50-
[licensesdata]: https://github.com/creativecommons/cc-licenses-data
52+
[ccllapp]: https://github.com/creativecommons/cc-letal-tools-app
53+
[cclldata]: https://github.com/creativecommons/cc-legal-tools-data
5154
---
5255
skills_recommended:
5356
- Django
@@ -56,8 +59,7 @@ skills_recommended:
5659
- XML
5760
- YAML
5861
---
59-
mentors:
60-
- (list not yet finalized)
62+
primary_mentor:
6163
- Timid Robot
6264
---
6365
difficulty: High

models/project-idea.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ type = markdown
3131
label = Skills Recommended
3232
type = markdown
3333

34-
[fields.mentors]
35-
label = Potential Mentors
34+
[fields.primary_mentor]
35+
label = Primary Mentors
3636
type = markdown
3737

3838
[fields.difficulty]

themes/vocabulary_theme/templates/project-ideas.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ <h5 class="b-header padding-bottom-small">Difficulty</h5>
7777
<p class="padding-bottom-big">{{ idea.difficulty }}</p>
7878
<h5 class="b-header padding-bottom-small">Skills recommended</h5>
7979
{{ idea.skills_recommended }}
80-
<h5 class="b-header padding-bottom-small padding-top-big">Mentor pool</h5>
81-
{{ idea.mentors }}
80+
<h5 class="b-header padding-bottom-small padding-top-big">Primary Mentor</h5>
81+
{{ idea.primary_mentor }}
8282
</div>
8383
<div class="column is-three-quarters">
8484
<h3 class="padding-bottom-big">The Problem</h3>

0 commit comments

Comments
 (0)