This GitHub repository contains code samples and Jupyter notebooks for scholarly data analytics using the Dimensions on Google BigQuery.
Please see the BigQuery Lab website for a more user-friendly and searchable version of the materials included here.
If you've never heard of Dimensions.ai or Jupyter notebooks, then this section if for you.
Digital Science's Dimensions is a dynamic, easy to use, linked-research data platform that re-imagines the way research can be discovered, accessed and analyzed. Within Dimensions, users can explore the connections between grants, publications, clinical trials, patents and policy documents.
For more information, see https://www.dimensions.ai/
For a detailed breakdown of the Dimensions on BigQuery product, see the technical documentation
Google BigQuery is a scalable multi-cloud data warehouse environment that lowers the bar to professional-level data manipulation and analytics.
Google BigQuery allows users to combine Dimensions data with other proprietary and public data sources, without our involvement, in a completely private and secure way.
This project lives on Github. You can file issues or ask questions there. Suggestions and improvements welcome!
Files can be edited directly in the mkdocs/src-docs
directory, but several steps are required to convert these files into the website in the docs
directory:
python3 -m venv . # start a virtual environment
source bin/activate
pip3 install -r requirements.txt
bash tools/run-build.sh
deactivate