This repository has been archived by the owner on Dec 15, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change-Id: I4b87f22504bb51306111b8e644f42eef83d21f60
- Loading branch information
Showing
1 changed file
with
43 additions
and
0 deletions.
There are no files selected for viewing
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,43 @@ | ||
[Science Journal][play-store] 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. | ||
|
||
Open Science Journal is the core of the Science Journal app with the same UI and sensor code and can be compiled and run on its own. | ||
|
||
## Features | ||
|
||
* Visualize and graph data from sensors. | ||
* Connect to external sensors over BLE ([firmware code][firmware-github]). | ||
* Annotate with pictures and notes. | ||
|
||
## Building the app | ||
|
||
Download the source, go into the OpenScienceJournal directory and run: | ||
|
||
./gradlew app:installDebug | ||
|
||
Alternatively, import the source code in OpenScienceJournal into Android Studio (File, Import Project). | ||
|
||
Note: You'll need Android SDK version 23, build tools 23.0.3, and the Android Support Library to | ||
compile the project. If you're unsure about this, use Android Studio and tick the appropriate boxes | ||
in the SDK Manager. | ||
|
||
The [OpenScienceJournal README](https://github.com/google/science-journal/tree/master/OpenScienceJournal) | ||
contains details about the organization of the source code, and the relationship of this published source | ||
to the [published app][play-store]. | ||
|
||
## Contributing | ||
|
||
Please read our [guidelines for contributors][contributing]. | ||
|
||
## License | ||
|
||
Open Science Journal is licensed under the [Apache 2 license][license]. | ||
|
||
## More | ||
|
||
Science Journal is brought to you by [Making & Science][making-science], an initiative by Google. Open Science Journal is not an official Google product. | ||
|
||
[play-store]: https://play.google.com/store/apps/details?id=com.google.android.apps.forscience.whistlepunk | ||
[firmware-github]:https://github.com/google/science-journal-arduino | ||
[contributing]: https://github.com/google/science-journal/blob/master/CONTRIBUTING | ||
[license]: https://github.com/google/science-journal/blob/master/LICENSE | ||
[making-science]: https://makingscience.withgoogle.com |