Skip to content

Commit a7f4113

Browse files
committed
Elaboration on anonymity.
1 parent 40114f2 commit a7f4113

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
lines changed

CONTRIBUTING.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,40 +4,40 @@ Thanks for contributing to CSrankings! Please read and indicate you agree with *
44

55
**If you find CSrankings useful, [please consider becoming a sponsor](https://github.com/sponsors/csrankings).**
66

7-
**NOTE:** IF YOU DO NOT FOLLOW THE STEPS BELOW, YOUR COMMIT WILL BE SUMMARILY REJECTED.
7+
**NOTE:** IF YOU DO NOT FOLLOW THE STEPS BELOW, YOUR PULL REQUEST WILL BE SUMMARILY REJECTED.
88
You must read and check **all** the boxes below by filling them in with an X or your PR will be rejected.
99

1010
**The Basics**
1111

12-
- [x] All pull requests and issues must come from non-anonymous accounts.
12+
- [ ] All pull requests and issues must come from non-anonymous accounts. Make sure your GitHub profile contains your full name.
1313

14-
- [x] Use a reasonable title that explains what the PR corresponds to (as in, not "Update csrankings-x.csv").
14+
- [ ] Use a reasonable title that explains what the PR corresponds to (as in, not "Update csrankings-x.csv").
1515

16-
- [x] Combine multiple updates to a single institution into a **single PR.**
16+
- [ ] Combine multiple updates to a single institution into a **single PR.**
1717

18-
- [x] Only submit one pull request per institution.
18+
- [ ] Only submit one pull request per institution.
1919

20-
- [x] Do not modify any files except `csrankings-[a-z].csv` or (if needed) `country-info.csv` and `old/industry.csv` (see below).
20+
- [ ] Do not modify any files except `csrankings-[a-z].csv` or (if needed) `country-info.csv` and `old/industry.csv` (see below).
2121

22-
- [x] Do not use Excel to edit any .csv files; Excel incorrectly tries to
22+
- [ ] Do not use Excel to edit any .csv files; Excel incorrectly tries to
2323
convert some Google Scholar entries to formulas, corrupting the
2424
database. Use the GitHub user interface or a text editor like emacs or NotePad instead.
2525

26-
- [x] Insert new faculty **in alphabetical order** (not at the end) in the appropriate `csrankings-[a-z].csv` files. **Do not modify `csrankings.csv`, which is auto-generated.**
26+
- [ ] Insert new faculty **in alphabetical order** (not at the end) in the appropriate `csrankings-[a-z].csv` files. **Do not modify `csrankings.csv`, which is auto-generated.**
2727

28-
- [x] Check to make sure that you have no spaces after commas, or any missing fields.
28+
- [ ] Check to make sure that you have no spaces after commas, or any missing fields.
2929

30-
- [x] Check to make sure the home page is correct.
30+
- [ ] Check to make sure the home page is correct.
3131

32-
- [x] Make sure the Google Scholar IDs are just the alphanumeric identifier (not a URL or with `&hl=en`).
32+
- [ ] Make sure the Google Scholar IDs are just the alphanumeric identifier (not a URL or with `&hl=en`).
3333

34-
- [x] Check to make sure the name corresponds to the DBLP entry (look it up at http://dblp.org).
34+
- [ ] Check to make sure the name corresponds to the DBLP entry (look it up at http://dblp.org).
3535

36-
- [x] If a faculty member is not in a CS department or similar, include a comment explaining how they meet the inclusion criteria (see below).
36+
- [ ] If a faculty member is not in a CS department or similar, include a comment explaining how they meet the inclusion criteria (see below).
3737

3838
**Inclusion criteria**
3939

40-
- [x] Make sure that any faculty you add meet the inclusion
40+
- [ ] Make sure that any faculty you add meet the inclusion
4141
criteria. Eligible faculty include only full-time, tenure-track research
4242
faculty members on a given campus who can *solely* advise PhD students in
4343
Computer Science. Faculty not in a CS department or similar who can
@@ -49,17 +49,17 @@ e.g. showing a courtesy appointment in CS.** Faculty must also have a 75%+ time
4949

5050
**Updating an affiliation or home page**
5151

52-
- [x] Update affiliations, home pages, and Google Scholar entries by modifying `csrankings-[a-z].csv`. For the Google Scholar entry, just use the alphanumeric identifier in the middle of the URL. If none is there, put `NOSCHOLARPAGE`.
52+
- [ ] Update affiliations, home pages, and Google Scholar entries by modifying `csrankings-[a-z].csv`. For the Google Scholar entry, just use the alphanumeric identifier in the middle of the URL. If none is there, put `NOSCHOLARPAGE`.
5353

5454
**Adding one or more faculty members (including an entire department)**
5555

56-
- [x] If the department is not yet listed in CSrankings, the entire CS faculty needs to be added (not just one faculty member).
56+
- [ ] If the department is not yet listed in CSrankings, the entire CS faculty needs to be added (not just one faculty member).
5757

58-
- [x] Enter each faculty member's [DBLP](http://dblp.org) name, home page, and Google Scholar entry (just the alphanumeric identifier, not the whole URL) by modifying `csrankings-[a-z].csv` (**the letters correspond to the first letter of the faculty members' names**); include disambiguation suffixes like `0001` as needed. If the faculty entry is currently ambiguous, please do not include them. Send mail to the DBLP maintainers ([email protected]) with a few publications by a particular faculty member; also, open an issue so that when the DBLP database is updated, that faculty member's information can be added.
58+
- [ ] Enter each faculty member's [DBLP](http://dblp.org) name, home page, and Google Scholar entry (just the alphanumeric identifier, not the whole URL) by modifying `csrankings-[a-z].csv` (**the letters correspond to the first letter of the faculty members' names**); include disambiguation suffixes like `0001` as needed. If the faculty entry is currently ambiguous, please do not include them. Send mail to the DBLP maintainers ([email protected]) with a few publications by a particular faculty member; also, open an issue so that when the DBLP database is updated, that faculty member's information can be added.
5959

60-
- [x] If DBLP has multiple entries for this person, *all of them need to be listed*. Do not update `dblp-aliases.csv`.
60+
- [ ] If DBLP has multiple entries for this person, *all of them need to be listed*. Do not update `dblp-aliases.csv`.
6161

62-
- [x] If the institution you are adding is not in the US,
62+
- [ ] If the institution you are adding is not in the US,
6363
update `country-info.csv` and add *all* of the faculty in the CS department.
6464

6565
**(Advanced) Quick contribution via a shallow clone**

docs/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ Thanks for contributing to CSrankings! Please read and indicate you agree with *
44

55
**If you find CSrankings useful, [please consider becoming a sponsor](https://github.com/sponsors/csrankings).**
66

7-
**NOTE:** IF YOU DO NOT FOLLOW THE STEPS BELOW, YOUR COMMIT WILL BE SUMMARILY REJECTED.
7+
**NOTE:** IF YOU DO NOT FOLLOW THE STEPS BELOW, YOUR PULL REQUEST WILL BE SUMMARILY REJECTED.
88
You must read and check **all** the boxes below by filling them in with an X or your PR will be rejected.
99

1010
**The Basics**
1111

12-
- [ ] All pull requests and issues must come from non-anonymous accounts.
12+
- [ ] All pull requests and issues must come from non-anonymous accounts. Make sure your GitHub profile contains your full name.
1313

1414
- [ ] Use a reasonable title that explains what the PR corresponds to (as in, not "Update csrankings-x.csv").
1515

docs/PULL_REQUEST_TEMPLATE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ Thanks for contributing to CSrankings! Please read and indicate you agree with *
44

55
**If you find CSrankings useful, [please consider becoming a sponsor](https://github.com/sponsors/csrankings).**
66

7-
**NOTE:** IF YOU DO NOT FOLLOW THE STEPS BELOW, YOUR COMMIT WILL BE SUMMARILY REJECTED.
7+
**NOTE:** IF YOU DO NOT FOLLOW THE STEPS BELOW, YOUR PULL REQUEST WILL BE SUMMARILY REJECTED.
88
You must read and check **all** the boxes below by filling them in with an X or your PR will be rejected.
99

1010
**The Basics**
1111

12-
- [ ] All pull requests and issues must come from non-anonymous accounts.
12+
- [ ] All pull requests and issues must come from non-anonymous accounts. Make sure your GitHub profile contains your full name.
1313

1414
- [ ] Use a reasonable title that explains what the PR corresponds to (as in, not "Update csrankings-x.csv").
1515

0 commit comments

Comments
 (0)