public
Description: Infinite Monkeywrench - A frameworks for collecting, peeling, and sharing delicious bananas of data.
Homepage: http://infinitemonkeywrench.org
Clone URL: git://github.com/infochimps/imw.git
imw / meta / template_template.icss.yaml.erb
100644 30 lines (24 sloc) 0.922 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
-- infochimps_schema_template:
    coll_uniqid: <%= $imw.coll.to_s.underscore %>
    collection: <%= $imw.coll.to_s.titleize %>
    notes:
      desc: |-
          # contributor desc here
          
      usage: |-
          # usage notes, if any
 
      rights_statements: |-
          # note any rights_statements and restrictions asserted by source of data
          
      # Add any other notes you like, in the form
      # note_name: "note_string"
 
    contributors:
      - name: # name
        uniqid: # uniqid
        url: # url
        cite: # cite
        desc: |-
            # contributor desc here
            
    ratings:
      accurate: { rating: 3, by: 'initial', desc: '' }
      authoritative: { rating: 3, by: 'initial', desc: '' }
      comprehensive: { rating: 3, by: 'initial', desc: '' }
      interesting: { rating: 3, by: 'initial', desc: '' }