forked from InfoSeeking/Coagmento
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.php
70 lines (56 loc) · 4.66 KB
/
about.php
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<?php
require_once("header.php");
?>
<!-- Content region -->
<div id="main-content">
<div class="row-fluid wrapper">
<div class="span12">
<h1 class="page-title">About Coagmento</h1>
</div>
</div>
<div class="row-fluid wrapper">
<!-- Main content -->
<p>Coagmento was originally developed in 2007 by <a href="http://comminfo.rutgers.edu/~chirags" target="_blank">Chirag Shah</a> as a research project for his dissertation. It then continued taking shape in different forms as various user studies were designed around and with it. Coagmento was brought to Rutgers University, where its development was furthered by PhD student Roberto Gonzalez-Ibanez. Several other students contributed in creating different versions and functions of the system, as well as using it for research studies. Below is a partial timeline of Coagmento's journey in reverse chronological order.</p>
<!-- <h2>News & Updates</h2><br/><br/> -->
<ul>
<li>2014-02-14: Version 2.2 of <a href="https://play.google.com/store/apps/details?id=com.coagmento.mobile&hl=en" target="_blank">Android app</a> for Coagmento released.<hr/></li>
<li>2013-12-09: Coagmento website gets a complete makeover.</li>
<li>2013-11-21: A completely redesigned version of the <a href="https://play.google.com/store/apps/details?id=com.coagmento.mobile&hl=en" target="_blank">Android app</a> for Coagmento released.</li>
<li>2013-10-30: <a href="https://itunes.apple.com/us/app/coagmento/id726682921?mt=8" target="_blank">iPhone app</a> for Coagmento released.</li>
<li>2013-10-01: <a href="https://github.com/kevinAlbs/CoagmentoCollaboratory" target="_blank">Coagmento Collaboratory</a> - an open-source and modularized version of Coagmento that researchers could use for doing user studies with individual or collaborative users is released.</li>
<li>2013-09-30: <a href="https://chrome.google.com/webstore/search/coagmento" target=_blank>Chrome plugin</a> released.<hr/></li>
<li>2011-07-19: Video for Coagmento Android App is <a href="http://www.youtube.com/watch?v=kQpp9bqrcBg">available on YouTube</a>.</li>
<li>2011-05-10: A completely redesigned Coagmento (Beta 3) is released.</li>
<li>2011-05-03: <a href="https://market.android.com/details?id=com.coagmento.mobile">Coagmento app</a> for Android is available.<hr/></li>
<li>2010-12-20: Finished a large-scale lab study. Data is being analyzed and results will be published soon.</li>
<li>2010-11-07: <a href="http://collab.infoseeking.org/events/group2010workshop">CIS 2010 Workshop</a> at Sanibel Island, Florida.</li>
<li>2010-09-10: <a href="http://collab.infoseeking.org/">Collaborative Information Seeking (CIS) website</a> alive.</li>
<li>2010-05-06: Functionality to create and join open (public) projects added.</li>
<li>2010-05-03: Ability to select various modules (plug-ins) for Coagmento sidebar added. This is the first step in creating a highly modular and flexible version of Coagmento.</li>
<li>2010-02-08: Coagmento Beta 2.3 released.</li>
<li>2010-02-08: Coagmento featured at <a href="http://www.cscw2010.org/">CSCW 2010</a> conference in Savannah, GA.</li>
<li>2010-01-11: Coagmento Beta 2.2 released.<hr/></li>
<li>2009-12-01: A new Coagmento study announced. Registered users can find more information from their CSpace.</li>
<li>2009-11-30: <a href="screenshots.php">Screenshots</a> and <a href="tutorials.php">video tutorials</a> are now available.</li>
<li>2009-11-29: <a href="feedback.php">Feedback Form</a> is now available.</li>
<li>2009-11-28: Coagmento Beta 2.1 released.</li>
<li>2009-10-08: Coagmento Beta 2.0 released. This version was used for participatory design sessions.</li>
<li>2009-09-03: Coagmento Beta 1.0 released. This version was used for participatory design sessions.</li>
<li>2009-05-04: Coagmento Alpha 1.0 released. This version was used for a large-scale lab study.</li>
<li>2009-04-29: Coagmento Alpha 0.7 released.</li>
<li>2009-04-28: Coagmento Alpha 0.6 released.</li>
<li>2009-04-15: Coagmento Alpha 0.5 released.</li>
<li>2009-04-07: Coagmento Alpha 0.4 released.</li>
<li>2009-01-09: Coagmento Alpha 0.3 released.<hr/></li>
<li>2008-12-24: Coagmento Alpha 0.2 released.</li>
<li>2008-02-28: Coagmento Alpha 0.1 released. This version was used for several pilot runs and cognitive walkthroughs.<hr/></li>
<li>2007-12-08: A design framework for Coagmento proposed.</li>
</ul>
<br/>
<!-- End of the main content -->
</div> <!-- /wrapper -->
</div> <!-- /main-content -->
<!-- End of Content region -->
<?php
require_once("footer.php");
?>