Showing posts with label who. Show all posts
Showing posts with label who. Show all posts

Young people who are changing the world through science



(Cross-posted from the Google for Education Blog)

Sometimes the biggest discoveries are made by the youngest scientists. They’re curious and not afraid to ask, and it’s this spirit of exploration that leads them to try, and then try again. Thousands of these inquisitive young minds from around the world submitted projects for this year’s Google Science Fair, and today we’re thrilled to announce the 20 Global Finalists whose bright ideas could change the world.

From purifying water with corn cobs to transporting Ebola antibodies through silk; extracting water from air or quickly transporting vaccines to areas in need, these students have all tried inventive, unconventional things to help solve challenges they see around them. And did we mention that they’re all 18 or younger?

We’ll be highlighting each of the impressive 20 finalist projects over the next 20 days in the Spotlight on a Young Scientist series on the Google for Education blog to share more about these inspirational young people and what inspires them.
Then on September 21st, these students will join us in Mountain View to present their projects to a panel of notable international scientists and scholars, eligible for a $50,000 scholarship and other incredible prizes from our partners at LEGO Education, National Geographic, Scientific American and Virgin Galactic.

Congratulations to our finalists and everyone who submitted projects for this year’s Science Fair. Thank you for being curious and brave enough to try to change the world through science.
Read More..

The Untold Story of Women Who Code

Computer programming is typically seen as being an activity that is done by young men of a certain type. Most TV shows (e.g., Silicon Valley) and movies conform to this stereotype. However, its far from the truth; Lady Ada Lovelace is often referred to as the "first computer programmer" and Grace Hopper famously wrote the first compiler and coined the term "computer bug." A YouTube video, shared with my by my colleague Mark Wilson, featuring Megan Smith, the former Google executive recently appointed by President Obama as the Chief Technology Officer of the United States, further debunks this myth.
Read More..

Find Who has Access to your Files in Google Drive

Wondering who has access to userr Google files and folders. This simple Google Script will show a list of all files that user may have ever shared with public or specific contacts.
 
Google Drive lets user share files with specific contacts or user can make them public and anyone can then view userr files. Sharing also prevents user from clogging someone else’s mailbox. For instance, if user are sending a large file as an email attachment, a better option would be that user upload the file to Google Drive and share the link instead.

Who Can View or Edit userr Shared Files?

If user have been using the sharing feature of Google Docs (now Google Drive) for some time, user may have quite a few files in the Drive that are accessible to other users. Would user like to review this list?
Here’s a simple Google script that will scan userr Google Drive and prepare a list all files that have been shared from userr Google Drive.
To get started, click here to copy the Google Script in userr own Google Drive. Then choose Run->Start to execute the Google Script. The script will ask for authorization since it needs to check the sharing permissions of the file in userr Google Drive. Say “authorize” and user’ll soon get an email with a list of all the shared files that were found in userr Google Drive.
The report, see the above screenshot, will have links to the shared files and also a list of users who can view or edit that particular file. If a file can be viewed by anyone, the user will be mentioned as Public.
The Google Script checks the sharing permissions of every single file in userr Google Drive and thus it may take a minute or two to finish if user have too many files in the Drive.

Bonus tip: Did user know that user can set an auto-expiry date for userr shared links in Google Drive. The shared link will automatically stop working after a certain date or time set by user.
Read More..