emeryberger / CSrankings

A web app for ranking computer science departments according to their research output in selective venues, and for finding active faculty across a wide range of areas.
http://csrankings.org
Other
2.72k stars 3.25k forks source link

Update Faculty for TU Kaiserslautern #7951

Closed sophiefellenz closed 1 week ago

sophiefellenz commented 1 week ago

Pascal Schweitzer is no longer affiliated with the university and is not part of a computer science department anymore. Sophie Fellenz is a tenure-track, full-time faculty at TU Kaiserslautern. She is listed as one of the professors in the list of groups in the CS department: https://www.cs.rptu.de/organisation/ags/

Inclusion criteria

Updating an affiliation or home page

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

(Advanced) Quick contribution via a shallow clone

We recommend that you use the GitHub web user interface to make changes. However, it may be more convenient to clone the repository for larger-scale changes.

However, a full clone of the CSrankings repository is almost 2GB. To contribute a change without creating a full local clone of the CSrankings repo, you can perform a shallow clone. To do so, follow these steps:

  1. Fork the CSrankings repo. If you have an existing fork, but it is not up to date with the main repository, this technique may not work. If necessary, delete and re-create your fork to get it up to date. (Do not delete your existing fork if it has unmerged changes you want to preserve!)

  2. Do a shallow clone of your fork: git clone --depth 1 https://github.com/yourusername/CSrankings. This will only download the most recent commit, not the full git history.

  3. Make your changes on a branch, push them to your clone, and create a pull request on GitHub as usual.

If you want to make another contribution and some time has passed, perform these steps again, creating a fresh fork and shallow clone.

github-actions[bot] commented 1 week ago

The validity checks failed. Please look at the logs (click the red X) and correct the errors. Your PR will be closed automatically in 2 days if not fixed.