You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A projecttemplate is available inhttps://docs.google.com/presentation/d/1Smi79L9L78V07MNZ6BkURArLeUubN4U0WKo8WmVGB8g/edit#slide=id.p
14
+
If you are creating or consolidating your project, you might want to look at the project template created by MIT Media Lab's Dazza Greenwood:https://docs.google.com/presentation/d/1Smi79L9L78V07MNZ6BkURArLeUubN4U0WKo8WmVGB8g/edit#slide=id.p
15
15
16
-
You should:
16
+
To use this template you can:
17
17
18
18
* Request authorization to the Google Drive folder
19
-
* Make a copy of the current template in the same Google Drive folder
19
+
* Make a copy of the template in the same Google Drive folder
20
20
* Fill out the template
21
21
22
22
---
23
23
24
+
## Documentation files
25
+
26
+
>
27
+
> //TODO: Add support to [readthedocs](https://readthedocs.org/)
1. Follow the instructions on the [README page](https://github.com/OpenInnovationNetwork/Projects/blob/gh-pages/README.md) to open the [project_registration.html](https://github.com/OpenInnovationNetwork/Projects/blob/gh-pages/project_registration.html) file locally, fill in a simple form, and have your project registered in your repository.
8
+
9
+
2. Manually create a JSON file inside the /projects folder of your repository.
10
+
11
+
12
+
## Structure of the JSON content
13
+
14
+
| Field name | Description | Required |
15
+
| ---------- | ----------- | -------- |
16
+
| project_name | Name of the project | Required |
17
+
| project_blurb | Brief description of the project (2 or 3 sentences) | Required |
18
+
| project_people | People involved in the project | Required |
19
+
| project_url | URL to the main online page for the project | Required |
20
+
| project_demo_url | URL to an example of this project implemented | Optional |
21
+
| project_thumbnail | URL to an image describing the project | Optional |
22
+
23
+
## Future JSON fields
24
+
25
+
To be implemented soon.
26
+
27
+
| Field name | Description |
28
+
| ---------- | ----------- |
29
+
| project_label | URL to an example of this project implemented |
30
+
| project_source_files_url | URL to the project source files (for example, source code) |
31
+
| project_license_type | Type of license |
32
+
| project_license_url | URL to the project license information |
0 commit comments