Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/googlearchive/science-journal-ios

Use the sensors in your mobile devices to perform science experiments. Science doesn’t just happen in the classroom or lab—tools like Science Journal let you see how the world works with just your phone.
https://github.com/googlearchive/science-journal-ios

education ios science swift

Last synced: about 1 month ago
JSON representation

Use the sensors in your mobile devices to perform science experiments. Science doesn’t just happen in the classroom or lab—tools like Science Journal let you see how the world works with just your phone.

Awesome Lists containing this project

README

        

# Repo deprecated, please see [Arduino Science Journal](https://github.com/arduino/Arduino-Science-Journal-iOS) for the most recent version 🔬🧪 as well as the [official blog post](https://blog.arduino.cc/2020/08/05/the-science-journal-is-graduating-from-google-coming-to-arduino-this-fall/) about the graduation of the project.


Science Journal Logo

[![Twitter: @GScienceJournal](https://img.shields.io/badge/[email protected]?style=flat)](https://twitter.com/GScienceJournal)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

[Science Journal for iOS][appstore] allows you to gather data from the world around you. It uses sensors to
measure your environment, like light and sound, so you can graph your data, record your experiments,
and organize your questions and ideas. It's the lab notebook you always have with you.

iOS screenshot showing experiments list.iOS screenshot showing `Iodine Clock` experiment.iOS screenshot showing `Iodine Clock` recording showing brightness sensor with various values.iOS screenshot showing `Iodine Clock` recording with notes alongside brightness sensor with various values.

## Features

* Visualize and graph data from a variety of sources including your device's built-in sensor 📱
* Connect to external sensors over BLE ↭🔌
* Annotate observations with pictures 🏔 and notes 📝

## More

Science Journal is brought to you by [Making & Science][ms], an initiative by [Google](https://www.google.com/intl/en/about/).

Open Science
Journal is not an official Google product.

---

## Required dependencies
First, you'll need a Mac. We don't support building the iOS app on anything else.

Second, you'll need the latest version of [Xcode](https://developer.apple.com/xcode/) installed.

Third, we use a few open source frameworks to build this app, so you'll need to install [CocoaPods](https://cocoapods.org/) as your package manager in order to get what you need to build.

Fourth, we use [protobuf](https://developers.google.com/protocol-buffers/). You'll need to install that too. We use [Homebrew](https://brew.sh/) to install it.

Here are the steps to set up your environment:

1. Install Xcode.
2. Install CocoaPods by running `sudo gem install cocoapods` from your terminal.
3. Install Homebrew by following the instructions on the [Homebrew website](https://brew.sh/).
4. Install protobuf by running `brew install [email protected]; brew link [email protected] -f` from your terminal.

## Building and running
Before you jump into coding, you'll need to run `pod install` from the root of this project (the folder that contains has the `Podfile` file)

Then you can open `ScienceJournal.xcworkspace`

**Note:** there is a `ScienceJournal.xcodeproj` file, but since we use CocoaPods, you shouldn't use that project file. If you do, nothing will work 😭

[appstore]: https://itunes.apple.com/us/app/science-journal-by-google/id1251205555?mt=8
[ms]: https://makingscience.withgoogle.com

## Contribute to Science Journal iOS

Check out [CONTRIBUTING.md](https://github.com/google/science-journal-ios/blob/master/CONTRIBUTING.md) for more information on how to help with Science Journal iOS.

## Code of Conduct

Help us keep _Science Journal_ open and inclusive. Please read and follow our [Code of Conduct](https://github.com/google/science-journal-ios/blob/master/CODE_OF_CONDUCT.md).

## License

This project is licensed under the terms of the Apache 2.0 license. See the [LICENSE](https://github.com/google/science-journal-ios/blob/master/LICENSE) file.