-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
Removal of the callout in the in "Summary and Setup" page #161
Conversation
Signed-off-by: Maxim Belkin <[email protected]>
clarify objectives and key points
links.md: lesson-specific links
I see lots of contributions where none of this placeholder text has been deleted, but also quite a lot where the first line has been deleted, but the 'ext below' hasn't (exactly in accordance with the current instructions).
Clarify wording of PR & issue templates
Use the same colors but apply 12.5% opacity. Solution boxes use 30% opacity
Also, improve contrast of comments Signed-off-by: Maxim Belkin <[email protected]>
This contribution adds reference to the web page of the lesson in the Carpentries and makes it easier for visitors who want to contribute to get familiar with the good first issue badge. This adds a list of current maintainers to the README.md.
gold looks more like the yellow from the original badge
Database values for no language is an empty string instead of NULL in the Language table.
…ed-visually Add SQL Join Types Explained Visually
…oin-explained-visually Revert "Add SQL Join Types Explained Visually"
Add DOAJ SQLite example
From LibraryCarpentry/lc-data-intro#175 @jkreklow Update 'END' to 'AND'
Update 03-filtering.md
1. Very minor grammatical change (adding a comma to correct a run-on sentence). 2. Added a contextual phrase to align the use of the pronoun "we" with "librarians"
Copyedits - Very minor
AVG(Citation_Count) needs to match AVG(Citation_Count) to be executed without an error.
Avg_Citation_Count needs to be rewritten
I changed the "has more than 4 citations" to "has more than 8 citations" because the dataset only has articles with "computer" that have 8 and 9 citations. if we edit this to have the citation count be greater than 8, then there will be a reason to add the the second filter. (The dataset returns 17 rows for the first condition (Subjects LIKE '%computer%'), and 11 rows when you add the second condition (Citation_Count > 8)
Change Challenge exercise related to FIltering
Changing the term "Prerequisites" (misleading phrase) to "Before You Start:"
Update index.md
Inspired by the Software Carpentry Course "Databases and SQL", Chapter 9. Creating and Modifying Data https://github.com/swcarpentry/sql-novice-survey/edit/gh-pages/_episodes/09-create.md
I removed the callout as suggeted in #154
🚫 The
|
Closes ##154
I have removed the callout as suggested in #154