10 Matching Annotations
  1. Oct 2021
    1. ❯  Created in-house by expert educators.❯  100% original course materials.❯  Free for everyone, forever.
    1. Andrew Wilshere

      Andrew Wilshere was working on content at Designlab when he asked me to write an article about the Bauhaus.

      I ended up writing something that never got published with Designlab. Instead, it was shared by the Bauhaus Movement to their Facebook followers.

  2. May 2021
    1. ReconfigBehSci on Twitter: ‘the SciBeh initiative is about bringing knowledge to policy makers and the general public, but I have to say this advert I just came across worries me: Where are the preceding data integrity and data analysis classes? Https://t.co/5LwkC1SVyF’ / Twitter. (n.d.). Retrieved 18 February 2021, from https://twitter.com/SciBeh/status/1362344945697308674

  3. Nov 2019
    1. This is one of my favorite articles about creating a faculty boot-camp for the adoption of technology in higher education. The article brings out the barriers and anxiety for educators in using techonology in the classroom. In addition, you learn how to incorporate learning theories in adult learner engagement. The boot-camp is three day's, follows "Knowles principles of adult learning," and included research, using online tools, and putting it all together. What is it? At the end they educators create an online course that they will use the following year! 9/10

  4. May 2019
    1. "type": "Geographic", "authoritativeLabel": "New Hampshire"

      To query locations that contain the string "New" like here search for:

      subject.componentList.authoritativeLabel: New AND subject.componentList.type:Geographic

    2. "changeDate": "2013-04-08T08:09:51",

      Date the record has changed.

    3. "geographicCoverage": [ { "id": "http://id.loc.gov/vocabulary/geographicAreas/n-us-nh", "type": "GeographicCoverage" } ],

      geographic coverage...

    4. Testing Hypothesis

    5. "id": "http://id.loc.gov/resources/works/c000000026",

      This is the LOD-id of the resource. Yeah well, it should, but as it doesn't resolve , it's kind of a theoretically LOD-id.

      You can use the last part of it, the loc identifier, to query the index like http://localhost:9200/loc/work/_search?q=c000000026 or to make an index lookup.

    6. "label": "Report of the trial of George Ryan : before the Superior Court at Charlestown, N.H., in the county of Cheshire, May term 1811, for highway robbery."

      The label for the work.

      Combines the title.mainTitle and title.subtitle fields. This field is set for 98 of 100 works in our test set. It can be queried in a field query with label:*.

      It is mapped to rdf-schema#label in our context.