Skip to content

Commit 7890f03

Browse files
authored
Merge pull request #438 from egpbos/fix_links_20250429
fix broken links
2 parents cab2243 + dcef1d4 commit 7890f03

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

best_practices.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Great examples can be found via [FAIR Software NL](https://fair-software.nl/reco
1212

1313
Use a version control tool like `git` to track changes in your codebase.
1414
This allows you to retrace your steps when debugging, keep your repository clean, easily collaborate with others asynchronously and more.
15-
More info: [The Turing Way chapter on Version Control](https://book.the-turing-way.org/reproducible-research/vcs), [RSQkit chapter on Version Control](http://everse.software/RSQKit/version_control).
15+
More info: [The Turing Way chapter on Version Control](https://book.the-turing-way.org/reproducible-research/vcs), [RSQkit chapter on Version Control](http://everse.software/RSQKit/using_version_control).
1616

1717
**At the Netherlands eScience Center:** we always use version control and we preferably use GitHub as our online repository and collaboration platform (see the [Project Management Protocol on our intranet](https://nlesc.sharepoint.com/sites/home/SitePages/Project-procedures.aspx) (only accessible to Netherlands eScience Center employees)).
1818

@@ -74,7 +74,7 @@ For more information you can also [read here](https://github.com/the-turing-way/
7474
Releases are a way to mark or point to a particular milestone in software development.
7575
This is useful for users and collaborators, e.g. I found a bug running version x.
7676
For publications that refer to software, refering to a specific release enhances the reproducability.
77-
See [the RSQkit task on Creating code releases](http://everse.software/RSQKit/releasing_code) for the most essential guidelines.
77+
See [the RSQkit task on Creating code releases](http://everse.software/RSQKit/releasing_software) for the most essential guidelines.
7878
The Turing Way offers many related tips in their [chapter on Making Research Objects Citable](https://book.the-turing-way.org/communication/citable), like how to make code citable with CITATION.CFF files.
7979

8080
## Packaging

language_guides/python.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ It is possible to write Python that is both Python 2 and Python 3 compatible (e.
2222
If you need Python 2 because of old, incompatible Python 2 libraries, strongly consider upgrading those libraries to Python 3 or replacing them altogether.
2323
Building and/or using Python 2 is probably discouraged even more than, say, using Fortran 77, since at least Fortran 77 compilers are still being maintained.
2424

25-
- [Things you’re probably not using in Python 3 – but should](https://datawhatnow.com/things-you-are-probably-not-using-in-python-3-but-should/)
2625
- [Six](https://pypi.org/project/six/): Python 2 and 3 Compatibility Library
2726
- [2to3](https://docs.python.org/2/library/2to3.html): Automated Python 2 to 3 code translation
2827
- [python-modernize](https://github.com/mitsuhiko/python-modernize): wrapper around 2to3

technology/user_experience.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ _Page maintainer: Jesus Garcia_ [@ctwhome](https://github.com/ctwhome)
44

55
User Experience Design (UX) is a broad, holistic science that combines many cognitive and brain sciences disciplines like psychology and sociology, content strategies, and arts and aesthetics by following human-center approaches.
66

7-
> Human-centred design is an approach to interactive systems development that aims to make systems usable and useful by focusing on the users, their needs and requirements, and applying human factors/ergonomics and usability knowledge and techniques. This approach enhances effectiveness and efficiency, improves human well-being, user satisfaction, accessibility, sustainability, and counteracts possible adverse effects on human health, safety, and performance. [HCDSociety](https://human-centered-design.org/about/)
7+
> Human-centred design is an approach to interactive systems development that aims to make systems usable and useful by focusing on the users, their needs and requirements, and applying human factors/ergonomics and usability knowledge and techniques. This approach enhances effectiveness and efficiency, improves human well-being, user satisfaction, accessibility, sustainability, and counteracts possible adverse effects on human health, safety, and performance. [Wikipedia](https://en.wikipedia.org/wiki/Human-centered_design)
88
99
## Table of content
1010

0 commit comments

Comments
 (0)