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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Everything we are working on, or considering, is kept in GitHub issues.
17
17
18
18
If you are able to work with GitHub then please "Create an issue"
19
19
20
-
Before creating a new issue check to see if the issue already exists. If not, then please do report it. If you have permissions to assign the issue to people and milestones then try to select suitable options.
20
+
Before creating a new issue check to see if the issue already exists. If not, then please do report it. If you have permissions to assign the issue to people and milestones then try to select suitable options.
21
21
22
22
If you are not comfortable working with GitHub, but would still like to contribute, then talk to us. Details at: https://github.com/opendataservices
23
23
@@ -29,11 +29,11 @@ In order to be clear with everyone involved about how code (and documentation) c
29
29
30
30
The agreements we use allow the contributor to retain copyright over their contributions, while also granting us the rights to re-licence the projects in future without having to track down each contributor and ask for their agreement.
31
31
32
-
We also stipulate that, should we re-licence a project, then we will only do so under an approved Open Source Institute licence.
32
+
We also stipulate that, should we re-licence a project, then we will only do so under an approved Open Source Institute licence.
33
33
34
34
It also protects us, by requiring contributors to check and confirm that they own the copyright on the contributions they make - this can help keep everything clear when, for example, a contribution is made on employers time.
35
35
36
-
What this doesn't give us is the right to go out and fight copyright infringements on a contributor's behalf.
36
+
What this doesn't give us is the right to go out and fight copyright infringements on a contributor's behalf.
37
37
38
38
Our agreements are built of the templates provided by http://contributoragreements.org/
39
39
@@ -43,11 +43,11 @@ Before contributions to any of our projects are accepted, we require you to comp
43
43
44
44
### Submission Instructions
45
45
46
-
We have a [generic agreement](http://contributoragreements.org/u2s/bm1v4q5je) that covers all code projects in the [Open Data Services GitHub Organisation](https://github.com/opendataservices)
46
+
We have a [generic agreement](http://contributoragreements.org/u2s/bm1v4q5je) that covers all code projects in the [Open Data Services GitHub Organization](https://github.com/opendataservices)
47
47
48
48
If this is amenable to you, feel free to complete it. We will be automatically notified that you have submitted an agreement and will contact you (usually in the same day, but in no more than 3 working days)
49
49
50
-
However, we're more than happy to talk, so if you want to get in touch before you sign anything, then please do.
50
+
However, we're more than happy to talk, so if you want to get in touch before you sign anything, then please do.
@@ -71,7 +71,7 @@ Once we have reviewed and signed a copy of the agreement we will be able accept
71
71
72
72
### Bitesize issues
73
73
74
-
Getting started on someone else's software project can be daunting. So when we have an issue that we think would be a good task for someone new to the project, we mark them as Bitesize.
74
+
Getting started on someone else's software project can be daunting. So when we have an issue that we think would be a good task for someone new to the project, we mark them as Bitesize.
75
75
76
76
Look for issues marked with the [Bitesize](https://github.com/issues?q=is%3Aopen+is%3Aissue+user%3Aopendataservices+label%3ABitesize) label if you want somewhere to start.
Copy file name to clipboardExpand all lines: README.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,48 +1,48 @@
1
1
# Org-ID: A list of lists
2
2
3
-
We are creating a simple proces, tool and codelist to enable data publishers and users to create and use joined up data that identifies organisations.
3
+
We are creating a simple proces, tool and codelist to enable data publishers and users to create and use joined up data that identifies organizations.
4
4
5
5
This involves
6
6
7
-
* Maintaining an list of organisation identifier lists;
7
+
* Maintaining an list of organization identifier lists;
8
8
* Developing a methodology for updating the list
9
9
* Providing simple lookup tools, and guidance on choosing the best identifiers to use
10
10
11
-
## The register of organisation identifier lists
11
+
## The register of organization identifier lists
12
12
13
-
An organisation identifier list is any list that contains at least an identifier, and a name, for a collection of organisations.
13
+
An organization identifier list is any list that contains at least an identifier, and a name, for a collection of organizations.
14
14
15
-
Building on the [IATI Organisation Registration Agency codelist](http://iatistandard.org/202/codelists/OrganisationRegistrationAgency/) we are creating an updated register of organisation identifier lists.
15
+
Building on the [IATI Organization Registration Agency codelist](http://iatistandard.org/202/codelists/OrganisationRegistrationAgency/) we are creating an updated register of organization identifier lists.
16
16
17
-
This list will contain detailed meta-data on the nature of the identifiers provided, the coverage of identifier lists. It will provide a unique code to identify each list.
17
+
This list will contain detailed meta-data on the nature of the identifiers provided, the coverage of identifier lists. It will provide a unique code to identify each list.
18
18
19
19
This code can be used as a prefix to create simple identifier strings, or can be used as the 'scheme' in a two-part identifier.
20
20
21
21
### For example:
22
22
23
-
The code for the organisation identifier list provided by UK Companies House is 'GB-COH'. The identifier assigned to Open Data Services Co-operative Ltd in this list is '09506232'. Putting this together allows a dataset to unambiguously identify Open Data Services Co-operative Ltd as:
23
+
The code for the organization identifier list provided by UK Companies House is 'GB-COH'. The identifier assigned to Open Data Services Co-operative Ltd in this list is '09506232'. Putting this together allows a dataset to unambiguously identify Open Data Services Co-operative Ltd as:
24
24
25
-
GB-COH-09506232
25
+
GB-COH-09506232
26
26
27
27
or in a table such as:
28
28
29
-
|Organisation ID Scheme |Organisation ID |
29
+
|Organization ID Scheme |Organization ID |
30
30
|------------------------|-----------------|
31
31
| GB-COH | 09506232 |
32
32
33
33
### Developing the list of lists
34
34
35
35
We are prototyping our updated register on GitHub: you can find codelists in the ```/codes/``` directory.
36
36
37
-
These are structured based on the ```list-schema.json``` JSON Schema in the ```/schema/``` directory.
37
+
These are structured based on the ```list-schema.json``` JSON Schema in the ```/schema/``` directory.
38
38
39
39
We have imported codes from a range of sources, and have been updating these [based on the process in our Researchers Handbook](https://docs.google.com/document/d/1lkLjHxXaH9GuAR_g-pv9Qru28f1EeOMZtwXduVboMa4/edit#).
40
40
41
41
Only those entries with a ```"confirmed":true``` have been reviewed and should be relied upon. All others should be treated as provision.
42
42
43
43
#### Help us out
44
44
45
-
Pull requests to update any codes, or suggest new codes are welcome.
45
+
Pull requests to update any codes, or suggest new codes are welcome.
46
46
47
47
48
48
## List Finder Django App
@@ -69,11 +69,11 @@ python manage.py runserver
69
69
70
70
## Tools
71
71
72
-
### Setup
72
+
### Setup
73
73
74
-
The scripts in tools/ have a number of requirements.
74
+
The scripts in tools/ have a number of requirements.
75
75
76
-
Set-up a virtual environment to easily install these.
76
+
Set-up a virtual environment to easily install these.
0 commit comments