User Tools

Site Tools


sidebar

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
sidebar [2010/09/17 22:01] tvcutsemsidebar [2012/02/15 21:05] elisag
Line 7: Line 7:
     * [[research:rp|Reactive Programming]]     * [[research:rp|Reactive Programming]]
     * [[research:rfid|RFID Tags as Software Objects]]     * [[research:rfid|RFID Tags as Software Objects]]
 +    * [[research:tuples|Tuple Space-Based Abstractions]]
   * Papers   * Papers
     * [[research:papers|Papers on AmOP]]     * [[research:papers|Papers on AmOP]]
Line 16: Line 17:
     * [[projects:diy-se|DiY-SE]]     * [[projects:diy-se|DiY-SE]]
     * [[projects:iwoib-prfb|PRFB]]     * [[projects:iwoib-prfb|PRFB]]
 +  * Teaching
 +    * [[teaching:dmpp | DMPP]]
   * [[research:Posters]]   * [[research:Posters]]
   * [[research:Presentations]]   * [[research:Presentations]]
   * [[People]]   * [[People]]
 +  * [[research:events | Events]]
   * [[private:index|Intranet]]   * [[private:index|Intranet]]
  
Line 49: Line 53:
 new TWTR.Widget({ new TWTR.Widget({
   version: 2,   version: 2,
-  type: 'list', +  type: 'profile', 
-  rpp: 10,+  rpp: 4,
   interval: 6000,   interval: 6000,
-  title: 'Latest updates on', 
-  subject: 'AmbientTalk', 
   width: 150,   width: 150,
   height: 200,   height: 200,
   theme: {   theme: {
     shell: {     shell: {
-      background: '#63db58',+      background: '#328f57',
       color: '#ffffff'       color: '#ffffff'
     },     },
     tweets: {     tweets: {
-      background: '#ffffff', +      background: '#6ec96e', 
-      color: '#444444', +      color: '#ffffff', 
-      links: '#4051c2'+      links: '#4a5b61'
     }     }
   },   },
   features: {   features: {
-    scrollbar: true,+    scrollbar: false,
     loop: false,     loop: false,
-    live: true,+    live: false,
     hashtags: true,     hashtags: true,
     timestamp: true,     timestamp: true,
-    avatars: true,+    avatars: false,
     behavior: 'all'     behavior: 'all'
   }   }
-}).render().setList('ambienttalk', '').start();+}).render().setUser('ambienttalk').start();
 </script> </script>
 </html> </html>
sidebar.txt · Last modified: 2018/04/12 23:01 by elisag