All Projects → digital-science → dimensions-api-lab

digital-science / dimensions-api-lab

Licence: MIT license
Research data analytics tutorials using the Dimensions Analytics API

Programming Languages

Jupyter Notebook
11667 projects
HTML
75241 projects

Projects that are alternatives of or similar to dimensions-api-lab

dimcli
Python client and CLI for scientometrics and research analytics using the Dimensions API.
Stars: ✭ 32 (-52.94%)
Mutual labels:  dimensions, scientometrics, research-analytics
Pyprobml
Python code for "Machine learning: a probabilistic perspective" (2nd edition)
Stars: ✭ 4,197 (+6072.06%)
Mutual labels:  colab, jupyter-notebooks
Icevision
End-to-End Object Detection Framework - Pluggable to any Training Library: Fastai, Pytorch-Lightning with more to come
Stars: ✭ 218 (+220.59%)
Mutual labels:  tutorials
InlineDimens
Android dimension types as inline classes with easy conversions.
Stars: ✭ 54 (-20.59%)
Mutual labels:  dimensions
Vidyaratna
Curated resources for newbies to get started with programming, open source, cyber security and many more fields.
Stars: ✭ 250 (+267.65%)
Mutual labels:  tutorials
Tutorials
🗒 codebar's tutorials
Stars: ✭ 231 (+239.71%)
Mutual labels:  tutorials
Build Your Own X
🤓 Build your own (insert technology here)
Stars: ✭ 125,520 (+184488.24%)
Mutual labels:  tutorials
Understanding tensorflow nn
🔮Getting started with TensorFlow: Classifying Text with Neural Networks
Stars: ✭ 215 (+216.18%)
Mutual labels:  tutorials
term size-rs
Functions for determining terminal sizes in Rust
Stars: ✭ 41 (-39.71%)
Mutual labels:  dimensions
Awesome Carla
👉 CARLA resources such as tutorial, blog, code and etc https://github.com/carla-simulator/carla
Stars: ✭ 246 (+261.76%)
Mutual labels:  tutorials
Unity Shader Basics Tutorial
A introduction into creating shaders for Unity
Stars: ✭ 243 (+257.35%)
Mutual labels:  tutorials
Fullstackpython.com
Full Stack Python source with Pelican, Bootstrap and Markdown.
Stars: ✭ 2,667 (+3822.06%)
Mutual labels:  tutorials
morton-nd
A header-only compile-time Morton encoding / decoding library for N dimensions.
Stars: ✭ 78 (+14.71%)
Mutual labels:  dimensions
Wai Tutorials
W3C WAI’s Web Accessibility Tutorials
Stars: ✭ 229 (+236.76%)
Mutual labels:  tutorials
Randomly-Adding-Anything
No description or website provided.
Stars: ✭ 42 (-38.24%)
Mutual labels:  dimensions
Mongodb Quickstart Course
Course demos and handout material for Talk Python's MongoDB Quickstart course
Stars: ✭ 220 (+223.53%)
Mutual labels:  tutorials
Awesome Android Complete Reference
Awesome Android references for everything like best practices, performance optimization, etc.
Stars: ✭ 2,701 (+3872.06%)
Mutual labels:  tutorials
Fxtutorials
A collection of JavaFX tutorials from my channel on YouTube
Stars: ✭ 252 (+270.59%)
Mutual labels:  tutorials
Image Size
Node module for detecting image dimensions
Stars: ✭ 1,539 (+2163.24%)
Mutual labels:  dimensions
react-native-dimension
A React Native Dimension for Responsive Layout
Stars: ✭ 31 (-54.41%)
Mutual labels:  dimensions

Getting Started

This GitHub repository contains code samples and reusable Jupyter notebooks for scholarly data analytics using the Dimensions API.

A companion website including browsable HTML versions of these tutorials is also available.

Note: please use the notebooks in the cookbook folder for up-to-date examples and templates (see below for more details).

License: CC BY-NC-SA 4.0 Binder Open In Colab

Background

If you've never heard of Dimensions.ai or Jupyter notebooks, then this section if for you.

What is Dimensions?

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 API language, see the API documentation

What are Jupyter Notebooks?

The Jupyter Notebook is an open-source web application that allows you to create and share documents that contain live code, equations, visualizations and narrative text. Uses include: data cleaning and transformation, numerical simulation, statistical modeling, data visualization, machine learning, and much more.

For more information, see https://jupyter.org/

Running the examples

If you are already familiar with Python and Jupyter, then you probably know what to do already. Download this repository and run it locally. Feel free to modify and adapt these examples so to match your project needs.

There are two main folders:

  • The cookbooks folder contains the latest version of notebooks providing reusable, simple solutions to common scholarly analytics problems. The notebooks in this folder are regularly tested and kept up to date. If any of these do not work, please open an issue to let us know.
  • The archive folder contains historical copies of notebooks used for workshops and tutorials. Most often, these are customized versions of the generic notebook templates (in the cookbooks folder), adapted for a specific institution or audience. Please note that the notebooks in this folder are simply archived for future reference and not maintained afterwards. So use the materials in the cookbooks folder for up to date examples and reusable templates.

Using Binder

mybinder.org is a free service that transforms a github repository into a Jupyter server hosting the repository's contents.

With Binder, you can run most of the Jupyter notebooks directly from your web browser without installing anything. Just click on the launch binder button below. A temporary Jupyter Notebook server with all dependencies will be automatically launched in the cloud. It is not persistent: all your changes will be lost after some time.

Binder

Using Google Colab

Google Colaboratory is a free Jupyter notebook environment that requires no setup and runs entirely in the cloud.

With Colaboratory you can write and execute code, save and share your analyses, and access powerful computing resources, all for free from your browser.

Open In Colab

Comments, bug reports

This project lives on Github. You can file issues or ask questions there. Suggestions, pull requests and improvements welcome!

See also

https://docs.dimensions.ai/dsl/resources.html

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].