1,224 Matching Annotations
  1. Mar 2018
    1. Points of interest

      • A highlight is an annotation with no text or tags.

      • This query has to perform some gymnastics to find the set of annotations that meet those two conditions

      • Gymnastics also required for the percentages

      • This pattern work for other things like: annotations vs pagenotes, public vs private, etc.

    1. Aspects of interest:

      • Uses distinct to get the set of unique users from all users who annotated a given doc
    1. Aspects of interest

      • Looks at the registered_date for users

      • Filters by domain wildcards

      • Then extrapolates to all signups, according to a 56/44 ratio established elsewhere

    1. Aspects of interest:

      • Joins annotations table and document_uri table

      • Looks for doi-related metadata

    1. Aspects of interest:

      • Finds distinct urls annotated by any CF annotator

      • Finds the average of the dates on the annotation for each url, so those sets of annotations can be arranged on a timeline

    1. Aspects of interest

      • Accesses the user_group table

      • Quotes the "group" field to distinguish it from the group keyword

      • Applies the lower string function to make matching more robust

      • Joins the user_group and group tables in order to show user counts per group

    1. Aspects of interest

      • Shows how to count different things in the same query

      • Shows how to use distinct to deduplicate

    1. Aspects of interest:

      • Uses form-based variables to parameterize the query. (

      • Formats results as a bar chart

    1. Aspects of interest:

      • Truncate date to day

      • Filter on a specified recent span of days

      • Use a complex expression to match a specified set of users

    1. Aspects of interest:

      • Uses WITH ("WITH provides a way to write auxiliary statements for use in a larger query. These statements can be thought of as defining temporary tables that exist just for one query")

      • Uses wildcard to match tlds: .edu, .ac.uk

      • Uses regular expression to match subdomains of email addresses (e.g. cornell. nyu)

      • uses array indexing to slice the regexp match

      • use || operator to join strings

      -

  2. Feb 2018
    1. Teaching, Learning, and IT Issues: Points of Intersection

      Intersections between EDUCAUSE's 2018 top 10 IT and teaching and learning issues.

    2. The IT and the T&L visions are thus fairly congruent: integrating disparate applications so that they offer our communities a consolidated environment and more customizable functionality. These are invigorating and also daunting challenges.

      Drawing connections between decentralizing services in the ERP > enterprise architecture and LMS > NGDLE.

    3. with more data comes more responsibility

      on the responsibility generated by aggregating learner data

    4. EDUCAUSE Learning Initiative (ELI) Key Issues in Teaching and Learning surveys

      Visit the 2018 ELI Key Issues in Teaching and Learning with Hypothesis annotation enabled.

    5. EDUCAUSE Top 10 IT Issues

      Visit the 2018 EDUCAUSE Top 10 IT Issues with Hypothesis annotation enabled.

  3. Jan 2018