Skip to content
This repository was archived by the owner on Dec 15, 2020. It is now read-only.

Commit f760c81

Browse files
committed
Restore README
Change-Id: I4b87f22504bb51306111b8e644f42eef83d21f60
1 parent f1d16ff commit f760c81

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

README.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
[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.
2+
3+
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.
4+
5+
## Features
6+
7+
* Visualize and graph data from sensors.
8+
* Connect to external sensors over BLE ([firmware code][firmware-github]).
9+
* Annotate with pictures and notes.
10+
11+
## Building the app
12+
13+
Download the source, go into the OpenScienceJournal directory and run:
14+
15+
./gradlew app:installDebug
16+
17+
Alternatively, import the source code in OpenScienceJournal into Android Studio (File, Import Project).
18+
19+
Note: You'll need Android SDK version 23, build tools 23.0.3, and the Android Support Library to
20+
compile the project. If you're unsure about this, use Android Studio and tick the appropriate boxes
21+
in the SDK Manager.
22+
23+
The [OpenScienceJournal README](https://github.com/google/science-journal/tree/master/OpenScienceJournal)
24+
contains details about the organization of the source code, and the relationship of this published source
25+
to the [published app][play-store].
26+
27+
## Contributing
28+
29+
Please read our [guidelines for contributors][contributing].
30+
31+
## License
32+
33+
Open Science Journal is licensed under the [Apache 2 license][license].
34+
35+
## More
36+
37+
Science Journal is brought to you by [Making & Science][making-science], an initiative by Google. Open Science Journal is not an official Google product.
38+
39+
[play-store]: https://play.google.com/store/apps/details?id=com.google.android.apps.forscience.whistlepunk
40+
[firmware-github]:https://github.com/google/science-journal-arduino
41+
[contributing]: https://github.com/google/science-journal/blob/master/CONTRIBUTING
42+
[license]: https://github.com/google/science-journal/blob/master/LICENSE
43+
[making-science]: https://makingscience.withgoogle.com

0 commit comments

Comments
 (0)