-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from KirstieJane/gh-pages
Merge upstream
- Loading branch information
Showing
26 changed files
with
7,918 additions
and
122 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Privacy Policy | ||
|
||
While the database itself needs to be searchable we also want to make sure we aren't sharing information unnecessarily and/or without permission. | ||
|
||
At time of writing there is no login required to browse the database. | ||
|
||
To add to the database (either in terms of adding yourself or recommending others) you need to provide your email address so we know who is contributing content. That email address will never be made public. | ||
|
||
However, if you add your email address to your profile then it will be public (somewhat obviously). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Twitter guidelines | ||
|
||
At the moment the [@STEMMRoleModels](https://twitter.com/STEMMRoleModels) twitter account is currently run by [@KirstieJane](https://github.com/KirstieJane). She tries to tweet by these rules: | ||
|
||
* **Stay positive** - although one of the goals of the STEMM Role Models project is to discuss the importance of diversity in STEMM fields, we don't want to add too much negative fuel to the social media storm. So if there are stories focused on failures of inclusivity, then try to re-tweet from personal accounts rather than from the STEMMRoleModels account. But if there are stories focused on the importance of diversity or on different efforts to tackle the problem then re-tweet supportively! | ||
|
||
* **Follow freely** - there are lots of great initiatives out there and many more members of under-represented groups who might want to connect with us (and with whom we almost CERTAINLY want to connect). | ||
|
||
* **Ask questions** - if we have a new issue or we want feedback on something to do with the project, ask the twitter followers for their thoughts! Remember to include the link to where they can contribute their thoughts if appropriate. | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,29 @@ | ||
// Your Google Drive Spreadsheet URL | ||
var sheetID = "1QHl2bjBhMslyFzR5XXPzMLdzzx7oeSKTbgR5PM8qp64"; | ||
var sheetURL = "https://spreadsheets.google.com/feeds/cells/"+sheetID+"/ohaibtm/public/values?alt=json"; | ||
var sheetID = "147nwbdx3D4kGywszzghfODm8SoOisASisjr9sU39Dr8"; | ||
var sheetURL = "https://spreadsheets.google.com/feeds/cells/"+sheetID+"/od6/public/values?alt=json"; | ||
|
||
// Name of column and what element classname to insert the data into. | ||
var dataKeys = { | ||
"Status" : "report-status", | ||
"Status" : "report-status", // Must be set to 'Approved' | ||
"Timestamp" : "event-timestamp", | ||
"Date of Event" : "event-date", | ||
"Your Name" : "club-organizer", | ||
"Your Twitter Handle (Optional)" : "club-contact-details", | ||
"Club Name" : "club-name", | ||
"Club Link" : "club-link", | ||
"City" : "event-city", | ||
"Country" : "club-country", | ||
"Joined On" : "joined-date", // Shown in main listing | ||
"Recommended By" : "rec-name", | ||
"Your Twitter Handle (Optional)" : "rec-twitter", | ||
"Speaker Name" : "speaker-name", // Shown in main listing | ||
"Speaker Email" : "speaker-email", | ||
"City" : "speaker-city", | ||
"Country" : "speaker-country", // Shown in main listing | ||
"Event Location" : "event-location", | ||
"Attendance" : "event-attendance", | ||
"Event Description" : "event-description", | ||
"Event Cover Photo" : "event-photo", | ||
"Event Creations" : "event-creations", | ||
"Web Literacy Skills" : "event-skills", | ||
"Links to Curriculum (Optional)" : "event-links-curriculum", | ||
"Links to Photos (Optional)" : "event-links-photos", | ||
"Links to Blogpost (Optional)" : "event-links-blogpost", | ||
"Links to Video (Optional)" : "event-links-video", | ||
"Feedback from Attendees" : "event-feedback-attendees", | ||
"Your Feedback" : "event-feedback-organizer" | ||
"Number of Lectures" : "n-lectures", // Shown in main listing | ||
"Description" : "speaker-description", | ||
"Cover Photo" : "speaker-photo", | ||
"Subspecialty" : "event-creations", | ||
"Specialty" : "speaker-specialty", | ||
"Links to Previous Talks (Optional)" : "speaker-links-lectures", | ||
"Links to Professional Pages (Optional)" : "speaker-links-prof", | ||
"Links to Data/Code (Optional)" : "speaker-links-code", | ||
"Links to Social Media (Optional)" : "speaker-links-social", | ||
"Characteristics" : 'speaker-characteristics', | ||
"Feedback from Attendees" : "attendee-feedback", | ||
"Your Recommendation" : "rec-feedback" | ||
} |
Oops, something went wrong.