Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Determine specification for sourced content #8

Open
ryanmuller opened this issue Oct 14, 2014 · 0 comments
Open

Determine specification for sourced content #8

ryanmuller opened this issue Oct 14, 2014 · 0 comments
Labels

Comments

@ryanmuller
Copy link
Owner

Data required

  • Content
  • Link to source
  • Title of source
  • (?) Other ways of displaying source (e.g. citations)
  • (?) Type of source
  • (?) Sourcing author (who did the action of extracting the content from the source)
  • (?) Sourcing date (when it happened)
  • (?) Parent context of sourcing (if it happened within the context of a pkb, what page/deck / whose pkb / etc)

Examples

Jekyll-inspired (YAML/markdown):

---
title: dy/dan » Blog Archive » Adaptive Learning Is An Infinite iPod That Only Plays Neil Diamond
link: http://blog.mrmeyer.com/2014/adaptive-learning-is-an-infinite-ipod-that-only-plays-neil-diamond/comment-page-1/#comment-1806106

---

There are crucial differences between adaptive learning platforms, of course, but there *are* valid and useful ways to lump those platforms together.

I’m happy to be corrected here but AFAIK no adaptive learning platform in 2014 can parse a student’s natural language conjecture and evaluate that conjecture as true or false.

That generalization may not be true for all time but in 2014 it’s a fair generalization. And a crucial one, since constructing and critiquing conjectures is one of those eight big things students are supposed to be doing in a CCSS math class.

Diigo (RSS):

<item>
<title>
dy/dan » Blog Archive » Adaptive Learning Is An Infinite iPod That Only Plays Neil Diamond
</title>
<link>
http://blog.mrmeyer.com/2014/adaptive-learning-is-an-infinite-ipod-that-only-plays-neil-diamond/comment-page-1/#comment-1806106
</link>
<description>
<p></p> <strong>Annotations:</strong> <ul class="diigo-annotations" > <li> <div class="diigoContent"><div class="diigoContentInner"><p>There are crucial differences between adaptive learning platforms, of course, but there <em>are</em> valid and useful ways to lump those platforms together.</p>&nbsp;<p>I’m happy to be corrected here but AFAIK no adaptive learning platform in 2014 can parse a student’s natural language conjecture and evaluate that conjecture as true or false.</p>&nbsp;<p>That generalization may not be true for all time but in 2014 it’s a fair generalization. And a crucial one, since constructing and critiquing conjectures is one of those eight big things students are supposed to be doing in a CCSS math class.</p></div></div> </li> </ul>
</description>
<pubDate>Thu, 29 May 2014 13:00:16 +0000</pubDate>
<guid>
http://blog.mrmeyer.com/2014/adaptive-learning-is-an-infinite-ipod-that-only-plays-neil-diamond/comment-page-1/#comment-1806106
</guid>
</item>
<item>

Instapaper (JSON):

[
    {
        "type":"user",
        "user_id":543210,
        "username":"TestUserOMGLOL"
    },
    {
        "type":"bookmark",
        "bookmark_id":1234,
        "url":"http:\/\/www.example.com\/page1.html",
        "title":"Example page 1",
        "description":"An example page."
    },
    {
        "type":"bookmark",
        "bookmark_id":1235,
        "url":"http:\/\/www.example.com\/page2.html",
        "title":"Example page 2",
        "description":"Another example page."
    },
    {
        "type":"highlight",
        "highlight_id":42,
        "bookmark_id":1234,
        "text":"example page",
        "position":0,
        "time":1394470555
    }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant