-
Notifications
You must be signed in to change notification settings - Fork 179
Detailed example attribution #841
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
84192ae
a30d22f
a1a978a
a2d57f3
f41a6fb
f9596c7
8b3d87f
0d50ad0
7b6d957
9b562c5
3d64ff1
08fc758
9ec8a52
c6969f4
44b0956
32f77f5
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,24 @@ featuredImage: "../../../images/featured/02_Animation_And_Variables-03_Condition | |
featuredImageAlt: A small black circle on a rainbow, lattice-shaped path, on top of a grey and white striped background. | ||
title: Conditions | ||
oneLineDescription: Use if and else statements to make decisions while your sketch runs. | ||
|
||
remix: | ||
- description: Inspired by | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The grammar here seems to communicate that the example was inspired by Prof. Harris herself. I think most readers would figure out that it's really referring to something she created, but ideally this would read something like: Inspired by the Conditional Shapes example by Prof. WM Harris |
||
attribution: | ||
- name: Prof. WM Harris | ||
URL: https://people.rit.edu/wmhics/ | ||
code: | ||
- URL: https://github.com/processing/p5.js-website-legacy/blob/main/src/data/examples/en/04_Control/05_Logical_Operators_2.js | ||
label: pre-2023 code | ||
- description: Revised by | ||
attribution: | ||
- name: Caleb Foss | ||
URL: https://github.com/calebfoss | ||
code: | ||
- URL: https://github.com/processing/p5.js-example/tree/main/examples/02_Animation_And_Variables/03_Conditions | ||
label: 2023 revision code | ||
- collectivelyAttributedSince: 2024 | ||
|
||
--- | ||
|
||
If and else statements allow a | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This current credits Darren and me for creating it, and credits Darren for revising it. This reads a bit confusing, especially since this was a rewrite of the example from the old site (my memory is that it shares no specific code but has the same goal. Since the old site did not credit a creator, and Darren did more work on this than me, maybe just credit Darren as "Rewritten by"?