<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://adapt2.sis.pitt.edu/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Shoha99</id>
	<title>PAWS Lab - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://adapt2.sis.pitt.edu/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Shoha99"/>
	<link rel="alternate" type="text/html" href="https://adapt2.sis.pitt.edu/wiki/Special:Contributions/Shoha99"/>
	<updated>2026-05-18T17:33:57Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.1</generator>
	<entry>
		<id>https://adapt2.sis.pitt.edu/w/index.php?title=User:Shoha99&amp;diff=2150</id>
		<title>User:Shoha99</title>
		<link rel="alternate" type="text/html" href="https://adapt2.sis.pitt.edu/w/index.php?title=User:Shoha99&amp;diff=2150"/>
		<updated>2014-06-23T21:12:06Z</updated>

		<summary type="html">&lt;p&gt;Shoha99: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Sharon_Hsiao.jpg|left]]&lt;br /&gt;
&lt;br /&gt;
'''Sharon (I-Han) Hsiao'''&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;School of Information Sciences&lt;br /&gt;
&amp;lt;br&amp;gt;University of Pittsburgh&lt;br /&gt;
&amp;lt;br&amp;gt;135 North Bellefield Ave. #2A04,&lt;br /&gt;
&amp;lt;br&amp;gt;Pittsburgh, PA 15260, USA&lt;br /&gt;
&amp;lt;br&amp;gt;Tel: 1(412)624-9437&lt;br /&gt;
&amp;lt;br&amp;gt;Personal Website: http://www.columbia.edu/~ih2240/&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.public.asu.edu/~ihsiao1/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Projects: [[AnnotEx]],[[QuizJET]],[[Progressor]],[[ProgressorPlus]] &lt;br /&gt;
&amp;lt;br&amp;gt;Research Interests: Peer Review, CSCL and Social Web, Open User Modeling, ITS, Social Visualization&lt;/div&gt;</summary>
		<author><name>Shoha99</name></author>
		
	</entry>
	<entry>
		<id>https://adapt2.sis.pitt.edu/w/index.php?title=Progressor&amp;diff=2145</id>
		<title>Progressor</title>
		<link rel="alternate" type="text/html" href="https://adapt2.sis.pitt.edu/w/index.php?title=Progressor&amp;diff=2145"/>
		<updated>2014-06-11T15:44:10Z</updated>

		<summary type="html">&lt;p&gt;Shoha99: /* Publications */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
&lt;br /&gt;
A large number of educational resources is now made available on the Web to support both regular classroom learning and online learning. However, the abundance of available content produced at least two problems: how to help students to find the most appropriate resources and how to engage them into using these resources and benefit from them. Personalized and social learning has been suggested as potential ways to address these problems. Progressor attempts to combine the ideas of personalized and social learning to help students find the&lt;br /&gt;
most relevant resources in a large collection of parameterized self-assessment questions for programming.&lt;br /&gt;
&lt;br /&gt;
Progressor is a collaboration work between [http://fusion.cs.uni-jena.de/professur University of Jena] and [http://adapt2.sis.pitt.edu/wiki University of Pittsburgh]. The core research goal of the project is to utilize the success of self-assessment programming language learning tool, [[QuizJET]], with rich-interaction interface derived from [http://www.minerva-portals.de/research/introspective-views IntrospectiveViews] and provide a better personalized visual access to programming language problems. The research investigates open social student model; how social guidance affects self-assessment programming language learning; motivational effects on the progress of educational content; privacy and data sharing and so on.&lt;br /&gt;
&lt;br /&gt;
We are excited about what we've learnt from this project, we are now extending our approaches to a larger collection of learning objects for cross content navigation and verify its capability of supporting social visualization for personalized E-Learning, please refer to [http://adapt2.sis.pitt.edu/wiki/ProgressorPlus Progressor+]&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
* '''Learner Analytics''': question attempts, successful rates, overall progress etc.&lt;br /&gt;
* '''Privacy management''': requests for accessing peers' models.&lt;br /&gt;
* '''Interactivity''': interacting with the content, peers etc. from the visualization; allowing the user to feel in control.&lt;br /&gt;
*''' Identity''': captures all the information belonging to the student and displays it in a unique model, allowing easy comparisons.&lt;br /&gt;
* '''Exposure''': model thumbnails preview. We found that students had more persistent interactions with the system while they had higher visibilities.&lt;br /&gt;
* '''Guidance''': implicit social guidance; (explicit social guidance is under investigation now)&lt;br /&gt;
* '''Recommendation''': top 3 performers&lt;br /&gt;
* '''Scalability''': we design a set of [[#Apply protocols the social visualization|protocols]] for reusing student progress data in various visualizations.&lt;br /&gt;
&lt;br /&gt;
== Apply protocols the social visualization==&lt;br /&gt;
&lt;br /&gt;
We design the following protocols allows requesting user or group progress in JSON format. The protocol follows [http://en.wikipedia.org/wiki/Representational_state_transfer REpresentational State Transfer(REST) architecture] and is an extension of [http://adapt2.sis.pitt.edu/wiki/CUMULATE_protocol CUMULATE protocol]. It provides the applicability for applying it to other social visualizations, such as [http://adapt2.sis.pitt.edu/wiki/ProgressorPlus Progressor+].&lt;br /&gt;
&lt;br /&gt;
'''The URL format for requesting particular user from a group with all his/her activities:'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
http://adapt2.sis.pitt.edu/ktact/json/user/&amp;lt;the user login&amp;gt;/&amp;lt;the group name&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
http://adapt2.sis.pitt.edu/ktact/json/user/shoha99/IS172011Spring&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''id''' – '''question rdfid''', this is the unique identifier for accessing the parameterized [http://adapt2.sis.pitt.edu/wiki/QuizJET QuizJET] question.&lt;br /&gt;
* '''res''' – '''total number of correct tries''', this number indicates the successful attempts on this pattern of question.&lt;br /&gt;
* '''attempt''' – '''total number of tries''', this number represents how many times the student has tried on this pattern of question.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
   {&lt;br /&gt;
      &amp;quot;id&amp;quot;:&amp;quot;jVariables1&amp;quot;,&lt;br /&gt;
      &amp;quot;res&amp;quot;:&amp;quot;6&amp;quot;,&lt;br /&gt;
      &amp;quot;attempt&amp;quot;:&amp;quot;9&amp;quot;&lt;br /&gt;
   },&lt;br /&gt;
   {&lt;br /&gt;
      &amp;quot;id&amp;quot;:&amp;quot;jVariables2&amp;quot;,&lt;br /&gt;
      &amp;quot;res&amp;quot;:&amp;quot;2&amp;quot;,&lt;br /&gt;
      &amp;quot;attempt&amp;quot;:&amp;quot;3&amp;quot;&lt;br /&gt;
   },&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''The URL format for requesting all students activities by group:'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
http://adapt2.sis.pitt.edu/ktact/json/group/&amp;lt;the group name&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
http://adapt2.sis.pitt.edu/ktact/json/group/IS172011Spring&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''id''' – '''student login''', this specifies the student's login.&lt;br /&gt;
* '''name''' – '''student name'', this displays the student's name.&lt;br /&gt;
* '''res''' – '''student average progress''', this number represents the student's average progress across topics.&lt;br /&gt;
* '''topics''' – '''id''', topic names;  '''res''', topic average progress.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
      &amp;quot;id&amp;quot;:&amp;quot;shoha99&amp;quot;,&lt;br /&gt;
      &amp;quot;name&amp;quot;:&amp;quot;Hsiao, Sharon (I-Han)&amp;quot;,&lt;br /&gt;
      &amp;quot;res&amp;quot;:&amp;quot;0.126&amp;quot;,&lt;br /&gt;
      &amp;quot;topics&amp;quot;:[&lt;br /&gt;
         {&lt;br /&gt;
            &amp;quot;id&amp;quot;:&amp;quot;Variables&amp;quot;,&lt;br /&gt;
            &amp;quot;res&amp;quot;:&amp;quot;0.8&amp;quot;&lt;br /&gt;
         },&lt;br /&gt;
        {&lt;br /&gt;
            &amp;quot;id&amp;quot;:&amp;quot;Objects&amp;quot;,&lt;br /&gt;
            &amp;quot;res&amp;quot;:&amp;quot;0.2&amp;quot;&lt;br /&gt;
         },&lt;br /&gt;
        ...&lt;br /&gt;
},&lt;br /&gt;
{&lt;br /&gt;
      &amp;quot;id&amp;quot;:&amp;quot;xxxx&amp;quot;,&lt;br /&gt;
      &amp;quot;name&amp;quot;:&amp;quot;lastName, firstName &amp;quot;,&lt;br /&gt;
      &amp;quot;res&amp;quot;:&amp;quot;0.107&amp;quot;,&lt;br /&gt;
      &amp;quot;topics&amp;quot;:[&lt;br /&gt;
         {&lt;br /&gt;
            &amp;quot;id&amp;quot;:&amp;quot;Variables&amp;quot;,&lt;br /&gt;
            &amp;quot;res&amp;quot;:&amp;quot;0.00&amp;quot;&lt;br /&gt;
         },&lt;br /&gt;
         {&lt;br /&gt;
            &amp;quot;id&amp;quot;:&amp;quot;Objects&amp;quot;,&lt;br /&gt;
            &amp;quot;res&amp;quot;:&amp;quot;0.2&amp;quot;&lt;br /&gt;
         },&lt;br /&gt;
         ...&lt;br /&gt;
}&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[#top|^top]]&lt;br /&gt;
&lt;br /&gt;
== Screenshots ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;3&amp;quot;&amp;gt;&lt;br /&gt;
Image:Progressor.png|Your personalized Progressor view&lt;br /&gt;
Image:ProgressorAccessQuiz.png|Accessing to the quizzes or other educational material&lt;br /&gt;
Image:ProgressorComparing.png|Comparing your own model with another or class on average&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Publications==&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;&lt;br /&gt;
* Bakalov, F., [[User:shoha99 | Hsiao, I-H.]], [[User:peterb | Brusilovsky, P.]], and König-Ries, B. (2011) '''Visualizing Student Models for Social Learning with Parallel IntrospectiveViews.''' In: Proceedings of Workshop on Visual Interfaces to the Social and Semantic Web at the International Conference on Intelligent User Interfaces (IUI 2011), Stanford University, Palo Alto, California, US, February 13, 2011&lt;br /&gt;
* [[User:shoha99 | Hsiao, I-H.]], Bakalov, F., [[User:peterb | Brusilovsky, P.]], and König-Ries, B. (2011) '''Open Social Student Modeling: Visualizing Student Models with Parallel IntrospectiveViews.''' Proceedings of 19th International Conference on User Modeling, Adaptation, and Personalization (UMAP 2011), Girona, Spain, July 11-15, 2011, Springer, pp.171-182 [http://dx.doi.org/10.1007/978-3-642-22362-4_15 DOI]&lt;br /&gt;
* Bakalov, F., [[User:shoha99 | Hsiao, I-H.]], [[User:peterb | Brusilovsky, P.]], and König-Ries, B. (2011) '''Progressor: Personalized visual access to programming problems''', IEEE Symposium on Visual Languages and Human-Centric Computing, September 18-22, 2011, Pittsburgh, PA, USA&lt;br /&gt;
*[[User:shoha99 | Hsiao, I-H.]], [[User:Julio |Guerra, J.]], [[User:Dparra |Parra, D.]], Bakalov, F., König-Ries, B., and [[User:peterb | Brusilovsky, P.]] (2012) '''Comparative Social Visualization for Personalized E-Learning.''' International Working Conference Advanced Visual Interfaces, AVI 2012, Capri, Italy, May 21-25, 2012&lt;br /&gt;
* [[User:shoha99 | Hsiao, I-H.]], Bakalov, F., [[User:peterb | Brusilovsky, P.]], and König-Ries, B. (2013) '''Open Social Student Modeling for Personalized E-Learning'''. New Review of Hypermedia and Multimedia, 19(2), 112-131. [http://www.tandfonline.com/doi/abs/10.1080/13614568.2013.806960?journalCode=tham20#.Uj8u1BZf_G4 URL]&lt;br /&gt;
&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Try Progressor==&lt;br /&gt;
Current users Login from [http://adapt2.sis.pitt.edu/kt/ KnowledgTree portal]&lt;br /&gt;
&lt;br /&gt;
Progressor is currently open for courses, groups use. If you wish to try out the system individually, please contact [[User:shoha99|Sharon Hsiao]]&lt;br /&gt;
&lt;br /&gt;
Try mobile Progressor [http://itunes.apple.com/us/app/open-social-student-modeling/id485009366?mt=8 iphone app v1.0], we also have droid.  (&amp;lt;span style=&amp;quot;color:red;&amp;quot;&amp;gt;new&amp;lt;/span&amp;gt;)&lt;br /&gt;
note: we are enhancing the mobile design. make sure you check back later.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
* [[QuizJET]] : parameterized self-assessment tool for Java programming language.&lt;br /&gt;
* [http://www.minerva-portals.de/research/introspective-views IntrospectiveViews]&lt;br /&gt;
&lt;br /&gt;
== Contacts ==&lt;br /&gt;
[[User:shoha99 | Sharon, I-Han Hsiao]]&lt;/div&gt;</summary>
		<author><name>Shoha99</name></author>
		
	</entry>
	<entry>
		<id>https://adapt2.sis.pitt.edu/w/index.php?title=Progressor&amp;diff=2144</id>
		<title>Progressor</title>
		<link rel="alternate" type="text/html" href="https://adapt2.sis.pitt.edu/w/index.php?title=Progressor&amp;diff=2144"/>
		<updated>2014-06-11T15:43:47Z</updated>

		<summary type="html">&lt;p&gt;Shoha99: /* Publications */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
&lt;br /&gt;
A large number of educational resources is now made available on the Web to support both regular classroom learning and online learning. However, the abundance of available content produced at least two problems: how to help students to find the most appropriate resources and how to engage them into using these resources and benefit from them. Personalized and social learning has been suggested as potential ways to address these problems. Progressor attempts to combine the ideas of personalized and social learning to help students find the&lt;br /&gt;
most relevant resources in a large collection of parameterized self-assessment questions for programming.&lt;br /&gt;
&lt;br /&gt;
Progressor is a collaboration work between [http://fusion.cs.uni-jena.de/professur University of Jena] and [http://adapt2.sis.pitt.edu/wiki University of Pittsburgh]. The core research goal of the project is to utilize the success of self-assessment programming language learning tool, [[QuizJET]], with rich-interaction interface derived from [http://www.minerva-portals.de/research/introspective-views IntrospectiveViews] and provide a better personalized visual access to programming language problems. The research investigates open social student model; how social guidance affects self-assessment programming language learning; motivational effects on the progress of educational content; privacy and data sharing and so on.&lt;br /&gt;
&lt;br /&gt;
We are excited about what we've learnt from this project, we are now extending our approaches to a larger collection of learning objects for cross content navigation and verify its capability of supporting social visualization for personalized E-Learning, please refer to [http://adapt2.sis.pitt.edu/wiki/ProgressorPlus Progressor+]&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
* '''Learner Analytics''': question attempts, successful rates, overall progress etc.&lt;br /&gt;
* '''Privacy management''': requests for accessing peers' models.&lt;br /&gt;
* '''Interactivity''': interacting with the content, peers etc. from the visualization; allowing the user to feel in control.&lt;br /&gt;
*''' Identity''': captures all the information belonging to the student and displays it in a unique model, allowing easy comparisons.&lt;br /&gt;
* '''Exposure''': model thumbnails preview. We found that students had more persistent interactions with the system while they had higher visibilities.&lt;br /&gt;
* '''Guidance''': implicit social guidance; (explicit social guidance is under investigation now)&lt;br /&gt;
* '''Recommendation''': top 3 performers&lt;br /&gt;
* '''Scalability''': we design a set of [[#Apply protocols the social visualization|protocols]] for reusing student progress data in various visualizations.&lt;br /&gt;
&lt;br /&gt;
== Apply protocols the social visualization==&lt;br /&gt;
&lt;br /&gt;
We design the following protocols allows requesting user or group progress in JSON format. The protocol follows [http://en.wikipedia.org/wiki/Representational_state_transfer REpresentational State Transfer(REST) architecture] and is an extension of [http://adapt2.sis.pitt.edu/wiki/CUMULATE_protocol CUMULATE protocol]. It provides the applicability for applying it to other social visualizations, such as [http://adapt2.sis.pitt.edu/wiki/ProgressorPlus Progressor+].&lt;br /&gt;
&lt;br /&gt;
'''The URL format for requesting particular user from a group with all his/her activities:'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
http://adapt2.sis.pitt.edu/ktact/json/user/&amp;lt;the user login&amp;gt;/&amp;lt;the group name&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
http://adapt2.sis.pitt.edu/ktact/json/user/shoha99/IS172011Spring&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''id''' – '''question rdfid''', this is the unique identifier for accessing the parameterized [http://adapt2.sis.pitt.edu/wiki/QuizJET QuizJET] question.&lt;br /&gt;
* '''res''' – '''total number of correct tries''', this number indicates the successful attempts on this pattern of question.&lt;br /&gt;
* '''attempt''' – '''total number of tries''', this number represents how many times the student has tried on this pattern of question.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
   {&lt;br /&gt;
      &amp;quot;id&amp;quot;:&amp;quot;jVariables1&amp;quot;,&lt;br /&gt;
      &amp;quot;res&amp;quot;:&amp;quot;6&amp;quot;,&lt;br /&gt;
      &amp;quot;attempt&amp;quot;:&amp;quot;9&amp;quot;&lt;br /&gt;
   },&lt;br /&gt;
   {&lt;br /&gt;
      &amp;quot;id&amp;quot;:&amp;quot;jVariables2&amp;quot;,&lt;br /&gt;
      &amp;quot;res&amp;quot;:&amp;quot;2&amp;quot;,&lt;br /&gt;
      &amp;quot;attempt&amp;quot;:&amp;quot;3&amp;quot;&lt;br /&gt;
   },&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''The URL format for requesting all students activities by group:'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
http://adapt2.sis.pitt.edu/ktact/json/group/&amp;lt;the group name&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
http://adapt2.sis.pitt.edu/ktact/json/group/IS172011Spring&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''id''' – '''student login''', this specifies the student's login.&lt;br /&gt;
* '''name''' – '''student name'', this displays the student's name.&lt;br /&gt;
* '''res''' – '''student average progress''', this number represents the student's average progress across topics.&lt;br /&gt;
* '''topics''' – '''id''', topic names;  '''res''', topic average progress.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
      &amp;quot;id&amp;quot;:&amp;quot;shoha99&amp;quot;,&lt;br /&gt;
      &amp;quot;name&amp;quot;:&amp;quot;Hsiao, Sharon (I-Han)&amp;quot;,&lt;br /&gt;
      &amp;quot;res&amp;quot;:&amp;quot;0.126&amp;quot;,&lt;br /&gt;
      &amp;quot;topics&amp;quot;:[&lt;br /&gt;
         {&lt;br /&gt;
            &amp;quot;id&amp;quot;:&amp;quot;Variables&amp;quot;,&lt;br /&gt;
            &amp;quot;res&amp;quot;:&amp;quot;0.8&amp;quot;&lt;br /&gt;
         },&lt;br /&gt;
        {&lt;br /&gt;
            &amp;quot;id&amp;quot;:&amp;quot;Objects&amp;quot;,&lt;br /&gt;
            &amp;quot;res&amp;quot;:&amp;quot;0.2&amp;quot;&lt;br /&gt;
         },&lt;br /&gt;
        ...&lt;br /&gt;
},&lt;br /&gt;
{&lt;br /&gt;
      &amp;quot;id&amp;quot;:&amp;quot;xxxx&amp;quot;,&lt;br /&gt;
      &amp;quot;name&amp;quot;:&amp;quot;lastName, firstName &amp;quot;,&lt;br /&gt;
      &amp;quot;res&amp;quot;:&amp;quot;0.107&amp;quot;,&lt;br /&gt;
      &amp;quot;topics&amp;quot;:[&lt;br /&gt;
         {&lt;br /&gt;
            &amp;quot;id&amp;quot;:&amp;quot;Variables&amp;quot;,&lt;br /&gt;
            &amp;quot;res&amp;quot;:&amp;quot;0.00&amp;quot;&lt;br /&gt;
         },&lt;br /&gt;
         {&lt;br /&gt;
            &amp;quot;id&amp;quot;:&amp;quot;Objects&amp;quot;,&lt;br /&gt;
            &amp;quot;res&amp;quot;:&amp;quot;0.2&amp;quot;&lt;br /&gt;
         },&lt;br /&gt;
         ...&lt;br /&gt;
}&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[#top|^top]]&lt;br /&gt;
&lt;br /&gt;
== Screenshots ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;3&amp;quot;&amp;gt;&lt;br /&gt;
Image:Progressor.png|Your personalized Progressor view&lt;br /&gt;
Image:ProgressorAccessQuiz.png|Accessing to the quizzes or other educational material&lt;br /&gt;
Image:ProgressorComparing.png|Comparing your own model with another or class on average&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Publications==&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;&lt;br /&gt;
* Bakalov, F., [[User:shoha99 | Hsiao, I-H.]], [[User:peterb | Brusilovsky, P.]], and König-Ries, B. (2011) '''Visualizing Student Models for Social Learning with Parallel IntrospectiveViews.''' In: Proceedings of Workshop on Visual Interfaces to the Social and Semantic Web at the International Conference on Intelligent User Interfaces (IUI 2011), Stanford University, Palo Alto, California, US, February 13, 2011&lt;br /&gt;
* [[User:shoha99 | Hsiao, I-H.]], Bakalov, F., [[User:peterb | Brusilovsky, P.]], and König-Ries, B. (2011) '''Open Social Student Modeling: Visualizing Student Models with Parallel IntrospectiveViews.''' Proceedings of 19th International Conference on User Modeling, Adaptation, and Personalization (UMAP 2011), Girona, Spain, July 11-15, 2011, Springer, pp.171-182 [http://dx.doi.org/10.1007/978-3-642-22362-4_15 DOI]/ [http://www.sis.pitt.edu/~ihsiao/pub/umap_camera_ready_final.pdf PDF] &lt;br /&gt;
* Bakalov, F., [[User:shoha99 | Hsiao, I-H.]], [[User:peterb | Brusilovsky, P.]], and König-Ries, B. (2011) '''Progressor: Personalized visual access to programming problems''', IEEE Symposium on Visual Languages and Human-Centric Computing, September 18-22, 2011, Pittsburgh, PA, USA&lt;br /&gt;
*[[User:shoha99 | Hsiao, I-H.]], [[User:Julio |Guerra, J.]], [[User:Dparra |Parra, D.]], Bakalov, F., König-Ries, B., and [[User:peterb | Brusilovsky, P.]] (2012) '''Comparative Social Visualization for Personalized E-Learning.''' International Working Conference Advanced Visual Interfaces, AVI 2012, Capri, Italy, May 21-25, 2012&lt;br /&gt;
* [[User:shoha99 | Hsiao, I-H.]], Bakalov, F., [[User:peterb | Brusilovsky, P.]], and König-Ries, B. (2013) '''Open Social Student Modeling for Personalized E-Learning'''. New Review of Hypermedia and Multimedia, 19(2), 112-131. [http://www.tandfonline.com/doi/abs/10.1080/13614568.2013.806960?journalCode=tham20#.Uj8u1BZf_G4 URL]&lt;br /&gt;
&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Try Progressor==&lt;br /&gt;
Current users Login from [http://adapt2.sis.pitt.edu/kt/ KnowledgTree portal]&lt;br /&gt;
&lt;br /&gt;
Progressor is currently open for courses, groups use. If you wish to try out the system individually, please contact [[User:shoha99|Sharon Hsiao]]&lt;br /&gt;
&lt;br /&gt;
Try mobile Progressor [http://itunes.apple.com/us/app/open-social-student-modeling/id485009366?mt=8 iphone app v1.0], we also have droid.  (&amp;lt;span style=&amp;quot;color:red;&amp;quot;&amp;gt;new&amp;lt;/span&amp;gt;)&lt;br /&gt;
note: we are enhancing the mobile design. make sure you check back later.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
* [[QuizJET]] : parameterized self-assessment tool for Java programming language.&lt;br /&gt;
* [http://www.minerva-portals.de/research/introspective-views IntrospectiveViews]&lt;br /&gt;
&lt;br /&gt;
== Contacts ==&lt;br /&gt;
[[User:shoha99 | Sharon, I-Han Hsiao]]&lt;/div&gt;</summary>
		<author><name>Shoha99</name></author>
		
	</entry>
	<entry>
		<id>https://adapt2.sis.pitt.edu/w/index.php?title=QuizJET&amp;diff=2138</id>
		<title>QuizJET</title>
		<link rel="alternate" type="text/html" href="https://adapt2.sis.pitt.edu/w/index.php?title=QuizJET&amp;diff=2138"/>
		<updated>2014-05-14T18:19:53Z</updated>

		<summary type="html">&lt;p&gt;Shoha99: /* Publications */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
QuizJET is a system serves quizzes as a self-assessment Java Evaluation Tool. It's mainly used to assess students' knowledge in Java Programming Language. QuizJET randomly generates a question parameter, creates a presentation of the parameterized question in a Web-based quiz, compares student's input to the correct answer which QuizJET runs the parameterized code &amp;quot;behind the stage&amp;quot;, and records the results into a server-side database. There are several assessment types deployed in QuizJET, including examining the final value of the variable and the printouts etc. The quizzes and questions can be authored through the unified Example Authoring interface, which is also used in other projects within our research group. The parameterized functionality inherits from QuizPACK . However, in order to cover more object-oriented programming concepts, QuizJET integrates more comprehensive knowledge, such as object, classes etc. There are three major designs in QuizJET differ from QuizPACK. 1) the assessment domain knowledge is in Java. 2) the question is always presented in the first tab page as the Driver Class. Imported classes will be presented accordingly. 3) imported classes are not limited and can be reused flexibly. &lt;br /&gt;
&lt;br /&gt;
== Screenshots ==&lt;br /&gt;
[[Image:Quizjet.gif|QuizJET]]&lt;br /&gt;
&lt;br /&gt;
== Publications ==&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;&lt;br /&gt;
* [[User:shoha99 | Hsiao, I-H.]], [[User:peterb | Brusilovsky, P.]] &amp;amp; Sosnovsky, S. (2008). '''Web-based Parameterized Questions for Object-Oriented Programming'''. Proceedings of World Conference on E-Learning, E-Learn 2008,Las Vegas, USA, November 17-21, 2008, p. 3728-3735.&lt;br /&gt;
* [[User:shoha99 | Hsiao, I-H.]], Sosnovsky,S. and [[User:peterb | Brusilovsky, P.]] (2009). '''Extending Parameterized Problem-Tracing Questions for Java with Personalized Guidance'''. Proceedings of 14th Annual Conference on Innovation and Technology in Computer Science Education, ITiCSE'2009, Paris, France, July 3-8, 2009, ACM Press, pp.392-392 [http://doi.acm.org/10.1145/1595496.1563034 DOI]&lt;br /&gt;
* [[User:shoha99 | Hsiao, I-H.]], Sosnovsky,S. and [[User:peterb | Brusilovsky, P.]](2009). '''Adaptive Navigation Support for Parameterized Questions in Object-Oriented Programming'''. In: Proceedings of 4th European Conference on Technology Enhanced Education (ECTEL), ECTEL 2009, Nice, France, September 29th - October 2nd, 2009, Springer-Verlag, pp.88-98 [http://dx.doi.org/10.1007/978-3-642-04636-0_10 DOI]&lt;br /&gt;
* [[User:shoha99 | Hsiao, I-H.]], Sosnovsky,S. and [[User:peterb | Brusilovsky, P.]] (2010) '''Guiding Students to the Right Questions: Adaptive Navigation Support in an E-learning System for Java Programming''', Journal of Computer Assisted Learning, Volume 26 Issue 4, Pages 270 - 283 [http://dx.doi.org/10.1111/j.1365-2729.2010.00365.x DOI]&lt;br /&gt;
&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Contacts ==&lt;br /&gt;
[[User:shoha99 | Sharon, I-Han Hsiao]]&lt;/div&gt;</summary>
		<author><name>Shoha99</name></author>
		
	</entry>
	<entry>
		<id>https://adapt2.sis.pitt.edu/w/index.php?title=Publications&amp;diff=2137</id>
		<title>Publications</title>
		<link rel="alternate" type="text/html" href="https://adapt2.sis.pitt.edu/w/index.php?title=Publications&amp;diff=2137"/>
		<updated>2014-05-14T18:18:17Z</updated>

		<summary type="html">&lt;p&gt;Shoha99: /* QuizJET and JavaGuide */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===ADVISE===&lt;br /&gt;
{{:Adaptive_VIBE}}&lt;br /&gt;
&lt;br /&gt;
===[[AnnotEx]]===&lt;br /&gt;
* Hsiao, I. and Brusilvsky, P. (2011) '''The Role of Community Feedback in the Student Example Authoring Process: an Evaluation of AnnotEx''', British Journal of Educational Technology, Vol 42, Issue 3, Pages 482 - 499 [http://dx.doi.org/10.1111/j.1467-8535.2009.01030.x DOI]&lt;br /&gt;
* Hsiao, I. &amp;amp; Brusilovsky. P. (2008). '''Modeling Peer Review in Example Annotation'''. ICCE, The 16th International Conference on Computers in Education, Taipei, Taiwan, October 27- 31, 2008, ICCE [http://apsce.net/icce2008/contents/proceeding_0357.pdf URL] [http://www.sis.pitt.edu/~ihsiao/pub/5page_camera%20ready_ICCE_Modeling_Peer_Review_in_Example_Annotation.pdf PDF]&lt;br /&gt;
* Brusilovsky, P., Hsiao, I. &amp;amp; Yuldelson, M. (2008) '''Annotated Program Examples as First Class Objects in an Educational Digital Library''', JCDL 2008 [http://doi.acm.org/10.1145/1378889.1378946 DOI]&lt;br /&gt;
* Hsiao, I. &amp;amp; Brusilovsky, P. (2007) '''Collaborative Example Authoring System: The Value of Re-annotation based on Community Feedback''',In: J. Nall and R. Robson (eds.) Proceedings of World Conference on E-Learning, E-Learn 2007,Quebec City, Canada, October 15-19, 2007, AACE  [http://www.editlib.org/p/26914 URL] [http://www.sis.pitt.edu/~ihsiao/pub/2007ELearn_Collaborative_Example_Authoring_System_final.pdf PDF]&lt;br /&gt;
&lt;br /&gt;
===ASSIST===&lt;br /&gt;
* Freyne, J., Farzan, R., and Coyle, M. (2007). Toward the exploitation of social access patterns for recommendation. RecSys 2007.&lt;br /&gt;
* Farzan, R., Coyle, M., Freyne, J., Brusilovsky, P., and Smyth, P. (2007). ASSIST: Adaptive Social Support for Information Space Traversal. Hypertext 2007.&lt;br /&gt;
* Freyne J., Farzan R., Brusilovsky P., Smyth B., and Coyle M. (2007). Collecting Community Wisdom: Integrating Social Search &amp;amp; Social Navigation. In Proceedings of International Conference on Intelligent User Interfaces&lt;br /&gt;
&lt;br /&gt;
===Conference Navigator===&lt;br /&gt;
* [[User:Clau|López C.]], Farzan R., Sahebi S., and Brusilovsky P. (2013). What Influences the Decision to Participate in Audience-bounded Online Communities. iConference 2013.&lt;br /&gt;
* [[User:Clau|López C.]], Farzan R., and Brusilovsky P. (2012). Personalized Incremental Users' Engagement: Driving Contributions One Step Forward. ACM GROUP 2012.&lt;br /&gt;
* Farzan R., and Brusilovsky P. Where did the Researchers Go? Supporting Social Navigation at a Large Academic Conference. Hypertext 2008.&lt;br /&gt;
&lt;br /&gt;
===[[CourseAgent]]===&lt;br /&gt;
* Farzan, R. and Brusilovsky, P. (2011) Encouraging User Participation in a Course Recommender System: An Impact on User Behavior. Computers in Human Behavior  27 (1), 276-284.&lt;br /&gt;
&lt;br /&gt;
*Farzan R. &amp;amp; Brusilovsky P. (2006). Social Navigation Support in a Course Recommendation System. In proceedings of 4th International Conference on Adaptive Hypermedia and Adaptive Web-based Systems.&lt;br /&gt;
&lt;br /&gt;
===[[CUMULATE]]===&lt;br /&gt;
{{:CUMULATE}}&lt;br /&gt;
&lt;br /&gt;
===[[Knowledge Sea II]] and [[AnnotatEd]]===&lt;br /&gt;
* Lin, Y., Brusilovsky, P., and He, D. (2011) Improving Self-Organizing Information Maps as Navigational Tools: A Semantic Approach. Online Information Review  35 (3), 401-424.&lt;br /&gt;
* Farzan, R. and Brusilovsky P. (2008). AnnotatEd: A Social Navigation and Annotation Service for Web-based Educational Resources. Journal of the New Review of Hypermedia and Multimedia (NRHM)&lt;br /&gt;
* Ahn, J., Farzan, R., and Brusilovsky, P. (2006) Social Search in the Context of Social Navigation. Journal of the Korean Society for Information Management 23(2):147-165.&lt;br /&gt;
* Bateman S., Farzan R., Brusilovsky P., and McCalla G. (2006) OATS: The Open Annotation and Tagging System. In Proceedings 3rd annual e-learning conference on Intelligent Interactive Learning Object Repositories&lt;br /&gt;
* Farzan R. &amp;amp; Brusilovsky P. (2006). AnnotatEd: A Social Navigation and Annotation Service for Web-based Educational Resources. In Proceedings of E-Learn 2006--World Conference on E-Learning in Corporate, Government, Healthcare, and Higher Education.Winner of outstanding paper award.  &lt;br /&gt;
* Mertens R., Farzan R.,and Brusilovsky P. (2006) Social Navigation in Web Lectures. In proceedings of Seventeenth ACM Conference on Hypertext and Hypermedia(short paper).&lt;br /&gt;
* Farzan, R. &amp;amp; Brusilovsky P. (2005). Social Navigation Support through Annotation-Based Group Modeling.  In proceedings of 10th International Conference on User Modeling.&lt;br /&gt;
* Brusilovsky P., Farzan R. &amp;amp; Ahn J. (2005). Comprehensive Personalized Information Access in an Educational Digital Library. In proceedings of Joint Conference on Digital Libraries.&lt;br /&gt;
* Brusilovsky, P., Chavan, G., Farzan, R. (2004). Social Adaptive Navigation Support for Open Corpus Electronic Textbooks  - In: P.De Bra (ed.) Proceedings of the Third International Conference on Adaptive Hypermedia and Adaptive Web-based Systems (AH'2004), Eindhoven, the Netherlands&lt;br /&gt;
&lt;br /&gt;
===[[NameSieve]]===&lt;br /&gt;
{{:NameSieve}}&lt;br /&gt;
&lt;br /&gt;
===[[NavEx]]===&lt;br /&gt;
{{:NavEx}}&lt;br /&gt;
&lt;br /&gt;
===[[PERSEUS]]===&lt;br /&gt;
{{:PERSEUS}}&lt;br /&gt;
&lt;br /&gt;
===[[PittCult]]===&lt;br /&gt;
* Lee, D. H. (2008) PITTCULT: Trust-based Cultural Event Recommender, Proceedings of Doctoral Symposium on the 2nd ACM International Conference on Recommender Systems, Lausanne, Switzerland, October 23 ~ 25, 2008 &lt;br /&gt;
* Lee, D. H. (2008) PITTCULT: Recommender System using Trusted Human Network, Student Research Competition in Hypertext 2008, Pittsburgh PA., USA, June 19 ~ 21, 2008, Third Prize Winner of ACM Student Research Competition in Hypertext 2008 &amp;amp; Finalist for the Grand Prize of ACM SRC sponsored by Microsoft Research [http://pittcult.sis.pitt.edu/help.jsp Presentation], [http://www.sigweb.org/ht08/srcposters/lee.pdf pdf]&lt;br /&gt;
&lt;br /&gt;
===[[Proactive]]===&lt;br /&gt;
* Lee, D. H. &amp;amp; Brusilovsky, P. (2007) Fighting Information Overflow with Personalized Comprehensive Information Access: A Proactive Job Recommender, Proceedings of the Third International Conference on Autonomic and Autonomous Systems (ICAS '07), Athens, Greece, June 19 ~ 25, 2007 &lt;br /&gt;
* Lee, D. and Brusilovsky, P. (2012) Proactive: Comprehensive Access to Job Information. Journal of Information Processing Systems  8 (4), 707-724.&lt;br /&gt;
&lt;br /&gt;
===[[Progressor]]===&lt;br /&gt;
{{:Progressor}}&lt;br /&gt;
===[[ProgressorPlus]]===&lt;br /&gt;
{{:ProgressorPlus}}&lt;br /&gt;
&lt;br /&gt;
===[[QuizJET]] and [[JavaGuide]]===&lt;br /&gt;
{{:QuizJET}}&lt;br /&gt;
&lt;br /&gt;
===[[TaskSieve]]===&lt;br /&gt;
{{:TaskSieve}}&lt;br /&gt;
&lt;br /&gt;
===[[YourNews]]===&lt;br /&gt;
{{:YourNews}}&lt;br /&gt;
&lt;br /&gt;
===[[Others]]===&lt;br /&gt;
* Brusilovsky, P., Hsiao, I-H. and Folajimi, Y., (2011) '''QuizMap: Open Social Student Modeling and Adaptive Navigation Support with TreeMaps''', In: Proceedings of 6th European Conference on Technology Enhanced Education (ECTEL), ECTEL 2011, Palermo, Italy, September 20-23, 2011, Springer-Verlag, Volume 6964/2011, pp.71-82&lt;/div&gt;</summary>
		<author><name>Shoha99</name></author>
		
	</entry>
	<entry>
		<id>https://adapt2.sis.pitt.edu/w/index.php?title=QuizJET&amp;diff=2136</id>
		<title>QuizJET</title>
		<link rel="alternate" type="text/html" href="https://adapt2.sis.pitt.edu/w/index.php?title=QuizJET&amp;diff=2136"/>
		<updated>2014-05-14T18:17:22Z</updated>

		<summary type="html">&lt;p&gt;Shoha99: /* Publications */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
QuizJET is a system serves quizzes as a self-assessment Java Evaluation Tool. It's mainly used to assess students' knowledge in Java Programming Language. QuizJET randomly generates a question parameter, creates a presentation of the parameterized question in a Web-based quiz, compares student's input to the correct answer which QuizJET runs the parameterized code &amp;quot;behind the stage&amp;quot;, and records the results into a server-side database. There are several assessment types deployed in QuizJET, including examining the final value of the variable and the printouts etc. The quizzes and questions can be authored through the unified Example Authoring interface, which is also used in other projects within our research group. The parameterized functionality inherits from QuizPACK . However, in order to cover more object-oriented programming concepts, QuizJET integrates more comprehensive knowledge, such as object, classes etc. There are three major designs in QuizJET differ from QuizPACK. 1) the assessment domain knowledge is in Java. 2) the question is always presented in the first tab page as the Driver Class. Imported classes will be presented accordingly. 3) imported classes are not limited and can be reused flexibly. &lt;br /&gt;
&lt;br /&gt;
== Screenshots ==&lt;br /&gt;
[[Image:Quizjet.gif|QuizJET]]&lt;br /&gt;
&lt;br /&gt;
== Publications ==&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;&lt;br /&gt;
* Hsiao, I., Brusilovsky, P. &amp;amp; Sosnovsky, S. (2008). '''Web-based Parameterized Questions for Object-Oriented Programming'''. Proceedings of World Conference on E-Learning, E-Learn 2008,Las Vegas, USA, November 17-21, 2008, p. 3728-3735.&lt;br /&gt;
* Hsiao, I., Sosnovsky, S and Brusilovsky, P. (2009). '''Extending Parameterized Problem-Tracing Questions for Java with Personalized Guidance'''. Proceedings of 14th Annual Conference on Innovation and Technology in Computer Science Education, ITiCSE'2009, Paris, France, July 3-8, 2009, ACM Press, pp.392-392 [http://doi.acm.org/10.1145/1595496.1563034 DOI]&lt;br /&gt;
* Hsiao, I., Sosnovsky, S and Brusilovsky, P. (2009). '''Adaptive Navigation Support for Parameterized Questions in Object-Oriented Programming'''. In: Proceedings of 4th European Conference on Technology Enhanced Education (ECTEL), ECTEL 2009, Nice, France, September 29th - October 2nd, 2009, Springer-Verlag, pp.88-98 [http://dx.doi.org/10.1007/978-3-642-04636-0_10 DOI]&lt;br /&gt;
* Hsiao, I., Sosnovsky,S. and Brusilvsky, P. (2010) '''Guiding Students to the Right Questions: Adaptive Navigation Support in an E-learning System for Java Programming''', Journal of Computer Assisted Learning, Volume 26 Issue 4, Pages 270 - 283 [http://dx.doi.org/10.1111/j.1365-2729.2010.00365.x DOI]&lt;br /&gt;
&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Contacts ==&lt;br /&gt;
[[User:shoha99 | Sharon, I-Han Hsiao]]&lt;/div&gt;</summary>
		<author><name>Shoha99</name></author>
		
	</entry>
	<entry>
		<id>https://adapt2.sis.pitt.edu/w/index.php?title=QuizJET&amp;diff=2135</id>
		<title>QuizJET</title>
		<link rel="alternate" type="text/html" href="https://adapt2.sis.pitt.edu/w/index.php?title=QuizJET&amp;diff=2135"/>
		<updated>2014-05-14T18:15:38Z</updated>

		<summary type="html">&lt;p&gt;Shoha99: /* Publications */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
QuizJET is a system serves quizzes as a self-assessment Java Evaluation Tool. It's mainly used to assess students' knowledge in Java Programming Language. QuizJET randomly generates a question parameter, creates a presentation of the parameterized question in a Web-based quiz, compares student's input to the correct answer which QuizJET runs the parameterized code &amp;quot;behind the stage&amp;quot;, and records the results into a server-side database. There are several assessment types deployed in QuizJET, including examining the final value of the variable and the printouts etc. The quizzes and questions can be authored through the unified Example Authoring interface, which is also used in other projects within our research group. The parameterized functionality inherits from QuizPACK . However, in order to cover more object-oriented programming concepts, QuizJET integrates more comprehensive knowledge, such as object, classes etc. There are three major designs in QuizJET differ from QuizPACK. 1) the assessment domain knowledge is in Java. 2) the question is always presented in the first tab page as the Driver Class. Imported classes will be presented accordingly. 3) imported classes are not limited and can be reused flexibly. &lt;br /&gt;
&lt;br /&gt;
== Screenshots ==&lt;br /&gt;
[[Image:Quizjet.gif|QuizJET]]&lt;br /&gt;
&lt;br /&gt;
== Publications ==&lt;br /&gt;
* Hsiao, I., Brusilovsky, P. &amp;amp; Sosnovsky, S. (2008). '''Web-based Parameterized Questions for Object-Oriented Programming'''. Proceedings of World Conference on E-Learning, E-Learn 2008,Las Vegas, USA, November 17-21, 2008, p. 3728-3735.&lt;br /&gt;
* Hsiao, I., Sosnovsky, S and Brusilovsky, P. (2009). '''Extending Parameterized Problem-Tracing Questions for Java with Personalized Guidance'''. Proceedings of 14th Annual Conference on Innovation and Technology in Computer Science Education, ITiCSE'2009, Paris, France, July 3-8, 2009, ACM Press, pp.392-392 [http://doi.acm.org/10.1145/1595496.1563034 DOI]&lt;br /&gt;
* Hsiao, I., Sosnovsky, S and Brusilovsky, P. (2009). '''Adaptive Navigation Support for Parameterized Questions in Object-Oriented Programming'''. In: Proceedings of 4th European Conference on Technology Enhanced Education (ECTEL), ECTEL 2009, Nice, France, September 29th - October 2nd, 2009, Springer-Verlag, pp.88-98 [http://dx.doi.org/10.1007/978-3-642-04636-0_10 DOI]&lt;br /&gt;
* Hsiao, I., Sosnovsky,S. and Brusilvsky, P. (2010) '''Guiding Students to the Right Questions: Adaptive Navigation Support in an E-learning System for Java Programming''', Journal of Computer Assisted Learning, Volume 26 Issue 4, Pages 270 - 283 [http://dx.doi.org/10.1111/j.1365-2729.2010.00365.x DOI]&lt;br /&gt;
&lt;br /&gt;
== Contacts ==&lt;br /&gt;
[[User:shoha99 | Sharon, I-Han Hsiao]]&lt;/div&gt;</summary>
		<author><name>Shoha99</name></author>
		
	</entry>
	<entry>
		<id>https://adapt2.sis.pitt.edu/w/index.php?title=Publications&amp;diff=2134</id>
		<title>Publications</title>
		<link rel="alternate" type="text/html" href="https://adapt2.sis.pitt.edu/w/index.php?title=Publications&amp;diff=2134"/>
		<updated>2014-05-14T18:10:25Z</updated>

		<summary type="html">&lt;p&gt;Shoha99: /* Others */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===ADVISE===&lt;br /&gt;
{{:Adaptive_VIBE}}&lt;br /&gt;
&lt;br /&gt;
===[[AnnotEx]]===&lt;br /&gt;
* Hsiao, I. and Brusilvsky, P. (2011) '''The Role of Community Feedback in the Student Example Authoring Process: an Evaluation of AnnotEx''', British Journal of Educational Technology, Vol 42, Issue 3, Pages 482 - 499 [http://dx.doi.org/10.1111/j.1467-8535.2009.01030.x DOI]&lt;br /&gt;
* Hsiao, I. &amp;amp; Brusilovsky. P. (2008). '''Modeling Peer Review in Example Annotation'''. ICCE, The 16th International Conference on Computers in Education, Taipei, Taiwan, October 27- 31, 2008, ICCE [http://apsce.net/icce2008/contents/proceeding_0357.pdf URL] [http://www.sis.pitt.edu/~ihsiao/pub/5page_camera%20ready_ICCE_Modeling_Peer_Review_in_Example_Annotation.pdf PDF]&lt;br /&gt;
* Brusilovsky, P., Hsiao, I. &amp;amp; Yuldelson, M. (2008) '''Annotated Program Examples as First Class Objects in an Educational Digital Library''', JCDL 2008 [http://doi.acm.org/10.1145/1378889.1378946 DOI]&lt;br /&gt;
* Hsiao, I. &amp;amp; Brusilovsky, P. (2007) '''Collaborative Example Authoring System: The Value of Re-annotation based on Community Feedback''',In: J. Nall and R. Robson (eds.) Proceedings of World Conference on E-Learning, E-Learn 2007,Quebec City, Canada, October 15-19, 2007, AACE  [http://www.editlib.org/p/26914 URL] [http://www.sis.pitt.edu/~ihsiao/pub/2007ELearn_Collaborative_Example_Authoring_System_final.pdf PDF]&lt;br /&gt;
&lt;br /&gt;
===ASSIST===&lt;br /&gt;
* Freyne, J., Farzan, R., and Coyle, M. (2007). Toward the exploitation of social access patterns for recommendation. RecSys 2007.&lt;br /&gt;
* Farzan, R., Coyle, M., Freyne, J., Brusilovsky, P., and Smyth, P. (2007). ASSIST: Adaptive Social Support for Information Space Traversal. Hypertext 2007.&lt;br /&gt;
* Freyne J., Farzan R., Brusilovsky P., Smyth B., and Coyle M. (2007). Collecting Community Wisdom: Integrating Social Search &amp;amp; Social Navigation. In Proceedings of International Conference on Intelligent User Interfaces&lt;br /&gt;
&lt;br /&gt;
===Conference Navigator===&lt;br /&gt;
* [[User:Clau|López C.]], Farzan R., Sahebi S., and Brusilovsky P. (2013). What Influences the Decision to Participate in Audience-bounded Online Communities. iConference 2013.&lt;br /&gt;
* [[User:Clau|López C.]], Farzan R., and Brusilovsky P. (2012). Personalized Incremental Users' Engagement: Driving Contributions One Step Forward. ACM GROUP 2012.&lt;br /&gt;
* Farzan R., and Brusilovsky P. Where did the Researchers Go? Supporting Social Navigation at a Large Academic Conference. Hypertext 2008.&lt;br /&gt;
&lt;br /&gt;
===[[CourseAgent]]===&lt;br /&gt;
* Farzan, R. and Brusilovsky, P. (2011) Encouraging User Participation in a Course Recommender System: An Impact on User Behavior. Computers in Human Behavior  27 (1), 276-284.&lt;br /&gt;
&lt;br /&gt;
*Farzan R. &amp;amp; Brusilovsky P. (2006). Social Navigation Support in a Course Recommendation System. In proceedings of 4th International Conference on Adaptive Hypermedia and Adaptive Web-based Systems.&lt;br /&gt;
&lt;br /&gt;
===[[CUMULATE]]===&lt;br /&gt;
{{:CUMULATE}}&lt;br /&gt;
&lt;br /&gt;
===[[Knowledge Sea II]] and [[AnnotatEd]]===&lt;br /&gt;
* Lin, Y., Brusilovsky, P., and He, D. (2011) Improving Self-Organizing Information Maps as Navigational Tools: A Semantic Approach. Online Information Review  35 (3), 401-424.&lt;br /&gt;
* Farzan, R. and Brusilovsky P. (2008). AnnotatEd: A Social Navigation and Annotation Service for Web-based Educational Resources. Journal of the New Review of Hypermedia and Multimedia (NRHM)&lt;br /&gt;
* Ahn, J., Farzan, R., and Brusilovsky, P. (2006) Social Search in the Context of Social Navigation. Journal of the Korean Society for Information Management 23(2):147-165.&lt;br /&gt;
* Bateman S., Farzan R., Brusilovsky P., and McCalla G. (2006) OATS: The Open Annotation and Tagging System. In Proceedings 3rd annual e-learning conference on Intelligent Interactive Learning Object Repositories&lt;br /&gt;
* Farzan R. &amp;amp; Brusilovsky P. (2006). AnnotatEd: A Social Navigation and Annotation Service for Web-based Educational Resources. In Proceedings of E-Learn 2006--World Conference on E-Learning in Corporate, Government, Healthcare, and Higher Education.Winner of outstanding paper award.  &lt;br /&gt;
* Mertens R., Farzan R.,and Brusilovsky P. (2006) Social Navigation in Web Lectures. In proceedings of Seventeenth ACM Conference on Hypertext and Hypermedia(short paper).&lt;br /&gt;
* Farzan, R. &amp;amp; Brusilovsky P. (2005). Social Navigation Support through Annotation-Based Group Modeling.  In proceedings of 10th International Conference on User Modeling.&lt;br /&gt;
* Brusilovsky P., Farzan R. &amp;amp; Ahn J. (2005). Comprehensive Personalized Information Access in an Educational Digital Library. In proceedings of Joint Conference on Digital Libraries.&lt;br /&gt;
* Brusilovsky, P., Chavan, G., Farzan, R. (2004). Social Adaptive Navigation Support for Open Corpus Electronic Textbooks  - In: P.De Bra (ed.) Proceedings of the Third International Conference on Adaptive Hypermedia and Adaptive Web-based Systems (AH'2004), Eindhoven, the Netherlands&lt;br /&gt;
&lt;br /&gt;
===[[NameSieve]]===&lt;br /&gt;
{{:NameSieve}}&lt;br /&gt;
&lt;br /&gt;
===[[NavEx]]===&lt;br /&gt;
{{:NavEx}}&lt;br /&gt;
&lt;br /&gt;
===[[PERSEUS]]===&lt;br /&gt;
{{:PERSEUS}}&lt;br /&gt;
&lt;br /&gt;
===[[PittCult]]===&lt;br /&gt;
* Lee, D. H. (2008) PITTCULT: Trust-based Cultural Event Recommender, Proceedings of Doctoral Symposium on the 2nd ACM International Conference on Recommender Systems, Lausanne, Switzerland, October 23 ~ 25, 2008 &lt;br /&gt;
* Lee, D. H. (2008) PITTCULT: Recommender System using Trusted Human Network, Student Research Competition in Hypertext 2008, Pittsburgh PA., USA, June 19 ~ 21, 2008, Third Prize Winner of ACM Student Research Competition in Hypertext 2008 &amp;amp; Finalist for the Grand Prize of ACM SRC sponsored by Microsoft Research [http://pittcult.sis.pitt.edu/help.jsp Presentation], [http://www.sigweb.org/ht08/srcposters/lee.pdf pdf]&lt;br /&gt;
&lt;br /&gt;
===[[Proactive]]===&lt;br /&gt;
* Lee, D. H. &amp;amp; Brusilovsky, P. (2007) Fighting Information Overflow with Personalized Comprehensive Information Access: A Proactive Job Recommender, Proceedings of the Third International Conference on Autonomic and Autonomous Systems (ICAS '07), Athens, Greece, June 19 ~ 25, 2007 &lt;br /&gt;
* Lee, D. and Brusilovsky, P. (2012) Proactive: Comprehensive Access to Job Information. Journal of Information Processing Systems  8 (4), 707-724.&lt;br /&gt;
&lt;br /&gt;
===[[Progressor]]===&lt;br /&gt;
{{:Progressor}}&lt;br /&gt;
===[[ProgressorPlus]]===&lt;br /&gt;
{{:ProgressorPlus}}&lt;br /&gt;
&lt;br /&gt;
===[[QuizJET]] and [[JavaGuide]]===&lt;br /&gt;
* Hsiao, I., Brusilovsky, P. &amp;amp; Sosnovsky, S. (2008). '''Web-based Parameterized Questions for Object-Oriented Programming'''. Proceedings of World Conference on E-Learning, E-Learn 2008,Las Vegas, USA, November 17-21, 2008, p. 3728-3735.&lt;br /&gt;
* Hsiao, I., Sosnovsky, S and Brusilovsky, P. (2009). '''Extending Parameterized Problem-Tracing Questions for Java with Personalized Guidance'''. Proceedings of 14th Annual Conference on Innovation and Technology in Computer Science Education, ITiCSE'2009, Paris, France, July 3-8, 2009, ACM Press, pp.392-392 [http://doi.acm.org/10.1145/1595496.1563034 DOI]&lt;br /&gt;
* Hsiao, I., Sosnovsky, S and Brusilovsky, P. (2009). '''Adaptive Navigation Support for Parameterized Questions in Object-Oriented Programming'''. In: Proceedings of 4th European Conference on Technology Enhanced Education (ECTEL), ECTEL 2009, Nice, France, September 29th - October 2nd, 2009, Springer-Verlag, pp.88-98 [http://dx.doi.org/10.1007/978-3-642-04636-0_10 DOI]&lt;br /&gt;
* Hsiao, I., Sosnovsky,S. and Brusilvsky, P. (2010) '''Guiding Students to the Right Questions: Adaptive Navigation Support in an E-learning System for Java Programming''', Journal of Computer Assisted Learning, Volume 26 Issue 4, Pages 270 - 283 [http://dx.doi.org/10.1111/j.1365-2729.2010.00365.x DOI]&lt;br /&gt;
&lt;br /&gt;
===[[TaskSieve]]===&lt;br /&gt;
{{:TaskSieve}}&lt;br /&gt;
&lt;br /&gt;
===[[YourNews]]===&lt;br /&gt;
{{:YourNews}}&lt;br /&gt;
&lt;br /&gt;
===[[Others]]===&lt;br /&gt;
* Brusilovsky, P., Hsiao, I-H. and Folajimi, Y., (2011) '''QuizMap: Open Social Student Modeling and Adaptive Navigation Support with TreeMaps''', In: Proceedings of 6th European Conference on Technology Enhanced Education (ECTEL), ECTEL 2011, Palermo, Italy, September 20-23, 2011, Springer-Verlag, Volume 6964/2011, pp.71-82&lt;/div&gt;</summary>
		<author><name>Shoha99</name></author>
		
	</entry>
	<entry>
		<id>https://adapt2.sis.pitt.edu/w/index.php?title=Publications&amp;diff=2133</id>
		<title>Publications</title>
		<link rel="alternate" type="text/html" href="https://adapt2.sis.pitt.edu/w/index.php?title=Publications&amp;diff=2133"/>
		<updated>2014-05-14T18:10:10Z</updated>

		<summary type="html">&lt;p&gt;Shoha99: /* Others */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===ADVISE===&lt;br /&gt;
{{:Adaptive_VIBE}}&lt;br /&gt;
&lt;br /&gt;
===[[AnnotEx]]===&lt;br /&gt;
* Hsiao, I. and Brusilvsky, P. (2011) '''The Role of Community Feedback in the Student Example Authoring Process: an Evaluation of AnnotEx''', British Journal of Educational Technology, Vol 42, Issue 3, Pages 482 - 499 [http://dx.doi.org/10.1111/j.1467-8535.2009.01030.x DOI]&lt;br /&gt;
* Hsiao, I. &amp;amp; Brusilovsky. P. (2008). '''Modeling Peer Review in Example Annotation'''. ICCE, The 16th International Conference on Computers in Education, Taipei, Taiwan, October 27- 31, 2008, ICCE [http://apsce.net/icce2008/contents/proceeding_0357.pdf URL] [http://www.sis.pitt.edu/~ihsiao/pub/5page_camera%20ready_ICCE_Modeling_Peer_Review_in_Example_Annotation.pdf PDF]&lt;br /&gt;
* Brusilovsky, P., Hsiao, I. &amp;amp; Yuldelson, M. (2008) '''Annotated Program Examples as First Class Objects in an Educational Digital Library''', JCDL 2008 [http://doi.acm.org/10.1145/1378889.1378946 DOI]&lt;br /&gt;
* Hsiao, I. &amp;amp; Brusilovsky, P. (2007) '''Collaborative Example Authoring System: The Value of Re-annotation based on Community Feedback''',In: J. Nall and R. Robson (eds.) Proceedings of World Conference on E-Learning, E-Learn 2007,Quebec City, Canada, October 15-19, 2007, AACE  [http://www.editlib.org/p/26914 URL] [http://www.sis.pitt.edu/~ihsiao/pub/2007ELearn_Collaborative_Example_Authoring_System_final.pdf PDF]&lt;br /&gt;
&lt;br /&gt;
===ASSIST===&lt;br /&gt;
* Freyne, J., Farzan, R., and Coyle, M. (2007). Toward the exploitation of social access patterns for recommendation. RecSys 2007.&lt;br /&gt;
* Farzan, R., Coyle, M., Freyne, J., Brusilovsky, P., and Smyth, P. (2007). ASSIST: Adaptive Social Support for Information Space Traversal. Hypertext 2007.&lt;br /&gt;
* Freyne J., Farzan R., Brusilovsky P., Smyth B., and Coyle M. (2007). Collecting Community Wisdom: Integrating Social Search &amp;amp; Social Navigation. In Proceedings of International Conference on Intelligent User Interfaces&lt;br /&gt;
&lt;br /&gt;
===Conference Navigator===&lt;br /&gt;
* [[User:Clau|López C.]], Farzan R., Sahebi S., and Brusilovsky P. (2013). What Influences the Decision to Participate in Audience-bounded Online Communities. iConference 2013.&lt;br /&gt;
* [[User:Clau|López C.]], Farzan R., and Brusilovsky P. (2012). Personalized Incremental Users' Engagement: Driving Contributions One Step Forward. ACM GROUP 2012.&lt;br /&gt;
* Farzan R., and Brusilovsky P. Where did the Researchers Go? Supporting Social Navigation at a Large Academic Conference. Hypertext 2008.&lt;br /&gt;
&lt;br /&gt;
===[[CourseAgent]]===&lt;br /&gt;
* Farzan, R. and Brusilovsky, P. (2011) Encouraging User Participation in a Course Recommender System: An Impact on User Behavior. Computers in Human Behavior  27 (1), 276-284.&lt;br /&gt;
&lt;br /&gt;
*Farzan R. &amp;amp; Brusilovsky P. (2006). Social Navigation Support in a Course Recommendation System. In proceedings of 4th International Conference on Adaptive Hypermedia and Adaptive Web-based Systems.&lt;br /&gt;
&lt;br /&gt;
===[[CUMULATE]]===&lt;br /&gt;
{{:CUMULATE}}&lt;br /&gt;
&lt;br /&gt;
===[[Knowledge Sea II]] and [[AnnotatEd]]===&lt;br /&gt;
* Lin, Y., Brusilovsky, P., and He, D. (2011) Improving Self-Organizing Information Maps as Navigational Tools: A Semantic Approach. Online Information Review  35 (3), 401-424.&lt;br /&gt;
* Farzan, R. and Brusilovsky P. (2008). AnnotatEd: A Social Navigation and Annotation Service for Web-based Educational Resources. Journal of the New Review of Hypermedia and Multimedia (NRHM)&lt;br /&gt;
* Ahn, J., Farzan, R., and Brusilovsky, P. (2006) Social Search in the Context of Social Navigation. Journal of the Korean Society for Information Management 23(2):147-165.&lt;br /&gt;
* Bateman S., Farzan R., Brusilovsky P., and McCalla G. (2006) OATS: The Open Annotation and Tagging System. In Proceedings 3rd annual e-learning conference on Intelligent Interactive Learning Object Repositories&lt;br /&gt;
* Farzan R. &amp;amp; Brusilovsky P. (2006). AnnotatEd: A Social Navigation and Annotation Service for Web-based Educational Resources. In Proceedings of E-Learn 2006--World Conference on E-Learning in Corporate, Government, Healthcare, and Higher Education.Winner of outstanding paper award.  &lt;br /&gt;
* Mertens R., Farzan R.,and Brusilovsky P. (2006) Social Navigation in Web Lectures. In proceedings of Seventeenth ACM Conference on Hypertext and Hypermedia(short paper).&lt;br /&gt;
* Farzan, R. &amp;amp; Brusilovsky P. (2005). Social Navigation Support through Annotation-Based Group Modeling.  In proceedings of 10th International Conference on User Modeling.&lt;br /&gt;
* Brusilovsky P., Farzan R. &amp;amp; Ahn J. (2005). Comprehensive Personalized Information Access in an Educational Digital Library. In proceedings of Joint Conference on Digital Libraries.&lt;br /&gt;
* Brusilovsky, P., Chavan, G., Farzan, R. (2004). Social Adaptive Navigation Support for Open Corpus Electronic Textbooks  - In: P.De Bra (ed.) Proceedings of the Third International Conference on Adaptive Hypermedia and Adaptive Web-based Systems (AH'2004), Eindhoven, the Netherlands&lt;br /&gt;
&lt;br /&gt;
===[[NameSieve]]===&lt;br /&gt;
{{:NameSieve}}&lt;br /&gt;
&lt;br /&gt;
===[[NavEx]]===&lt;br /&gt;
{{:NavEx}}&lt;br /&gt;
&lt;br /&gt;
===[[PERSEUS]]===&lt;br /&gt;
{{:PERSEUS}}&lt;br /&gt;
&lt;br /&gt;
===[[PittCult]]===&lt;br /&gt;
* Lee, D. H. (2008) PITTCULT: Trust-based Cultural Event Recommender, Proceedings of Doctoral Symposium on the 2nd ACM International Conference on Recommender Systems, Lausanne, Switzerland, October 23 ~ 25, 2008 &lt;br /&gt;
* Lee, D. H. (2008) PITTCULT: Recommender System using Trusted Human Network, Student Research Competition in Hypertext 2008, Pittsburgh PA., USA, June 19 ~ 21, 2008, Third Prize Winner of ACM Student Research Competition in Hypertext 2008 &amp;amp; Finalist for the Grand Prize of ACM SRC sponsored by Microsoft Research [http://pittcult.sis.pitt.edu/help.jsp Presentation], [http://www.sigweb.org/ht08/srcposters/lee.pdf pdf]&lt;br /&gt;
&lt;br /&gt;
===[[Proactive]]===&lt;br /&gt;
* Lee, D. H. &amp;amp; Brusilovsky, P. (2007) Fighting Information Overflow with Personalized Comprehensive Information Access: A Proactive Job Recommender, Proceedings of the Third International Conference on Autonomic and Autonomous Systems (ICAS '07), Athens, Greece, June 19 ~ 25, 2007 &lt;br /&gt;
* Lee, D. and Brusilovsky, P. (2012) Proactive: Comprehensive Access to Job Information. Journal of Information Processing Systems  8 (4), 707-724.&lt;br /&gt;
&lt;br /&gt;
===[[Progressor]]===&lt;br /&gt;
{{:Progressor}}&lt;br /&gt;
===[[ProgressorPlus]]===&lt;br /&gt;
{{:ProgressorPlus}}&lt;br /&gt;
&lt;br /&gt;
===[[QuizJET]] and [[JavaGuide]]===&lt;br /&gt;
* Hsiao, I., Brusilovsky, P. &amp;amp; Sosnovsky, S. (2008). '''Web-based Parameterized Questions for Object-Oriented Programming'''. Proceedings of World Conference on E-Learning, E-Learn 2008,Las Vegas, USA, November 17-21, 2008, p. 3728-3735.&lt;br /&gt;
* Hsiao, I., Sosnovsky, S and Brusilovsky, P. (2009). '''Extending Parameterized Problem-Tracing Questions for Java with Personalized Guidance'''. Proceedings of 14th Annual Conference on Innovation and Technology in Computer Science Education, ITiCSE'2009, Paris, France, July 3-8, 2009, ACM Press, pp.392-392 [http://doi.acm.org/10.1145/1595496.1563034 DOI]&lt;br /&gt;
* Hsiao, I., Sosnovsky, S and Brusilovsky, P. (2009). '''Adaptive Navigation Support for Parameterized Questions in Object-Oriented Programming'''. In: Proceedings of 4th European Conference on Technology Enhanced Education (ECTEL), ECTEL 2009, Nice, France, September 29th - October 2nd, 2009, Springer-Verlag, pp.88-98 [http://dx.doi.org/10.1007/978-3-642-04636-0_10 DOI]&lt;br /&gt;
* Hsiao, I., Sosnovsky,S. and Brusilvsky, P. (2010) '''Guiding Students to the Right Questions: Adaptive Navigation Support in an E-learning System for Java Programming''', Journal of Computer Assisted Learning, Volume 26 Issue 4, Pages 270 - 283 [http://dx.doi.org/10.1111/j.1365-2729.2010.00365.x DOI]&lt;br /&gt;
&lt;br /&gt;
===[[TaskSieve]]===&lt;br /&gt;
{{:TaskSieve}}&lt;br /&gt;
&lt;br /&gt;
===[[YourNews]]===&lt;br /&gt;
{{:YourNews}}&lt;br /&gt;
&lt;br /&gt;
===[[Others]]===&lt;br /&gt;
QuizMap:&lt;br /&gt;
* Brusilovsky, P., Hsiao, I-H. and Folajimi, Y., (2011) '''QuizMap: Open Social Student Modeling and Adaptive Navigation Support with TreeMaps''', In: Proceedings of 6th European Conference on Technology Enhanced Education (ECTEL), ECTEL 2011, Palermo, Italy, September 20-23, 2011, Springer-Verlag, Volume 6964/2011, pp.71-82&lt;/div&gt;</summary>
		<author><name>Shoha99</name></author>
		
	</entry>
	<entry>
		<id>https://adapt2.sis.pitt.edu/w/index.php?title=Publications&amp;diff=2132</id>
		<title>Publications</title>
		<link rel="alternate" type="text/html" href="https://adapt2.sis.pitt.edu/w/index.php?title=Publications&amp;diff=2132"/>
		<updated>2014-05-14T18:09:45Z</updated>

		<summary type="html">&lt;p&gt;Shoha99: /* Others */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===ADVISE===&lt;br /&gt;
{{:Adaptive_VIBE}}&lt;br /&gt;
&lt;br /&gt;
===[[AnnotEx]]===&lt;br /&gt;
* Hsiao, I. and Brusilvsky, P. (2011) '''The Role of Community Feedback in the Student Example Authoring Process: an Evaluation of AnnotEx''', British Journal of Educational Technology, Vol 42, Issue 3, Pages 482 - 499 [http://dx.doi.org/10.1111/j.1467-8535.2009.01030.x DOI]&lt;br /&gt;
* Hsiao, I. &amp;amp; Brusilovsky. P. (2008). '''Modeling Peer Review in Example Annotation'''. ICCE, The 16th International Conference on Computers in Education, Taipei, Taiwan, October 27- 31, 2008, ICCE [http://apsce.net/icce2008/contents/proceeding_0357.pdf URL] [http://www.sis.pitt.edu/~ihsiao/pub/5page_camera%20ready_ICCE_Modeling_Peer_Review_in_Example_Annotation.pdf PDF]&lt;br /&gt;
* Brusilovsky, P., Hsiao, I. &amp;amp; Yuldelson, M. (2008) '''Annotated Program Examples as First Class Objects in an Educational Digital Library''', JCDL 2008 [http://doi.acm.org/10.1145/1378889.1378946 DOI]&lt;br /&gt;
* Hsiao, I. &amp;amp; Brusilovsky, P. (2007) '''Collaborative Example Authoring System: The Value of Re-annotation based on Community Feedback''',In: J. Nall and R. Robson (eds.) Proceedings of World Conference on E-Learning, E-Learn 2007,Quebec City, Canada, October 15-19, 2007, AACE  [http://www.editlib.org/p/26914 URL] [http://www.sis.pitt.edu/~ihsiao/pub/2007ELearn_Collaborative_Example_Authoring_System_final.pdf PDF]&lt;br /&gt;
&lt;br /&gt;
===ASSIST===&lt;br /&gt;
* Freyne, J., Farzan, R., and Coyle, M. (2007). Toward the exploitation of social access patterns for recommendation. RecSys 2007.&lt;br /&gt;
* Farzan, R., Coyle, M., Freyne, J., Brusilovsky, P., and Smyth, P. (2007). ASSIST: Adaptive Social Support for Information Space Traversal. Hypertext 2007.&lt;br /&gt;
* Freyne J., Farzan R., Brusilovsky P., Smyth B., and Coyle M. (2007). Collecting Community Wisdom: Integrating Social Search &amp;amp; Social Navigation. In Proceedings of International Conference on Intelligent User Interfaces&lt;br /&gt;
&lt;br /&gt;
===Conference Navigator===&lt;br /&gt;
* [[User:Clau|López C.]], Farzan R., Sahebi S., and Brusilovsky P. (2013). What Influences the Decision to Participate in Audience-bounded Online Communities. iConference 2013.&lt;br /&gt;
* [[User:Clau|López C.]], Farzan R., and Brusilovsky P. (2012). Personalized Incremental Users' Engagement: Driving Contributions One Step Forward. ACM GROUP 2012.&lt;br /&gt;
* Farzan R., and Brusilovsky P. Where did the Researchers Go? Supporting Social Navigation at a Large Academic Conference. Hypertext 2008.&lt;br /&gt;
&lt;br /&gt;
===[[CourseAgent]]===&lt;br /&gt;
* Farzan, R. and Brusilovsky, P. (2011) Encouraging User Participation in a Course Recommender System: An Impact on User Behavior. Computers in Human Behavior  27 (1), 276-284.&lt;br /&gt;
&lt;br /&gt;
*Farzan R. &amp;amp; Brusilovsky P. (2006). Social Navigation Support in a Course Recommendation System. In proceedings of 4th International Conference on Adaptive Hypermedia and Adaptive Web-based Systems.&lt;br /&gt;
&lt;br /&gt;
===[[CUMULATE]]===&lt;br /&gt;
{{:CUMULATE}}&lt;br /&gt;
&lt;br /&gt;
===[[Knowledge Sea II]] and [[AnnotatEd]]===&lt;br /&gt;
* Lin, Y., Brusilovsky, P., and He, D. (2011) Improving Self-Organizing Information Maps as Navigational Tools: A Semantic Approach. Online Information Review  35 (3), 401-424.&lt;br /&gt;
* Farzan, R. and Brusilovsky P. (2008). AnnotatEd: A Social Navigation and Annotation Service for Web-based Educational Resources. Journal of the New Review of Hypermedia and Multimedia (NRHM)&lt;br /&gt;
* Ahn, J., Farzan, R., and Brusilovsky, P. (2006) Social Search in the Context of Social Navigation. Journal of the Korean Society for Information Management 23(2):147-165.&lt;br /&gt;
* Bateman S., Farzan R., Brusilovsky P., and McCalla G. (2006) OATS: The Open Annotation and Tagging System. In Proceedings 3rd annual e-learning conference on Intelligent Interactive Learning Object Repositories&lt;br /&gt;
* Farzan R. &amp;amp; Brusilovsky P. (2006). AnnotatEd: A Social Navigation and Annotation Service for Web-based Educational Resources. In Proceedings of E-Learn 2006--World Conference on E-Learning in Corporate, Government, Healthcare, and Higher Education.Winner of outstanding paper award.  &lt;br /&gt;
* Mertens R., Farzan R.,and Brusilovsky P. (2006) Social Navigation in Web Lectures. In proceedings of Seventeenth ACM Conference on Hypertext and Hypermedia(short paper).&lt;br /&gt;
* Farzan, R. &amp;amp; Brusilovsky P. (2005). Social Navigation Support through Annotation-Based Group Modeling.  In proceedings of 10th International Conference on User Modeling.&lt;br /&gt;
* Brusilovsky P., Farzan R. &amp;amp; Ahn J. (2005). Comprehensive Personalized Information Access in an Educational Digital Library. In proceedings of Joint Conference on Digital Libraries.&lt;br /&gt;
* Brusilovsky, P., Chavan, G., Farzan, R. (2004). Social Adaptive Navigation Support for Open Corpus Electronic Textbooks  - In: P.De Bra (ed.) Proceedings of the Third International Conference on Adaptive Hypermedia and Adaptive Web-based Systems (AH'2004), Eindhoven, the Netherlands&lt;br /&gt;
&lt;br /&gt;
===[[NameSieve]]===&lt;br /&gt;
{{:NameSieve}}&lt;br /&gt;
&lt;br /&gt;
===[[NavEx]]===&lt;br /&gt;
{{:NavEx}}&lt;br /&gt;
&lt;br /&gt;
===[[PERSEUS]]===&lt;br /&gt;
{{:PERSEUS}}&lt;br /&gt;
&lt;br /&gt;
===[[PittCult]]===&lt;br /&gt;
* Lee, D. H. (2008) PITTCULT: Trust-based Cultural Event Recommender, Proceedings of Doctoral Symposium on the 2nd ACM International Conference on Recommender Systems, Lausanne, Switzerland, October 23 ~ 25, 2008 &lt;br /&gt;
* Lee, D. H. (2008) PITTCULT: Recommender System using Trusted Human Network, Student Research Competition in Hypertext 2008, Pittsburgh PA., USA, June 19 ~ 21, 2008, Third Prize Winner of ACM Student Research Competition in Hypertext 2008 &amp;amp; Finalist for the Grand Prize of ACM SRC sponsored by Microsoft Research [http://pittcult.sis.pitt.edu/help.jsp Presentation], [http://www.sigweb.org/ht08/srcposters/lee.pdf pdf]&lt;br /&gt;
&lt;br /&gt;
===[[Proactive]]===&lt;br /&gt;
* Lee, D. H. &amp;amp; Brusilovsky, P. (2007) Fighting Information Overflow with Personalized Comprehensive Information Access: A Proactive Job Recommender, Proceedings of the Third International Conference on Autonomic and Autonomous Systems (ICAS '07), Athens, Greece, June 19 ~ 25, 2007 &lt;br /&gt;
* Lee, D. and Brusilovsky, P. (2012) Proactive: Comprehensive Access to Job Information. Journal of Information Processing Systems  8 (4), 707-724.&lt;br /&gt;
&lt;br /&gt;
===[[Progressor]]===&lt;br /&gt;
{{:Progressor}}&lt;br /&gt;
===[[ProgressorPlus]]===&lt;br /&gt;
{{:ProgressorPlus}}&lt;br /&gt;
&lt;br /&gt;
===[[QuizJET]] and [[JavaGuide]]===&lt;br /&gt;
* Hsiao, I., Brusilovsky, P. &amp;amp; Sosnovsky, S. (2008). '''Web-based Parameterized Questions for Object-Oriented Programming'''. Proceedings of World Conference on E-Learning, E-Learn 2008,Las Vegas, USA, November 17-21, 2008, p. 3728-3735.&lt;br /&gt;
* Hsiao, I., Sosnovsky, S and Brusilovsky, P. (2009). '''Extending Parameterized Problem-Tracing Questions for Java with Personalized Guidance'''. Proceedings of 14th Annual Conference on Innovation and Technology in Computer Science Education, ITiCSE'2009, Paris, France, July 3-8, 2009, ACM Press, pp.392-392 [http://doi.acm.org/10.1145/1595496.1563034 DOI]&lt;br /&gt;
* Hsiao, I., Sosnovsky, S and Brusilovsky, P. (2009). '''Adaptive Navigation Support for Parameterized Questions in Object-Oriented Programming'''. In: Proceedings of 4th European Conference on Technology Enhanced Education (ECTEL), ECTEL 2009, Nice, France, September 29th - October 2nd, 2009, Springer-Verlag, pp.88-98 [http://dx.doi.org/10.1007/978-3-642-04636-0_10 DOI]&lt;br /&gt;
* Hsiao, I., Sosnovsky,S. and Brusilvsky, P. (2010) '''Guiding Students to the Right Questions: Adaptive Navigation Support in an E-learning System for Java Programming''', Journal of Computer Assisted Learning, Volume 26 Issue 4, Pages 270 - 283 [http://dx.doi.org/10.1111/j.1365-2729.2010.00365.x DOI]&lt;br /&gt;
&lt;br /&gt;
===[[TaskSieve]]===&lt;br /&gt;
{{:TaskSieve}}&lt;br /&gt;
&lt;br /&gt;
===[[YourNews]]===&lt;br /&gt;
{{:YourNews}}&lt;br /&gt;
&lt;br /&gt;
===[[Others]]===&lt;br /&gt;
QuizMap:&lt;br /&gt;
Brusilovsky, P., Hsiao, I-H. and Folajimi, Y., (2011) '''QuizMap: Open Social Student Modeling and Adaptive Navigation Support with TreeMaps''', In: Proceedings of 6th European Conference on Technology Enhanced Education (ECTEL), ECTEL 2011, Palermo, Italy, September 20-23, 2011, Springer-Verlag, Volume 6964/2011, pp.71-82&lt;/div&gt;</summary>
		<author><name>Shoha99</name></author>
		
	</entry>
	<entry>
		<id>https://adapt2.sis.pitt.edu/w/index.php?title=Systems&amp;diff=2131</id>
		<title>Systems</title>
		<link rel="alternate" type="text/html" href="https://adapt2.sis.pitt.edu/w/index.php?title=Systems&amp;diff=2131"/>
		<updated>2014-05-14T14:16:18Z</updated>

		<summary type="html">&lt;p&gt;Shoha99: /* JavaGuide */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is a quick overview of the systems developed at [[Main Page|PAWS]] lab.&lt;br /&gt;
== Adaptive Document Visualization - ADVISE ==&lt;br /&gt;
==== ADVISE 2D ====&lt;br /&gt;
Two dimensional document visualization based on inter-document similarities. The locations of the documents on the 2D space are determined by their similarities to another documents and users can visually see the relationships of the documents based on their contents.&lt;br /&gt;
==== ADVISE 3D ====&lt;br /&gt;
Three dimensional visualization of documents based on similarities. By adding one more dimension to 2D visualization, users are able to explore the document space more easily and access each document.&lt;br /&gt;
&lt;br /&gt;
==== ADVISE VIBE (or Adaptive VIBE) ====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; |  [[Image:AdaptiveVibe_part.png|thumb|left|'''100'''|Adaptive VIBE]]&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | Two dimensional visualization based on POIs(Point Of Interest, or concepts) and document similarities. The position of the documents are calculated by their relationships with each POI. &lt;br /&gt;
&lt;br /&gt;
* [http://amber.exp.sis.pitt.edu/~codex/tasksieve System Link] (Adaptive VIBE integrated into TaskSieve)&lt;br /&gt;
* [[Adaptive_VIBE | more on Adaptive VIBE]]&lt;br /&gt;
|}&lt;br /&gt;
([http://ir.exp.sis.pitt.edu/advise more on ADVISE])&lt;br /&gt;
&lt;br /&gt;
== AnnotatEd ==&lt;br /&gt;
{|&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; |  [[Image:ated.gif|thumb|left|'''100'''|AnnotatEd]]&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | AnnotatEd is a system that enables learners to annotate online pages while keeping track of all activities of learners. AnnotatEd uses the learners' activity information to offer ''social navigation support'' for hyperlinks inside the AnnotatEd system. ([[AnnotatEd|more]])&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== AnnotEx ==&lt;br /&gt;
{|&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [[Image:AnnotEx.gif|thumb|left|'''100'''|AnnotEx]]&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | AnnotEx - Example Annotator- is a web-based community based authoring tool for annotating programming examples.([[AnnotEx|more]])&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== CoMeT ==&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; |  [[Image:comet.gif|thumb|left|'''100'''|Comet]]&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | COMET is a social system for sharing informaion about research talks. It allows to collaboratively collect, publish, and tag interesting research talks in Pittsburgh. COMET allows its users to schedule the talks they want to attend. It also automatically reminds about bookmarked talks and recommends other talks that fits isers' interests. ([http://halley.exp.sis.pitt.edu/comet/ visit COMET])&lt;br /&gt;
|}&lt;br /&gt;
== Conference Navigator 3==&lt;br /&gt;
{|&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; |  [[Image:Cn3.jpg|thumb|left|'''100'''|CN3]]&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | Conference Navigator 3 (CN3) is a personal conference scheduling tool with social linking and recommendation features. Users can control access to their information in the CN3 system and link their account with third party academic and non-academic social networks such as linkedIn, Facebook, citeulike, or Mendeley. Our main goal is to enhance attendees' experience at the conferences, and also investigate the mechanisms that drives attendees to engage in their research community. ([http://halley.exp.sis.pitt.edu/cn3/ visit Conference Navigator 3])&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== CoPE (Collaborative Paper Exchange) ==&lt;br /&gt;
{|&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; |  [[Image:CoPE.1.overall.gif|thumb|left|'''100'''|CoPE]]&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | CoPE - Collaborative Paper Exchange - is a system that provides community-based access to paper summaries via web. CoPE is currently an in-class tool for both teachers and students. ([[CoPE|more]])&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== CourseAgent ==&lt;br /&gt;
coming soon&lt;br /&gt;
([[CourseAgent|more]])&lt;br /&gt;
&lt;br /&gt;
== CUMULATE ==&lt;br /&gt;
[[CUMULATE]] is a centralized user modeling server built for the [[ADAPT2|ADAPT&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;]] architecture. It is mainly targeted at providing user modeling support for adaptive educational hypermedia (AEH) systems. [[CUMULATE]] maintains as set of overlay models of stidents' knowledge. It uses several techniques for computing student models, including: thresholded averaging, asymptotic user knowledge assessment, time-spent-reading.&lt;br /&gt;
([[CUMULATE|more]])&lt;br /&gt;
&lt;br /&gt;
== Eventur ==&lt;br /&gt;
{|&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; |  [[Image:Pittcult.gif|thumb|left|'''100'''|PittCult]]&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | This project is to recommend interesting information using the combined technology of collaborative filtering and trust-based human network. This system is to overcome the emerging problems regarding collaborative filtering recommendations and to investigate how the information propagation is affected by trust among people. ([[Eventur|more]])&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Interbook@AHA! ==&lt;br /&gt;
coming soon&lt;br /&gt;
([[Interbook@AHA!|more]])&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== JavaGuide ==&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; |  [[Image:Quizguide.gif|thumb|left|'''100'''|JavaGuide]]&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | JavaGuide is a personalized front-end for QuizJET developed by PAWS Lab (Hsiao, 2010). Java Guide collects student performance data sent by QuizJET to the activity storage, determines student current level of knowledge for multiple topics and concepts of Java programming language, and use it to provide adaptive guidance to the questions  that are most appropriate for a specific student given the course goals and current state of knowledge.. ([[JavaGuide|more]])&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Knowledge Sea II ==&lt;br /&gt;
{|&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; |  [[Image:ks2.gif|thumb|left|'''100'''|Knowledge Sea II]]&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | Knowledge Sea II is an extension of Knowledge Sea project that is designed to help users navigate from lectures to relevant online tutorials in a map-based horizontal navigation format. The most important feature of Knowledge Sea is facilitating the navigation through providing traffic and annotation based social navigation support. ([[Knowledge Sea II|more]])&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Knowledge Tree ==&lt;br /&gt;
{|&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [[Image:KnowledgeTreeLogo.gif|thumb|left|'''100'''|Knowledge Tree]]&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | Knowledge Tree is a link aggregating portal. It presents content structured according to the folder-document paradigm. Knowledge Tree provides authentication and authorization and implements a simplified form of access control. It supports collaborative authoring and social annotation. ([[Knowledge Tree|more]])&lt;br /&gt;
|}&lt;br /&gt;
== MEMA ==&lt;br /&gt;
{|&lt;br /&gt;
|valign=&amp;quot;top&amp;quot; | [[Image:MEMA.jpg|thumb|left|'''100'''|MEMA]]&lt;br /&gt;
|valign=&amp;quot;top&amp;quot; | MEMA (Museum Exhibition MAnagement) ([[MEMA|more]])&lt;br /&gt;
* [http://halley.exp.sis.pitt.edu/mema/web/ Web System link]&lt;br /&gt;
* [http://halley.exp.sis.pitt.edu/mema Mobile System link]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== NameSieve ==&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|valign=&amp;quot;top&amp;quot; | [[Image:NameSieve-NEpanel.png|thumb|left|'''100'''|NameSieve Named-entity Navigator]]&lt;br /&gt;
|valign=&amp;quot;top&amp;quot; | A name-entity based news exploration and filtering system.  Important named-entities extracted from the search results are provided in the &amp;quot;cloud&amp;quot; form and helps further exploration. ([[NameSieve|more]])&lt;br /&gt;
&lt;br /&gt;
* [http://amber.exp.sis.pitt.edu/namesieve System Link 1]&lt;br /&gt;
* [http://ir.exp.sis.pitt.edu/~jahn/cma/index.php System Link 2] (Carnegie Museum of Art version)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== NavEx - Navigation to Examples ==&lt;br /&gt;
{|&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; |  [[Image:NavEx.gif|thumb|left|'''100'''|NavEx]]&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | NavEx provides adaptive guidance for accessing online interactive examples. Adaptation allows students to visualize both whether they are ready to explore certain examples and what is their progress with them. NavEx-SN (SN for social navigation) also allows students to relate their progress with the progress of the group. ([[NavEx|more]])&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== PERSEUS ==&lt;br /&gt;
{|&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [[Image:Perseus.gif|thumb|left|100px|PERSEUS]]&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | [[PERSEUS]] is a Personalization Service Engine. It provides adaptive support for non-personalized (educational) hypermedia systems by abstracting content presentation/aggregation from user modeling. [[PERSEUS]] protocols are based on [http://en.wikipedia.org/wiki/Rdf RDF] and [http://en.wikipedia.org/wiki/RSS_(file_format)#RSS_1.0 RSS 1.0]. Although, [[PERSEUS]] was initially developed for [[ADAPT2|ADAPT&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;]] framework, its data model permits seamless support of any other hypermedia application. Currently [[PERSEUS]] provides social navigation, topic-based navigation, concept-based navigation, and adaptive filtering techniques. ([[PERSEUS|more]])&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Proactive ==&lt;br /&gt;
{|&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; |  [[Image:Proactive.gif|thumb|left|'''100'''|PittCult]]&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | The Proactive is content-based recommender system which is based on several knowledge engineering technology and personalized techniques. The system is proprietary to each user by collecting various user's usage patterns. I am particularly interested in how to efficiently make suggestions from multi-faceted point of view. ([[Proactive|more]])&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Progressor ==&lt;br /&gt;
{|&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; |  [[Image:Progressor.png|thumb|left|'''100'''|Progressor]]&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | The Progressor is a system of personalized visual access to programming problems, which is based on open social user modeling technology and personalized techniques. ([[Progressor|more]])&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Progressor+ ==&lt;br /&gt;
{|&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; |  [[Image:progressorplus1.png|thumb|left|'''100'''|ProgressorPlus]]&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | Progressor+ extends the benefits from Progressor and addresses the problems in personalized and social learning of how to help students to find the most appropriate educational resources and engage them into using these resources. Progressor+ adopts the same idea of open student modeling visualization and uses generic table representation for accessing and visualizing assorted educational content ([[ProgressorPlus|more]])&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== QuizGuide ==&lt;br /&gt;
{|&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; |  [[Image:Quizguide.gif|thumb|left|'''100'''|QuizGuide]]&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | QuizGuide, is an adaptive system that helps students in selecting most relevant quizzes for self-assessment of C knowledge. Quizzes are assigned to topics and adaptively annotated, to show which topics are currently important and which require further work. ([[QuizGuide|more]])&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== QuizJET ==&lt;br /&gt;
{|&lt;br /&gt;
|valign=&amp;quot;top&amp;quot; | [[Image:Quizjet.gif|thumb|left|'''100'''|QuizJET]]&lt;br /&gt;
|valign=&amp;quot;top&amp;quot; | QuizJET is a system serves quizzes as a self-assessment Java Evaluation Tool. It's mainly used to assess students' knowledge in Java Programming Language. QuizJET randomly generates a question parameter, creates a presentation of the parameterized question in a Web-based quiz, compares student's input to the correct answer which QuizJET runs the parameterized code &amp;quot;behind the stage&amp;quot;, and records the results into a server-side database. ([[QuizJET|more]])&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== TaskSieve ==&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|valign=&amp;quot;top&amp;quot; | [[Image:TaskSieve-surrogates.png|thumb|left|'''100'''|TaskSieve -- mediates query and user model]]&lt;br /&gt;
|valign=&amp;quot;top&amp;quot; | An experimental personalized news search system based on task models and the interface to mediate between the query and the task model.  Users can select three options (1) query only, (2) task model only, and (3) both. ([[TaskSieve|more]])&lt;br /&gt;
* [http://amber.exp.sis.pitt.edu/tasksieve System link 1]&lt;br /&gt;
* [http://amber.exp.sis.pitt.edu/~codex/tasksieve System link 2] (newer version integrated with Adaptive VIBE)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== WADEIn (cWADEIn/jWADEIn) ==&lt;br /&gt;
coming soon&lt;br /&gt;
([[WADEIn|more]])&lt;br /&gt;
&lt;br /&gt;
== YourNews ==&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|valign=&amp;quot;top&amp;quot; | [[Image:YourNews-openUM.png|thumb|left|'''100'''|YourNews Open User Model UI]]&lt;br /&gt;
|valign=&amp;quot;top&amp;quot; | YourNews is a news recommendation system based on the RSS feeds collected from various news sources. News articles are crawled every two hours, indexed, and then provided to users according to their specific needs.  Users also can view and control their user profile with '''Open User Profile'''  ([[YourNews|more]])&lt;br /&gt;
&lt;br /&gt;
* [http://amber.exp.sis.pitt.edu/yournews System Link]&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Shoha99</name></author>
		
	</entry>
	<entry>
		<id>https://adapt2.sis.pitt.edu/w/index.php?title=QuizJET&amp;diff=2130</id>
		<title>QuizJET</title>
		<link rel="alternate" type="text/html" href="https://adapt2.sis.pitt.edu/w/index.php?title=QuizJET&amp;diff=2130"/>
		<updated>2014-05-14T14:13:19Z</updated>

		<summary type="html">&lt;p&gt;Shoha99: /* Publications */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
QuizJET is a system serves quizzes as a self-assessment Java Evaluation Tool. It's mainly used to assess students' knowledge in Java Programming Language. QuizJET randomly generates a question parameter, creates a presentation of the parameterized question in a Web-based quiz, compares student's input to the correct answer which QuizJET runs the parameterized code &amp;quot;behind the stage&amp;quot;, and records the results into a server-side database. There are several assessment types deployed in QuizJET, including examining the final value of the variable and the printouts etc. The quizzes and questions can be authored through the unified Example Authoring interface, which is also used in other projects within our research group. The parameterized functionality inherits from QuizPACK . However, in order to cover more object-oriented programming concepts, QuizJET integrates more comprehensive knowledge, such as object, classes etc. There are three major designs in QuizJET differ from QuizPACK. 1) the assessment domain knowledge is in Java. 2) the question is always presented in the first tab page as the Driver Class. Imported classes will be presented accordingly. 3) imported classes are not limited and can be reused flexibly. &lt;br /&gt;
&lt;br /&gt;
== Screenshots ==&lt;br /&gt;
[[Image:Quizjet.gif|QuizJET]]&lt;br /&gt;
&lt;br /&gt;
== Publications ==&lt;br /&gt;
[http://adapt2.sis.pitt.edu/wiki/Publications#QuizJET_and_JavaGuide Publications] related to QuizJET&lt;br /&gt;
&lt;br /&gt;
== Contacts ==&lt;br /&gt;
[[User:shoha99 | Sharon, I-Han Hsiao]]&lt;/div&gt;</summary>
		<author><name>Shoha99</name></author>
		
	</entry>
	<entry>
		<id>https://adapt2.sis.pitt.edu/w/index.php?title=JavaGuide&amp;diff=2129</id>
		<title>JavaGuide</title>
		<link rel="alternate" type="text/html" href="https://adapt2.sis.pitt.edu/w/index.php?title=JavaGuide&amp;diff=2129"/>
		<updated>2014-05-14T14:11:27Z</updated>

		<summary type="html">&lt;p&gt;Shoha99: /* See also */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
JavaGuide is a personalized front-end for [[QuizJET]] developed by PAWS Lab (Hsiao, 2010). Java Guide collects student performance data sent by QuizJET to the activity storage, determines student current level of knowledge for multiple topics and concepts of Java programming language, and use it to provide adaptive guidance to the questions  that are most appropriate for a specific student given the course goals and current state of knowledge. The navigation support is provided on the level of topics using “Target/Arrows” visual cues where the color of target icon associated with each topic indicates the current importance of the topic and the number of arrows in the target shows the current student knowledge level of the correspondent topics. Several classroom studies of QuizJET demonstrated that the user of personalized front-end significantly increases student performance and nearly doubles course engagement.&lt;br /&gt;
&lt;br /&gt;
== Screenshot ==&lt;br /&gt;
&lt;br /&gt;
== Publications ==&lt;br /&gt;
Hsiao, I.-H., Sosnovsky, S., and Brusilovsky, P. (2010) '''Guiding students to the right questions: adaptive navigation support in an E-Learning system for Java programming'''. Journal of Computer Assisted Learning 26 (4), 270-283.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[QuizJET]] : parameterized self-assessment tool for Java programming language.&lt;br /&gt;
* [http://adapt2.sis.pitt.edu/wiki/Progressor Progressor]&lt;/div&gt;</summary>
		<author><name>Shoha99</name></author>
		
	</entry>
	<entry>
		<id>https://adapt2.sis.pitt.edu/w/index.php?title=JavaGuide&amp;diff=2128</id>
		<title>JavaGuide</title>
		<link rel="alternate" type="text/html" href="https://adapt2.sis.pitt.edu/w/index.php?title=JavaGuide&amp;diff=2128"/>
		<updated>2014-05-14T14:10:40Z</updated>

		<summary type="html">&lt;p&gt;Shoha99: /* Publications */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
JavaGuide is a personalized front-end for [[QuizJET]] developed by PAWS Lab (Hsiao, 2010). Java Guide collects student performance data sent by QuizJET to the activity storage, determines student current level of knowledge for multiple topics and concepts of Java programming language, and use it to provide adaptive guidance to the questions  that are most appropriate for a specific student given the course goals and current state of knowledge. The navigation support is provided on the level of topics using “Target/Arrows” visual cues where the color of target icon associated with each topic indicates the current importance of the topic and the number of arrows in the target shows the current student knowledge level of the correspondent topics. Several classroom studies of QuizJET demonstrated that the user of personalized front-end significantly increases student performance and nearly doubles course engagement.&lt;br /&gt;
&lt;br /&gt;
== Screenshot ==&lt;br /&gt;
&lt;br /&gt;
== Publications ==&lt;br /&gt;
Hsiao, I.-H., Sosnovsky, S., and Brusilovsky, P. (2010) '''Guiding students to the right questions: adaptive navigation support in an E-Learning system for Java programming'''. Journal of Computer Assisted Learning 26 (4), 270-283.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;/div&gt;</summary>
		<author><name>Shoha99</name></author>
		
	</entry>
	<entry>
		<id>https://adapt2.sis.pitt.edu/w/index.php?title=JavaGuide&amp;diff=2127</id>
		<title>JavaGuide</title>
		<link rel="alternate" type="text/html" href="https://adapt2.sis.pitt.edu/w/index.php?title=JavaGuide&amp;diff=2127"/>
		<updated>2014-05-14T14:08:57Z</updated>

		<summary type="html">&lt;p&gt;Shoha99: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
JavaGuide is a personalized front-end for [[QuizJET]] developed by PAWS Lab (Hsiao, 2010). Java Guide collects student performance data sent by QuizJET to the activity storage, determines student current level of knowledge for multiple topics and concepts of Java programming language, and use it to provide adaptive guidance to the questions  that are most appropriate for a specific student given the course goals and current state of knowledge. The navigation support is provided on the level of topics using “Target/Arrows” visual cues where the color of target icon associated with each topic indicates the current importance of the topic and the number of arrows in the target shows the current student knowledge level of the correspondent topics. Several classroom studies of QuizJET demonstrated that the user of personalized front-end significantly increases student performance and nearly doubles course engagement.&lt;br /&gt;
&lt;br /&gt;
== Screenshot ==&lt;br /&gt;
&lt;br /&gt;
== Publications ==&lt;br /&gt;
Hsiao, I.-H., Sosnovsky, S., and Brusilovsky, P. (2010) '''Guiding students to the right questions: adaptive navigation support in an E-Learning system for Java programming'''. Journal of Computer Assisted Learning 26 (4), 270-283.&lt;/div&gt;</summary>
		<author><name>Shoha99</name></author>
		
	</entry>
	<entry>
		<id>https://adapt2.sis.pitt.edu/w/index.php?title=Publications&amp;diff=2126</id>
		<title>Publications</title>
		<link rel="alternate" type="text/html" href="https://adapt2.sis.pitt.edu/w/index.php?title=Publications&amp;diff=2126"/>
		<updated>2014-05-14T14:07:28Z</updated>

		<summary type="html">&lt;p&gt;Shoha99: /* QuizJET and JavaGuide */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===ADVISE===&lt;br /&gt;
{{:Adaptive_VIBE}}&lt;br /&gt;
&lt;br /&gt;
===[[AnnotEx]]===&lt;br /&gt;
* Hsiao, I. and Brusilvsky, P. (2011) '''The Role of Community Feedback in the Student Example Authoring Process: an Evaluation of AnnotEx''', British Journal of Educational Technology, Vol 42, Issue 3, Pages 482 - 499 [http://dx.doi.org/10.1111/j.1467-8535.2009.01030.x DOI]&lt;br /&gt;
* Hsiao, I. &amp;amp; Brusilovsky. P. (2008). '''Modeling Peer Review in Example Annotation'''. ICCE, The 16th International Conference on Computers in Education, Taipei, Taiwan, October 27- 31, 2008, ICCE [http://apsce.net/icce2008/contents/proceeding_0357.pdf URL] [http://www.sis.pitt.edu/~ihsiao/pub/5page_camera%20ready_ICCE_Modeling_Peer_Review_in_Example_Annotation.pdf PDF]&lt;br /&gt;
* Brusilovsky, P., Hsiao, I. &amp;amp; Yuldelson, M. (2008) '''Annotated Program Examples as First Class Objects in an Educational Digital Library''', JCDL 2008 [http://doi.acm.org/10.1145/1378889.1378946 DOI]&lt;br /&gt;
* Hsiao, I. &amp;amp; Brusilovsky, P. (2007) '''Collaborative Example Authoring System: The Value of Re-annotation based on Community Feedback''',In: J. Nall and R. Robson (eds.) Proceedings of World Conference on E-Learning, E-Learn 2007,Quebec City, Canada, October 15-19, 2007, AACE  [http://www.editlib.org/p/26914 URL] [http://www.sis.pitt.edu/~ihsiao/pub/2007ELearn_Collaborative_Example_Authoring_System_final.pdf PDF]&lt;br /&gt;
&lt;br /&gt;
===ASSIST===&lt;br /&gt;
* Freyne, J., Farzan, R., and Coyle, M. (2007). Toward the exploitation of social access patterns for recommendation. RecSys 2007.&lt;br /&gt;
* Farzan, R., Coyle, M., Freyne, J., Brusilovsky, P., and Smyth, P. (2007). ASSIST: Adaptive Social Support for Information Space Traversal. Hypertext 2007.&lt;br /&gt;
* Freyne J., Farzan R., Brusilovsky P., Smyth B., and Coyle M. (2007). Collecting Community Wisdom: Integrating Social Search &amp;amp; Social Navigation. In Proceedings of International Conference on Intelligent User Interfaces&lt;br /&gt;
&lt;br /&gt;
===Conference Navigator===&lt;br /&gt;
* [[User:Clau|López C.]], Farzan R., Sahebi S., and Brusilovsky P. (2013). What Influences the Decision to Participate in Audience-bounded Online Communities. iConference 2013.&lt;br /&gt;
* [[User:Clau|López C.]], Farzan R., and Brusilovsky P. (2012). Personalized Incremental Users' Engagement: Driving Contributions One Step Forward. ACM GROUP 2012.&lt;br /&gt;
* Farzan R., and Brusilovsky P. Where did the Researchers Go? Supporting Social Navigation at a Large Academic Conference. Hypertext 2008.&lt;br /&gt;
&lt;br /&gt;
===[[CourseAgent]]===&lt;br /&gt;
* Farzan, R. and Brusilovsky, P. (2011) Encouraging User Participation in a Course Recommender System: An Impact on User Behavior. Computers in Human Behavior  27 (1), 276-284.&lt;br /&gt;
&lt;br /&gt;
*Farzan R. &amp;amp; Brusilovsky P. (2006). Social Navigation Support in a Course Recommendation System. In proceedings of 4th International Conference on Adaptive Hypermedia and Adaptive Web-based Systems.&lt;br /&gt;
&lt;br /&gt;
===[[CUMULATE]]===&lt;br /&gt;
{{:CUMULATE}}&lt;br /&gt;
&lt;br /&gt;
===[[Knowledge Sea II]] and [[AnnotatEd]]===&lt;br /&gt;
* Lin, Y., Brusilovsky, P., and He, D. (2011) Improving Self-Organizing Information Maps as Navigational Tools: A Semantic Approach. Online Information Review  35 (3), 401-424.&lt;br /&gt;
* Farzan, R. and Brusilovsky P. (2008). AnnotatEd: A Social Navigation and Annotation Service for Web-based Educational Resources. Journal of the New Review of Hypermedia and Multimedia (NRHM)&lt;br /&gt;
* Ahn, J., Farzan, R., and Brusilovsky, P. (2006) Social Search in the Context of Social Navigation. Journal of the Korean Society for Information Management 23(2):147-165.&lt;br /&gt;
* Bateman S., Farzan R., Brusilovsky P., and McCalla G. (2006) OATS: The Open Annotation and Tagging System. In Proceedings 3rd annual e-learning conference on Intelligent Interactive Learning Object Repositories&lt;br /&gt;
* Farzan R. &amp;amp; Brusilovsky P. (2006). AnnotatEd: A Social Navigation and Annotation Service for Web-based Educational Resources. In Proceedings of E-Learn 2006--World Conference on E-Learning in Corporate, Government, Healthcare, and Higher Education.Winner of outstanding paper award.  &lt;br /&gt;
* Mertens R., Farzan R.,and Brusilovsky P. (2006) Social Navigation in Web Lectures. In proceedings of Seventeenth ACM Conference on Hypertext and Hypermedia(short paper).&lt;br /&gt;
* Farzan, R. &amp;amp; Brusilovsky P. (2005). Social Navigation Support through Annotation-Based Group Modeling.  In proceedings of 10th International Conference on User Modeling.&lt;br /&gt;
* Brusilovsky P., Farzan R. &amp;amp; Ahn J. (2005). Comprehensive Personalized Information Access in an Educational Digital Library. In proceedings of Joint Conference on Digital Libraries.&lt;br /&gt;
* Brusilovsky, P., Chavan, G., Farzan, R. (2004). Social Adaptive Navigation Support for Open Corpus Electronic Textbooks  - In: P.De Bra (ed.) Proceedings of the Third International Conference on Adaptive Hypermedia and Adaptive Web-based Systems (AH'2004), Eindhoven, the Netherlands&lt;br /&gt;
&lt;br /&gt;
===[[NameSieve]]===&lt;br /&gt;
{{:NameSieve}}&lt;br /&gt;
&lt;br /&gt;
===[[NavEx]]===&lt;br /&gt;
{{:NavEx}}&lt;br /&gt;
&lt;br /&gt;
===[[PERSEUS]]===&lt;br /&gt;
{{:PERSEUS}}&lt;br /&gt;
&lt;br /&gt;
===[[PittCult]]===&lt;br /&gt;
* Lee, D. H. (2008) PITTCULT: Trust-based Cultural Event Recommender, Proceedings of Doctoral Symposium on the 2nd ACM International Conference on Recommender Systems, Lausanne, Switzerland, October 23 ~ 25, 2008 &lt;br /&gt;
* Lee, D. H. (2008) PITTCULT: Recommender System using Trusted Human Network, Student Research Competition in Hypertext 2008, Pittsburgh PA., USA, June 19 ~ 21, 2008, Third Prize Winner of ACM Student Research Competition in Hypertext 2008 &amp;amp; Finalist for the Grand Prize of ACM SRC sponsored by Microsoft Research [http://pittcult.sis.pitt.edu/help.jsp Presentation], [http://www.sigweb.org/ht08/srcposters/lee.pdf pdf]&lt;br /&gt;
&lt;br /&gt;
===[[Proactive]]===&lt;br /&gt;
* Lee, D. H. &amp;amp; Brusilovsky, P. (2007) Fighting Information Overflow with Personalized Comprehensive Information Access: A Proactive Job Recommender, Proceedings of the Third International Conference on Autonomic and Autonomous Systems (ICAS '07), Athens, Greece, June 19 ~ 25, 2007 &lt;br /&gt;
* Lee, D. and Brusilovsky, P. (2012) Proactive: Comprehensive Access to Job Information. Journal of Information Processing Systems  8 (4), 707-724.&lt;br /&gt;
&lt;br /&gt;
===[[Progressor]]===&lt;br /&gt;
{{:Progressor}}&lt;br /&gt;
===[[ProgressorPlus]]===&lt;br /&gt;
{{:ProgressorPlus}}&lt;br /&gt;
&lt;br /&gt;
===[[QuizJET]] and [[JavaGuide]]===&lt;br /&gt;
* Hsiao, I., Brusilovsky, P. &amp;amp; Sosnovsky, S. (2008). '''Web-based Parameterized Questions for Object-Oriented Programming'''. Proceedings of World Conference on E-Learning, E-Learn 2008,Las Vegas, USA, November 17-21, 2008, p. 3728-3735.&lt;br /&gt;
* Hsiao, I., Sosnovsky, S and Brusilovsky, P. (2009). '''Extending Parameterized Problem-Tracing Questions for Java with Personalized Guidance'''. Proceedings of 14th Annual Conference on Innovation and Technology in Computer Science Education, ITiCSE'2009, Paris, France, July 3-8, 2009, ACM Press, pp.392-392 [http://doi.acm.org/10.1145/1595496.1563034 DOI]&lt;br /&gt;
* Hsiao, I., Sosnovsky, S and Brusilovsky, P. (2009). '''Adaptive Navigation Support for Parameterized Questions in Object-Oriented Programming'''. In: Proceedings of 4th European Conference on Technology Enhanced Education (ECTEL), ECTEL 2009, Nice, France, September 29th - October 2nd, 2009, Springer-Verlag, pp.88-98 [http://dx.doi.org/10.1007/978-3-642-04636-0_10 DOI]&lt;br /&gt;
* Hsiao, I., Sosnovsky,S. and Brusilvsky, P. (2010) '''Guiding Students to the Right Questions: Adaptive Navigation Support in an E-learning System for Java Programming''', Journal of Computer Assisted Learning, Volume 26 Issue 4, Pages 270 - 283 [http://dx.doi.org/10.1111/j.1365-2729.2010.00365.x DOI]&lt;br /&gt;
&lt;br /&gt;
===[[TaskSieve]]===&lt;br /&gt;
{{:TaskSieve}}&lt;br /&gt;
&lt;br /&gt;
===[[YourNews]]===&lt;br /&gt;
{{:YourNews}}&lt;br /&gt;
&lt;br /&gt;
===[[Others]]===&lt;/div&gt;</summary>
		<author><name>Shoha99</name></author>
		
	</entry>
	<entry>
		<id>https://adapt2.sis.pitt.edu/w/index.php?title=Progressor&amp;diff=2125</id>
		<title>Progressor</title>
		<link rel="alternate" type="text/html" href="https://adapt2.sis.pitt.edu/w/index.php?title=Progressor&amp;diff=2125"/>
		<updated>2014-05-14T14:06:47Z</updated>

		<summary type="html">&lt;p&gt;Shoha99: /* Publications */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
&lt;br /&gt;
A large number of educational resources is now made available on the Web to support both regular classroom learning and online learning. However, the abundance of available content produced at least two problems: how to help students to find the most appropriate resources and how to engage them into using these resources and benefit from them. Personalized and social learning has been suggested as potential ways to address these problems. Progressor attempts to combine the ideas of personalized and social learning to help students find the&lt;br /&gt;
most relevant resources in a large collection of parameterized self-assessment questions for programming.&lt;br /&gt;
&lt;br /&gt;
Progressor is a collaboration work between [http://fusion.cs.uni-jena.de/professur University of Jena] and [http://adapt2.sis.pitt.edu/wiki University of Pittsburgh]. The core research goal of the project is to utilize the success of self-assessment programming language learning tool, [[QuizJET]], with rich-interaction interface derived from [http://www.minerva-portals.de/research/introspective-views IntrospectiveViews] and provide a better personalized visual access to programming language problems. The research investigates open social student model; how social guidance affects self-assessment programming language learning; motivational effects on the progress of educational content; privacy and data sharing and so on.&lt;br /&gt;
&lt;br /&gt;
We are excited about what we've learnt from this project, we are now extending our approaches to a larger collection of learning objects for cross content navigation and verify its capability of supporting social visualization for personalized E-Learning, please refer to [http://adapt2.sis.pitt.edu/wiki/ProgressorPlus Progressor+]&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
* '''Learner Analytics''': question attempts, successful rates, overall progress etc.&lt;br /&gt;
* '''Privacy management''': requests for accessing peers' models.&lt;br /&gt;
* '''Interactivity''': interacting with the content, peers etc. from the visualization; allowing the user to feel in control.&lt;br /&gt;
*''' Identity''': captures all the information belonging to the student and displays it in a unique model, allowing easy comparisons.&lt;br /&gt;
* '''Exposure''': model thumbnails preview. We found that students had more persistent interactions with the system while they had higher visibilities.&lt;br /&gt;
* '''Guidance''': implicit social guidance; (explicit social guidance is under investigation now)&lt;br /&gt;
* '''Recommendation''': top 3 performers&lt;br /&gt;
* '''Scalability''': we design a set of [[#Apply protocols the social visualization|protocols]] for reusing student progress data in various visualizations.&lt;br /&gt;
&lt;br /&gt;
== Apply protocols the social visualization==&lt;br /&gt;
&lt;br /&gt;
We design the following protocols allows requesting user or group progress in JSON format. The protocol follows [http://en.wikipedia.org/wiki/Representational_state_transfer REpresentational State Transfer(REST) architecture] and is an extension of [http://adapt2.sis.pitt.edu/wiki/CUMULATE_protocol CUMULATE protocol]. It provides the applicability for applying it to other social visualizations, such as [http://adapt2.sis.pitt.edu/wiki/ProgressorPlus Progressor+].&lt;br /&gt;
&lt;br /&gt;
'''The URL format for requesting particular user from a group with all his/her activities:'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
http://adapt2.sis.pitt.edu/ktact/json/user/&amp;lt;the user login&amp;gt;/&amp;lt;the group name&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
http://adapt2.sis.pitt.edu/ktact/json/user/shoha99/IS172011Spring&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''id''' – '''question rdfid''', this is the unique identifier for accessing the parameterized [http://adapt2.sis.pitt.edu/wiki/QuizJET QuizJET] question.&lt;br /&gt;
* '''res''' – '''total number of correct tries''', this number indicates the successful attempts on this pattern of question.&lt;br /&gt;
* '''attempt''' – '''total number of tries''', this number represents how many times the student has tried on this pattern of question.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
   {&lt;br /&gt;
      &amp;quot;id&amp;quot;:&amp;quot;jVariables1&amp;quot;,&lt;br /&gt;
      &amp;quot;res&amp;quot;:&amp;quot;6&amp;quot;,&lt;br /&gt;
      &amp;quot;attempt&amp;quot;:&amp;quot;9&amp;quot;&lt;br /&gt;
   },&lt;br /&gt;
   {&lt;br /&gt;
      &amp;quot;id&amp;quot;:&amp;quot;jVariables2&amp;quot;,&lt;br /&gt;
      &amp;quot;res&amp;quot;:&amp;quot;2&amp;quot;,&lt;br /&gt;
      &amp;quot;attempt&amp;quot;:&amp;quot;3&amp;quot;&lt;br /&gt;
   },&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''The URL format for requesting all students activities by group:'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
http://adapt2.sis.pitt.edu/ktact/json/group/&amp;lt;the group name&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
http://adapt2.sis.pitt.edu/ktact/json/group/IS172011Spring&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''id''' – '''student login''', this specifies the student's login.&lt;br /&gt;
* '''name''' – '''student name'', this displays the student's name.&lt;br /&gt;
* '''res''' – '''student average progress''', this number represents the student's average progress across topics.&lt;br /&gt;
* '''topics''' – '''id''', topic names;  '''res''', topic average progress.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
      &amp;quot;id&amp;quot;:&amp;quot;shoha99&amp;quot;,&lt;br /&gt;
      &amp;quot;name&amp;quot;:&amp;quot;Hsiao, Sharon (I-Han)&amp;quot;,&lt;br /&gt;
      &amp;quot;res&amp;quot;:&amp;quot;0.126&amp;quot;,&lt;br /&gt;
      &amp;quot;topics&amp;quot;:[&lt;br /&gt;
         {&lt;br /&gt;
            &amp;quot;id&amp;quot;:&amp;quot;Variables&amp;quot;,&lt;br /&gt;
            &amp;quot;res&amp;quot;:&amp;quot;0.8&amp;quot;&lt;br /&gt;
         },&lt;br /&gt;
        {&lt;br /&gt;
            &amp;quot;id&amp;quot;:&amp;quot;Objects&amp;quot;,&lt;br /&gt;
            &amp;quot;res&amp;quot;:&amp;quot;0.2&amp;quot;&lt;br /&gt;
         },&lt;br /&gt;
        ...&lt;br /&gt;
},&lt;br /&gt;
{&lt;br /&gt;
      &amp;quot;id&amp;quot;:&amp;quot;xxxx&amp;quot;,&lt;br /&gt;
      &amp;quot;name&amp;quot;:&amp;quot;lastName, firstName &amp;quot;,&lt;br /&gt;
      &amp;quot;res&amp;quot;:&amp;quot;0.107&amp;quot;,&lt;br /&gt;
      &amp;quot;topics&amp;quot;:[&lt;br /&gt;
         {&lt;br /&gt;
            &amp;quot;id&amp;quot;:&amp;quot;Variables&amp;quot;,&lt;br /&gt;
            &amp;quot;res&amp;quot;:&amp;quot;0.00&amp;quot;&lt;br /&gt;
         },&lt;br /&gt;
         {&lt;br /&gt;
            &amp;quot;id&amp;quot;:&amp;quot;Objects&amp;quot;,&lt;br /&gt;
            &amp;quot;res&amp;quot;:&amp;quot;0.2&amp;quot;&lt;br /&gt;
         },&lt;br /&gt;
         ...&lt;br /&gt;
}&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[#top|^top]]&lt;br /&gt;
&lt;br /&gt;
== Screenshots ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;3&amp;quot;&amp;gt;&lt;br /&gt;
Image:Progressor.png|Your personalized Progressor view&lt;br /&gt;
Image:ProgressorAccessQuiz.png|Accessing to the quizzes or other educational material&lt;br /&gt;
Image:ProgressorComparing.png|Comparing your own model with another or class on average&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Publications==&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;&lt;br /&gt;
* Bakalov, F., [[User:shoha99 | Hsiao, I-H.]], [[User:peterb | Brusilovsky, P.]], and König-Ries, B. (2011) '''Visualizing Student Models for Social Learning with Parallel IntrospectiveViews.''' In: Proceedings of Workshop on Visual Interfaces to the Social and Semantic Web at the International Conference on Intelligent User Interfaces (IUI 2011), Stanford University, Palo Alto, California, US, February 13, 2011&lt;br /&gt;
* [[User:shoha99 | Hsiao, I-H.]], Bakalov, F., [[User:peterb | Brusilovsky, P.]], and König-Ries, B. (2011) '''Open Social Student Modeling: Visualizing Student Models with Parallel IntrospectiveViews.''' Proceedings of 19th International Conference on User Modeling, Adaptation, and Personalization (UMAP 2011), Girona, Spain, July 11-15, 2011, Springer, pp.171-182 [http://dx.doi.org/10.1007/978-3-642-22362-4_15 DOI]/ [http://www.sis.pitt.edu/~ihsiao/pub/umap_camera_ready_final.pdf PDF] / [http://www.sis.pitt.edu/~ihsiao/pub/OpenSocialStudentModeling.pptx Slides]&lt;br /&gt;
* Bakalov, F., [[User:shoha99 | Hsiao, I-H.]], [[User:peterb | Brusilovsky, P.]], and König-Ries, B. (2011) '''Progressor: Personalized visual access to programming problems''', IEEE Symposium on Visual Languages and Human-Centric Computing, September 18-22, 2011, Pittsburgh, PA, USA&lt;br /&gt;
*[[User:shoha99 | Hsiao, I-H.]], [[User:Julio |Guerra, J.]], [[User:Dparra |Parra, D.]], Bakalov, F., König-Ries, B., and [[User:peterb | Brusilovsky, P.]] (2012) '''Comparative Social Visualization for Personalized E-Learning.''' International Working Conference Advanced Visual Interfaces, AVI 2012, Capri, Italy, May 21-25, 2012&lt;br /&gt;
* [[User:shoha99 | Hsiao, I-H.]], Bakalov, F., [[User:peterb | Brusilovsky, P.]], and König-Ries, B. (2013) '''Open Social Student Modeling for Personalized E-Learning'''. New Review of Hypermedia and Multimedia, 19(2), 112-131. [http://www.tandfonline.com/doi/abs/10.1080/13614568.2013.806960?journalCode=tham20#.Uj8u1BZf_G4 URL]&lt;br /&gt;
&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Try Progressor==&lt;br /&gt;
Current users Login from [http://adapt2.sis.pitt.edu/kt/ KnowledgTree portal]&lt;br /&gt;
&lt;br /&gt;
Progressor is currently open for courses, groups use. If you wish to try out the system individually, please contact [[User:shoha99|Sharon Hsiao]]&lt;br /&gt;
&lt;br /&gt;
Try mobile Progressor [http://itunes.apple.com/us/app/open-social-student-modeling/id485009366?mt=8 iphone app v1.0], we also have droid.  (&amp;lt;span style=&amp;quot;color:red;&amp;quot;&amp;gt;new&amp;lt;/span&amp;gt;)&lt;br /&gt;
note: we are enhancing the mobile design. make sure you check back later.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
* [[QuizJET]] : parameterized self-assessment tool for Java programming language.&lt;br /&gt;
* [http://www.minerva-portals.de/research/introspective-views IntrospectiveViews]&lt;br /&gt;
&lt;br /&gt;
== Contacts ==&lt;br /&gt;
[[User:shoha99 | Sharon, I-Han Hsiao]]&lt;/div&gt;</summary>
		<author><name>Shoha99</name></author>
		
	</entry>
	<entry>
		<id>https://adapt2.sis.pitt.edu/w/index.php?title=News&amp;diff=2088</id>
		<title>News</title>
		<link rel="alternate" type="text/html" href="https://adapt2.sis.pitt.edu/w/index.php?title=News&amp;diff=2088"/>
		<updated>2014-05-07T01:21:37Z</updated>

		<summary type="html">&lt;p&gt;Shoha99: /* &amp;lt;span id=&amp;quot;2014-05-06&amp;quot;&amp;gt;2014-05-06&amp;lt;/span&amp;gt; ::  Sharon Hsiao is appointed as Assistant Professor in CIDSE @ ASU this Fall. */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2014-05-06&amp;quot;&amp;gt;2014-05-06&amp;lt;/span&amp;gt; :: [[User: shoha99 | Sharon Hsiao]] is appointed as Assistant Professor in CIDSE @ ASU this Fall.====&lt;br /&gt;
On completing 2 years successful post-doctoral innovation fellow position in [http://edlab.tc.columbia.edu EdLab], Teachers College @ Columbia University, [[User: shoha99 | Sharon]] is moving onto a tenure-track position in [http://cidse.engineering.asu.edu School of Computing, Informatics, Decision Systems Engineering] (AKA: Engineering school) in [http://www.asu.edu Arizona State University], Phoenix, Arizona. She anticipates to continue working on the emerging topics of computational technologies in learning. Meanwhile, persistently dedicate to the course - [http://www.columbia.edu/~ih2240/dataviz/index.htm Data Visualization], which she established in [http://www.qmss.columbia.edu QMSS (Quantitative Methods in the Social Sciences)], School of Arts &amp;amp; Sciences in [http://www.columbia.edu Columbia University].&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2013-07-28&amp;quot;&amp;gt;2014-03-13&amp;lt;/span&amp;gt; :: [[User: Jennifer | Yi-Ling(Jennifer) Lin]] started her new position as an Assistant Professor in the Department of Information Management at the National Sun Yat-Sen University in Taiwan.====&lt;br /&gt;
Yi-Ling (Jennifer) joined the Information Management faculty at the National Sun Yat-Sen University [http://http://epage.mis.nsysu.edu.tw/files/11-1100-4988-1.php?Lang=en] where she is an Assistant Professor. She is teaching Java course and continues to cooperate with Paws Lab to explore the social comparison in cyberlearning.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2013-07-28&amp;quot;&amp;gt;2013-07-28&amp;lt;/span&amp;gt; :: KnowledgeZoom got ICALT 2013 Best full Paper Award ====&lt;br /&gt;
Congratulations to paws! &amp;quot;KnowledgeZoom for Java: A Concept Based Exam Study Tool with a Zoomable Open Student Model&amp;quot; won the best full paper award of ICALT 2013 conference. &lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2013-07-28&amp;quot;&amp;gt;2013-07-28&amp;lt;/span&amp;gt; :: [[User: Falakmasir | Mohammad Falakmasir]] won EDM 2013 Best Student Paper ====&lt;br /&gt;
Congratulations to Mohammad! His paper entitled as &amp;quot;A Spectral Learning Approach to Knowledge Tracing&amp;quot; won the best student paper award of EDM 2013 conference. In his paper, he proposed using Spectral Learning (SL) to learn the BKT parameters.  Results of his study showed that SL can improve knowledge tracing parameter fitting time significantly while maintaining the same prediction accuracy. For more details on his paper please refer to his article [http://halley.exp.sis.pitt.edu/cn3/presentation2.php?presentationID=5323&amp;amp;conferenceID=115] &lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2013-05-01&amp;quot;&amp;gt;2013-05-01&amp;lt;/span&amp;gt; :: [[User:peterb | Peter Brusilovsky]] and PAWS lab win Army Contract to develop social personalized learning architecture. ====&lt;br /&gt;
Peter Brusilovsky, Professor at the iSchool, has been awarded a contract by the United States Army Contracting Command to participate in the Advanced Distributed Learning (ADL) Initiative. Brusilovsky’ s contract, for $623,005 over a three-year period, will support his work on the architecture, algorithms, and interfaces for a Personal Assistant for Learning (PAL), one of the major endeavors undertaken by the ADL Initiative. Through a PAL, the Initiative will provide state of the art education and training -- using technology and innovative learning methodologies -- for workforce members in the Department of Defense and the federal government. Read the news story on SIS Web site: [http://www.ischool.pitt.edu/news/05-01-2013.php]&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2013-04-01&amp;quot;&amp;gt;2013-04-01&amp;lt;/span&amp;gt; :: Sergey Sosnovsky profiled in International Innovation ====&lt;br /&gt;
Sergey Sosnovsky, who earned his PhD in Information Science in 2012, was recently profiled in International Innovation Magazine about his work on eLearning systems research and tools. Sosnovsky is the Principal Researcher and Head of the Intelligent e-Learning Technology Lab at the German Research Center for Artificial Intelligence in Saarbruken, Germany. The article explored his work on the Intelligent Support for Authoring Semantic Learning Content project funded by the European Commission’s Community Research and Development Information Service. The magazine article (published March 2013) discussed how Sosnovsky’s project will enhance adaptive e-Learning by making it possible to develop smart instructional material for a broader audience of content authors. The article can be viewed at [[http://www.research-europe.com/magazine/REGIONAL/EX8/index.html]] , beginning on page 71.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2013-01-01&amp;quot;&amp;gt;2013-01-01&amp;lt;/span&amp;gt; :: [[User:peterb | Peter Brusilovsky]] appointed the Editor-In-Chief of [http://www.computer.org/portal/web/tlt  IEEE Transactions on Learning Technologies]. ====&lt;br /&gt;
Peter is appointed the Editor-In-Chief of IEEE Transactions on Learning Technologies, a journal dedicated to advancing the state of the art in technology-enhanced learning. This quarterly publication covers leading edge research on topics such as educational software applications, online learning systems, and simulation systems for education and training. Read the news story on SIS Web site: [http://www.ischool.pitt.edu/news/3-11-2013.php]&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2012-07-09&amp;quot;&amp;gt;2012-08-26&amp;lt;/span&amp;gt; :: [[User:Rostaf | Rosta Farzan]] started her new position as an Assistant Professor at the School of Information Sciences. ====&lt;br /&gt;
Congratulations to Rosta! After 3 years as a postdoc at CMU, she is now back to Pitt as an Assistant Professor. During her first semester at SIS she is teaching IS2430 Social Computing course. Read the news story on SIS Web site: [http://www.ischool.pitt.edu/news/08-02-2012.php]&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2012-07-09&amp;quot;&amp;gt;2012-07-09&amp;lt;/span&amp;gt; :: [[User:shoha99 | Sharon Hsiao]] Thesis Defence: Navigation Support and Social Visualization for Personalized E-Learning  ====&lt;br /&gt;
A large number of educational resources is now made available on the Web to support both regular classroom learning and online learning. However, the abundance of available content produced at least two problems: how to help students to find the most appropriate resources and how to engage them into using these resources and benefit from them. Personalized and social learning have been suggested as potential ways to address these problems.&lt;br /&gt;
&lt;br /&gt;
This work attempts to combine the ideas of personalized and social learning by providing navigation support through an open social student modeling visualization. A series of classroom studies exploited the idea of the approach and revealed promising results, which demonstrated the personalized guidance and social visualization combined helped students to find the most relevant resources of parameterized self-assessment questions for Java programming. Thus, this dissertation extend the approach to a larger collection of learning objects for cross content navigation and verify its capability of supporting social visualization for personalized E-Learning.&lt;br /&gt;
&lt;br /&gt;
The study results confirm that working with the non-mandatory system, students enhanced the learning quality in increasing their motivation and engagement. They successfully achieved better learning results. Meanwhile, incorporating a mixed collection of content in the open social student modeling visualizations effectively led the students to work at the right level of questions. Both strong and weak student worked with the appropriate levels of questions for their readiness accordingly and yielded a consistent performance across all three levels of complexities. Additionally, providing a more realistic content collection on the navigation supported open social student modeling visualizations results in a uniform performance in the group. The classroom study revealed a clear pattern of social guidance, where the stronger students left the traces for weaker ones to follow. The subjective evaluation confirms the design of the interface in terms of the content organization. Students’ positive responses also compliment the objective system usage data.&lt;br /&gt;
&lt;br /&gt;
download it from [http://d-scholarship.pitt.edu/13439/ here]&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2011-11-30&amp;quot;&amp;gt;2011-11-30&amp;lt;/span&amp;gt; :: [[User:Sergey | Sergey Sosnovsky]] Thesis Defence: Ontology-Based Open-Corpus Personalization for E-Learning  ====&lt;br /&gt;
Conventional closed-corpus adaptive information systems control limited sets of documents in fixed subject domains and cannot provide access to the content outside the system. Such restrictions contradict the requirements of today, when most of the information systems are implemented in the open document space of WWW and are expected to operate on the open-corpus content. In order to maintain personalized access to open-corpus documents, an adaptive system should be able to model the documents and the relations between the documents and the domain knowledge automatically and dynamically. This dissertation explores the problem of open-corpus personalization and semantic modeling of open-corpus content in the context of e-Learning. Information on WWW is not without structure. Many collections of online instructional material (tutorials, electronic books, digital libraries, etc.) have been provided with implicit knowledge models encoded in form of tables of content, indexes, headers of chapters, links between pages, and different styles of text fragments. The main dissertation approach tries to leverage this layer of hidden semantics by extracting and representing it as coarse-grained models of collections. A central domain ontology is used to maintain overlay modeling of studentsÕ knowledge and serves as a reference point for multiple collections of external instructional material. In order to establish the link between the ontology and the open-corpus content models a special ontology mapping algorithm has been developed.  The proposed approach has been applied in the Ontology-based Open-corpus Personalization Service (OOPS) that recommends and adaptively annotates online reading material. The domain of Java programming has been chosen for the proof-of-concept implementation. A controlled experiment has been organized to evaluate the developed adaptive system and the proposed approach overall. The results of the evaluation have demonstrated several significant learning effects of the implemented open-corpus personalization. The analysis of log-based data has also shown that the open-corpus version of the system is capable of providing personalization of similar quality to the close-corpus one. Such results indicate that the proposed approach supports fully-scale open-corpus personalization for e-Learning. Further research is required to verify if the approach remains effective in other subject domains and with other types of instructional content.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2011-07-15&amp;quot;&amp;gt;2011-07-15&amp;lt;/span&amp;gt; :: [[User:DParra | Denis Parra]] earns a paper award in UMAP 2011 ====&lt;br /&gt;
In the last conference of User Modeling, Adaptation and Personalization (UMAP 2011) Denis Parra won one of the 2 [http://www.umap2011.org/program/best-paper-awards James Chen Best Student paper awards] for his paper '''Walk The Talk: Analyzing the relation between implicit and explicit feedback for preference elicitation''' that he co-authored with Dr. Xavier Amatriain. In this paper, the authors present a study on the music domain with last.fm users, which results leads them to create a regression model that maps implicit information (such as playcounts and how recently a user listened to albums) with explicit information in the form of ratings. More details in the [http://www.springerlink.com/content/645721483544r815/  conference proceedings in Springer]&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2011-06-12&amp;quot;&amp;gt;2011-06-12&amp;lt;/span&amp;gt; :: [[User:peterb | Peter]] Promoted to Rank of Full Professor ====&lt;br /&gt;
Congratulations to our head of PAWS lab! [[http://www.ischool.pitt.edu/news/06-10-2011.php Read more ]]&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2011-05-01&amp;quot;&amp;gt;2011-05-01&amp;lt;/span&amp;gt; :: [[User:shoha99 | Sharon]] received 2011 Allen Kent Award for Outstanding Contributions to the Graduate Program in Information Science ==== &lt;br /&gt;
She has worked with [http://www.sis.pitt.edu/~gray/ Dr. Glenn Ray] several years in designing and teaching undergraduate courses. She's affiliated as teaching fellow and teaches in our school now.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2010-12-15&amp;quot;&amp;gt;2010-12-15&amp;lt;/span&amp;gt; :: [[User:peterb | Peter]] received Google grant to work on ''Personalized Social Systems for Local Communities'' ====&lt;br /&gt;
The grant will support our efforts to increase user participation in social systems designed for local communities. In the course of the project will explore two innovative ideas for increasing participation. The first idea is to provide access to information “beyond the desktop,” by adding a mobile location-based interface to access information. This will increase both the number of active users and the volume of their contributions. The second idea is to provide personalized access to information to increase the chance to gather relevant information. This work will be based on two existing social systems that were developed and maintained by PAWs lab: the [[Systems#CoMeT | CoMeT]] system for sharing information about research talks at Carnegie Mellon and University of Pittsburgh and Eventur, a social system for recommending cultural events in the Pittsburgh area.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2010-09-17&amp;quot;&amp;gt;2010-09-17&amp;lt;/span&amp;gt; :: [[User:Myudelson | Michael Yudelson's]] Thesis Defence: Providing Service-Based Personalization In An Adaptive Hypermedia System ====&lt;br /&gt;
The dissertation proposes a novel way of speeding the development of new adaptive hypermedia systems. The gist of the approach is to extract the adaptation functionality out of the adaptive hypermedia system, encapsulate it into a standalone system, and offer adaptation as a service to the client applications. Such a standalone adaptation provider reduces the development of adaptation functionality to configuration and compliance and as a result creates new adaptive systems faster and helps serve larger user populations with adaptively accessible content. [[http://washington.sis.pitt.edu/comet/presentColloquium.do?col_id=777 details]]&lt;br /&gt;
The electronic version of [[User:Myudelson | Michael Yudelson's]] dissertation has been approved by the School of Information Sciences. ETD is accessible worldwide from the online library catalog of the University of Pittsburgh ([http://etd.library.pitt.edu/ETD/available/etd-10132010-092137/ link]).&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2010-09-15&amp;quot;&amp;gt;2010-09-15&amp;lt;/span&amp;gt; :: [[User:peterb | Peter Brusilovsky]] received NSF grant to work on ''Modeling and Visualization of Latent Communities'' ====&lt;br /&gt;
This EAGER grant will allow us to investigate how to model and visualize latent communities – those groups of people who form communities based on their similar interests. This work will consider how to elicit latent communities from various kinds of data about individuals available in the modern social Web and deliver the results in a manner suitable for interactive exploration through interactive visualizations. This will be one of the first attempts to use a variety of social Web data and approaches to community modeling. [[http://www.nsf.gov/awardsearch/showAward.do?AwardNumber=1059577 details]]&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2010-09-08&amp;quot;&amp;gt;2010-09-08&amp;lt;/span&amp;gt; :: [[User:jahn | Jae-wook's]] Thesis Defence: Adaptive Visualization for Focused Personalized Information Retrieval ====&lt;br /&gt;
Jae-wook Ahn's dissertation proposes to incorporate interactive visualization into personalized search in order to overcome the limitation. By combining the personalized search and the interactive visualization, we expect our approach will be able to help users to better explore the information space and locate relevant information more efficiently. [[http://washington.sis.pitt.edu/comet/presentColloquium.do?col_id=764 details]]&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2010-09-01&amp;quot;&amp;gt;2010-09-01&amp;lt;/span&amp;gt; :: [[User:peterb | Peter Brusilovsky]] and Jung Sun Oh received NSF grant to work on ''Personalization and social networking for short-term communities'' ====&lt;br /&gt;
This one-year grant will support a project exploring personalization and social networking for short-term communities. Using academic research conferences as a test bed, our team will explore new methods to leverage information about user interests (available from multiple external resources) and develop techniques to facilitate use of existing social technologies. [[http://www.nsf.gov/awardsearch/showAward.do?AwardNumber=1052768 details]]&lt;br /&gt;
&lt;br /&gt;
==== 2010-08-15 :: SIGWeb Newsletter published an interview with [[User:peterb | Peter Brusilovsky]] ====&lt;br /&gt;
The Summer 2010 issue of SIGWeb Newsletter (a magazine of ACM Special Interest Group on Hypertext and the Web) published an [http://dx.doi.org/10.1145/1796390.1796393 interview with Peter Brusilovsky]. The interview provides some personal view on research project performed at PAWS.&lt;br /&gt;
&lt;br /&gt;
==== 2010-07-01 :: [[User:jahn | Jae-wook]] has received Computing Inovation Fellowship ====&lt;br /&gt;
Jae-wook Ahn was chosen as a [http://cifellows.org  CIFellow] (Computing Innovation Fellow) supported by the Computing Community Consortium (CCC), the Computing Research Association (CRA), and the National Science Foundation.  Starting from the fall 2010, he is going to work with [http://www.cs.umd.edu/~ben/ Dr. Ben Shneiderman] at the [http://www.cs.umd.edu/hcil Human Computer Interaction Lab], University of Maryland.&lt;br /&gt;
&lt;br /&gt;
==== 2010-05-01 :: Sergey has received EU Marie Curie International Incoming Fellowship ====&lt;br /&gt;
Sergey Sosnovsky's proposal for EU [http://cordis.europa.eu/improving/fellowships/home.htm Marie Curie Fellowship] is approved by the EU Research Executive Agency. The funding starts in July, 2010 and will last until July 2012. The project &amp;quot;Intelligent Support for Authoring Semantic Learning Content&amp;quot; will focus on implementation of author-friendly technologies for learning content development, including collaborative authoring support, metadata authoring support, open-corpus content discovery, interactivity authoring, and gap detection.&lt;br /&gt;
&lt;br /&gt;
==== 2009-06-27 :: Rosta receives her second James Chen Award ====&lt;br /&gt;
Rosta Farzan received James Chen Best Student Paper Award at the 12th International Conference on User Modelling, Adaptation and Personalization, UMAP2009, in Trento, Italy for the paper ''Social Navigation Support for Information Seeking: If You Build It, Will They Come?'' by Rosta Farzan and Peter Brusilovsky. This is her second James Chen Award, congratulations!&lt;br /&gt;
&lt;br /&gt;
==== 2009-06-26 :: PAWS Caught on UMAP 2009 Video ====&lt;br /&gt;
* 0:27 [[User:Myudelson|Michael]]&lt;br /&gt;
* 1:09 [[User:Rostaf|Rosta]]&lt;br /&gt;
* 1:18 [[User:Sergey|Sergey]]&lt;br /&gt;
* 1:51 [[User:Suleehs|Danielle]]&lt;br /&gt;
* 3:12 [[User:Myudelson|Michael]] and [[User:Sergey|Sergey]]&lt;br /&gt;
* 4:01 [[User:Peterb|Peter]]&lt;br /&gt;
&amp;lt;youtube&amp;gt;v_amf_zcLtQ&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== 2009-05-28 :: [[User:peterb | Peter]] awarded honorary doctorate by the Slovak University of Technology in Bratislava ====&lt;br /&gt;
At a ceremony in Bratislava today, Peter Brusilovsky was honored by the [http://www.stuba.sk/ Slovak University of Technology in Bratislava] with the degree of Doctor honoris causa. The university, founded in 1937 in Bratislava, is one of the most significant institutions of higher education in Slovakia. Peter was selected for this recognition for &amp;quot;his contributions to the fields of Informatics and Information Technologies&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== 2008-07-31 :: [[User:peterb | Peter]] receives Best Paper Award at AH 2008 ====&lt;br /&gt;
Peter Brusilovsky received Best Paper Award at the 5th International Conference on Adaptive Hypermedia and Adaptive Web-Based Systems, AH 2008, in Hannover, Germany  for the paper [http://www.springerlink.com/content/6h410u3w4836v866/ ''Social Information Access for the Rest of Us: An Exploration of Social YouTube''] by Maurice Coyle, Jill Freyne, Peter Brusilovsky, and Barry Smyth&lt;br /&gt;
&lt;br /&gt;
==== 2007-06-28 :: [[User:Myudelson | Michael]] receives James Chen Best Student Paper Award at UM 2007 ====&lt;br /&gt;
Michael Yudelson received James Chen Best Student Paper Award at the 11th International Conference on User Modelling, UM07, in Corfu, Greece for the paper [http://www.springerlink.com/content/c723060442701737/ ''A User Modeling Server for Contemporary Adaptive Hypermedia: an Evaluation of Push Approach  to Evidence Propagation''] by Michael Yudelson, Peter Brusilovsky, and Vladimir Zadorozhny&lt;/div&gt;</summary>
		<author><name>Shoha99</name></author>
		
	</entry>
	<entry>
		<id>https://adapt2.sis.pitt.edu/w/index.php?title=News&amp;diff=2087</id>
		<title>News</title>
		<link rel="alternate" type="text/html" href="https://adapt2.sis.pitt.edu/w/index.php?title=News&amp;diff=2087"/>
		<updated>2014-05-06T23:41:18Z</updated>

		<summary type="html">&lt;p&gt;Shoha99: /* &amp;lt;span id=&amp;quot;2014-05-06&amp;quot;&amp;gt;2014-05-06&amp;lt;/span&amp;gt; ::  Sharon Hsiao is enroute to CIDSE @ ASU as Assistant Professor this Fall. */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2014-05-06&amp;quot;&amp;gt;2014-05-06&amp;lt;/span&amp;gt; :: [[User: shoha99 | Sharon Hsiao]] is appointed as Assistant Professor in CIDSE @ ASU this Fall.====&lt;br /&gt;
On completing 2 years successful post-doctoral innovation fellow position in [http://edlab.tc.columbia.edu EdLab], Teachers College @ Columbia University, [[User: shoha99 | Sharon]] is moving onto a tenure-track position in [http://cidse.engineering.asu.edu School of Computing, Informatics, Decision Systems Engineering] (AKA: Engineering school) in [http://www.asu.edu ASU], Phoenix, Arizona. She anticipates to continue working on the emerging topics of computational technologies in learning. Meanwhile, persistently dedicate to the course - [http://www.columbia.edu/~ih2240/dataviz/index.htm Data Visualization], which she established in [http://www.qmss.columbia.edu QMSS (Quantitative Methods in the Social Sciences)], School of Arts &amp;amp; Sciences in [http://www.columbia.edu Columbia University].&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2013-07-28&amp;quot;&amp;gt;2014-03-13&amp;lt;/span&amp;gt; :: [[User: Jennifer | Yi-Ling(Jennifer) Lin]] started her new position as an Assistant Professor in the Department of Information Management at the National Sun Yat-Sen University in Taiwan.====&lt;br /&gt;
Yi-Ling (Jennifer) joined the Information Management faculty at the National Sun Yat-Sen University [http://http://epage.mis.nsysu.edu.tw/files/11-1100-4988-1.php?Lang=en] where she is an Assistant Professor. She is teaching Java course and continues to cooperate with Paws Lab to explore the social comparison in cyberlearning.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2013-07-28&amp;quot;&amp;gt;2013-07-28&amp;lt;/span&amp;gt; :: KnowledgeZoom got ICALT 2013 Best full Paper Award ====&lt;br /&gt;
Congratulations to paws! &amp;quot;KnowledgeZoom for Java: A Concept Based Exam Study Tool with a Zoomable Open Student Model&amp;quot; won the best full paper award of ICALT 2013 conference. &lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2013-07-28&amp;quot;&amp;gt;2013-07-28&amp;lt;/span&amp;gt; :: [[User: Falakmasir | Mohammad Falakmasir]] won EDM 2013 Best Student Paper ====&lt;br /&gt;
Congratulations to Mohammad! His paper entitled as &amp;quot;A Spectral Learning Approach to Knowledge Tracing&amp;quot; won the best student paper award of EDM 2013 conference. In his paper, he proposed using Spectral Learning (SL) to learn the BKT parameters.  Results of his study showed that SL can improve knowledge tracing parameter fitting time significantly while maintaining the same prediction accuracy. For more details on his paper please refer to his article [http://halley.exp.sis.pitt.edu/cn3/presentation2.php?presentationID=5323&amp;amp;conferenceID=115] &lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2013-05-01&amp;quot;&amp;gt;2013-05-01&amp;lt;/span&amp;gt; :: [[User:peterb | Peter Brusilovsky]] and PAWS lab win Army Contract to develop social personalized learning architecture. ====&lt;br /&gt;
Peter Brusilovsky, Professor at the iSchool, has been awarded a contract by the United States Army Contracting Command to participate in the Advanced Distributed Learning (ADL) Initiative. Brusilovsky’ s contract, for $623,005 over a three-year period, will support his work on the architecture, algorithms, and interfaces for a Personal Assistant for Learning (PAL), one of the major endeavors undertaken by the ADL Initiative. Through a PAL, the Initiative will provide state of the art education and training -- using technology and innovative learning methodologies -- for workforce members in the Department of Defense and the federal government. Read the news story on SIS Web site: [http://www.ischool.pitt.edu/news/05-01-2013.php]&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2013-04-01&amp;quot;&amp;gt;2013-04-01&amp;lt;/span&amp;gt; :: Sergey Sosnovsky profiled in International Innovation ====&lt;br /&gt;
Sergey Sosnovsky, who earned his PhD in Information Science in 2012, was recently profiled in International Innovation Magazine about his work on eLearning systems research and tools. Sosnovsky is the Principal Researcher and Head of the Intelligent e-Learning Technology Lab at the German Research Center for Artificial Intelligence in Saarbruken, Germany. The article explored his work on the Intelligent Support for Authoring Semantic Learning Content project funded by the European Commission’s Community Research and Development Information Service. The magazine article (published March 2013) discussed how Sosnovsky’s project will enhance adaptive e-Learning by making it possible to develop smart instructional material for a broader audience of content authors. The article can be viewed at [[http://www.research-europe.com/magazine/REGIONAL/EX8/index.html]] , beginning on page 71.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2013-01-01&amp;quot;&amp;gt;2013-01-01&amp;lt;/span&amp;gt; :: [[User:peterb | Peter Brusilovsky]] appointed the Editor-In-Chief of [http://www.computer.org/portal/web/tlt  IEEE Transactions on Learning Technologies]. ====&lt;br /&gt;
Peter is appointed the Editor-In-Chief of IEEE Transactions on Learning Technologies, a journal dedicated to advancing the state of the art in technology-enhanced learning. This quarterly publication covers leading edge research on topics such as educational software applications, online learning systems, and simulation systems for education and training. Read the news story on SIS Web site: [http://www.ischool.pitt.edu/news/3-11-2013.php]&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2012-07-09&amp;quot;&amp;gt;2012-08-26&amp;lt;/span&amp;gt; :: [[User:Rostaf | Rosta Farzan]] started her new position as an Assistant Professor at the School of Information Sciences. ====&lt;br /&gt;
Congratulations to Rosta! After 3 years as a postdoc at CMU, she is now back to Pitt as an Assistant Professor. During her first semester at SIS she is teaching IS2430 Social Computing course. Read the news story on SIS Web site: [http://www.ischool.pitt.edu/news/08-02-2012.php]&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2012-07-09&amp;quot;&amp;gt;2012-07-09&amp;lt;/span&amp;gt; :: [[User:shoha99 | Sharon Hsiao]] Thesis Defence: Navigation Support and Social Visualization for Personalized E-Learning  ====&lt;br /&gt;
A large number of educational resources is now made available on the Web to support both regular classroom learning and online learning. However, the abundance of available content produced at least two problems: how to help students to find the most appropriate resources and how to engage them into using these resources and benefit from them. Personalized and social learning have been suggested as potential ways to address these problems.&lt;br /&gt;
&lt;br /&gt;
This work attempts to combine the ideas of personalized and social learning by providing navigation support through an open social student modeling visualization. A series of classroom studies exploited the idea of the approach and revealed promising results, which demonstrated the personalized guidance and social visualization combined helped students to find the most relevant resources of parameterized self-assessment questions for Java programming. Thus, this dissertation extend the approach to a larger collection of learning objects for cross content navigation and verify its capability of supporting social visualization for personalized E-Learning.&lt;br /&gt;
&lt;br /&gt;
The study results confirm that working with the non-mandatory system, students enhanced the learning quality in increasing their motivation and engagement. They successfully achieved better learning results. Meanwhile, incorporating a mixed collection of content in the open social student modeling visualizations effectively led the students to work at the right level of questions. Both strong and weak student worked with the appropriate levels of questions for their readiness accordingly and yielded a consistent performance across all three levels of complexities. Additionally, providing a more realistic content collection on the navigation supported open social student modeling visualizations results in a uniform performance in the group. The classroom study revealed a clear pattern of social guidance, where the stronger students left the traces for weaker ones to follow. The subjective evaluation confirms the design of the interface in terms of the content organization. Students’ positive responses also compliment the objective system usage data.&lt;br /&gt;
&lt;br /&gt;
download it from [http://d-scholarship.pitt.edu/13439/ here]&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2011-11-30&amp;quot;&amp;gt;2011-11-30&amp;lt;/span&amp;gt; :: [[User:Sergey | Sergey Sosnovsky]] Thesis Defence: Ontology-Based Open-Corpus Personalization for E-Learning  ====&lt;br /&gt;
Conventional closed-corpus adaptive information systems control limited sets of documents in fixed subject domains and cannot provide access to the content outside the system. Such restrictions contradict the requirements of today, when most of the information systems are implemented in the open document space of WWW and are expected to operate on the open-corpus content. In order to maintain personalized access to open-corpus documents, an adaptive system should be able to model the documents and the relations between the documents and the domain knowledge automatically and dynamically. This dissertation explores the problem of open-corpus personalization and semantic modeling of open-corpus content in the context of e-Learning. Information on WWW is not without structure. Many collections of online instructional material (tutorials, electronic books, digital libraries, etc.) have been provided with implicit knowledge models encoded in form of tables of content, indexes, headers of chapters, links between pages, and different styles of text fragments. The main dissertation approach tries to leverage this layer of hidden semantics by extracting and representing it as coarse-grained models of collections. A central domain ontology is used to maintain overlay modeling of studentsÕ knowledge and serves as a reference point for multiple collections of external instructional material. In order to establish the link between the ontology and the open-corpus content models a special ontology mapping algorithm has been developed.  The proposed approach has been applied in the Ontology-based Open-corpus Personalization Service (OOPS) that recommends and adaptively annotates online reading material. The domain of Java programming has been chosen for the proof-of-concept implementation. A controlled experiment has been organized to evaluate the developed adaptive system and the proposed approach overall. The results of the evaluation have demonstrated several significant learning effects of the implemented open-corpus personalization. The analysis of log-based data has also shown that the open-corpus version of the system is capable of providing personalization of similar quality to the close-corpus one. Such results indicate that the proposed approach supports fully-scale open-corpus personalization for e-Learning. Further research is required to verify if the approach remains effective in other subject domains and with other types of instructional content.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2011-07-15&amp;quot;&amp;gt;2011-07-15&amp;lt;/span&amp;gt; :: [[User:DParra | Denis Parra]] earns a paper award in UMAP 2011 ====&lt;br /&gt;
In the last conference of User Modeling, Adaptation and Personalization (UMAP 2011) Denis Parra won one of the 2 [http://www.umap2011.org/program/best-paper-awards James Chen Best Student paper awards] for his paper '''Walk The Talk: Analyzing the relation between implicit and explicit feedback for preference elicitation''' that he co-authored with Dr. Xavier Amatriain. In this paper, the authors present a study on the music domain with last.fm users, which results leads them to create a regression model that maps implicit information (such as playcounts and how recently a user listened to albums) with explicit information in the form of ratings. More details in the [http://www.springerlink.com/content/645721483544r815/  conference proceedings in Springer]&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2011-06-12&amp;quot;&amp;gt;2011-06-12&amp;lt;/span&amp;gt; :: [[User:peterb | Peter]] Promoted to Rank of Full Professor ====&lt;br /&gt;
Congratulations to our head of PAWS lab! [[http://www.ischool.pitt.edu/news/06-10-2011.php Read more ]]&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2011-05-01&amp;quot;&amp;gt;2011-05-01&amp;lt;/span&amp;gt; :: [[User:shoha99 | Sharon]] received 2011 Allen Kent Award for Outstanding Contributions to the Graduate Program in Information Science ==== &lt;br /&gt;
She has worked with [http://www.sis.pitt.edu/~gray/ Dr. Glenn Ray] several years in designing and teaching undergraduate courses. She's affiliated as teaching fellow and teaches in our school now.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2010-12-15&amp;quot;&amp;gt;2010-12-15&amp;lt;/span&amp;gt; :: [[User:peterb | Peter]] received Google grant to work on ''Personalized Social Systems for Local Communities'' ====&lt;br /&gt;
The grant will support our efforts to increase user participation in social systems designed for local communities. In the course of the project will explore two innovative ideas for increasing participation. The first idea is to provide access to information “beyond the desktop,” by adding a mobile location-based interface to access information. This will increase both the number of active users and the volume of their contributions. The second idea is to provide personalized access to information to increase the chance to gather relevant information. This work will be based on two existing social systems that were developed and maintained by PAWs lab: the [[Systems#CoMeT | CoMeT]] system for sharing information about research talks at Carnegie Mellon and University of Pittsburgh and Eventur, a social system for recommending cultural events in the Pittsburgh area.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2010-09-17&amp;quot;&amp;gt;2010-09-17&amp;lt;/span&amp;gt; :: [[User:Myudelson | Michael Yudelson's]] Thesis Defence: Providing Service-Based Personalization In An Adaptive Hypermedia System ====&lt;br /&gt;
The dissertation proposes a novel way of speeding the development of new adaptive hypermedia systems. The gist of the approach is to extract the adaptation functionality out of the adaptive hypermedia system, encapsulate it into a standalone system, and offer adaptation as a service to the client applications. Such a standalone adaptation provider reduces the development of adaptation functionality to configuration and compliance and as a result creates new adaptive systems faster and helps serve larger user populations with adaptively accessible content. [[http://washington.sis.pitt.edu/comet/presentColloquium.do?col_id=777 details]]&lt;br /&gt;
The electronic version of [[User:Myudelson | Michael Yudelson's]] dissertation has been approved by the School of Information Sciences. ETD is accessible worldwide from the online library catalog of the University of Pittsburgh ([http://etd.library.pitt.edu/ETD/available/etd-10132010-092137/ link]).&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2010-09-15&amp;quot;&amp;gt;2010-09-15&amp;lt;/span&amp;gt; :: [[User:peterb | Peter Brusilovsky]] received NSF grant to work on ''Modeling and Visualization of Latent Communities'' ====&lt;br /&gt;
This EAGER grant will allow us to investigate how to model and visualize latent communities – those groups of people who form communities based on their similar interests. This work will consider how to elicit latent communities from various kinds of data about individuals available in the modern social Web and deliver the results in a manner suitable for interactive exploration through interactive visualizations. This will be one of the first attempts to use a variety of social Web data and approaches to community modeling. [[http://www.nsf.gov/awardsearch/showAward.do?AwardNumber=1059577 details]]&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2010-09-08&amp;quot;&amp;gt;2010-09-08&amp;lt;/span&amp;gt; :: [[User:jahn | Jae-wook's]] Thesis Defence: Adaptive Visualization for Focused Personalized Information Retrieval ====&lt;br /&gt;
Jae-wook Ahn's dissertation proposes to incorporate interactive visualization into personalized search in order to overcome the limitation. By combining the personalized search and the interactive visualization, we expect our approach will be able to help users to better explore the information space and locate relevant information more efficiently. [[http://washington.sis.pitt.edu/comet/presentColloquium.do?col_id=764 details]]&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2010-09-01&amp;quot;&amp;gt;2010-09-01&amp;lt;/span&amp;gt; :: [[User:peterb | Peter Brusilovsky]] and Jung Sun Oh received NSF grant to work on ''Personalization and social networking for short-term communities'' ====&lt;br /&gt;
This one-year grant will support a project exploring personalization and social networking for short-term communities. Using academic research conferences as a test bed, our team will explore new methods to leverage information about user interests (available from multiple external resources) and develop techniques to facilitate use of existing social technologies. [[http://www.nsf.gov/awardsearch/showAward.do?AwardNumber=1052768 details]]&lt;br /&gt;
&lt;br /&gt;
==== 2010-08-15 :: SIGWeb Newsletter published an interview with [[User:peterb | Peter Brusilovsky]] ====&lt;br /&gt;
The Summer 2010 issue of SIGWeb Newsletter (a magazine of ACM Special Interest Group on Hypertext and the Web) published an [http://dx.doi.org/10.1145/1796390.1796393 interview with Peter Brusilovsky]. The interview provides some personal view on research project performed at PAWS.&lt;br /&gt;
&lt;br /&gt;
==== 2010-07-01 :: [[User:jahn | Jae-wook]] has received Computing Inovation Fellowship ====&lt;br /&gt;
Jae-wook Ahn was chosen as a [http://cifellows.org  CIFellow] (Computing Innovation Fellow) supported by the Computing Community Consortium (CCC), the Computing Research Association (CRA), and the National Science Foundation.  Starting from the fall 2010, he is going to work with [http://www.cs.umd.edu/~ben/ Dr. Ben Shneiderman] at the [http://www.cs.umd.edu/hcil Human Computer Interaction Lab], University of Maryland.&lt;br /&gt;
&lt;br /&gt;
==== 2010-05-01 :: Sergey has received EU Marie Curie International Incoming Fellowship ====&lt;br /&gt;
Sergey Sosnovsky's proposal for EU [http://cordis.europa.eu/improving/fellowships/home.htm Marie Curie Fellowship] is approved by the EU Research Executive Agency. The funding starts in July, 2010 and will last until July 2012. The project &amp;quot;Intelligent Support for Authoring Semantic Learning Content&amp;quot; will focus on implementation of author-friendly technologies for learning content development, including collaborative authoring support, metadata authoring support, open-corpus content discovery, interactivity authoring, and gap detection.&lt;br /&gt;
&lt;br /&gt;
==== 2009-06-27 :: Rosta receives her second James Chen Award ====&lt;br /&gt;
Rosta Farzan received James Chen Best Student Paper Award at the 12th International Conference on User Modelling, Adaptation and Personalization, UMAP2009, in Trento, Italy for the paper ''Social Navigation Support for Information Seeking: If You Build It, Will They Come?'' by Rosta Farzan and Peter Brusilovsky. This is her second James Chen Award, congratulations!&lt;br /&gt;
&lt;br /&gt;
==== 2009-06-26 :: PAWS Caught on UMAP 2009 Video ====&lt;br /&gt;
* 0:27 [[User:Myudelson|Michael]]&lt;br /&gt;
* 1:09 [[User:Rostaf|Rosta]]&lt;br /&gt;
* 1:18 [[User:Sergey|Sergey]]&lt;br /&gt;
* 1:51 [[User:Suleehs|Danielle]]&lt;br /&gt;
* 3:12 [[User:Myudelson|Michael]] and [[User:Sergey|Sergey]]&lt;br /&gt;
* 4:01 [[User:Peterb|Peter]]&lt;br /&gt;
&amp;lt;youtube&amp;gt;v_amf_zcLtQ&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== 2009-05-28 :: [[User:peterb | Peter]] awarded honorary doctorate by the Slovak University of Technology in Bratislava ====&lt;br /&gt;
At a ceremony in Bratislava today, Peter Brusilovsky was honored by the [http://www.stuba.sk/ Slovak University of Technology in Bratislava] with the degree of Doctor honoris causa. The university, founded in 1937 in Bratislava, is one of the most significant institutions of higher education in Slovakia. Peter was selected for this recognition for &amp;quot;his contributions to the fields of Informatics and Information Technologies&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== 2008-07-31 :: [[User:peterb | Peter]] receives Best Paper Award at AH 2008 ====&lt;br /&gt;
Peter Brusilovsky received Best Paper Award at the 5th International Conference on Adaptive Hypermedia and Adaptive Web-Based Systems, AH 2008, in Hannover, Germany  for the paper [http://www.springerlink.com/content/6h410u3w4836v866/ ''Social Information Access for the Rest of Us: An Exploration of Social YouTube''] by Maurice Coyle, Jill Freyne, Peter Brusilovsky, and Barry Smyth&lt;br /&gt;
&lt;br /&gt;
==== 2007-06-28 :: [[User:Myudelson | Michael]] receives James Chen Best Student Paper Award at UM 2007 ====&lt;br /&gt;
Michael Yudelson received James Chen Best Student Paper Award at the 11th International Conference on User Modelling, UM07, in Corfu, Greece for the paper [http://www.springerlink.com/content/c723060442701737/ ''A User Modeling Server for Contemporary Adaptive Hypermedia: an Evaluation of Push Approach  to Evidence Propagation''] by Michael Yudelson, Peter Brusilovsky, and Vladimir Zadorozhny&lt;/div&gt;</summary>
		<author><name>Shoha99</name></author>
		
	</entry>
	<entry>
		<id>https://adapt2.sis.pitt.edu/w/index.php?title=News&amp;diff=2086</id>
		<title>News</title>
		<link rel="alternate" type="text/html" href="https://adapt2.sis.pitt.edu/w/index.php?title=News&amp;diff=2086"/>
		<updated>2014-05-06T20:51:38Z</updated>

		<summary type="html">&lt;p&gt;Shoha99: /* &amp;lt;span id=&amp;quot;2014-05-06&amp;quot;&amp;gt;2014-05-06&amp;lt;/span&amp;gt; ::  Sharon Hsiao is enroute to CIDSE @ ASU as Assistant Professor this Fall. */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2014-05-06&amp;quot;&amp;gt;2014-05-06&amp;lt;/span&amp;gt; :: [[User: shoha99 | Sharon Hsiao]] is enroute to CIDSE @ ASU as Assistant Professor this Fall.====&lt;br /&gt;
On completing 2 years successful post-doctoral innovation fellow position in [http://edlab.tc.columbia.edu EdLab], Teachers College @ Columbia University, [[User: shoha99 | Sharon]] is moving onto a tenure-track position in [http://cidse.engineering.asu.edu School of Computing, Informatics, Decision Systems Engineering] (AKA: Engineering school) in [http://www.asu.edu ASU], Phoenix, Arizona. She anticipates to continue working on the emerging topics of computational technologies in learning. Meanwhile, persistently dedicate to the course - [http://www.columbia.edu/~ih2240/dataviz/index.htm Data Visualization], which she established in [http://www.qmss.columbia.edu QMSS (Quantitative Methods in the Social Sciences)], School of Arts &amp;amp; Sciences in [http://www.columbia.edu Columbia University].&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2013-07-28&amp;quot;&amp;gt;2014-03-13&amp;lt;/span&amp;gt; :: [[User: Jennifer | Yi-Ling(Jennifer) Lin]] started her new position as an Assistant Professor in the Department of Information Management at the National Sun Yat-Sen University in Taiwan.====&lt;br /&gt;
Yi-Ling (Jennifer) joined the Information Management faculty at the National Sun Yat-Sen University [http://http://epage.mis.nsysu.edu.tw/files/11-1100-4988-1.php?Lang=en] where she is an Assistant Professor. She is teaching Java course and continues to cooperate with Paws Lab to explore the social comparison in cyberlearning.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2013-07-28&amp;quot;&amp;gt;2013-07-28&amp;lt;/span&amp;gt; :: KnowledgeZoom got ICALT 2013 Best full Paper Award ====&lt;br /&gt;
Congratulations to paws! &amp;quot;KnowledgeZoom for Java: A Concept Based Exam Study Tool with a Zoomable Open Student Model&amp;quot; won the best full paper award of ICALT 2013 conference. &lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2013-07-28&amp;quot;&amp;gt;2013-07-28&amp;lt;/span&amp;gt; :: [[User: Falakmasir | Mohammad Falakmasir]] won EDM 2013 Best Student Paper ====&lt;br /&gt;
Congratulations to Mohammad! His paper entitled as &amp;quot;A Spectral Learning Approach to Knowledge Tracing&amp;quot; won the best student paper award of EDM 2013 conference. In his paper, he proposed using Spectral Learning (SL) to learn the BKT parameters.  Results of his study showed that SL can improve knowledge tracing parameter fitting time significantly while maintaining the same prediction accuracy. For more details on his paper please refer to his article [http://halley.exp.sis.pitt.edu/cn3/presentation2.php?presentationID=5323&amp;amp;conferenceID=115] &lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2013-05-01&amp;quot;&amp;gt;2013-05-01&amp;lt;/span&amp;gt; :: [[User:peterb | Peter Brusilovsky]] and PAWS lab win Army Contract to develop social personalized learning architecture. ====&lt;br /&gt;
Peter Brusilovsky, Professor at the iSchool, has been awarded a contract by the United States Army Contracting Command to participate in the Advanced Distributed Learning (ADL) Initiative. Brusilovsky’ s contract, for $623,005 over a three-year period, will support his work on the architecture, algorithms, and interfaces for a Personal Assistant for Learning (PAL), one of the major endeavors undertaken by the ADL Initiative. Through a PAL, the Initiative will provide state of the art education and training -- using technology and innovative learning methodologies -- for workforce members in the Department of Defense and the federal government. Read the news story on SIS Web site: [http://www.ischool.pitt.edu/news/05-01-2013.php]&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2013-04-01&amp;quot;&amp;gt;2013-04-01&amp;lt;/span&amp;gt; :: Sergey Sosnovsky profiled in International Innovation ====&lt;br /&gt;
Sergey Sosnovsky, who earned his PhD in Information Science in 2012, was recently profiled in International Innovation Magazine about his work on eLearning systems research and tools. Sosnovsky is the Principal Researcher and Head of the Intelligent e-Learning Technology Lab at the German Research Center for Artificial Intelligence in Saarbruken, Germany. The article explored his work on the Intelligent Support for Authoring Semantic Learning Content project funded by the European Commission’s Community Research and Development Information Service. The magazine article (published March 2013) discussed how Sosnovsky’s project will enhance adaptive e-Learning by making it possible to develop smart instructional material for a broader audience of content authors. The article can be viewed at [[http://www.research-europe.com/magazine/REGIONAL/EX8/index.html]] , beginning on page 71.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2013-01-01&amp;quot;&amp;gt;2013-01-01&amp;lt;/span&amp;gt; :: [[User:peterb | Peter Brusilovsky]] appointed the Editor-In-Chief of [http://www.computer.org/portal/web/tlt  IEEE Transactions on Learning Technologies]. ====&lt;br /&gt;
Peter is appointed the Editor-In-Chief of IEEE Transactions on Learning Technologies, a journal dedicated to advancing the state of the art in technology-enhanced learning. This quarterly publication covers leading edge research on topics such as educational software applications, online learning systems, and simulation systems for education and training. Read the news story on SIS Web site: [http://www.ischool.pitt.edu/news/3-11-2013.php]&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2012-07-09&amp;quot;&amp;gt;2012-08-26&amp;lt;/span&amp;gt; :: [[User:Rostaf | Rosta Farzan]] started her new position as an Assistant Professor at the School of Information Sciences. ====&lt;br /&gt;
Congratulations to Rosta! After 3 years as a postdoc at CMU, she is now back to Pitt as an Assistant Professor. During her first semester at SIS she is teaching IS2430 Social Computing course. Read the news story on SIS Web site: [http://www.ischool.pitt.edu/news/08-02-2012.php]&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2012-07-09&amp;quot;&amp;gt;2012-07-09&amp;lt;/span&amp;gt; :: [[User:shoha99 | Sharon Hsiao]] Thesis Defence: Navigation Support and Social Visualization for Personalized E-Learning  ====&lt;br /&gt;
A large number of educational resources is now made available on the Web to support both regular classroom learning and online learning. However, the abundance of available content produced at least two problems: how to help students to find the most appropriate resources and how to engage them into using these resources and benefit from them. Personalized and social learning have been suggested as potential ways to address these problems.&lt;br /&gt;
&lt;br /&gt;
This work attempts to combine the ideas of personalized and social learning by providing navigation support through an open social student modeling visualization. A series of classroom studies exploited the idea of the approach and revealed promising results, which demonstrated the personalized guidance and social visualization combined helped students to find the most relevant resources of parameterized self-assessment questions for Java programming. Thus, this dissertation extend the approach to a larger collection of learning objects for cross content navigation and verify its capability of supporting social visualization for personalized E-Learning.&lt;br /&gt;
&lt;br /&gt;
The study results confirm that working with the non-mandatory system, students enhanced the learning quality in increasing their motivation and engagement. They successfully achieved better learning results. Meanwhile, incorporating a mixed collection of content in the open social student modeling visualizations effectively led the students to work at the right level of questions. Both strong and weak student worked with the appropriate levels of questions for their readiness accordingly and yielded a consistent performance across all three levels of complexities. Additionally, providing a more realistic content collection on the navigation supported open social student modeling visualizations results in a uniform performance in the group. The classroom study revealed a clear pattern of social guidance, where the stronger students left the traces for weaker ones to follow. The subjective evaluation confirms the design of the interface in terms of the content organization. Students’ positive responses also compliment the objective system usage data.&lt;br /&gt;
&lt;br /&gt;
download it from [http://d-scholarship.pitt.edu/13439/ here]&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2011-11-30&amp;quot;&amp;gt;2011-11-30&amp;lt;/span&amp;gt; :: [[User:Sergey | Sergey Sosnovsky]] Thesis Defence: Ontology-Based Open-Corpus Personalization for E-Learning  ====&lt;br /&gt;
Conventional closed-corpus adaptive information systems control limited sets of documents in fixed subject domains and cannot provide access to the content outside the system. Such restrictions contradict the requirements of today, when most of the information systems are implemented in the open document space of WWW and are expected to operate on the open-corpus content. In order to maintain personalized access to open-corpus documents, an adaptive system should be able to model the documents and the relations between the documents and the domain knowledge automatically and dynamically. This dissertation explores the problem of open-corpus personalization and semantic modeling of open-corpus content in the context of e-Learning. Information on WWW is not without structure. Many collections of online instructional material (tutorials, electronic books, digital libraries, etc.) have been provided with implicit knowledge models encoded in form of tables of content, indexes, headers of chapters, links between pages, and different styles of text fragments. The main dissertation approach tries to leverage this layer of hidden semantics by extracting and representing it as coarse-grained models of collections. A central domain ontology is used to maintain overlay modeling of studentsÕ knowledge and serves as a reference point for multiple collections of external instructional material. In order to establish the link between the ontology and the open-corpus content models a special ontology mapping algorithm has been developed.  The proposed approach has been applied in the Ontology-based Open-corpus Personalization Service (OOPS) that recommends and adaptively annotates online reading material. The domain of Java programming has been chosen for the proof-of-concept implementation. A controlled experiment has been organized to evaluate the developed adaptive system and the proposed approach overall. The results of the evaluation have demonstrated several significant learning effects of the implemented open-corpus personalization. The analysis of log-based data has also shown that the open-corpus version of the system is capable of providing personalization of similar quality to the close-corpus one. Such results indicate that the proposed approach supports fully-scale open-corpus personalization for e-Learning. Further research is required to verify if the approach remains effective in other subject domains and with other types of instructional content.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2011-07-15&amp;quot;&amp;gt;2011-07-15&amp;lt;/span&amp;gt; :: [[User:DParra | Denis Parra]] earns a paper award in UMAP 2011 ====&lt;br /&gt;
In the last conference of User Modeling, Adaptation and Personalization (UMAP 2011) Denis Parra won one of the 2 [http://www.umap2011.org/program/best-paper-awards James Chen Best Student paper awards] for his paper '''Walk The Talk: Analyzing the relation between implicit and explicit feedback for preference elicitation''' that he co-authored with Dr. Xavier Amatriain. In this paper, the authors present a study on the music domain with last.fm users, which results leads them to create a regression model that maps implicit information (such as playcounts and how recently a user listened to albums) with explicit information in the form of ratings. More details in the [http://www.springerlink.com/content/645721483544r815/  conference proceedings in Springer]&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2011-06-12&amp;quot;&amp;gt;2011-06-12&amp;lt;/span&amp;gt; :: [[User:peterb | Peter]] Promoted to Rank of Full Professor ====&lt;br /&gt;
Congratulations to our head of PAWS lab! [[http://www.ischool.pitt.edu/news/06-10-2011.php Read more ]]&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2011-05-01&amp;quot;&amp;gt;2011-05-01&amp;lt;/span&amp;gt; :: [[User:shoha99 | Sharon]] received 2011 Allen Kent Award for Outstanding Contributions to the Graduate Program in Information Science ==== &lt;br /&gt;
She has worked with [http://www.sis.pitt.edu/~gray/ Dr. Glenn Ray] several years in designing and teaching undergraduate courses. She's affiliated as teaching fellow and teaches in our school now.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2010-12-15&amp;quot;&amp;gt;2010-12-15&amp;lt;/span&amp;gt; :: [[User:peterb | Peter]] received Google grant to work on ''Personalized Social Systems for Local Communities'' ====&lt;br /&gt;
The grant will support our efforts to increase user participation in social systems designed for local communities. In the course of the project will explore two innovative ideas for increasing participation. The first idea is to provide access to information “beyond the desktop,” by adding a mobile location-based interface to access information. This will increase both the number of active users and the volume of their contributions. The second idea is to provide personalized access to information to increase the chance to gather relevant information. This work will be based on two existing social systems that were developed and maintained by PAWs lab: the [[Systems#CoMeT | CoMeT]] system for sharing information about research talks at Carnegie Mellon and University of Pittsburgh and Eventur, a social system for recommending cultural events in the Pittsburgh area.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2010-09-17&amp;quot;&amp;gt;2010-09-17&amp;lt;/span&amp;gt; :: [[User:Myudelson | Michael Yudelson's]] Thesis Defence: Providing Service-Based Personalization In An Adaptive Hypermedia System ====&lt;br /&gt;
The dissertation proposes a novel way of speeding the development of new adaptive hypermedia systems. The gist of the approach is to extract the adaptation functionality out of the adaptive hypermedia system, encapsulate it into a standalone system, and offer adaptation as a service to the client applications. Such a standalone adaptation provider reduces the development of adaptation functionality to configuration and compliance and as a result creates new adaptive systems faster and helps serve larger user populations with adaptively accessible content. [[http://washington.sis.pitt.edu/comet/presentColloquium.do?col_id=777 details]]&lt;br /&gt;
The electronic version of [[User:Myudelson | Michael Yudelson's]] dissertation has been approved by the School of Information Sciences. ETD is accessible worldwide from the online library catalog of the University of Pittsburgh ([http://etd.library.pitt.edu/ETD/available/etd-10132010-092137/ link]).&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2010-09-15&amp;quot;&amp;gt;2010-09-15&amp;lt;/span&amp;gt; :: [[User:peterb | Peter Brusilovsky]] received NSF grant to work on ''Modeling and Visualization of Latent Communities'' ====&lt;br /&gt;
This EAGER grant will allow us to investigate how to model and visualize latent communities – those groups of people who form communities based on their similar interests. This work will consider how to elicit latent communities from various kinds of data about individuals available in the modern social Web and deliver the results in a manner suitable for interactive exploration through interactive visualizations. This will be one of the first attempts to use a variety of social Web data and approaches to community modeling. [[http://www.nsf.gov/awardsearch/showAward.do?AwardNumber=1059577 details]]&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2010-09-08&amp;quot;&amp;gt;2010-09-08&amp;lt;/span&amp;gt; :: [[User:jahn | Jae-wook's]] Thesis Defence: Adaptive Visualization for Focused Personalized Information Retrieval ====&lt;br /&gt;
Jae-wook Ahn's dissertation proposes to incorporate interactive visualization into personalized search in order to overcome the limitation. By combining the personalized search and the interactive visualization, we expect our approach will be able to help users to better explore the information space and locate relevant information more efficiently. [[http://washington.sis.pitt.edu/comet/presentColloquium.do?col_id=764 details]]&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2010-09-01&amp;quot;&amp;gt;2010-09-01&amp;lt;/span&amp;gt; :: [[User:peterb | Peter Brusilovsky]] and Jung Sun Oh received NSF grant to work on ''Personalization and social networking for short-term communities'' ====&lt;br /&gt;
This one-year grant will support a project exploring personalization and social networking for short-term communities. Using academic research conferences as a test bed, our team will explore new methods to leverage information about user interests (available from multiple external resources) and develop techniques to facilitate use of existing social technologies. [[http://www.nsf.gov/awardsearch/showAward.do?AwardNumber=1052768 details]]&lt;br /&gt;
&lt;br /&gt;
==== 2010-08-15 :: SIGWeb Newsletter published an interview with [[User:peterb | Peter Brusilovsky]] ====&lt;br /&gt;
The Summer 2010 issue of SIGWeb Newsletter (a magazine of ACM Special Interest Group on Hypertext and the Web) published an [http://dx.doi.org/10.1145/1796390.1796393 interview with Peter Brusilovsky]. The interview provides some personal view on research project performed at PAWS.&lt;br /&gt;
&lt;br /&gt;
==== 2010-07-01 :: [[User:jahn | Jae-wook]] has received Computing Inovation Fellowship ====&lt;br /&gt;
Jae-wook Ahn was chosen as a [http://cifellows.org  CIFellow] (Computing Innovation Fellow) supported by the Computing Community Consortium (CCC), the Computing Research Association (CRA), and the National Science Foundation.  Starting from the fall 2010, he is going to work with [http://www.cs.umd.edu/~ben/ Dr. Ben Shneiderman] at the [http://www.cs.umd.edu/hcil Human Computer Interaction Lab], University of Maryland.&lt;br /&gt;
&lt;br /&gt;
==== 2010-05-01 :: Sergey has received EU Marie Curie International Incoming Fellowship ====&lt;br /&gt;
Sergey Sosnovsky's proposal for EU [http://cordis.europa.eu/improving/fellowships/home.htm Marie Curie Fellowship] is approved by the EU Research Executive Agency. The funding starts in July, 2010 and will last until July 2012. The project &amp;quot;Intelligent Support for Authoring Semantic Learning Content&amp;quot; will focus on implementation of author-friendly technologies for learning content development, including collaborative authoring support, metadata authoring support, open-corpus content discovery, interactivity authoring, and gap detection.&lt;br /&gt;
&lt;br /&gt;
==== 2009-06-27 :: Rosta receives her second James Chen Award ====&lt;br /&gt;
Rosta Farzan received James Chen Best Student Paper Award at the 12th International Conference on User Modelling, Adaptation and Personalization, UMAP2009, in Trento, Italy for the paper ''Social Navigation Support for Information Seeking: If You Build It, Will They Come?'' by Rosta Farzan and Peter Brusilovsky. This is her second James Chen Award, congratulations!&lt;br /&gt;
&lt;br /&gt;
==== 2009-06-26 :: PAWS Caught on UMAP 2009 Video ====&lt;br /&gt;
* 0:27 [[User:Myudelson|Michael]]&lt;br /&gt;
* 1:09 [[User:Rostaf|Rosta]]&lt;br /&gt;
* 1:18 [[User:Sergey|Sergey]]&lt;br /&gt;
* 1:51 [[User:Suleehs|Danielle]]&lt;br /&gt;
* 3:12 [[User:Myudelson|Michael]] and [[User:Sergey|Sergey]]&lt;br /&gt;
* 4:01 [[User:Peterb|Peter]]&lt;br /&gt;
&amp;lt;youtube&amp;gt;v_amf_zcLtQ&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== 2009-05-28 :: [[User:peterb | Peter]] awarded honorary doctorate by the Slovak University of Technology in Bratislava ====&lt;br /&gt;
At a ceremony in Bratislava today, Peter Brusilovsky was honored by the [http://www.stuba.sk/ Slovak University of Technology in Bratislava] with the degree of Doctor honoris causa. The university, founded in 1937 in Bratislava, is one of the most significant institutions of higher education in Slovakia. Peter was selected for this recognition for &amp;quot;his contributions to the fields of Informatics and Information Technologies&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== 2008-07-31 :: [[User:peterb | Peter]] receives Best Paper Award at AH 2008 ====&lt;br /&gt;
Peter Brusilovsky received Best Paper Award at the 5th International Conference on Adaptive Hypermedia and Adaptive Web-Based Systems, AH 2008, in Hannover, Germany  for the paper [http://www.springerlink.com/content/6h410u3w4836v866/ ''Social Information Access for the Rest of Us: An Exploration of Social YouTube''] by Maurice Coyle, Jill Freyne, Peter Brusilovsky, and Barry Smyth&lt;br /&gt;
&lt;br /&gt;
==== 2007-06-28 :: [[User:Myudelson | Michael]] receives James Chen Best Student Paper Award at UM 2007 ====&lt;br /&gt;
Michael Yudelson received James Chen Best Student Paper Award at the 11th International Conference on User Modelling, UM07, in Corfu, Greece for the paper [http://www.springerlink.com/content/c723060442701737/ ''A User Modeling Server for Contemporary Adaptive Hypermedia: an Evaluation of Push Approach  to Evidence Propagation''] by Michael Yudelson, Peter Brusilovsky, and Vladimir Zadorozhny&lt;/div&gt;</summary>
		<author><name>Shoha99</name></author>
		
	</entry>
	<entry>
		<id>https://adapt2.sis.pitt.edu/w/index.php?title=News&amp;diff=2085</id>
		<title>News</title>
		<link rel="alternate" type="text/html" href="https://adapt2.sis.pitt.edu/w/index.php?title=News&amp;diff=2085"/>
		<updated>2014-05-06T20:50:19Z</updated>

		<summary type="html">&lt;p&gt;Shoha99: /* &amp;lt;span id=&amp;quot;2014-05-06&amp;quot;&amp;gt;2014-05-06&amp;lt;/span&amp;gt; ::  Sharon Hsiao is enroute to CIDSE @ ASU as Assistant Professor this Fall. */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2014-05-06&amp;quot;&amp;gt;2014-05-06&amp;lt;/span&amp;gt; :: [[User: shoha99 | Sharon Hsiao]] is enroute to CIDSE @ ASU as Assistant Professor this Fall.====&lt;br /&gt;
On completing 2 years successful post-doctoral innovation fellow position in [http://edlab.tc.columbia.edu EdLab], Teachers College @ Columbia University, [[User: shoha99 | Sharon]] is moving onto a tenure-track position in [http://cidse.engineering.asu.edu School of Computing, Informatics, Decision Systems Engineering] (AKA: Engineering school) in [http://www.asu.edu ASU], Phoenix, Arizona. She anticipates to continue working on the emerging topics of computational technologies in learning. Meanwhile, persistently dedicate to the course - [http://www.columbia.edu/~ih2240/dataviz/index.htm Data Visualization], which she established in [http://www.qmss.columbia.edu QMSS] program (Quantitative Methods in the Social Sciences), School of Arts &amp;amp; Sciences in [http://www.columbia.edu Columbia University].&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2013-07-28&amp;quot;&amp;gt;2014-03-13&amp;lt;/span&amp;gt; :: [[User: Jennifer | Yi-Ling(Jennifer) Lin]] started her new position as an Assistant Professor in the Department of Information Management at the National Sun Yat-Sen University in Taiwan.====&lt;br /&gt;
Yi-Ling (Jennifer) joined the Information Management faculty at the National Sun Yat-Sen University [http://http://epage.mis.nsysu.edu.tw/files/11-1100-4988-1.php?Lang=en] where she is an Assistant Professor. She is teaching Java course and continues to cooperate with Paws Lab to explore the social comparison in cyberlearning.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2013-07-28&amp;quot;&amp;gt;2013-07-28&amp;lt;/span&amp;gt; :: KnowledgeZoom got ICALT 2013 Best full Paper Award ====&lt;br /&gt;
Congratulations to paws! &amp;quot;KnowledgeZoom for Java: A Concept Based Exam Study Tool with a Zoomable Open Student Model&amp;quot; won the best full paper award of ICALT 2013 conference. &lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2013-07-28&amp;quot;&amp;gt;2013-07-28&amp;lt;/span&amp;gt; :: [[User: Falakmasir | Mohammad Falakmasir]] won EDM 2013 Best Student Paper ====&lt;br /&gt;
Congratulations to Mohammad! His paper entitled as &amp;quot;A Spectral Learning Approach to Knowledge Tracing&amp;quot; won the best student paper award of EDM 2013 conference. In his paper, he proposed using Spectral Learning (SL) to learn the BKT parameters.  Results of his study showed that SL can improve knowledge tracing parameter fitting time significantly while maintaining the same prediction accuracy. For more details on his paper please refer to his article [http://halley.exp.sis.pitt.edu/cn3/presentation2.php?presentationID=5323&amp;amp;conferenceID=115] &lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2013-05-01&amp;quot;&amp;gt;2013-05-01&amp;lt;/span&amp;gt; :: [[User:peterb | Peter Brusilovsky]] and PAWS lab win Army Contract to develop social personalized learning architecture. ====&lt;br /&gt;
Peter Brusilovsky, Professor at the iSchool, has been awarded a contract by the United States Army Contracting Command to participate in the Advanced Distributed Learning (ADL) Initiative. Brusilovsky’ s contract, for $623,005 over a three-year period, will support his work on the architecture, algorithms, and interfaces for a Personal Assistant for Learning (PAL), one of the major endeavors undertaken by the ADL Initiative. Through a PAL, the Initiative will provide state of the art education and training -- using technology and innovative learning methodologies -- for workforce members in the Department of Defense and the federal government. Read the news story on SIS Web site: [http://www.ischool.pitt.edu/news/05-01-2013.php]&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2013-04-01&amp;quot;&amp;gt;2013-04-01&amp;lt;/span&amp;gt; :: Sergey Sosnovsky profiled in International Innovation ====&lt;br /&gt;
Sergey Sosnovsky, who earned his PhD in Information Science in 2012, was recently profiled in International Innovation Magazine about his work on eLearning systems research and tools. Sosnovsky is the Principal Researcher and Head of the Intelligent e-Learning Technology Lab at the German Research Center for Artificial Intelligence in Saarbruken, Germany. The article explored his work on the Intelligent Support for Authoring Semantic Learning Content project funded by the European Commission’s Community Research and Development Information Service. The magazine article (published March 2013) discussed how Sosnovsky’s project will enhance adaptive e-Learning by making it possible to develop smart instructional material for a broader audience of content authors. The article can be viewed at [[http://www.research-europe.com/magazine/REGIONAL/EX8/index.html]] , beginning on page 71.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2013-01-01&amp;quot;&amp;gt;2013-01-01&amp;lt;/span&amp;gt; :: [[User:peterb | Peter Brusilovsky]] appointed the Editor-In-Chief of [http://www.computer.org/portal/web/tlt  IEEE Transactions on Learning Technologies]. ====&lt;br /&gt;
Peter is appointed the Editor-In-Chief of IEEE Transactions on Learning Technologies, a journal dedicated to advancing the state of the art in technology-enhanced learning. This quarterly publication covers leading edge research on topics such as educational software applications, online learning systems, and simulation systems for education and training. Read the news story on SIS Web site: [http://www.ischool.pitt.edu/news/3-11-2013.php]&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2012-07-09&amp;quot;&amp;gt;2012-08-26&amp;lt;/span&amp;gt; :: [[User:Rostaf | Rosta Farzan]] started her new position as an Assistant Professor at the School of Information Sciences. ====&lt;br /&gt;
Congratulations to Rosta! After 3 years as a postdoc at CMU, she is now back to Pitt as an Assistant Professor. During her first semester at SIS she is teaching IS2430 Social Computing course. Read the news story on SIS Web site: [http://www.ischool.pitt.edu/news/08-02-2012.php]&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2012-07-09&amp;quot;&amp;gt;2012-07-09&amp;lt;/span&amp;gt; :: [[User:shoha99 | Sharon Hsiao]] Thesis Defence: Navigation Support and Social Visualization for Personalized E-Learning  ====&lt;br /&gt;
A large number of educational resources is now made available on the Web to support both regular classroom learning and online learning. However, the abundance of available content produced at least two problems: how to help students to find the most appropriate resources and how to engage them into using these resources and benefit from them. Personalized and social learning have been suggested as potential ways to address these problems.&lt;br /&gt;
&lt;br /&gt;
This work attempts to combine the ideas of personalized and social learning by providing navigation support through an open social student modeling visualization. A series of classroom studies exploited the idea of the approach and revealed promising results, which demonstrated the personalized guidance and social visualization combined helped students to find the most relevant resources of parameterized self-assessment questions for Java programming. Thus, this dissertation extend the approach to a larger collection of learning objects for cross content navigation and verify its capability of supporting social visualization for personalized E-Learning.&lt;br /&gt;
&lt;br /&gt;
The study results confirm that working with the non-mandatory system, students enhanced the learning quality in increasing their motivation and engagement. They successfully achieved better learning results. Meanwhile, incorporating a mixed collection of content in the open social student modeling visualizations effectively led the students to work at the right level of questions. Both strong and weak student worked with the appropriate levels of questions for their readiness accordingly and yielded a consistent performance across all three levels of complexities. Additionally, providing a more realistic content collection on the navigation supported open social student modeling visualizations results in a uniform performance in the group. The classroom study revealed a clear pattern of social guidance, where the stronger students left the traces for weaker ones to follow. The subjective evaluation confirms the design of the interface in terms of the content organization. Students’ positive responses also compliment the objective system usage data.&lt;br /&gt;
&lt;br /&gt;
download it from [http://d-scholarship.pitt.edu/13439/ here]&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2011-11-30&amp;quot;&amp;gt;2011-11-30&amp;lt;/span&amp;gt; :: [[User:Sergey | Sergey Sosnovsky]] Thesis Defence: Ontology-Based Open-Corpus Personalization for E-Learning  ====&lt;br /&gt;
Conventional closed-corpus adaptive information systems control limited sets of documents in fixed subject domains and cannot provide access to the content outside the system. Such restrictions contradict the requirements of today, when most of the information systems are implemented in the open document space of WWW and are expected to operate on the open-corpus content. In order to maintain personalized access to open-corpus documents, an adaptive system should be able to model the documents and the relations between the documents and the domain knowledge automatically and dynamically. This dissertation explores the problem of open-corpus personalization and semantic modeling of open-corpus content in the context of e-Learning. Information on WWW is not without structure. Many collections of online instructional material (tutorials, electronic books, digital libraries, etc.) have been provided with implicit knowledge models encoded in form of tables of content, indexes, headers of chapters, links between pages, and different styles of text fragments. The main dissertation approach tries to leverage this layer of hidden semantics by extracting and representing it as coarse-grained models of collections. A central domain ontology is used to maintain overlay modeling of studentsÕ knowledge and serves as a reference point for multiple collections of external instructional material. In order to establish the link between the ontology and the open-corpus content models a special ontology mapping algorithm has been developed.  The proposed approach has been applied in the Ontology-based Open-corpus Personalization Service (OOPS) that recommends and adaptively annotates online reading material. The domain of Java programming has been chosen for the proof-of-concept implementation. A controlled experiment has been organized to evaluate the developed adaptive system and the proposed approach overall. The results of the evaluation have demonstrated several significant learning effects of the implemented open-corpus personalization. The analysis of log-based data has also shown that the open-corpus version of the system is capable of providing personalization of similar quality to the close-corpus one. Such results indicate that the proposed approach supports fully-scale open-corpus personalization for e-Learning. Further research is required to verify if the approach remains effective in other subject domains and with other types of instructional content.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2011-07-15&amp;quot;&amp;gt;2011-07-15&amp;lt;/span&amp;gt; :: [[User:DParra | Denis Parra]] earns a paper award in UMAP 2011 ====&lt;br /&gt;
In the last conference of User Modeling, Adaptation and Personalization (UMAP 2011) Denis Parra won one of the 2 [http://www.umap2011.org/program/best-paper-awards James Chen Best Student paper awards] for his paper '''Walk The Talk: Analyzing the relation between implicit and explicit feedback for preference elicitation''' that he co-authored with Dr. Xavier Amatriain. In this paper, the authors present a study on the music domain with last.fm users, which results leads them to create a regression model that maps implicit information (such as playcounts and how recently a user listened to albums) with explicit information in the form of ratings. More details in the [http://www.springerlink.com/content/645721483544r815/  conference proceedings in Springer]&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2011-06-12&amp;quot;&amp;gt;2011-06-12&amp;lt;/span&amp;gt; :: [[User:peterb | Peter]] Promoted to Rank of Full Professor ====&lt;br /&gt;
Congratulations to our head of PAWS lab! [[http://www.ischool.pitt.edu/news/06-10-2011.php Read more ]]&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2011-05-01&amp;quot;&amp;gt;2011-05-01&amp;lt;/span&amp;gt; :: [[User:shoha99 | Sharon]] received 2011 Allen Kent Award for Outstanding Contributions to the Graduate Program in Information Science ==== &lt;br /&gt;
She has worked with [http://www.sis.pitt.edu/~gray/ Dr. Glenn Ray] several years in designing and teaching undergraduate courses. She's affiliated as teaching fellow and teaches in our school now.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2010-12-15&amp;quot;&amp;gt;2010-12-15&amp;lt;/span&amp;gt; :: [[User:peterb | Peter]] received Google grant to work on ''Personalized Social Systems for Local Communities'' ====&lt;br /&gt;
The grant will support our efforts to increase user participation in social systems designed for local communities. In the course of the project will explore two innovative ideas for increasing participation. The first idea is to provide access to information “beyond the desktop,” by adding a mobile location-based interface to access information. This will increase both the number of active users and the volume of their contributions. The second idea is to provide personalized access to information to increase the chance to gather relevant information. This work will be based on two existing social systems that were developed and maintained by PAWs lab: the [[Systems#CoMeT | CoMeT]] system for sharing information about research talks at Carnegie Mellon and University of Pittsburgh and Eventur, a social system for recommending cultural events in the Pittsburgh area.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2010-09-17&amp;quot;&amp;gt;2010-09-17&amp;lt;/span&amp;gt; :: [[User:Myudelson | Michael Yudelson's]] Thesis Defence: Providing Service-Based Personalization In An Adaptive Hypermedia System ====&lt;br /&gt;
The dissertation proposes a novel way of speeding the development of new adaptive hypermedia systems. The gist of the approach is to extract the adaptation functionality out of the adaptive hypermedia system, encapsulate it into a standalone system, and offer adaptation as a service to the client applications. Such a standalone adaptation provider reduces the development of adaptation functionality to configuration and compliance and as a result creates new adaptive systems faster and helps serve larger user populations with adaptively accessible content. [[http://washington.sis.pitt.edu/comet/presentColloquium.do?col_id=777 details]]&lt;br /&gt;
The electronic version of [[User:Myudelson | Michael Yudelson's]] dissertation has been approved by the School of Information Sciences. ETD is accessible worldwide from the online library catalog of the University of Pittsburgh ([http://etd.library.pitt.edu/ETD/available/etd-10132010-092137/ link]).&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2010-09-15&amp;quot;&amp;gt;2010-09-15&amp;lt;/span&amp;gt; :: [[User:peterb | Peter Brusilovsky]] received NSF grant to work on ''Modeling and Visualization of Latent Communities'' ====&lt;br /&gt;
This EAGER grant will allow us to investigate how to model and visualize latent communities – those groups of people who form communities based on their similar interests. This work will consider how to elicit latent communities from various kinds of data about individuals available in the modern social Web and deliver the results in a manner suitable for interactive exploration through interactive visualizations. This will be one of the first attempts to use a variety of social Web data and approaches to community modeling. [[http://www.nsf.gov/awardsearch/showAward.do?AwardNumber=1059577 details]]&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2010-09-08&amp;quot;&amp;gt;2010-09-08&amp;lt;/span&amp;gt; :: [[User:jahn | Jae-wook's]] Thesis Defence: Adaptive Visualization for Focused Personalized Information Retrieval ====&lt;br /&gt;
Jae-wook Ahn's dissertation proposes to incorporate interactive visualization into personalized search in order to overcome the limitation. By combining the personalized search and the interactive visualization, we expect our approach will be able to help users to better explore the information space and locate relevant information more efficiently. [[http://washington.sis.pitt.edu/comet/presentColloquium.do?col_id=764 details]]&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2010-09-01&amp;quot;&amp;gt;2010-09-01&amp;lt;/span&amp;gt; :: [[User:peterb | Peter Brusilovsky]] and Jung Sun Oh received NSF grant to work on ''Personalization and social networking for short-term communities'' ====&lt;br /&gt;
This one-year grant will support a project exploring personalization and social networking for short-term communities. Using academic research conferences as a test bed, our team will explore new methods to leverage information about user interests (available from multiple external resources) and develop techniques to facilitate use of existing social technologies. [[http://www.nsf.gov/awardsearch/showAward.do?AwardNumber=1052768 details]]&lt;br /&gt;
&lt;br /&gt;
==== 2010-08-15 :: SIGWeb Newsletter published an interview with [[User:peterb | Peter Brusilovsky]] ====&lt;br /&gt;
The Summer 2010 issue of SIGWeb Newsletter (a magazine of ACM Special Interest Group on Hypertext and the Web) published an [http://dx.doi.org/10.1145/1796390.1796393 interview with Peter Brusilovsky]. The interview provides some personal view on research project performed at PAWS.&lt;br /&gt;
&lt;br /&gt;
==== 2010-07-01 :: [[User:jahn | Jae-wook]] has received Computing Inovation Fellowship ====&lt;br /&gt;
Jae-wook Ahn was chosen as a [http://cifellows.org  CIFellow] (Computing Innovation Fellow) supported by the Computing Community Consortium (CCC), the Computing Research Association (CRA), and the National Science Foundation.  Starting from the fall 2010, he is going to work with [http://www.cs.umd.edu/~ben/ Dr. Ben Shneiderman] at the [http://www.cs.umd.edu/hcil Human Computer Interaction Lab], University of Maryland.&lt;br /&gt;
&lt;br /&gt;
==== 2010-05-01 :: Sergey has received EU Marie Curie International Incoming Fellowship ====&lt;br /&gt;
Sergey Sosnovsky's proposal for EU [http://cordis.europa.eu/improving/fellowships/home.htm Marie Curie Fellowship] is approved by the EU Research Executive Agency. The funding starts in July, 2010 and will last until July 2012. The project &amp;quot;Intelligent Support for Authoring Semantic Learning Content&amp;quot; will focus on implementation of author-friendly technologies for learning content development, including collaborative authoring support, metadata authoring support, open-corpus content discovery, interactivity authoring, and gap detection.&lt;br /&gt;
&lt;br /&gt;
==== 2009-06-27 :: Rosta receives her second James Chen Award ====&lt;br /&gt;
Rosta Farzan received James Chen Best Student Paper Award at the 12th International Conference on User Modelling, Adaptation and Personalization, UMAP2009, in Trento, Italy for the paper ''Social Navigation Support for Information Seeking: If You Build It, Will They Come?'' by Rosta Farzan and Peter Brusilovsky. This is her second James Chen Award, congratulations!&lt;br /&gt;
&lt;br /&gt;
==== 2009-06-26 :: PAWS Caught on UMAP 2009 Video ====&lt;br /&gt;
* 0:27 [[User:Myudelson|Michael]]&lt;br /&gt;
* 1:09 [[User:Rostaf|Rosta]]&lt;br /&gt;
* 1:18 [[User:Sergey|Sergey]]&lt;br /&gt;
* 1:51 [[User:Suleehs|Danielle]]&lt;br /&gt;
* 3:12 [[User:Myudelson|Michael]] and [[User:Sergey|Sergey]]&lt;br /&gt;
* 4:01 [[User:Peterb|Peter]]&lt;br /&gt;
&amp;lt;youtube&amp;gt;v_amf_zcLtQ&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== 2009-05-28 :: [[User:peterb | Peter]] awarded honorary doctorate by the Slovak University of Technology in Bratislava ====&lt;br /&gt;
At a ceremony in Bratislava today, Peter Brusilovsky was honored by the [http://www.stuba.sk/ Slovak University of Technology in Bratislava] with the degree of Doctor honoris causa. The university, founded in 1937 in Bratislava, is one of the most significant institutions of higher education in Slovakia. Peter was selected for this recognition for &amp;quot;his contributions to the fields of Informatics and Information Technologies&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== 2008-07-31 :: [[User:peterb | Peter]] receives Best Paper Award at AH 2008 ====&lt;br /&gt;
Peter Brusilovsky received Best Paper Award at the 5th International Conference on Adaptive Hypermedia and Adaptive Web-Based Systems, AH 2008, in Hannover, Germany  for the paper [http://www.springerlink.com/content/6h410u3w4836v866/ ''Social Information Access for the Rest of Us: An Exploration of Social YouTube''] by Maurice Coyle, Jill Freyne, Peter Brusilovsky, and Barry Smyth&lt;br /&gt;
&lt;br /&gt;
==== 2007-06-28 :: [[User:Myudelson | Michael]] receives James Chen Best Student Paper Award at UM 2007 ====&lt;br /&gt;
Michael Yudelson received James Chen Best Student Paper Award at the 11th International Conference on User Modelling, UM07, in Corfu, Greece for the paper [http://www.springerlink.com/content/c723060442701737/ ''A User Modeling Server for Contemporary Adaptive Hypermedia: an Evaluation of Push Approach  to Evidence Propagation''] by Michael Yudelson, Peter Brusilovsky, and Vladimir Zadorozhny&lt;/div&gt;</summary>
		<author><name>Shoha99</name></author>
		
	</entry>
	<entry>
		<id>https://adapt2.sis.pitt.edu/w/index.php?title=PAWS&amp;diff=2084</id>
		<title>PAWS</title>
		<link rel="alternate" type="text/html" href="https://adapt2.sis.pitt.edu/w/index.php?title=PAWS&amp;diff=2084"/>
		<updated>2014-05-06T20:47:58Z</updated>

		<summary type="html">&lt;p&gt;Shoha99: /* Most Recent News */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About PAWS ==&lt;br /&gt;
[[Image:PIC01.jpg|left]]&lt;br /&gt;
[[Image:IMG_5103.jpg | left]] Personalized Adaptive Web Systems Lab was established in 2004 with support from National Science Foundation and the School of Information Sciences at the University of Pittsburgh. The goal of the PAWS Lab is development and evaluation of innovative user- and group-adaptive Web-based technologies, systems, and architectures. The Lab currently explores a range of user modeling, adaptation and personalization technologies. The work of the Lab is supported by NSF and DARPA funding.&lt;br /&gt;
&lt;br /&gt;
== Most Recent News ==&lt;br /&gt;
* [[User:shoha99 | Sharon Hsiao]] is finishing her 2nd year postdoc in Columbia University enroute to CIDSE@ASU as Assistant Professor ([[News#2014-05-06|details]])&lt;br /&gt;
* [[User:Jennifer | Jennifer Lin]] Defended her Ph. D. Thesis: ''Enhancing Image Findability through a Dual-Perspective Navigation Framework'' and joins the Department of Information Management at the National Sun Yat-Sen University, Taiwan. &lt;br /&gt;
* [[User:Dparra | Denis Parra]] Defended his Ph. D. Thesis: ''User Controllability in a Hybrid Recommender System'' and joins the Department of Computer Sciences at PUC Chile. &lt;br /&gt;
* [[User:peterb | Peter Brusilovsky]] and PAWS lab win Army Contract to develop social personalized learning architecture ([[News#2013-05-01|details]])&lt;br /&gt;
* [[User:Sergey | Sergey Sosnovsky]]  profiled in International Innovation ([[News#2013-04-01|details]])&lt;br /&gt;
* [[User:peterb | Peter Brusilovsky]] appointed the Editor-In-Chief of [http://www.computer.org/portal/web/tlt  IEEE Transactions on Learning Technologies] ([[News#2013-01-01|details]])&lt;br /&gt;
* [[User:Rostaf | Rosta Farzan]] joined School of Information Sciences as an Assistant Professor ([[News#2012-08-26|details]])&lt;br /&gt;
* [[User:shoha99 | Sharon Hsiao]] defended his Ph. D.Thesis: ''Navigation Support and Social Visualization for Personalized E-Learning''  ([[News#2012-07-09|details]])&lt;br /&gt;
* [[User:Sergey | Sergey Sosnovsky]] defended his Ph. D.Thesis: ''Ontology-Based Open-Corpus Personalization for E-Learning''  ([[News#2011-11-30|details]])&lt;br /&gt;
* [[User:Dparra | Denis Parra]] earns the James Chen student paper award at UMAP 2011 ([[News#2011-07-15|details]])&lt;br /&gt;
Go to [[News | News Page]]&lt;br /&gt;
&lt;br /&gt;
== Try PAWS Tools at our Community Portal == &lt;br /&gt;
&lt;br /&gt;
Go to [http://adapt2.sis.pitt.edu/kt Knowledge Tree] portal and [http://adapt2.sis.pitt.edu/kt/register.html create trial account] to try our tools.&lt;br /&gt;
&lt;br /&gt;
[http://www.sis.pitt.edu/~cagent/ CourseAgent]: Share evaluations of IS graduate courses at Pitt and plan your career.&lt;br /&gt;
&lt;br /&gt;
[http://washington.sis.pitt.edu/comet/ Comet]: Share, tag, recommend and schedule interesting talks in Pittsburgh.&lt;br /&gt;
&lt;br /&gt;
[http://eventur.us/ Eventur]: Share and schedule cultural events in Pittsburgh.&lt;br /&gt;
&lt;br /&gt;
[http://www.computingportal.org/ Ensemble]: This cross-university collaborative effort aims to bring together the global community of computing educators around a growing set of content collections with high-quality educational resources.&lt;br /&gt;
&lt;br /&gt;
[http://amber.exp.sis.pitt.edu/yournews/ YourNews]: This is a personalized RSS news access portal with several levels of user modeling and feed recommendation. Read your news in a personalized way!&lt;br /&gt;
&lt;br /&gt;
If you are a researcher and would like to  quickly try our adaptation tools, create the trial account (link above) and proceed [http://adapt2.sis.pitt.edu/cbum/ here].&lt;br /&gt;
&lt;br /&gt;
== PAWS Lab Contact Information ==&lt;br /&gt;
Information Sciences Building, Rm. 2A04&amp;lt;br/&amp;gt;&lt;br /&gt;
135 North Bellefield Avenue&amp;lt;br/&amp;gt;&lt;br /&gt;
Pittsburgh, PA 15260, USA&amp;lt;br/&amp;gt;&lt;br /&gt;
Tel: +1(412)624-9437&amp;lt;br/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Shoha99</name></author>
		
	</entry>
	<entry>
		<id>https://adapt2.sis.pitt.edu/w/index.php?title=News&amp;diff=2083</id>
		<title>News</title>
		<link rel="alternate" type="text/html" href="https://adapt2.sis.pitt.edu/w/index.php?title=News&amp;diff=2083"/>
		<updated>2014-05-06T20:42:42Z</updated>

		<summary type="html">&lt;p&gt;Shoha99: /* &amp;lt;span id=&amp;quot;2013-07-28&amp;quot;&amp;gt;2014-03-13&amp;lt;/span&amp;gt; ::  Yi-Ling(Jennifer) Lin started her new position as an Assistant Professor in the Department of Information Management at the National Sun Yat-Sen University in Taiwan. */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2014-05-06&amp;quot;&amp;gt;2014-05-06&amp;lt;/span&amp;gt; :: [[User: shoha99 | Sharon Hsiao]] is enroute to CIDSE @ ASU as Assistant Professor this Fall.====&lt;br /&gt;
On completing 2 years successful post-doctoral innovation fellow position in [http://edlab.tc.columbia.edu EdLab], Teachers College @ Columbia University, [[User: shoha99 | Sharon]] is moving onto a tenure-track position in [http://cidse.engineering.asu.edu School of Computing, Informatics, Decision Systems Engineering] (AKA: Engineering school) in [http://www.asu.edu ASU]. She anticipates to continue working on the emerging topics of computational technologies in learning. Meanwhile, persistently dedicate to the course - [http://www.columbia.edu/~ih2240/dataviz/index.htm Data Visualization], which she established in [http://www.qmss.columbia.edu QMSS] program (Quantitative Methods in the Social Sciences), School of Arts &amp;amp; Sciences in [http://www.columbia.edu Columbia University]. &lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2013-07-28&amp;quot;&amp;gt;2014-03-13&amp;lt;/span&amp;gt; :: [[User: Jennifer | Yi-Ling(Jennifer) Lin]] started her new position as an Assistant Professor in the Department of Information Management at the National Sun Yat-Sen University in Taiwan.====&lt;br /&gt;
Yi-Ling (Jennifer) joined the Information Management faculty at the National Sun Yat-Sen University [http://http://epage.mis.nsysu.edu.tw/files/11-1100-4988-1.php?Lang=en] where she is an Assistant Professor. She is teaching Java course and continues to cooperate with Paws Lab to explore the social comparison in cyberlearning.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2013-07-28&amp;quot;&amp;gt;2013-07-28&amp;lt;/span&amp;gt; :: KnowledgeZoom got ICALT 2013 Best full Paper Award ====&lt;br /&gt;
Congratulations to paws! &amp;quot;KnowledgeZoom for Java: A Concept Based Exam Study Tool with a Zoomable Open Student Model&amp;quot; won the best full paper award of ICALT 2013 conference. &lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2013-07-28&amp;quot;&amp;gt;2013-07-28&amp;lt;/span&amp;gt; :: [[User: Falakmasir | Mohammad Falakmasir]] won EDM 2013 Best Student Paper ====&lt;br /&gt;
Congratulations to Mohammad! His paper entitled as &amp;quot;A Spectral Learning Approach to Knowledge Tracing&amp;quot; won the best student paper award of EDM 2013 conference. In his paper, he proposed using Spectral Learning (SL) to learn the BKT parameters.  Results of his study showed that SL can improve knowledge tracing parameter fitting time significantly while maintaining the same prediction accuracy. For more details on his paper please refer to his article [http://halley.exp.sis.pitt.edu/cn3/presentation2.php?presentationID=5323&amp;amp;conferenceID=115] &lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2013-05-01&amp;quot;&amp;gt;2013-05-01&amp;lt;/span&amp;gt; :: [[User:peterb | Peter Brusilovsky]] and PAWS lab win Army Contract to develop social personalized learning architecture. ====&lt;br /&gt;
Peter Brusilovsky, Professor at the iSchool, has been awarded a contract by the United States Army Contracting Command to participate in the Advanced Distributed Learning (ADL) Initiative. Brusilovsky’ s contract, for $623,005 over a three-year period, will support his work on the architecture, algorithms, and interfaces for a Personal Assistant for Learning (PAL), one of the major endeavors undertaken by the ADL Initiative. Through a PAL, the Initiative will provide state of the art education and training -- using technology and innovative learning methodologies -- for workforce members in the Department of Defense and the federal government. Read the news story on SIS Web site: [http://www.ischool.pitt.edu/news/05-01-2013.php]&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2013-04-01&amp;quot;&amp;gt;2013-04-01&amp;lt;/span&amp;gt; :: Sergey Sosnovsky profiled in International Innovation ====&lt;br /&gt;
Sergey Sosnovsky, who earned his PhD in Information Science in 2012, was recently profiled in International Innovation Magazine about his work on eLearning systems research and tools. Sosnovsky is the Principal Researcher and Head of the Intelligent e-Learning Technology Lab at the German Research Center for Artificial Intelligence in Saarbruken, Germany. The article explored his work on the Intelligent Support for Authoring Semantic Learning Content project funded by the European Commission’s Community Research and Development Information Service. The magazine article (published March 2013) discussed how Sosnovsky’s project will enhance adaptive e-Learning by making it possible to develop smart instructional material for a broader audience of content authors. The article can be viewed at [[http://www.research-europe.com/magazine/REGIONAL/EX8/index.html]] , beginning on page 71.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2013-01-01&amp;quot;&amp;gt;2013-01-01&amp;lt;/span&amp;gt; :: [[User:peterb | Peter Brusilovsky]] appointed the Editor-In-Chief of [http://www.computer.org/portal/web/tlt  IEEE Transactions on Learning Technologies]. ====&lt;br /&gt;
Peter is appointed the Editor-In-Chief of IEEE Transactions on Learning Technologies, a journal dedicated to advancing the state of the art in technology-enhanced learning. This quarterly publication covers leading edge research on topics such as educational software applications, online learning systems, and simulation systems for education and training. Read the news story on SIS Web site: [http://www.ischool.pitt.edu/news/3-11-2013.php]&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2012-07-09&amp;quot;&amp;gt;2012-08-26&amp;lt;/span&amp;gt; :: [[User:Rostaf | Rosta Farzan]] started her new position as an Assistant Professor at the School of Information Sciences. ====&lt;br /&gt;
Congratulations to Rosta! After 3 years as a postdoc at CMU, she is now back to Pitt as an Assistant Professor. During her first semester at SIS she is teaching IS2430 Social Computing course. Read the news story on SIS Web site: [http://www.ischool.pitt.edu/news/08-02-2012.php]&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2012-07-09&amp;quot;&amp;gt;2012-07-09&amp;lt;/span&amp;gt; :: [[User:shoha99 | Sharon Hsiao]] Thesis Defence: Navigation Support and Social Visualization for Personalized E-Learning  ====&lt;br /&gt;
A large number of educational resources is now made available on the Web to support both regular classroom learning and online learning. However, the abundance of available content produced at least two problems: how to help students to find the most appropriate resources and how to engage them into using these resources and benefit from them. Personalized and social learning have been suggested as potential ways to address these problems.&lt;br /&gt;
&lt;br /&gt;
This work attempts to combine the ideas of personalized and social learning by providing navigation support through an open social student modeling visualization. A series of classroom studies exploited the idea of the approach and revealed promising results, which demonstrated the personalized guidance and social visualization combined helped students to find the most relevant resources of parameterized self-assessment questions for Java programming. Thus, this dissertation extend the approach to a larger collection of learning objects for cross content navigation and verify its capability of supporting social visualization for personalized E-Learning.&lt;br /&gt;
&lt;br /&gt;
The study results confirm that working with the non-mandatory system, students enhanced the learning quality in increasing their motivation and engagement. They successfully achieved better learning results. Meanwhile, incorporating a mixed collection of content in the open social student modeling visualizations effectively led the students to work at the right level of questions. Both strong and weak student worked with the appropriate levels of questions for their readiness accordingly and yielded a consistent performance across all three levels of complexities. Additionally, providing a more realistic content collection on the navigation supported open social student modeling visualizations results in a uniform performance in the group. The classroom study revealed a clear pattern of social guidance, where the stronger students left the traces for weaker ones to follow. The subjective evaluation confirms the design of the interface in terms of the content organization. Students’ positive responses also compliment the objective system usage data.&lt;br /&gt;
&lt;br /&gt;
download it from [http://d-scholarship.pitt.edu/13439/ here]&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2011-11-30&amp;quot;&amp;gt;2011-11-30&amp;lt;/span&amp;gt; :: [[User:Sergey | Sergey Sosnovsky]] Thesis Defence: Ontology-Based Open-Corpus Personalization for E-Learning  ====&lt;br /&gt;
Conventional closed-corpus adaptive information systems control limited sets of documents in fixed subject domains and cannot provide access to the content outside the system. Such restrictions contradict the requirements of today, when most of the information systems are implemented in the open document space of WWW and are expected to operate on the open-corpus content. In order to maintain personalized access to open-corpus documents, an adaptive system should be able to model the documents and the relations between the documents and the domain knowledge automatically and dynamically. This dissertation explores the problem of open-corpus personalization and semantic modeling of open-corpus content in the context of e-Learning. Information on WWW is not without structure. Many collections of online instructional material (tutorials, electronic books, digital libraries, etc.) have been provided with implicit knowledge models encoded in form of tables of content, indexes, headers of chapters, links between pages, and different styles of text fragments. The main dissertation approach tries to leverage this layer of hidden semantics by extracting and representing it as coarse-grained models of collections. A central domain ontology is used to maintain overlay modeling of studentsÕ knowledge and serves as a reference point for multiple collections of external instructional material. In order to establish the link between the ontology and the open-corpus content models a special ontology mapping algorithm has been developed.  The proposed approach has been applied in the Ontology-based Open-corpus Personalization Service (OOPS) that recommends and adaptively annotates online reading material. The domain of Java programming has been chosen for the proof-of-concept implementation. A controlled experiment has been organized to evaluate the developed adaptive system and the proposed approach overall. The results of the evaluation have demonstrated several significant learning effects of the implemented open-corpus personalization. The analysis of log-based data has also shown that the open-corpus version of the system is capable of providing personalization of similar quality to the close-corpus one. Such results indicate that the proposed approach supports fully-scale open-corpus personalization for e-Learning. Further research is required to verify if the approach remains effective in other subject domains and with other types of instructional content.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2011-07-15&amp;quot;&amp;gt;2011-07-15&amp;lt;/span&amp;gt; :: [[User:DParra | Denis Parra]] earns a paper award in UMAP 2011 ====&lt;br /&gt;
In the last conference of User Modeling, Adaptation and Personalization (UMAP 2011) Denis Parra won one of the 2 [http://www.umap2011.org/program/best-paper-awards James Chen Best Student paper awards] for his paper '''Walk The Talk: Analyzing the relation between implicit and explicit feedback for preference elicitation''' that he co-authored with Dr. Xavier Amatriain. In this paper, the authors present a study on the music domain with last.fm users, which results leads them to create a regression model that maps implicit information (such as playcounts and how recently a user listened to albums) with explicit information in the form of ratings. More details in the [http://www.springerlink.com/content/645721483544r815/  conference proceedings in Springer]&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2011-06-12&amp;quot;&amp;gt;2011-06-12&amp;lt;/span&amp;gt; :: [[User:peterb | Peter]] Promoted to Rank of Full Professor ====&lt;br /&gt;
Congratulations to our head of PAWS lab! [[http://www.ischool.pitt.edu/news/06-10-2011.php Read more ]]&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2011-05-01&amp;quot;&amp;gt;2011-05-01&amp;lt;/span&amp;gt; :: [[User:shoha99 | Sharon]] received 2011 Allen Kent Award for Outstanding Contributions to the Graduate Program in Information Science ==== &lt;br /&gt;
She has worked with [http://www.sis.pitt.edu/~gray/ Dr. Glenn Ray] several years in designing and teaching undergraduate courses. She's affiliated as teaching fellow and teaches in our school now.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2010-12-15&amp;quot;&amp;gt;2010-12-15&amp;lt;/span&amp;gt; :: [[User:peterb | Peter]] received Google grant to work on ''Personalized Social Systems for Local Communities'' ====&lt;br /&gt;
The grant will support our efforts to increase user participation in social systems designed for local communities. In the course of the project will explore two innovative ideas for increasing participation. The first idea is to provide access to information “beyond the desktop,” by adding a mobile location-based interface to access information. This will increase both the number of active users and the volume of their contributions. The second idea is to provide personalized access to information to increase the chance to gather relevant information. This work will be based on two existing social systems that were developed and maintained by PAWs lab: the [[Systems#CoMeT | CoMeT]] system for sharing information about research talks at Carnegie Mellon and University of Pittsburgh and Eventur, a social system for recommending cultural events in the Pittsburgh area.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2010-09-17&amp;quot;&amp;gt;2010-09-17&amp;lt;/span&amp;gt; :: [[User:Myudelson | Michael Yudelson's]] Thesis Defence: Providing Service-Based Personalization In An Adaptive Hypermedia System ====&lt;br /&gt;
The dissertation proposes a novel way of speeding the development of new adaptive hypermedia systems. The gist of the approach is to extract the adaptation functionality out of the adaptive hypermedia system, encapsulate it into a standalone system, and offer adaptation as a service to the client applications. Such a standalone adaptation provider reduces the development of adaptation functionality to configuration and compliance and as a result creates new adaptive systems faster and helps serve larger user populations with adaptively accessible content. [[http://washington.sis.pitt.edu/comet/presentColloquium.do?col_id=777 details]]&lt;br /&gt;
The electronic version of [[User:Myudelson | Michael Yudelson's]] dissertation has been approved by the School of Information Sciences. ETD is accessible worldwide from the online library catalog of the University of Pittsburgh ([http://etd.library.pitt.edu/ETD/available/etd-10132010-092137/ link]).&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2010-09-15&amp;quot;&amp;gt;2010-09-15&amp;lt;/span&amp;gt; :: [[User:peterb | Peter Brusilovsky]] received NSF grant to work on ''Modeling and Visualization of Latent Communities'' ====&lt;br /&gt;
This EAGER grant will allow us to investigate how to model and visualize latent communities – those groups of people who form communities based on their similar interests. This work will consider how to elicit latent communities from various kinds of data about individuals available in the modern social Web and deliver the results in a manner suitable for interactive exploration through interactive visualizations. This will be one of the first attempts to use a variety of social Web data and approaches to community modeling. [[http://www.nsf.gov/awardsearch/showAward.do?AwardNumber=1059577 details]]&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2010-09-08&amp;quot;&amp;gt;2010-09-08&amp;lt;/span&amp;gt; :: [[User:jahn | Jae-wook's]] Thesis Defence: Adaptive Visualization for Focused Personalized Information Retrieval ====&lt;br /&gt;
Jae-wook Ahn's dissertation proposes to incorporate interactive visualization into personalized search in order to overcome the limitation. By combining the personalized search and the interactive visualization, we expect our approach will be able to help users to better explore the information space and locate relevant information more efficiently. [[http://washington.sis.pitt.edu/comet/presentColloquium.do?col_id=764 details]]&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2010-09-01&amp;quot;&amp;gt;2010-09-01&amp;lt;/span&amp;gt; :: [[User:peterb | Peter Brusilovsky]] and Jung Sun Oh received NSF grant to work on ''Personalization and social networking for short-term communities'' ====&lt;br /&gt;
This one-year grant will support a project exploring personalization and social networking for short-term communities. Using academic research conferences as a test bed, our team will explore new methods to leverage information about user interests (available from multiple external resources) and develop techniques to facilitate use of existing social technologies. [[http://www.nsf.gov/awardsearch/showAward.do?AwardNumber=1052768 details]]&lt;br /&gt;
&lt;br /&gt;
==== 2010-08-15 :: SIGWeb Newsletter published an interview with [[User:peterb | Peter Brusilovsky]] ====&lt;br /&gt;
The Summer 2010 issue of SIGWeb Newsletter (a magazine of ACM Special Interest Group on Hypertext and the Web) published an [http://dx.doi.org/10.1145/1796390.1796393 interview with Peter Brusilovsky]. The interview provides some personal view on research project performed at PAWS.&lt;br /&gt;
&lt;br /&gt;
==== 2010-07-01 :: [[User:jahn | Jae-wook]] has received Computing Inovation Fellowship ====&lt;br /&gt;
Jae-wook Ahn was chosen as a [http://cifellows.org  CIFellow] (Computing Innovation Fellow) supported by the Computing Community Consortium (CCC), the Computing Research Association (CRA), and the National Science Foundation.  Starting from the fall 2010, he is going to work with [http://www.cs.umd.edu/~ben/ Dr. Ben Shneiderman] at the [http://www.cs.umd.edu/hcil Human Computer Interaction Lab], University of Maryland.&lt;br /&gt;
&lt;br /&gt;
==== 2010-05-01 :: Sergey has received EU Marie Curie International Incoming Fellowship ====&lt;br /&gt;
Sergey Sosnovsky's proposal for EU [http://cordis.europa.eu/improving/fellowships/home.htm Marie Curie Fellowship] is approved by the EU Research Executive Agency. The funding starts in July, 2010 and will last until July 2012. The project &amp;quot;Intelligent Support for Authoring Semantic Learning Content&amp;quot; will focus on implementation of author-friendly technologies for learning content development, including collaborative authoring support, metadata authoring support, open-corpus content discovery, interactivity authoring, and gap detection.&lt;br /&gt;
&lt;br /&gt;
==== 2009-06-27 :: Rosta receives her second James Chen Award ====&lt;br /&gt;
Rosta Farzan received James Chen Best Student Paper Award at the 12th International Conference on User Modelling, Adaptation and Personalization, UMAP2009, in Trento, Italy for the paper ''Social Navigation Support for Information Seeking: If You Build It, Will They Come?'' by Rosta Farzan and Peter Brusilovsky. This is her second James Chen Award, congratulations!&lt;br /&gt;
&lt;br /&gt;
==== 2009-06-26 :: PAWS Caught on UMAP 2009 Video ====&lt;br /&gt;
* 0:27 [[User:Myudelson|Michael]]&lt;br /&gt;
* 1:09 [[User:Rostaf|Rosta]]&lt;br /&gt;
* 1:18 [[User:Sergey|Sergey]]&lt;br /&gt;
* 1:51 [[User:Suleehs|Danielle]]&lt;br /&gt;
* 3:12 [[User:Myudelson|Michael]] and [[User:Sergey|Sergey]]&lt;br /&gt;
* 4:01 [[User:Peterb|Peter]]&lt;br /&gt;
&amp;lt;youtube&amp;gt;v_amf_zcLtQ&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== 2009-05-28 :: [[User:peterb | Peter]] awarded honorary doctorate by the Slovak University of Technology in Bratislava ====&lt;br /&gt;
At a ceremony in Bratislava today, Peter Brusilovsky was honored by the [http://www.stuba.sk/ Slovak University of Technology in Bratislava] with the degree of Doctor honoris causa. The university, founded in 1937 in Bratislava, is one of the most significant institutions of higher education in Slovakia. Peter was selected for this recognition for &amp;quot;his contributions to the fields of Informatics and Information Technologies&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== 2008-07-31 :: [[User:peterb | Peter]] receives Best Paper Award at AH 2008 ====&lt;br /&gt;
Peter Brusilovsky received Best Paper Award at the 5th International Conference on Adaptive Hypermedia and Adaptive Web-Based Systems, AH 2008, in Hannover, Germany  for the paper [http://www.springerlink.com/content/6h410u3w4836v866/ ''Social Information Access for the Rest of Us: An Exploration of Social YouTube''] by Maurice Coyle, Jill Freyne, Peter Brusilovsky, and Barry Smyth&lt;br /&gt;
&lt;br /&gt;
==== 2007-06-28 :: [[User:Myudelson | Michael]] receives James Chen Best Student Paper Award at UM 2007 ====&lt;br /&gt;
Michael Yudelson received James Chen Best Student Paper Award at the 11th International Conference on User Modelling, UM07, in Corfu, Greece for the paper [http://www.springerlink.com/content/c723060442701737/ ''A User Modeling Server for Contemporary Adaptive Hypermedia: an Evaluation of Push Approach  to Evidence Propagation''] by Michael Yudelson, Peter Brusilovsky, and Vladimir Zadorozhny&lt;/div&gt;</summary>
		<author><name>Shoha99</name></author>
		
	</entry>
	<entry>
		<id>https://adapt2.sis.pitt.edu/w/index.php?title=People&amp;diff=2082</id>
		<title>People</title>
		<link rel="alternate" type="text/html" href="https://adapt2.sis.pitt.edu/w/index.php?title=People&amp;diff=2082"/>
		<updated>2014-05-06T14:15:54Z</updated>

		<summary type="html">&lt;p&gt;Shoha99: /* Past Doctoral Students */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Faculty ==&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:Brusilovsky.jpg|'''[[User:Peterb | Peter Brusilovsky]]'''&amp;lt;br/&amp;gt;Director&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Doctoral Students ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Clau.JPG|[[User:Clau | Claudia López]]&lt;br /&gt;
Image:Shaghayeghsahebi.jpg|[[User:Sherry | Shaghayegh Sahebi (Sherry)]]&lt;br /&gt;
Image:Kong.png|[[User:Chirayu | Chirayu Wongchokprasitti]]&lt;br /&gt;
Image:Julio.jpg|[[User:Julio | Julio Guerra]]&lt;br /&gt;
Image:Roya.jpg|[[User:R.hosseini | Roya Hosseini]]&lt;br /&gt;
Image:xidao.jpg|[[User:Xidao| Xidao Wen]]&lt;br /&gt;
Image:yunhuang.png|[[User:Yuh43| Yun Huang]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Visiting Scholars  ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Pkraker.jpg|[http://science20.wordpress.com Peter Kraker] &amp;lt;br/&amp;gt;Marshall Plan Scholar &lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Past Visiting Faculty ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Roman bednarik.png|[http://cs.uef.fi/~rbednari/ Roman Bednarik]&lt;br /&gt;
Image:TanjaMitrovic.jpg|[http://www.cosc.canterbury.ac.nz/tanja.mitrovic/ Tanja Mitrovic]&lt;br /&gt;
Image:Eva millan.gif|[http://www.lcc.uma.es/~eva/ Eva Millán Valldeperas]&lt;br /&gt;
Image:Julita vasilleva.gif|[http://www.cs.usask.ca/faculty/julita/ Julita Vassileva]&lt;br /&gt;
Image:NicolaHenze.gif|[http://www.kbs.uni-hannover.de/~henze/ Nicola Henze]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Past Doctoral Students ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:jennifer.jpg|[[User:Jennifer | Jennifer (Yiling) Lin]]&amp;lt;br/&amp;gt;Currently Assistant Professor in the department of Information Management at the National Sun Yat-Sen University.&lt;br /&gt;
Image:Denis_PAWS_blog.jpg|[[User:Dparra | Denis Parra]]&amp;lt;br/&amp;gt;Currently Assistant Professor at the Computer Science Department, School of Engineering at PUC Chile.&lt;br /&gt;
Image:jaewook-1.jpg|[[User:Jahn | Jae-wook Ahn]]&amp;lt;br/&amp;gt;Projects: [[ADVISE]], [[Adaptive VIBE]], [[YourNews]], [[YourSports]], [[TaskSieve]], [[NameSieve]]&amp;lt;br/&amp;gt;Currently Postdoctoral Fellow at the University of Maryland&lt;br /&gt;
Image:RostaFarzan.jpg|[[User:Rostaf | Rosta Farzan]]&amp;lt;br/&amp;gt;Currently Assistant Professor at School of Information Sciences.&lt;br /&gt;
Image:Michael_V_Yudelson.gif|'''[[User:Myudelson | Michael V. Yudelson]]'''&amp;lt;br/&amp;gt;Projects: [[Knowledge Tree]], [[CUMULATE]], [[PERSEUS]], [[NavEx]], [[CoPE]], [[WebEx]]&amp;lt;br/&amp;gt;Currently Postdoctoral Fellow at Carnegie Mellon University&lt;br /&gt;
Image:Sergey.jpg|[[User:Sergey | Sergey Sosnovsky]]&amp;lt;br&amp;gt; Currently Principal Researcher, Head of the Intelligent e-Learning Technology Lab, CeLTech, DFKI&lt;br /&gt;
Image:Sharon Hsiao.jpg|[[User:Shoha99 | Sharon (I-Han) Hsiao]]&amp;lt;br/&amp;gt;Projects: [[AnnotEx]], [[QuizJET]], [[Progressor]], [[ProgressorPlus]]&amp;lt;br/&amp;gt;Currently Postdoctoral Fellow at Columbia University, enroute to Assistant Professor @ CIDSE, ASU&lt;br /&gt;
Image:Danielle.gif|[[User:Suleehs | Danielle H. Lee]]&amp;lt;br/&amp;gt;Projects: [[Eventur]], [[Proactive]]&amp;lt;br/&amp;gt;Currently Assistant Professor at the University of Washington Bothell&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Past Master Students ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Vikrant Khenat.jpg|[http://www.sis.pitt.edu/~vkhenat/ Vikrant Khenat]&lt;br /&gt;
Image:Tibor Dumitriu.gif|[http://www.sis.pitt.edu/~dumitriu/ Tibor Dumitriu]&amp;lt;br/&amp;gt;Projects: [http://ir.exp.sis.pitt.edu/advise/ AdVisE]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Past Visiting Scholars == &lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Kim.jpg|Jaekyung Kim&lt;br /&gt;
Image:Jbravo.gif|[http://www.eps.uam.es/esp/personal/ficha.php?empid=367 Javier Bravo Agapito]&lt;br /&gt;
Image:MarkusKetterl1.jpg|[http://studip.serv.uni-osnabrueck.de/extern.php?username=mketterl&amp;amp;page_url=http://www.virtuos.uni-osnabrueck.de/VirtUOS/TemplStudipMitarbDetails&amp;amp;global_id=4c8fb9ddd4dde83366119b2031d39ab3 Markus Ketterl]&lt;br /&gt;
Image:Jillfreyne.jpg|[http://www.csi.ucd.ie/users/jill-freyne Jill Freyne]&lt;br /&gt;
Image:Robert.jpg|Robert Mertens&lt;br /&gt;
Image:Roman bednarik.png|[http://www.cs.joensuu.fi/~rbednari/ Roman bednarik]&lt;br /&gt;
Image:Ewald ramp.jpg|Ewald W. A. Ramp&lt;br /&gt;
Image:Jacopo.jpg|Jacopo Armani&lt;br /&gt;
Image:Yetunde.JPG|Yetunde Folajimi&lt;br /&gt;
Image:Chris_face.jpg|[http://www.austria-lexikon.at/af/User/Trattner%20Christoph Christof Trattner]&lt;br /&gt;
Image:Michelle_liang.JPG|[http://www.tcs.fudan.edu.cn/~michelle/index.html Michelle Liang]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Group Photos ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Paws 2010 march 30.jpg|Meeting  on 2010/03/30&lt;br /&gt;
Image:Paws_group_2012.jpg|Meeting  on 2012/10/24&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>Shoha99</name></author>
		
	</entry>
	<entry>
		<id>https://adapt2.sis.pitt.edu/w/index.php?title=ProgressorPlus&amp;diff=2047</id>
		<title>ProgressorPlus</title>
		<link rel="alternate" type="text/html" href="https://adapt2.sis.pitt.edu/w/index.php?title=ProgressorPlus&amp;diff=2047"/>
		<updated>2013-09-22T17:58:17Z</updated>

		<summary type="html">&lt;p&gt;Shoha99: /* Publications */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
&lt;br /&gt;
Progressor+ attempts to inherit the merits from [http://adapt2.sis.pitt.edu/wiki/Progressor Progressor] (motivational impacts, personalized social guidance and encourages students to do some work ahead of the course schedule, class leaders provided an implicit social guidance for the rest of the class and successfully led the way to discover the most relevant resources creating good trails for the rest of the class, etc. please refer to our [http://adapt2.sis.pitt.edu/wiki/Publications#Progressor publications]) and incorporate with new research elements, such as flexible content structure, explicit social guidance and so on. Despite Progressor's circular pie shapes are favorable in our past user studies, the nature of those shapes makes it difficult to scale up with various learning content collections and perform comparisons, we refine our design into a more generic table representation and engage with close-to-reality multiple collections of learning resources.&lt;br /&gt;
&lt;br /&gt;
== Screenshots ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
Image:progressorplus1.png|A zoom in view of your personalized Progressor+ view in contrast to the rest of the class&lt;br /&gt;
Image:progressorplus2.png|A zoom out view of your model compared to the class average model&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Publications==&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;&lt;br /&gt;
* [[User:shoha99 | Hsiao, I-H.]] and [[User:peterb | Brusilovsky, P.]] (2012) Motivational Social Visualizations for Personalized E-learning, In: Proceedings of 7th European Conference on Technology Enhanced Education (ECTEL), ECTEL 2012, Saarbrücken, Germany, September 18-21, 2012, Springer-Verlag, Volume 7563/2012, pp.153-165.&lt;br /&gt;
* [[User:shoha99 | Hsiao, I-H.]] (2012). [http://d-scholarship.pitt.edu/13439/ Navigation Support and Social Visualization For Personalized E-learning] (Doctoral dissertation, University of Pittsburgh). &lt;br /&gt;
&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
* [[QuizJET]] : parameterized self-assessment tool for Java programming language.&lt;br /&gt;
* [http://adapt2.sis.pitt.edu/wiki/Progressor Progressor]&lt;br /&gt;
&lt;br /&gt;
== Contacts ==&lt;br /&gt;
[[User:shoha99 | Sharon, I-Han Hsiao]]&lt;/div&gt;</summary>
		<author><name>Shoha99</name></author>
		
	</entry>
	<entry>
		<id>https://adapt2.sis.pitt.edu/w/index.php?title=ProgressorPlus&amp;diff=2046</id>
		<title>ProgressorPlus</title>
		<link rel="alternate" type="text/html" href="https://adapt2.sis.pitt.edu/w/index.php?title=ProgressorPlus&amp;diff=2046"/>
		<updated>2013-09-22T17:57:59Z</updated>

		<summary type="html">&lt;p&gt;Shoha99: /* Publications */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
&lt;br /&gt;
Progressor+ attempts to inherit the merits from [http://adapt2.sis.pitt.edu/wiki/Progressor Progressor] (motivational impacts, personalized social guidance and encourages students to do some work ahead of the course schedule, class leaders provided an implicit social guidance for the rest of the class and successfully led the way to discover the most relevant resources creating good trails for the rest of the class, etc. please refer to our [http://adapt2.sis.pitt.edu/wiki/Publications#Progressor publications]) and incorporate with new research elements, such as flexible content structure, explicit social guidance and so on. Despite Progressor's circular pie shapes are favorable in our past user studies, the nature of those shapes makes it difficult to scale up with various learning content collections and perform comparisons, we refine our design into a more generic table representation and engage with close-to-reality multiple collections of learning resources.&lt;br /&gt;
&lt;br /&gt;
== Screenshots ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
Image:progressorplus1.png|A zoom in view of your personalized Progressor+ view in contrast to the rest of the class&lt;br /&gt;
Image:progressorplus2.png|A zoom out view of your model compared to the class average model&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Publications==&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;&lt;br /&gt;
* [[User:shoha99 | Hsiao, I-H.]] and [[User:peterb | Brusilovsky, P.]] (2012) Motivational Social Visualizations for Personalized E-learning, In: Proceedings of 7th European Conference on Technology Enhanced Education (ECTEL), ECTEL 2012, Saarbrücken, Germany, September 18-21, 2012, Springer-Verlag, Volume 7563/2012, pp.153-165.&lt;br /&gt;
* Hsiao, I. H. (2012). [http://d-scholarship.pitt.edu/13439/ Navigation Support and Social Visualization For Personalized E-learning] (Doctoral dissertation, University of Pittsburgh). &lt;br /&gt;
&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
* [[QuizJET]] : parameterized self-assessment tool for Java programming language.&lt;br /&gt;
* [http://adapt2.sis.pitt.edu/wiki/Progressor Progressor]&lt;br /&gt;
&lt;br /&gt;
== Contacts ==&lt;br /&gt;
[[User:shoha99 | Sharon, I-Han Hsiao]]&lt;/div&gt;</summary>
		<author><name>Shoha99</name></author>
		
	</entry>
	<entry>
		<id>https://adapt2.sis.pitt.edu/w/index.php?title=Progressor&amp;diff=2045</id>
		<title>Progressor</title>
		<link rel="alternate" type="text/html" href="https://adapt2.sis.pitt.edu/w/index.php?title=Progressor&amp;diff=2045"/>
		<updated>2013-09-22T17:56:10Z</updated>

		<summary type="html">&lt;p&gt;Shoha99: /* Publications */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
&lt;br /&gt;
A large number of educational resources is now made available on the Web to support both regular classroom learning and online learning. However, the abundance of available content produced at least two problems: how to help students to find the most appropriate resources and how to engage them into using these resources and benefit from them. Personalized and social learning has been suggested as potential ways to address these problems. Progressor attempts to combine the ideas of personalized and social learning to help students find the&lt;br /&gt;
most relevant resources in a large collection of parameterized self-assessment questions for programming.&lt;br /&gt;
&lt;br /&gt;
Progressor is a collaboration work between [http://fusion.cs.uni-jena.de/professur University of Jena] and [http://adapt2.sis.pitt.edu/wiki University of Pittsburgh]. The core research goal of the project is to utilize the success of self-assessment programming language learning tool, [[QuizJET]], with rich-interaction interface derived from [http://www.minerva-portals.de/research/introspective-views IntrospectiveViews] and provide a better personalized visual access to programming language problems. The research investigates open social student model; how social guidance affects self-assessment programming language learning; motivational effects on the progress of educational content; privacy and data sharing and so on.&lt;br /&gt;
&lt;br /&gt;
We are excited about what we've learnt from this project, we are now extending our approaches to a larger collection of learning objects for cross content navigation and verify its capability of supporting social visualization for personalized E-Learning, please refer to [http://adapt2.sis.pitt.edu/wiki/ProgressorPlus Progressor+]&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
* '''Learner Analytics''': question attempts, successful rates, overall progress etc.&lt;br /&gt;
* '''Privacy management''': requests for accessing peers' models.&lt;br /&gt;
* '''Interactivity''': interacting with the content, peers etc. from the visualization; allowing the user to feel in control.&lt;br /&gt;
*''' Identity''': captures all the information belonging to the student and displays it in a unique model, allowing easy comparisons.&lt;br /&gt;
* '''Exposure''': model thumbnails preview. We found that students had more persistent interactions with the system while they had higher visibilities.&lt;br /&gt;
* '''Guidance''': implicit social guidance; (explicit social guidance is under investigation now)&lt;br /&gt;
* '''Recommendation''': top 3 performers&lt;br /&gt;
* '''Scalability''': we design a set of [[#Apply protocols the social visualization|protocols]] for reusing student progress data in various visualizations.&lt;br /&gt;
&lt;br /&gt;
== Apply protocols the social visualization==&lt;br /&gt;
&lt;br /&gt;
We design the following protocols allows requesting user or group progress in JSON format. The protocol follows [http://en.wikipedia.org/wiki/Representational_state_transfer REpresentational State Transfer(REST) architecture] and is an extension of [http://adapt2.sis.pitt.edu/wiki/CUMULATE_protocol CUMULATE protocol]. It provides the applicability for applying it to other social visualizations, such as [http://adapt2.sis.pitt.edu/wiki/ProgressorPlus Progressor+].&lt;br /&gt;
&lt;br /&gt;
'''The URL format for requesting particular user from a group with all his/her activities:'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
http://adapt2.sis.pitt.edu/ktact/json/user/&amp;lt;the user login&amp;gt;/&amp;lt;the group name&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
http://adapt2.sis.pitt.edu/ktact/json/user/shoha99/IS172011Spring&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''id''' – '''question rdfid''', this is the unique identifier for accessing the parameterized [http://adapt2.sis.pitt.edu/wiki/QuizJET QuizJET] question.&lt;br /&gt;
* '''res''' – '''total number of correct tries''', this number indicates the successful attempts on this pattern of question.&lt;br /&gt;
* '''attempt''' – '''total number of tries''', this number represents how many times the student has tried on this pattern of question.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
   {&lt;br /&gt;
      &amp;quot;id&amp;quot;:&amp;quot;jVariables1&amp;quot;,&lt;br /&gt;
      &amp;quot;res&amp;quot;:&amp;quot;6&amp;quot;,&lt;br /&gt;
      &amp;quot;attempt&amp;quot;:&amp;quot;9&amp;quot;&lt;br /&gt;
   },&lt;br /&gt;
   {&lt;br /&gt;
      &amp;quot;id&amp;quot;:&amp;quot;jVariables2&amp;quot;,&lt;br /&gt;
      &amp;quot;res&amp;quot;:&amp;quot;2&amp;quot;,&lt;br /&gt;
      &amp;quot;attempt&amp;quot;:&amp;quot;3&amp;quot;&lt;br /&gt;
   },&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''The URL format for requesting all students activities by group:'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
http://adapt2.sis.pitt.edu/ktact/json/group/&amp;lt;the group name&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
http://adapt2.sis.pitt.edu/ktact/json/group/IS172011Spring&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''id''' – '''student login''', this specifies the student's login.&lt;br /&gt;
* '''name''' – '''student name'', this displays the student's name.&lt;br /&gt;
* '''res''' – '''student average progress''', this number represents the student's average progress across topics.&lt;br /&gt;
* '''topics''' – '''id''', topic names;  '''res''', topic average progress.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
      &amp;quot;id&amp;quot;:&amp;quot;shoha99&amp;quot;,&lt;br /&gt;
      &amp;quot;name&amp;quot;:&amp;quot;Hsiao, Sharon (I-Han)&amp;quot;,&lt;br /&gt;
      &amp;quot;res&amp;quot;:&amp;quot;0.126&amp;quot;,&lt;br /&gt;
      &amp;quot;topics&amp;quot;:[&lt;br /&gt;
         {&lt;br /&gt;
            &amp;quot;id&amp;quot;:&amp;quot;Variables&amp;quot;,&lt;br /&gt;
            &amp;quot;res&amp;quot;:&amp;quot;0.8&amp;quot;&lt;br /&gt;
         },&lt;br /&gt;
        {&lt;br /&gt;
            &amp;quot;id&amp;quot;:&amp;quot;Objects&amp;quot;,&lt;br /&gt;
            &amp;quot;res&amp;quot;:&amp;quot;0.2&amp;quot;&lt;br /&gt;
         },&lt;br /&gt;
        ...&lt;br /&gt;
},&lt;br /&gt;
{&lt;br /&gt;
      &amp;quot;id&amp;quot;:&amp;quot;xxxx&amp;quot;,&lt;br /&gt;
      &amp;quot;name&amp;quot;:&amp;quot;lastName, firstName &amp;quot;,&lt;br /&gt;
      &amp;quot;res&amp;quot;:&amp;quot;0.107&amp;quot;,&lt;br /&gt;
      &amp;quot;topics&amp;quot;:[&lt;br /&gt;
         {&lt;br /&gt;
            &amp;quot;id&amp;quot;:&amp;quot;Variables&amp;quot;,&lt;br /&gt;
            &amp;quot;res&amp;quot;:&amp;quot;0.00&amp;quot;&lt;br /&gt;
         },&lt;br /&gt;
         {&lt;br /&gt;
            &amp;quot;id&amp;quot;:&amp;quot;Objects&amp;quot;,&lt;br /&gt;
            &amp;quot;res&amp;quot;:&amp;quot;0.2&amp;quot;&lt;br /&gt;
         },&lt;br /&gt;
         ...&lt;br /&gt;
}&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[#top|^top]]&lt;br /&gt;
&lt;br /&gt;
== Screenshots ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;3&amp;quot;&amp;gt;&lt;br /&gt;
Image:Progressor.png|Your personalized Progressor view&lt;br /&gt;
Image:ProgressorAccessQuiz.png|Accessing to the quizzes or other educational material&lt;br /&gt;
Image:ProgressorComparing.png|Comparing your own model with another or class on average&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Publications==&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;&lt;br /&gt;
* Bakalov, F., [[User:shoha99 | Hsiao, I-H.]], [[User:peterb | Brusilovsky, P.]], and König-Ries, B. (2011) '''Visualizing Student Models for Social Learning with Parallel IntrospectiveViews.''' In: Proceedings of Workshop on Visual Interfaces to the Social and Semantic Web at the International Conference on Intelligent User Interfaces (IUI 2011), Stanford University, Palo Alto, California, US, February 13, 2011&lt;br /&gt;
* [[User:shoha99 | Hsiao, I-H.]], Bakalov, F., [[User:peterb | Brusilovsky, P.]], and König-Ries, B. (2011) '''Open Social Student Modeling: Visualizing Student Models with Parallel IntrospectiveViews.''' Proceedings of 19th International Conference on User Modeling, Adaptation, and Personalization (UMAP 2011), Girona, Spain, July 11-15, 2011, Springer, pp.171-182 [http://dx.doi.org/10.1007/978-3-642-22362-4_15 DOI]/ [http://www.sis.pitt.edu/~ihsiao/pub/umap_camera_ready_final.pdf PDF] / [http://www.sis.pitt.edu/~ihsiao/pub/OpenSocialStudentModeling.pptx Slides]&lt;br /&gt;
* Bakalov, F., [[User:shoha99 | Hsiao, I-H.]], [[User:peterb | Brusilovsky, P.]], and König-Ries, B. (2011) '''Progressor: Personalized visual access to programming problems''', IEEE Symposium on Visual Languages and Human-Centric Computing, September 18-22, 2011, Pittsburgh, PA, USA&lt;br /&gt;
*[[User:shoha99 | Hsiao, I-H.]], [[User:Julio |Guerra, J.]], [[User:Dparra |Parra, D.]], Bakalov, F., König-Ries, B., and [[User:peterb | Brusilovsky, P.]] (2012) '''Comparative Social Visualization for Personalized E-Learning.''' International Working Conference Advanced Visual Interfaces, AVI 2012, Capri, Italy, May 21-25, 2012&lt;br /&gt;
* [[User:shoha99 | Hsiao, I-H.]], Bakalov, F., [[User:peterb | Brusilovsky, P.]], and König-Ries, B. (2013) Open Social Student Modeling for Personalized E-Learning. New Review of Hypermedia and Multimedia, 19(2), 112-131. [http://www.tandfonline.com/doi/abs/10.1080/13614568.2013.806960?journalCode=tham20#.Uj8u1BZf_G4 URL]&lt;br /&gt;
&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Try Progressor==&lt;br /&gt;
Current users Login from [http://adapt2.sis.pitt.edu/kt/ KnowledgTree portal]&lt;br /&gt;
&lt;br /&gt;
Progressor is currently open for courses, groups use. If you wish to try out the system individually, please contact [[User:shoha99|Sharon Hsiao]]&lt;br /&gt;
&lt;br /&gt;
Try mobile Progressor [http://itunes.apple.com/us/app/open-social-student-modeling/id485009366?mt=8 iphone app v1.0], we also have droid.  (&amp;lt;span style=&amp;quot;color:red;&amp;quot;&amp;gt;new&amp;lt;/span&amp;gt;)&lt;br /&gt;
note: we are enhancing the mobile design. make sure you check back later.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
* [[QuizJET]] : parameterized self-assessment tool for Java programming language.&lt;br /&gt;
* [http://www.minerva-portals.de/research/introspective-views IntrospectiveViews]&lt;br /&gt;
&lt;br /&gt;
== Contacts ==&lt;br /&gt;
[[User:shoha99 | Sharon, I-Han Hsiao]]&lt;/div&gt;</summary>
		<author><name>Shoha99</name></author>
		
	</entry>
	<entry>
		<id>https://adapt2.sis.pitt.edu/w/index.php?title=People&amp;diff=2027</id>
		<title>People</title>
		<link rel="alternate" type="text/html" href="https://adapt2.sis.pitt.edu/w/index.php?title=People&amp;diff=2027"/>
		<updated>2013-07-03T19:03:31Z</updated>

		<summary type="html">&lt;p&gt;Shoha99: /* Visiting Scholars */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Faculty ==&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:Brusilovsky.jpg|'''[[User:Peterb | Peter Brusilovsky]]'''&amp;lt;br/&amp;gt;Director&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Doctoral Students ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:jennifer.jpg|[[User:Jennifer | Jennifer (Yiling) Lin]]&lt;br /&gt;
Image:Clau.JPG|[[User:Clau | Claudia López]]&lt;br /&gt;
Image:Denis_PAWS_blog.jpg|[[User:Dparra | Denis Parra]]&lt;br /&gt;
Image:Shaghayeghsahebi.jpg|[[User:Sherry | Shaghayegh Sahebi (Sherry)]]&lt;br /&gt;
Image:Kong.png|[[User:Chirayu | Chirayu Wongchokprasitti]]&lt;br /&gt;
Image:Julio.jpg|[[User:Julio | Julio Guerra]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Master Students ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Past Visiting Faculty ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Roman bednarik.png|[http://cs.uef.fi/~rbednari/ Roman Bednarik]&lt;br /&gt;
Image:TanjaMitrovic.jpg|[http://www.cosc.canterbury.ac.nz/tanja.mitrovic/ Tanja Mitrovic]&lt;br /&gt;
Image:Eva millan.gif|[http://www.lcc.uma.es/~eva/ Eva Millán Valldeperas]&lt;br /&gt;
Image:Julita vasilleva.gif|[http://www.cs.usask.ca/faculty/julita/ Julita Vassileva]&lt;br /&gt;
Image:NicolaHenze.gif|[http://www.kbs.uni-hannover.de/~henze/ Nicola Henze]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Past Doctoral Students ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:jaewook-1.jpg|[[User:Jahn | Jae-wook Ahn]]&amp;lt;br/&amp;gt;Projects: [[ADVISE]], [[Adaptive VIBE]], [[YourNews]], [[YourSports]], [[TaskSieve]], [[NameSieve]]&amp;lt;br/&amp;gt;Currently Postdoctoral Fellow at the University of Maryland&lt;br /&gt;
Image:RostaFarzan.jpg|[[User:Rostaf | Rosta Farzan]]&amp;lt;br/&amp;gt;Currently Assistant Professor at School of Information Sciences.&lt;br /&gt;
Image:Michael_V_Yudelson.gif|'''[[User:Myudelson | Michael V. Yudelson]]'''&amp;lt;br/&amp;gt;Projects: [[Knowledge Tree]], [[CUMULATE]], [[PERSEUS]], [[NavEx]], [[CoPE]], [[WebEx]]&amp;lt;br/&amp;gt;Currently Postdoctoral Fellow at Carnegie Mellon University&lt;br /&gt;
Image:Sergey.jpg|[[User:Sergey | Sergey Sosnovsky]]&amp;lt;br&amp;gt; Currently Principal Researcher, Head of the Intelligent e-Learning Technology Lab, CeLTech, DFKI&lt;br /&gt;
Image:Sharon Hsiao.jpg|[[User:Shoha99 | Sharon (I-Han) Hsiao]]&amp;lt;br/&amp;gt;Projects: [[AnnotEx]], [[QuizJET]], [[Progressor]], [[ProgressorPlus]]&amp;lt;br/&amp;gt;Currently Postdoctoral Fellow at Columbia University&lt;br /&gt;
Image:Danielle.gif|[[User:Suleehs | Danielle H. Lee]]&amp;lt;br/&amp;gt;Projects: [[Eventur]], [[Proactive]]&amp;lt;br/&amp;gt;Currently Assistant Professor at the University of Washington Bothell&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Past Master Students ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Vikrant Khenat.jpg|[http://www.sis.pitt.edu/~vkhenat/ Vikrant Khenat]&lt;br /&gt;
Image:Tibor Dumitriu.gif|[http://www.sis.pitt.edu/~dumitriu/ Tibor Dumitriu]&amp;lt;br/&amp;gt;Projects: [http://ir.exp.sis.pitt.edu/advise/ AdVisE]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Past Visiting Scholars == &lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Kim.jpg|Jaekyung Kim&lt;br /&gt;
Image:Jbravo.gif|[http://www.eps.uam.es/esp/personal/ficha.php?empid=367 Javier Bravo Agapito]&lt;br /&gt;
Image:MarkusKetterl1.jpg|[http://studip.serv.uni-osnabrueck.de/extern.php?username=mketterl&amp;amp;page_url=http://www.virtuos.uni-osnabrueck.de/VirtUOS/TemplStudipMitarbDetails&amp;amp;global_id=4c8fb9ddd4dde83366119b2031d39ab3 Markus Ketterl]&lt;br /&gt;
Image:Jillfreyne.jpg|[http://www.csi.ucd.ie/users/jill-freyne Jill Freyne]&lt;br /&gt;
Image:Robert.jpg|Robert Mertens&lt;br /&gt;
Image:Roman bednarik.png|[http://www.cs.joensuu.fi/~rbednari/ Roman bednarik]&lt;br /&gt;
Image:Ewald ramp.jpg|Ewald W. A. Ramp&lt;br /&gt;
Image:Jacopo.jpg|Jacopo Armani&lt;br /&gt;
Image:Yetunde.JPG|Yetunde Folajimi&lt;br /&gt;
Image:Chris_face.jpg|[http://www.austria-lexikon.at/af/User/Trattner%20Christoph Christof Trattner]&lt;br /&gt;
Image:Michelle_liang.JPG|[http://www.tcs.fudan.edu.cn/~michelle/index.html Michelle Liang]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Group Photos ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Paws 2010 march 30.jpg|Meeting  on 2010/03/30&lt;br /&gt;
Image:Paws_group_2012.jpg|Meeting  on 2012/10/24&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>Shoha99</name></author>
		
	</entry>
	<entry>
		<id>https://adapt2.sis.pitt.edu/w/index.php?title=People&amp;diff=2026</id>
		<title>People</title>
		<link rel="alternate" type="text/html" href="https://adapt2.sis.pitt.edu/w/index.php?title=People&amp;diff=2026"/>
		<updated>2013-07-03T19:03:20Z</updated>

		<summary type="html">&lt;p&gt;Shoha99: /* Past Visiting Scholars */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Faculty ==&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:Brusilovsky.jpg|'''[[User:Peterb | Peter Brusilovsky]]'''&amp;lt;br/&amp;gt;Director&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Doctoral Students ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:jennifer.jpg|[[User:Jennifer | Jennifer (Yiling) Lin]]&lt;br /&gt;
Image:Clau.JPG|[[User:Clau | Claudia López]]&lt;br /&gt;
Image:Denis_PAWS_blog.jpg|[[User:Dparra | Denis Parra]]&lt;br /&gt;
Image:Shaghayeghsahebi.jpg|[[User:Sherry | Shaghayegh Sahebi (Sherry)]]&lt;br /&gt;
Image:Kong.png|[[User:Chirayu | Chirayu Wongchokprasitti]]&lt;br /&gt;
Image:Julio.jpg|[[User:Julio | Julio Guerra]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Master Students ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Visiting Scholars ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Michelle_liang.JPG|[http://www.tcs.fudan.edu.cn/~michelle/index.html Michelle Liang]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Past Visiting Faculty ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Roman bednarik.png|[http://cs.uef.fi/~rbednari/ Roman Bednarik]&lt;br /&gt;
Image:TanjaMitrovic.jpg|[http://www.cosc.canterbury.ac.nz/tanja.mitrovic/ Tanja Mitrovic]&lt;br /&gt;
Image:Eva millan.gif|[http://www.lcc.uma.es/~eva/ Eva Millán Valldeperas]&lt;br /&gt;
Image:Julita vasilleva.gif|[http://www.cs.usask.ca/faculty/julita/ Julita Vassileva]&lt;br /&gt;
Image:NicolaHenze.gif|[http://www.kbs.uni-hannover.de/~henze/ Nicola Henze]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Past Doctoral Students ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:jaewook-1.jpg|[[User:Jahn | Jae-wook Ahn]]&amp;lt;br/&amp;gt;Projects: [[ADVISE]], [[Adaptive VIBE]], [[YourNews]], [[YourSports]], [[TaskSieve]], [[NameSieve]]&amp;lt;br/&amp;gt;Currently Postdoctoral Fellow at the University of Maryland&lt;br /&gt;
Image:RostaFarzan.jpg|[[User:Rostaf | Rosta Farzan]]&amp;lt;br/&amp;gt;Currently Assistant Professor at School of Information Sciences.&lt;br /&gt;
Image:Michael_V_Yudelson.gif|'''[[User:Myudelson | Michael V. Yudelson]]'''&amp;lt;br/&amp;gt;Projects: [[Knowledge Tree]], [[CUMULATE]], [[PERSEUS]], [[NavEx]], [[CoPE]], [[WebEx]]&amp;lt;br/&amp;gt;Currently Postdoctoral Fellow at Carnegie Mellon University&lt;br /&gt;
Image:Sergey.jpg|[[User:Sergey | Sergey Sosnovsky]]&amp;lt;br&amp;gt; Currently Principal Researcher, Head of the Intelligent e-Learning Technology Lab, CeLTech, DFKI&lt;br /&gt;
Image:Sharon Hsiao.jpg|[[User:Shoha99 | Sharon (I-Han) Hsiao]]&amp;lt;br/&amp;gt;Projects: [[AnnotEx]], [[QuizJET]], [[Progressor]], [[ProgressorPlus]]&amp;lt;br/&amp;gt;Currently Postdoctoral Fellow at Columbia University&lt;br /&gt;
Image:Danielle.gif|[[User:Suleehs | Danielle H. Lee]]&amp;lt;br/&amp;gt;Projects: [[Eventur]], [[Proactive]]&amp;lt;br/&amp;gt;Currently Assistant Professor at the University of Washington Bothell&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Past Master Students ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Vikrant Khenat.jpg|[http://www.sis.pitt.edu/~vkhenat/ Vikrant Khenat]&lt;br /&gt;
Image:Tibor Dumitriu.gif|[http://www.sis.pitt.edu/~dumitriu/ Tibor Dumitriu]&amp;lt;br/&amp;gt;Projects: [http://ir.exp.sis.pitt.edu/advise/ AdVisE]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Past Visiting Scholars == &lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Kim.jpg|Jaekyung Kim&lt;br /&gt;
Image:Jbravo.gif|[http://www.eps.uam.es/esp/personal/ficha.php?empid=367 Javier Bravo Agapito]&lt;br /&gt;
Image:MarkusKetterl1.jpg|[http://studip.serv.uni-osnabrueck.de/extern.php?username=mketterl&amp;amp;page_url=http://www.virtuos.uni-osnabrueck.de/VirtUOS/TemplStudipMitarbDetails&amp;amp;global_id=4c8fb9ddd4dde83366119b2031d39ab3 Markus Ketterl]&lt;br /&gt;
Image:Jillfreyne.jpg|[http://www.csi.ucd.ie/users/jill-freyne Jill Freyne]&lt;br /&gt;
Image:Robert.jpg|Robert Mertens&lt;br /&gt;
Image:Roman bednarik.png|[http://www.cs.joensuu.fi/~rbednari/ Roman bednarik]&lt;br /&gt;
Image:Ewald ramp.jpg|Ewald W. A. Ramp&lt;br /&gt;
Image:Jacopo.jpg|Jacopo Armani&lt;br /&gt;
Image:Yetunde.JPG|Yetunde Folajimi&lt;br /&gt;
Image:Chris_face.jpg|[http://www.austria-lexikon.at/af/User/Trattner%20Christoph Christof Trattner]&lt;br /&gt;
Image:Michelle_liang.JPG|[http://www.tcs.fudan.edu.cn/~michelle/index.html Michelle Liang]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Group Photos ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Paws 2010 march 30.jpg|Meeting  on 2010/03/30&lt;br /&gt;
Image:Paws_group_2012.jpg|Meeting  on 2012/10/24&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>Shoha99</name></author>
		
	</entry>
	<entry>
		<id>https://adapt2.sis.pitt.edu/w/index.php?title=User:Shoha99&amp;diff=1998</id>
		<title>User:Shoha99</title>
		<link rel="alternate" type="text/html" href="https://adapt2.sis.pitt.edu/w/index.php?title=User:Shoha99&amp;diff=1998"/>
		<updated>2013-04-04T15:46:28Z</updated>

		<summary type="html">&lt;p&gt;Shoha99: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Sharon_Hsiao.jpg|left]]&lt;br /&gt;
&lt;br /&gt;
'''Sharon (I-Han) Hsiao'''&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;School of Information Sciences&lt;br /&gt;
&amp;lt;br&amp;gt;University of Pittsburgh&lt;br /&gt;
&amp;lt;br&amp;gt;135 North Bellefield Ave. #2A04,&lt;br /&gt;
&amp;lt;br&amp;gt;Pittsburgh, PA 15260, USA&lt;br /&gt;
&amp;lt;br&amp;gt;Tel: 1(412)624-9437&lt;br /&gt;
&amp;lt;br&amp;gt;Personal Website: http://www.columbia.edu/~ih2240/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Projects: [[AnnotEx]],[[QuizJET]],[[Progressor]],[[ProgressorPlus]] &lt;br /&gt;
&amp;lt;br&amp;gt;Research Interests: Peer Review, CSCL and Social Web, Open User Modeling, ITS, Social Visualization&lt;/div&gt;</summary>
		<author><name>Shoha99</name></author>
		
	</entry>
	<entry>
		<id>https://adapt2.sis.pitt.edu/w/index.php?title=News&amp;diff=1995</id>
		<title>News</title>
		<link rel="alternate" type="text/html" href="https://adapt2.sis.pitt.edu/w/index.php?title=News&amp;diff=1995"/>
		<updated>2012-12-06T01:29:46Z</updated>

		<summary type="html">&lt;p&gt;Shoha99: /* &amp;lt;span id=&amp;quot;2012-07-09&amp;quot;&amp;gt;2012-07-09&amp;lt;/span&amp;gt; ::  Sharon Hsiao Thesis Defence: Navigation Support and Social Visualization for Personalized E-Learning */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2012-07-09&amp;quot;&amp;gt;2012-08-26&amp;lt;/span&amp;gt; :: [[User:Rostaf | Rosta Farzan]] started her new position as an Assistant Professor at the School of Information Sciences. ====&lt;br /&gt;
Congratulations to Rosta! After 3 years as a postdoc at CMU, she is now back to Pitt as an Assistant Professor. During her first semester at SIS she is teaching IS2430 Social Computing course. Read the news story on SIS Web site: [http://www.ischool.pitt.edu/news/08-02-2012.php]&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2012-07-09&amp;quot;&amp;gt;2012-07-09&amp;lt;/span&amp;gt; :: [[User:shoha99 | Sharon Hsiao]] Thesis Defence: Navigation Support and Social Visualization for Personalized E-Learning  ====&lt;br /&gt;
A large number of educational resources is now made available on the Web to support both regular classroom learning and online learning. However, the abundance of available content produced at least two problems: how to help students to find the most appropriate resources and how to engage them into using these resources and benefit from them. Personalized and social learning have been suggested as potential ways to address these problems.&lt;br /&gt;
&lt;br /&gt;
This work attempts to combine the ideas of personalized and social learning by providing navigation support through an open social student modeling visualization. A series of classroom studies exploited the idea of the approach and revealed promising results, which demonstrated the personalized guidance and social visualization combined helped students to find the most relevant resources of parameterized self-assessment questions for Java programming. Thus, this dissertation extend the approach to a larger collection of learning objects for cross content navigation and verify its capability of supporting social visualization for personalized E-Learning.&lt;br /&gt;
&lt;br /&gt;
The study results confirm that working with the non-mandatory system, students enhanced the learning quality in increasing their motivation and engagement. They successfully achieved better learning results. Meanwhile, incorporating a mixed collection of content in the open social student modeling visualizations effectively led the students to work at the right level of questions. Both strong and weak student worked with the appropriate levels of questions for their readiness accordingly and yielded a consistent performance across all three levels of complexities. Additionally, providing a more realistic content collection on the navigation supported open social student modeling visualizations results in a uniform performance in the group. The classroom study revealed a clear pattern of social guidance, where the stronger students left the traces for weaker ones to follow. The subjective evaluation confirms the design of the interface in terms of the content organization. Students’ positive responses also compliment the objective system usage data.&lt;br /&gt;
&lt;br /&gt;
download it from [http://d-scholarship.pitt.edu/13439/ here]&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2011-11-30&amp;quot;&amp;gt;2011-11-30&amp;lt;/span&amp;gt; :: [[User:Sergey | Sergey Sosnovsky]] Thesis Defence: Ontology-Based Open-Corpus Personalization for E-Learning  ====&lt;br /&gt;
Conventional closed-corpus adaptive information systems control limited sets of documents in fixed subject domains and cannot provide access to the content outside the system. Such restrictions contradict the requirements of today, when most of the information systems are implemented in the open document space of WWW and are expected to operate on the open-corpus content. In order to maintain personalized access to open-corpus documents, an adaptive system should be able to model the documents and the relations between the documents and the domain knowledge automatically and dynamically. This dissertation explores the problem of open-corpus personalization and semantic modeling of open-corpus content in the context of e-Learning. Information on WWW is not without structure. Many collections of online instructional material (tutorials, electronic books, digital libraries, etc.) have been provided with implicit knowledge models encoded in form of tables of content, indexes, headers of chapters, links between pages, and different styles of text fragments. The main dissertation approach tries to leverage this layer of hidden semantics by extracting and representing it as coarse-grained models of collections. A central domain ontology is used to maintain overlay modeling of studentsÕ knowledge and serves as a reference point for multiple collections of external instructional material. In order to establish the link between the ontology and the open-corpus content models a special ontology mapping algorithm has been developed.  The proposed approach has been applied in the Ontology-based Open-corpus Personalization Service (OOPS) that recommends and adaptively annotates online reading material. The domain of Java programming has been chosen for the proof-of-concept implementation. A controlled experiment has been organized to evaluate the developed adaptive system and the proposed approach overall. The results of the evaluation have demonstrated several significant learning effects of the implemented open-corpus personalization. The analysis of log-based data has also shown that the open-corpus version of the system is capable of providing personalization of similar quality to the close-corpus one. Such results indicate that the proposed approach supports fully-scale open-corpus personalization for e-Learning. Further research is required to verify if the approach remains effective in other subject domains and with other types of instructional content.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2011-07-15&amp;quot;&amp;gt;2011-07-15&amp;lt;/span&amp;gt; :: [[User:DParra | Denis Parra]] earns a paper award in UMAP 2011 ====&lt;br /&gt;
In the last conference of User Modeling, Adaptation and Personalization (UMAP 2011) Denis Parra won one of the 2 [http://www.umap2011.org/program/best-paper-awards James Chen Best Student paper awards] for his paper '''Walk The Talk: Analyzing the relation between implicit and explicit feedback for preference elicitation''' that he co-authored with Dr. Xavier Amatriain. In this paper, the authors present a study on the music domain with last.fm users, which results leads them to create a regression model that maps implicit information (such as playcounts and how recently a user listened to albums) with explicit information in the form of ratings. More details in the [http://www.springerlink.com/content/645721483544r815/  conference proceedings in Springer]&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2011-06-12&amp;quot;&amp;gt;2011-06-12&amp;lt;/span&amp;gt; :: [[User:peterb | Peter]] Promoted to Rank of Full Professor ====&lt;br /&gt;
Congratulations to our head of PAWS lab! [[http://www.ischool.pitt.edu/news/06-10-2011.php Read more ]]&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2011-05-01&amp;quot;&amp;gt;2011-05-01&amp;lt;/span&amp;gt; :: [[User:shoha99 | Sharon]] received 2011 Allen Kent Award for Outstanding Contributions to the Graduate Program in Information Science ==== &lt;br /&gt;
She has worked with [http://www.sis.pitt.edu/~gray/ Dr. Glenn Ray] several years in designing and teaching undergraduate courses. She's affiliated as teaching fellow and teaches in our school now.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2010-12-15&amp;quot;&amp;gt;2010-12-15&amp;lt;/span&amp;gt; :: [[User:peterb | Peter]] received Google grant to work on ''Personalized Social Systems for Local Communities'' ====&lt;br /&gt;
The grant will support our efforts to increase user participation in social systems designed for local communities. In the course of the project will explore two innovative ideas for increasing participation. The first idea is to provide access to information “beyond the desktop,” by adding a mobile location-based interface to access information. This will increase both the number of active users and the volume of their contributions. The second idea is to provide personalized access to information to increase the chance to gather relevant information. This work will be based on two existing social systems that were developed and maintained by PAWs lab: the [[Systems#CoMeT | CoMeT]] system for sharing information about research talks at Carnegie Mellon and University of Pittsburgh and Eventur, a social system for recommending cultural events in the Pittsburgh area.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2010-09-17&amp;quot;&amp;gt;2010-09-17&amp;lt;/span&amp;gt; :: [[User:Myudelson | Michael Yudelson's]] Thesis Defence: Providing Service-Based Personalization In An Adaptive Hypermedia System ====&lt;br /&gt;
The dissertation proposes a novel way of speeding the development of new adaptive hypermedia systems. The gist of the approach is to extract the adaptation functionality out of the adaptive hypermedia system, encapsulate it into a standalone system, and offer adaptation as a service to the client applications. Such a standalone adaptation provider reduces the development of adaptation functionality to configuration and compliance and as a result creates new adaptive systems faster and helps serve larger user populations with adaptively accessible content. [[http://washington.sis.pitt.edu/comet/presentColloquium.do?col_id=777 details]]&lt;br /&gt;
The electronic version of [[User:Myudelson | Michael Yudelson's]] dissertation has been approved by the School of Information Sciences. ETD is accessible worldwide from the online library catalog of the University of Pittsburgh ([http://etd.library.pitt.edu/ETD/available/etd-10132010-092137/ link]).&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2010-09-15&amp;quot;&amp;gt;2010-09-15&amp;lt;/span&amp;gt; :: [[User:peterb | Peter Brusilovsky]] received NSF grant to work on ''Modeling and Visualization of Latent Communities'' ====&lt;br /&gt;
This EAGER grant will allow us to investigate how to model and visualize latent communities – those groups of people who form communities based on their similar interests. This work will consider how to elicit latent communities from various kinds of data about individuals available in the modern social Web and deliver the results in a manner suitable for interactive exploration through interactive visualizations. This will be one of the first attempts to use a variety of social Web data and approaches to community modeling. [[http://www.nsf.gov/awardsearch/showAward.do?AwardNumber=1059577 details]]&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2010-09-08&amp;quot;&amp;gt;2010-09-08&amp;lt;/span&amp;gt; :: [[User:jahn | Jae-wook's]] Thesis Defence: Adaptive Visualization for Focused Personalized Information Retrieval ====&lt;br /&gt;
Jae-wook Ahn's dissertation proposes to incorporate interactive visualization into personalized search in order to overcome the limitation. By combining the personalized search and the interactive visualization, we expect our approach will be able to help users to better explore the information space and locate relevant information more efficiently. [[http://washington.sis.pitt.edu/comet/presentColloquium.do?col_id=764 details]]&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2010-09-01&amp;quot;&amp;gt;2010-09-01&amp;lt;/span&amp;gt; :: [[User:peterb | Peter Brusilovsky]] and Jung Sun Oh received NSF grant to work on ''Personalization and social networking for short-term communities'' ====&lt;br /&gt;
This one-year grant will support a project exploring personalization and social networking for short-term communities. Using academic research conferences as a test bed, our team will explore new methods to leverage information about user interests (available from multiple external resources) and develop techniques to facilitate use of existing social technologies. [[http://www.nsf.gov/awardsearch/showAward.do?AwardNumber=1052768 details]]&lt;br /&gt;
&lt;br /&gt;
==== 2010-08-15 :: SIGWeb Newsletter published an interview with [[User:peterb | Peter Brusilovsky]] ====&lt;br /&gt;
The Summer 2010 issue of SIGWeb Newsletter (a magazine of ACM Special Interest Group on Hypertext and the Web) published an [http://dx.doi.org/10.1145/1796390.1796393 interview with Peter Brusilovsky]. The interview provides some personal view on research project performed at PAWS.&lt;br /&gt;
&lt;br /&gt;
==== 2010-07-01 :: [[User:jahn | Jae-wook]] has received Computing Inovation Fellowship ====&lt;br /&gt;
Jae-wook Ahn was chosen as a [http://cifellows.org  CIFellow] (Computing Innovation Fellow) supported by the Computing Community Consortium (CCC), the Computing Research Association (CRA), and the National Science Foundation.  Starting from the fall 2010, he is going to work with [http://www.cs.umd.edu/~ben/ Dr. Ben Shneiderman] at the [http://www.cs.umd.edu/hcil Human Computer Interaction Lab], University of Maryland.&lt;br /&gt;
&lt;br /&gt;
==== 2010-05-01 :: Sergey has received EU Marie Curie International Incoming Fellowship ====&lt;br /&gt;
Sergey Sosnovsky's proposal for EU [http://cordis.europa.eu/improving/fellowships/home.htm Marie Curie Fellowship] is approved by the EU Research Executive Agency. The funding starts in July, 2010 and will last until July 2012. The project &amp;quot;Intelligent Support for Authoring Semantic Learning Content&amp;quot; will focus on implementation of author-friendly technologies for learning content development, including collaborative authoring support, metadata authoring support, open-corpus content discovery, interactivity authoring, and gap detection.&lt;br /&gt;
&lt;br /&gt;
==== 2009-06-27 :: Rosta receives her second James Chen Award ====&lt;br /&gt;
Rosta Farzan received James Chen Best Student Paper Award at the 12th International Conference on User Modelling, Adaptation and Personalization, UMAP2009, in Trento, Italy for the paper ''Social Navigation Support for Information Seeking: If You Build It, Will They Come?'' by Rosta Farzan and Peter Brusilovsky. This is her second James Chen Award, congratulations!&lt;br /&gt;
&lt;br /&gt;
==== 2009-06-26 :: PAWS Caught on UMAP 2009 Video ====&lt;br /&gt;
* 0:27 [[User:Myudelson|Michael]]&lt;br /&gt;
* 1:09 [[User:Rostaf|Rosta]]&lt;br /&gt;
* 1:18 [[User:Sergey|Sergey]]&lt;br /&gt;
* 1:51 [[User:Suleehs|Danielle]]&lt;br /&gt;
* 3:12 [[User:Myudelson|Michael]] and [[User:Sergey|Sergey]]&lt;br /&gt;
* 4:01 [[User:Peterb|Peter]]&lt;br /&gt;
&amp;lt;youtube&amp;gt;v_amf_zcLtQ&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== 2009-05-28 :: [[User:peterb | Peter]] awarded honorary doctorate by the Slovak University of Technology in Bratislava ====&lt;br /&gt;
At a ceremony in Bratislava today, Peter Brusilovsky was honored by the [http://www.stuba.sk/ Slovak University of Technology in Bratislava] with the degree of Doctor honoris causa. The university, founded in 1937 in Bratislava, is one of the most significant institutions of higher education in Slovakia. Peter was selected for this recognition for &amp;quot;his contributions to the fields of Informatics and Information Technologies&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== 2008-07-31 :: [[User:peterb | Peter]] receives Best Paper Award at AH 2008 ====&lt;br /&gt;
Peter Brusilovsky received Best Paper Award at the 5th International Conference on Adaptive Hypermedia and Adaptive Web-Based Systems, AH 2008, in Hannover, Germany  for the paper [http://www.springerlink.com/content/6h410u3w4836v866/ ''Social Information Access for the Rest of Us: An Exploration of Social YouTube''] by Maurice Coyle, Jill Freyne, Peter Brusilovsky, and Barry Smyth&lt;br /&gt;
&lt;br /&gt;
==== 2007-06-28 :: [[User:Myudelson | Michael]] receives James Chen Best Student Paper Award at UM 2007 ====&lt;br /&gt;
Michael Yudelson received James Chen Best Student Paper Award at the 11th International Conference on User Modelling, UM07, in Corfu, Greece for the paper [http://www.springerlink.com/content/c723060442701737/ ''A User Modeling Server for Contemporary Adaptive Hypermedia: an Evaluation of Push Approach  to Evidence Propagation''] by Michael Yudelson, Peter Brusilovsky, and Vladimir Zadorozhny&lt;/div&gt;</summary>
		<author><name>Shoha99</name></author>
		
	</entry>
	<entry>
		<id>https://adapt2.sis.pitt.edu/w/index.php?title=News&amp;diff=1994</id>
		<title>News</title>
		<link rel="alternate" type="text/html" href="https://adapt2.sis.pitt.edu/w/index.php?title=News&amp;diff=1994"/>
		<updated>2012-12-06T01:27:35Z</updated>

		<summary type="html">&lt;p&gt;Shoha99: /* &amp;lt;span id=&amp;quot;2012-07-09&amp;quot;&amp;gt;2012-07-09&amp;lt;/span&amp;gt; ::  Sharon Hsiao Thesis Defence: Navigation Support and Social Visualization for Personalized E-Learning */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2012-07-09&amp;quot;&amp;gt;2012-08-26&amp;lt;/span&amp;gt; :: [[User:Rostaf | Rosta Farzan]] started her new position as an Assistant Professor at the School of Information Sciences. ====&lt;br /&gt;
Congratulations to Rosta! After 3 years as a postdoc at CMU, she is now back to Pitt as an Assistant Professor. During her first semester at SIS she is teaching IS2430 Social Computing course. Read the news story on SIS Web site: [http://www.ischool.pitt.edu/news/08-02-2012.php]&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2012-07-09&amp;quot;&amp;gt;2012-07-09&amp;lt;/span&amp;gt; :: [[User:shoha99 | Sharon Hsiao]] Thesis Defence: Navigation Support and Social Visualization for Personalized E-Learning  ====&lt;br /&gt;
A large number of educational resources is now made available on the Web to support both regular classroom learning and online learning. However, the abundance of available content produced at least two problems: how to help students to find the most appropriate resources and how to engage them into using these resources and benefit from them. Personalized and social learning have been suggested as potential ways to address these problems.&lt;br /&gt;
&lt;br /&gt;
This work attempts to combine the ideas of personalized and social learning by providing navigation support through an open social student modeling visualization. A series of classroom studies exploited the idea of the approach and revealed promising results, which demonstrated the personalized guidance and social visualization combined helped students to find the most relevant resources of parameterized self-assessment questions for Java programming. Thus, this dissertation extend the approach to a larger collection of learning objects for cross content navigation and verify its capability of supporting social visualization for personalized E-Learning.&lt;br /&gt;
&lt;br /&gt;
The study results confirm that working with the non-mandatory system, students enhanced the learning quality in increasing their motivation and engagement. They successfully achieved better learning results. Meanwhile, incorporating a mixed collection of content in the open social student modeling visualizations effectively led the students to work at the right level of questions. Both strong and weak student worked with the appropriate levels of questions for their readiness accordingly and yielded a consistent performance across all three levels of complexities. Additionally, providing a more realistic content collection on the navigation supported open social student modeling visualizations results in a uniform performance in the group. The classroom study revealed a clear pattern of social guidance, where the stronger students left the traces for weaker ones to follow. The subjective evaluation confirms the design of the interface in terms of the content organization. Students’ positive responses also compliment the objective system usage data.&lt;br /&gt;
&lt;br /&gt;
download it from &amp;lt;a href=&amp;quot;http://d-scholarship.pitt.edu/13439/&amp;quot;&amp;gt;here&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2011-11-30&amp;quot;&amp;gt;2011-11-30&amp;lt;/span&amp;gt; :: [[User:Sergey | Sergey Sosnovsky]] Thesis Defence: Ontology-Based Open-Corpus Personalization for E-Learning  ====&lt;br /&gt;
Conventional closed-corpus adaptive information systems control limited sets of documents in fixed subject domains and cannot provide access to the content outside the system. Such restrictions contradict the requirements of today, when most of the information systems are implemented in the open document space of WWW and are expected to operate on the open-corpus content. In order to maintain personalized access to open-corpus documents, an adaptive system should be able to model the documents and the relations between the documents and the domain knowledge automatically and dynamically. This dissertation explores the problem of open-corpus personalization and semantic modeling of open-corpus content in the context of e-Learning. Information on WWW is not without structure. Many collections of online instructional material (tutorials, electronic books, digital libraries, etc.) have been provided with implicit knowledge models encoded in form of tables of content, indexes, headers of chapters, links between pages, and different styles of text fragments. The main dissertation approach tries to leverage this layer of hidden semantics by extracting and representing it as coarse-grained models of collections. A central domain ontology is used to maintain overlay modeling of studentsÕ knowledge and serves as a reference point for multiple collections of external instructional material. In order to establish the link between the ontology and the open-corpus content models a special ontology mapping algorithm has been developed.  The proposed approach has been applied in the Ontology-based Open-corpus Personalization Service (OOPS) that recommends and adaptively annotates online reading material. The domain of Java programming has been chosen for the proof-of-concept implementation. A controlled experiment has been organized to evaluate the developed adaptive system and the proposed approach overall. The results of the evaluation have demonstrated several significant learning effects of the implemented open-corpus personalization. The analysis of log-based data has also shown that the open-corpus version of the system is capable of providing personalization of similar quality to the close-corpus one. Such results indicate that the proposed approach supports fully-scale open-corpus personalization for e-Learning. Further research is required to verify if the approach remains effective in other subject domains and with other types of instructional content.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2011-07-15&amp;quot;&amp;gt;2011-07-15&amp;lt;/span&amp;gt; :: [[User:DParra | Denis Parra]] earns a paper award in UMAP 2011 ====&lt;br /&gt;
In the last conference of User Modeling, Adaptation and Personalization (UMAP 2011) Denis Parra won one of the 2 [http://www.umap2011.org/program/best-paper-awards James Chen Best Student paper awards] for his paper '''Walk The Talk: Analyzing the relation between implicit and explicit feedback for preference elicitation''' that he co-authored with Dr. Xavier Amatriain. In this paper, the authors present a study on the music domain with last.fm users, which results leads them to create a regression model that maps implicit information (such as playcounts and how recently a user listened to albums) with explicit information in the form of ratings. More details in the [http://www.springerlink.com/content/645721483544r815/  conference proceedings in Springer]&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2011-06-12&amp;quot;&amp;gt;2011-06-12&amp;lt;/span&amp;gt; :: [[User:peterb | Peter]] Promoted to Rank of Full Professor ====&lt;br /&gt;
Congratulations to our head of PAWS lab! [[http://www.ischool.pitt.edu/news/06-10-2011.php Read more ]]&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2011-05-01&amp;quot;&amp;gt;2011-05-01&amp;lt;/span&amp;gt; :: [[User:shoha99 | Sharon]] received 2011 Allen Kent Award for Outstanding Contributions to the Graduate Program in Information Science ==== &lt;br /&gt;
She has worked with [http://www.sis.pitt.edu/~gray/ Dr. Glenn Ray] several years in designing and teaching undergraduate courses. She's affiliated as teaching fellow and teaches in our school now.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2010-12-15&amp;quot;&amp;gt;2010-12-15&amp;lt;/span&amp;gt; :: [[User:peterb | Peter]] received Google grant to work on ''Personalized Social Systems for Local Communities'' ====&lt;br /&gt;
The grant will support our efforts to increase user participation in social systems designed for local communities. In the course of the project will explore two innovative ideas for increasing participation. The first idea is to provide access to information “beyond the desktop,” by adding a mobile location-based interface to access information. This will increase both the number of active users and the volume of their contributions. The second idea is to provide personalized access to information to increase the chance to gather relevant information. This work will be based on two existing social systems that were developed and maintained by PAWs lab: the [[Systems#CoMeT | CoMeT]] system for sharing information about research talks at Carnegie Mellon and University of Pittsburgh and Eventur, a social system for recommending cultural events in the Pittsburgh area.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2010-09-17&amp;quot;&amp;gt;2010-09-17&amp;lt;/span&amp;gt; :: [[User:Myudelson | Michael Yudelson's]] Thesis Defence: Providing Service-Based Personalization In An Adaptive Hypermedia System ====&lt;br /&gt;
The dissertation proposes a novel way of speeding the development of new adaptive hypermedia systems. The gist of the approach is to extract the adaptation functionality out of the adaptive hypermedia system, encapsulate it into a standalone system, and offer adaptation as a service to the client applications. Such a standalone adaptation provider reduces the development of adaptation functionality to configuration and compliance and as a result creates new adaptive systems faster and helps serve larger user populations with adaptively accessible content. [[http://washington.sis.pitt.edu/comet/presentColloquium.do?col_id=777 details]]&lt;br /&gt;
The electronic version of [[User:Myudelson | Michael Yudelson's]] dissertation has been approved by the School of Information Sciences. ETD is accessible worldwide from the online library catalog of the University of Pittsburgh ([http://etd.library.pitt.edu/ETD/available/etd-10132010-092137/ link]).&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2010-09-15&amp;quot;&amp;gt;2010-09-15&amp;lt;/span&amp;gt; :: [[User:peterb | Peter Brusilovsky]] received NSF grant to work on ''Modeling and Visualization of Latent Communities'' ====&lt;br /&gt;
This EAGER grant will allow us to investigate how to model and visualize latent communities – those groups of people who form communities based on their similar interests. This work will consider how to elicit latent communities from various kinds of data about individuals available in the modern social Web and deliver the results in a manner suitable for interactive exploration through interactive visualizations. This will be one of the first attempts to use a variety of social Web data and approaches to community modeling. [[http://www.nsf.gov/awardsearch/showAward.do?AwardNumber=1059577 details]]&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2010-09-08&amp;quot;&amp;gt;2010-09-08&amp;lt;/span&amp;gt; :: [[User:jahn | Jae-wook's]] Thesis Defence: Adaptive Visualization for Focused Personalized Information Retrieval ====&lt;br /&gt;
Jae-wook Ahn's dissertation proposes to incorporate interactive visualization into personalized search in order to overcome the limitation. By combining the personalized search and the interactive visualization, we expect our approach will be able to help users to better explore the information space and locate relevant information more efficiently. [[http://washington.sis.pitt.edu/comet/presentColloquium.do?col_id=764 details]]&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2010-09-01&amp;quot;&amp;gt;2010-09-01&amp;lt;/span&amp;gt; :: [[User:peterb | Peter Brusilovsky]] and Jung Sun Oh received NSF grant to work on ''Personalization and social networking for short-term communities'' ====&lt;br /&gt;
This one-year grant will support a project exploring personalization and social networking for short-term communities. Using academic research conferences as a test bed, our team will explore new methods to leverage information about user interests (available from multiple external resources) and develop techniques to facilitate use of existing social technologies. [[http://www.nsf.gov/awardsearch/showAward.do?AwardNumber=1052768 details]]&lt;br /&gt;
&lt;br /&gt;
==== 2010-08-15 :: SIGWeb Newsletter published an interview with [[User:peterb | Peter Brusilovsky]] ====&lt;br /&gt;
The Summer 2010 issue of SIGWeb Newsletter (a magazine of ACM Special Interest Group on Hypertext and the Web) published an [http://dx.doi.org/10.1145/1796390.1796393 interview with Peter Brusilovsky]. The interview provides some personal view on research project performed at PAWS.&lt;br /&gt;
&lt;br /&gt;
==== 2010-07-01 :: [[User:jahn | Jae-wook]] has received Computing Inovation Fellowship ====&lt;br /&gt;
Jae-wook Ahn was chosen as a [http://cifellows.org  CIFellow] (Computing Innovation Fellow) supported by the Computing Community Consortium (CCC), the Computing Research Association (CRA), and the National Science Foundation.  Starting from the fall 2010, he is going to work with [http://www.cs.umd.edu/~ben/ Dr. Ben Shneiderman] at the [http://www.cs.umd.edu/hcil Human Computer Interaction Lab], University of Maryland.&lt;br /&gt;
&lt;br /&gt;
==== 2010-05-01 :: Sergey has received EU Marie Curie International Incoming Fellowship ====&lt;br /&gt;
Sergey Sosnovsky's proposal for EU [http://cordis.europa.eu/improving/fellowships/home.htm Marie Curie Fellowship] is approved by the EU Research Executive Agency. The funding starts in July, 2010 and will last until July 2012. The project &amp;quot;Intelligent Support for Authoring Semantic Learning Content&amp;quot; will focus on implementation of author-friendly technologies for learning content development, including collaborative authoring support, metadata authoring support, open-corpus content discovery, interactivity authoring, and gap detection.&lt;br /&gt;
&lt;br /&gt;
==== 2009-06-27 :: Rosta receives her second James Chen Award ====&lt;br /&gt;
Rosta Farzan received James Chen Best Student Paper Award at the 12th International Conference on User Modelling, Adaptation and Personalization, UMAP2009, in Trento, Italy for the paper ''Social Navigation Support for Information Seeking: If You Build It, Will They Come?'' by Rosta Farzan and Peter Brusilovsky. This is her second James Chen Award, congratulations!&lt;br /&gt;
&lt;br /&gt;
==== 2009-06-26 :: PAWS Caught on UMAP 2009 Video ====&lt;br /&gt;
* 0:27 [[User:Myudelson|Michael]]&lt;br /&gt;
* 1:09 [[User:Rostaf|Rosta]]&lt;br /&gt;
* 1:18 [[User:Sergey|Sergey]]&lt;br /&gt;
* 1:51 [[User:Suleehs|Danielle]]&lt;br /&gt;
* 3:12 [[User:Myudelson|Michael]] and [[User:Sergey|Sergey]]&lt;br /&gt;
* 4:01 [[User:Peterb|Peter]]&lt;br /&gt;
&amp;lt;youtube&amp;gt;v_amf_zcLtQ&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== 2009-05-28 :: [[User:peterb | Peter]] awarded honorary doctorate by the Slovak University of Technology in Bratislava ====&lt;br /&gt;
At a ceremony in Bratislava today, Peter Brusilovsky was honored by the [http://www.stuba.sk/ Slovak University of Technology in Bratislava] with the degree of Doctor honoris causa. The university, founded in 1937 in Bratislava, is one of the most significant institutions of higher education in Slovakia. Peter was selected for this recognition for &amp;quot;his contributions to the fields of Informatics and Information Technologies&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== 2008-07-31 :: [[User:peterb | Peter]] receives Best Paper Award at AH 2008 ====&lt;br /&gt;
Peter Brusilovsky received Best Paper Award at the 5th International Conference on Adaptive Hypermedia and Adaptive Web-Based Systems, AH 2008, in Hannover, Germany  for the paper [http://www.springerlink.com/content/6h410u3w4836v866/ ''Social Information Access for the Rest of Us: An Exploration of Social YouTube''] by Maurice Coyle, Jill Freyne, Peter Brusilovsky, and Barry Smyth&lt;br /&gt;
&lt;br /&gt;
==== 2007-06-28 :: [[User:Myudelson | Michael]] receives James Chen Best Student Paper Award at UM 2007 ====&lt;br /&gt;
Michael Yudelson received James Chen Best Student Paper Award at the 11th International Conference on User Modelling, UM07, in Corfu, Greece for the paper [http://www.springerlink.com/content/c723060442701737/ ''A User Modeling Server for Contemporary Adaptive Hypermedia: an Evaluation of Push Approach  to Evidence Propagation''] by Michael Yudelson, Peter Brusilovsky, and Vladimir Zadorozhny&lt;/div&gt;</summary>
		<author><name>Shoha99</name></author>
		
	</entry>
	<entry>
		<id>https://adapt2.sis.pitt.edu/w/index.php?title=People&amp;diff=1989</id>
		<title>People</title>
		<link rel="alternate" type="text/html" href="https://adapt2.sis.pitt.edu/w/index.php?title=People&amp;diff=1989"/>
		<updated>2012-10-25T20:23:13Z</updated>

		<summary type="html">&lt;p&gt;Shoha99: /* Past Doctoral Students */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Faculty ==&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:Brusilovsky.jpg|'''[[User:Peterb | Peter Brusilovsky]]'''&amp;lt;br/&amp;gt;Director&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Doctoral Students ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Danielle.gif|[[User:Suleehs | Danielle (Hyunsook) Lee]]&amp;lt;br/&amp;gt;Projects: [[PittCult]], [[Proactive]]&lt;br /&gt;
Image:jennifer.jpg|[[User:Jennifer | Jennifer (Yiling) Lin]]&lt;br /&gt;
Image:Clau.JPG|[[User:Clau | Claudia López]]&lt;br /&gt;
Image:Denis_PAWS_blog.jpg|[[User:Dparra | Denis Parra]]&lt;br /&gt;
Image:Shaghayeghsahebi.jpg|[[User:Sherry | Shaghayegh Sahebi (Sherry)]]&lt;br /&gt;
Image:Kong.png|[[User:Chirayu | Chirayu Wongchokprasitti]]&lt;br /&gt;
Image:Julio.jpg|[[User:Julio | Julio Guerra]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Master Students ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Visiting Scholars ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Michelle_liang.JPG|[http://www.tcs.fudan.edu.cn/~michelle/index.html Michelle Liang]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Past Visiting Faculty ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Roman bednarik.png|[http://cs.uef.fi/~rbednari/ Roman Bednarik]&lt;br /&gt;
Image:TanjaMitrovic.jpg|[http://www.cosc.canterbury.ac.nz/tanja.mitrovic/ Tanja Mitrovic]&lt;br /&gt;
Image:Eva millan.gif|[http://www.lcc.uma.es/~eva/ Eva Millán Valldeperas]&lt;br /&gt;
Image:Julita vasilleva.gif|[http://www.cs.usask.ca/faculty/julita/ Julita Vassileva]&lt;br /&gt;
Image:NicolaHenze.gif|[http://www.kbs.uni-hannover.de/~henze/ Nicola Henze]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Past Doctoral Students ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:jaewook-1.jpg|[[User:Jahn | Jae-wook Ahn]]&amp;lt;br/&amp;gt;Projects: [[ADVISE]], [[Adaptive VIBE]], [[YourNews]], [[YourSports]], [[TaskSieve]], [[NameSieve]]&amp;lt;br/&amp;gt;Currently Postdoctoral Fellow at the University of Maryland&lt;br /&gt;
Image:RostaFarzan.jpg|[[User:Rostaf | Rosta Farzan]]&amp;lt;br/&amp;gt;Currently Assistant Professor at School of Information Sciences.&lt;br /&gt;
Image:Michael_V_Yudelson.gif|'''[[User:Myudelson | Michael V. Yudelson]]'''&amp;lt;br/&amp;gt;Projects: [[Knowledge Tree]], [[CUMULATE]], [[PERSEUS]], [[NavEx]], [[CoPE]], [[WebEx]]&amp;lt;br/&amp;gt;Currently Postdoctoral Fellow at Carnegie Mellon University&lt;br /&gt;
Image:Sergey.jpg|[[User:Sergey | Sergey Sosnovsky]]&amp;lt;br&amp;gt; Currently Principal Researcher, Head of the Intelligent e-Learning Technology Lab, CeLTech, DFKI&lt;br /&gt;
Image:Sharon Hsiao.jpg|[[User:Shoha99 | Sharon (I-Han) Hsiao]]&amp;lt;br/&amp;gt;Projects: [[AnnotEx]], [[QuizJET]], [[Progressor]], [[ProgressorPlus]]&amp;lt;br/&amp;gt;Currently Postdoctoral Fellow at Columbia University&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Past Master Students ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Vikrant Khenat.jpg|[http://www.sis.pitt.edu/~vkhenat/ Vikrant Khenat]&lt;br /&gt;
Image:Tibor Dumitriu.gif|[http://www.sis.pitt.edu/~dumitriu/ Tibor Dumitriu]&amp;lt;br/&amp;gt;Projects: [http://ir.exp.sis.pitt.edu/advise/ AdVisE]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Past Visiting Scholars == &lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Kim.jpg|Jaekyung Kim&lt;br /&gt;
Image:Jbravo.gif|[http://www.eps.uam.es/esp/personal/ficha.php?empid=367 Javier Bravo Agapito]&lt;br /&gt;
Image:MarkusKetterl1.jpg|[http://studip.serv.uni-osnabrueck.de/extern.php?username=mketterl&amp;amp;page_url=http://www.virtuos.uni-osnabrueck.de/VirtUOS/TemplStudipMitarbDetails&amp;amp;global_id=4c8fb9ddd4dde83366119b2031d39ab3 Markus Ketterl]&lt;br /&gt;
Image:Jillfreyne.jpg|[http://www.csi.ucd.ie/users/jill-freyne Jill Freyne]&lt;br /&gt;
Image:Robert.jpg|Robert Mertens&lt;br /&gt;
Image:Roman bednarik.png|[http://www.cs.joensuu.fi/~rbednari/ Roman bednarik]&lt;br /&gt;
Image:Ewald ramp.jpg|Ewald W. A. Ramp&lt;br /&gt;
Image:Jacopo.jpg|Jacopo Armani&lt;br /&gt;
Image:Yetunde.JPG|Yetunde Folajimi&lt;br /&gt;
Image:Chris_face.jpg|[http://www.austria-lexikon.at/af/User/Trattner%20Christoph Christof Trattner]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Group Photos ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Paws 2010 march 30.jpg|Meeting  on 2010/03/30&lt;br /&gt;
Image:Paws_group_2012.jpg|Meeting  on 2012/10/24&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>Shoha99</name></author>
		
	</entry>
	<entry>
		<id>https://adapt2.sis.pitt.edu/w/index.php?title=People&amp;diff=1988</id>
		<title>People</title>
		<link rel="alternate" type="text/html" href="https://adapt2.sis.pitt.edu/w/index.php?title=People&amp;diff=1988"/>
		<updated>2012-10-25T20:22:40Z</updated>

		<summary type="html">&lt;p&gt;Shoha99: /* Past Doctoral Students */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Faculty ==&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:Brusilovsky.jpg|'''[[User:Peterb | Peter Brusilovsky]]'''&amp;lt;br/&amp;gt;Director&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Doctoral Students ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Danielle.gif|[[User:Suleehs | Danielle (Hyunsook) Lee]]&amp;lt;br/&amp;gt;Projects: [[PittCult]], [[Proactive]]&lt;br /&gt;
Image:jennifer.jpg|[[User:Jennifer | Jennifer (Yiling) Lin]]&lt;br /&gt;
Image:Clau.JPG|[[User:Clau | Claudia López]]&lt;br /&gt;
Image:Denis_PAWS_blog.jpg|[[User:Dparra | Denis Parra]]&lt;br /&gt;
Image:Shaghayeghsahebi.jpg|[[User:Sherry | Shaghayegh Sahebi (Sherry)]]&lt;br /&gt;
Image:Kong.png|[[User:Chirayu | Chirayu Wongchokprasitti]]&lt;br /&gt;
Image:Julio.jpg|[[User:Julio | Julio Guerra]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Master Students ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Visiting Scholars ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Michelle_liang.JPG|[http://www.tcs.fudan.edu.cn/~michelle/index.html Michelle Liang]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Past Visiting Faculty ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Roman bednarik.png|[http://cs.uef.fi/~rbednari/ Roman Bednarik]&lt;br /&gt;
Image:TanjaMitrovic.jpg|[http://www.cosc.canterbury.ac.nz/tanja.mitrovic/ Tanja Mitrovic]&lt;br /&gt;
Image:Eva millan.gif|[http://www.lcc.uma.es/~eva/ Eva Millán Valldeperas]&lt;br /&gt;
Image:Julita vasilleva.gif|[http://www.cs.usask.ca/faculty/julita/ Julita Vassileva]&lt;br /&gt;
Image:NicolaHenze.gif|[http://www.kbs.uni-hannover.de/~henze/ Nicola Henze]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Past Doctoral Students ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:jaewook-1.jpg|[[User:Jahn | Jae-wook Ahn]]&amp;lt;br/&amp;gt;Projects: [[ADVISE]], [[Adaptive VIBE]], [[YourNews]], [[YourSports]], [[TaskSieve]], [[NameSieve]]&amp;lt;br/&amp;gt;Currently Postdoctoral Fellow at the University of Maryland&lt;br /&gt;
Image:RostaFarzan.jpg|[[User:Rostaf | Rosta Farzan]]&amp;lt;br/&amp;gt;Currently Assistant Professor at School of Information Sciences.&lt;br /&gt;
Image:Michael_V_Yudelson.gif|'''[[User:Myudelson | Michael V. Yudelson]]'''&amp;lt;br/&amp;gt;Projects: [[Knowledge Tree]], [[CUMULATE]], [[PERSEUS]], [[NavEx]], [[CoPE]], [[WebEx]]&amp;lt;br/&amp;gt;Currently Postdoctoral Fellow at Carnegie Mellon University&lt;br /&gt;
Image:Sergey.jpg|[[User:Sergey | Sergey Sosnovsky]]&amp;lt;br&amp;gt; Currently Principal Researcher, Head of the Intelligent e-Learning Technology Lab, CeLTech, DFKI&lt;br /&gt;
Image:Sharon Hsiao.jpg|[[User:Shoha99 | Sharon (I-Han) Hsiao]]&amp;lt;br/&amp;gt;Projects: [[AnnotEx]], [[QuizJET]],[[Progressor]],[[ProgressorPlus]]&amp;lt;br/&amp;gt;Currently Postdoctoral Fellow at Columbia University&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Past Master Students ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Vikrant Khenat.jpg|[http://www.sis.pitt.edu/~vkhenat/ Vikrant Khenat]&lt;br /&gt;
Image:Tibor Dumitriu.gif|[http://www.sis.pitt.edu/~dumitriu/ Tibor Dumitriu]&amp;lt;br/&amp;gt;Projects: [http://ir.exp.sis.pitt.edu/advise/ AdVisE]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Past Visiting Scholars == &lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Kim.jpg|Jaekyung Kim&lt;br /&gt;
Image:Jbravo.gif|[http://www.eps.uam.es/esp/personal/ficha.php?empid=367 Javier Bravo Agapito]&lt;br /&gt;
Image:MarkusKetterl1.jpg|[http://studip.serv.uni-osnabrueck.de/extern.php?username=mketterl&amp;amp;page_url=http://www.virtuos.uni-osnabrueck.de/VirtUOS/TemplStudipMitarbDetails&amp;amp;global_id=4c8fb9ddd4dde83366119b2031d39ab3 Markus Ketterl]&lt;br /&gt;
Image:Jillfreyne.jpg|[http://www.csi.ucd.ie/users/jill-freyne Jill Freyne]&lt;br /&gt;
Image:Robert.jpg|Robert Mertens&lt;br /&gt;
Image:Roman bednarik.png|[http://www.cs.joensuu.fi/~rbednari/ Roman bednarik]&lt;br /&gt;
Image:Ewald ramp.jpg|Ewald W. A. Ramp&lt;br /&gt;
Image:Jacopo.jpg|Jacopo Armani&lt;br /&gt;
Image:Yetunde.JPG|Yetunde Folajimi&lt;br /&gt;
Image:Chris_face.jpg|[http://www.austria-lexikon.at/af/User/Trattner%20Christoph Christof Trattner]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Group Photos ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Paws 2010 march 30.jpg|Meeting  on 2010/03/30&lt;br /&gt;
Image:Paws_group_2012.jpg|Meeting  on 2012/10/24&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>Shoha99</name></author>
		
	</entry>
	<entry>
		<id>https://adapt2.sis.pitt.edu/w/index.php?title=People&amp;diff=1987</id>
		<title>People</title>
		<link rel="alternate" type="text/html" href="https://adapt2.sis.pitt.edu/w/index.php?title=People&amp;diff=1987"/>
		<updated>2012-10-25T20:21:10Z</updated>

		<summary type="html">&lt;p&gt;Shoha99: /* Group Photos */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Faculty ==&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:Brusilovsky.jpg|'''[[User:Peterb | Peter Brusilovsky]]'''&amp;lt;br/&amp;gt;Director&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Doctoral Students ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Danielle.gif|[[User:Suleehs | Danielle (Hyunsook) Lee]]&amp;lt;br/&amp;gt;Projects: [[PittCult]], [[Proactive]]&lt;br /&gt;
Image:jennifer.jpg|[[User:Jennifer | Jennifer (Yiling) Lin]]&lt;br /&gt;
Image:Clau.JPG|[[User:Clau | Claudia López]]&lt;br /&gt;
Image:Denis_PAWS_blog.jpg|[[User:Dparra | Denis Parra]]&lt;br /&gt;
Image:Shaghayeghsahebi.jpg|[[User:Sherry | Shaghayegh Sahebi (Sherry)]]&lt;br /&gt;
Image:Kong.png|[[User:Chirayu | Chirayu Wongchokprasitti]]&lt;br /&gt;
Image:Julio.jpg|[[User:Julio | Julio Guerra]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Master Students ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Visiting Scholars ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Michelle_liang.JPG|[http://www.tcs.fudan.edu.cn/~michelle/index.html Michelle Liang]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Past Visiting Faculty ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Roman bednarik.png|[http://cs.uef.fi/~rbednari/ Roman Bednarik]&lt;br /&gt;
Image:TanjaMitrovic.jpg|[http://www.cosc.canterbury.ac.nz/tanja.mitrovic/ Tanja Mitrovic]&lt;br /&gt;
Image:Eva millan.gif|[http://www.lcc.uma.es/~eva/ Eva Millán Valldeperas]&lt;br /&gt;
Image:Julita vasilleva.gif|[http://www.cs.usask.ca/faculty/julita/ Julita Vassileva]&lt;br /&gt;
Image:NicolaHenze.gif|[http://www.kbs.uni-hannover.de/~henze/ Nicola Henze]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Past Doctoral Students ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:jaewook-1.jpg|[[User:Jahn | Jae-wook Ahn]]&amp;lt;br/&amp;gt;Projects: [[ADVISE]], [[Adaptive VIBE]], [[YourNews]], [[YourSports]], [[TaskSieve]], [[NameSieve]]&amp;lt;br/&amp;gt;Currently Postdoctoral Fellow at the University of Maryland&lt;br /&gt;
Image:RostaFarzan.jpg|[[User:Rostaf | Rosta Farzan]]&amp;lt;br/&amp;gt;Currently Postdoctoral Fellow at Carnegie Mellon University&lt;br /&gt;
Image:Michael_V_Yudelson.gif|'''[[User:Myudelson | Michael V. Yudelson]]'''&amp;lt;br/&amp;gt;Projects: [[Knowledge Tree]], [[CUMULATE]], [[PERSEUS]], [[NavEx]], [[CoPE]], [[WebEx]]&amp;lt;br/&amp;gt;Currently Postdoctoral Fellow at Carnegie Mellon University&lt;br /&gt;
Image:Sergey.jpg|[[User:Sergey | Sergey Sosnovsky]]&amp;lt;br&amp;gt; Currently Principal Researcher, Head of the Intelligent e-Learning Technology Lab, CeLTech, DFKI&lt;br /&gt;
Image:Sharon Hsiao.jpg|[[User:Shoha99 | Sharon (I-Han) Hsiao]]&amp;lt;br/&amp;gt;Projects: [[AnnotEx]], [[QuizJET]],[[Progressor]],[[ProgressorPlus]]&amp;lt;br/&amp;gt;Currently Postdoctoral Fellow at Columbia University&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Past Master Students ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Vikrant Khenat.jpg|[http://www.sis.pitt.edu/~vkhenat/ Vikrant Khenat]&lt;br /&gt;
Image:Tibor Dumitriu.gif|[http://www.sis.pitt.edu/~dumitriu/ Tibor Dumitriu]&amp;lt;br/&amp;gt;Projects: [http://ir.exp.sis.pitt.edu/advise/ AdVisE]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Past Visiting Scholars == &lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Kim.jpg|Jaekyung Kim&lt;br /&gt;
Image:Jbravo.gif|[http://www.eps.uam.es/esp/personal/ficha.php?empid=367 Javier Bravo Agapito]&lt;br /&gt;
Image:MarkusKetterl1.jpg|[http://studip.serv.uni-osnabrueck.de/extern.php?username=mketterl&amp;amp;page_url=http://www.virtuos.uni-osnabrueck.de/VirtUOS/TemplStudipMitarbDetails&amp;amp;global_id=4c8fb9ddd4dde83366119b2031d39ab3 Markus Ketterl]&lt;br /&gt;
Image:Jillfreyne.jpg|[http://www.csi.ucd.ie/users/jill-freyne Jill Freyne]&lt;br /&gt;
Image:Robert.jpg|Robert Mertens&lt;br /&gt;
Image:Roman bednarik.png|[http://www.cs.joensuu.fi/~rbednari/ Roman bednarik]&lt;br /&gt;
Image:Ewald ramp.jpg|Ewald W. A. Ramp&lt;br /&gt;
Image:Jacopo.jpg|Jacopo Armani&lt;br /&gt;
Image:Yetunde.JPG|Yetunde Folajimi&lt;br /&gt;
Image:Chris_face.jpg|[http://www.austria-lexikon.at/af/User/Trattner%20Christoph Christof Trattner]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Group Photos ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Paws 2010 march 30.jpg|Meeting  on 2010/03/30&lt;br /&gt;
Image:Paws_group_2012.jpg|Meeting  on 2012/10/24&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>Shoha99</name></author>
		
	</entry>
	<entry>
		<id>https://adapt2.sis.pitt.edu/w/index.php?title=People&amp;diff=1986</id>
		<title>People</title>
		<link rel="alternate" type="text/html" href="https://adapt2.sis.pitt.edu/w/index.php?title=People&amp;diff=1986"/>
		<updated>2012-10-25T20:20:34Z</updated>

		<summary type="html">&lt;p&gt;Shoha99: /* Group Photos */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Faculty ==&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:Brusilovsky.jpg|'''[[User:Peterb | Peter Brusilovsky]]'''&amp;lt;br/&amp;gt;Director&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Doctoral Students ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Danielle.gif|[[User:Suleehs | Danielle (Hyunsook) Lee]]&amp;lt;br/&amp;gt;Projects: [[PittCult]], [[Proactive]]&lt;br /&gt;
Image:jennifer.jpg|[[User:Jennifer | Jennifer (Yiling) Lin]]&lt;br /&gt;
Image:Clau.JPG|[[User:Clau | Claudia López]]&lt;br /&gt;
Image:Denis_PAWS_blog.jpg|[[User:Dparra | Denis Parra]]&lt;br /&gt;
Image:Shaghayeghsahebi.jpg|[[User:Sherry | Shaghayegh Sahebi (Sherry)]]&lt;br /&gt;
Image:Kong.png|[[User:Chirayu | Chirayu Wongchokprasitti]]&lt;br /&gt;
Image:Julio.jpg|[[User:Julio | Julio Guerra]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Master Students ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Visiting Scholars ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Michelle_liang.JPG|[http://www.tcs.fudan.edu.cn/~michelle/index.html Michelle Liang]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Past Visiting Faculty ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Roman bednarik.png|[http://cs.uef.fi/~rbednari/ Roman Bednarik]&lt;br /&gt;
Image:TanjaMitrovic.jpg|[http://www.cosc.canterbury.ac.nz/tanja.mitrovic/ Tanja Mitrovic]&lt;br /&gt;
Image:Eva millan.gif|[http://www.lcc.uma.es/~eva/ Eva Millán Valldeperas]&lt;br /&gt;
Image:Julita vasilleva.gif|[http://www.cs.usask.ca/faculty/julita/ Julita Vassileva]&lt;br /&gt;
Image:NicolaHenze.gif|[http://www.kbs.uni-hannover.de/~henze/ Nicola Henze]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Past Doctoral Students ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:jaewook-1.jpg|[[User:Jahn | Jae-wook Ahn]]&amp;lt;br/&amp;gt;Projects: [[ADVISE]], [[Adaptive VIBE]], [[YourNews]], [[YourSports]], [[TaskSieve]], [[NameSieve]]&amp;lt;br/&amp;gt;Currently Postdoctoral Fellow at the University of Maryland&lt;br /&gt;
Image:RostaFarzan.jpg|[[User:Rostaf | Rosta Farzan]]&amp;lt;br/&amp;gt;Currently Postdoctoral Fellow at Carnegie Mellon University&lt;br /&gt;
Image:Michael_V_Yudelson.gif|'''[[User:Myudelson | Michael V. Yudelson]]'''&amp;lt;br/&amp;gt;Projects: [[Knowledge Tree]], [[CUMULATE]], [[PERSEUS]], [[NavEx]], [[CoPE]], [[WebEx]]&amp;lt;br/&amp;gt;Currently Postdoctoral Fellow at Carnegie Mellon University&lt;br /&gt;
Image:Sergey.jpg|[[User:Sergey | Sergey Sosnovsky]]&amp;lt;br&amp;gt; Currently Principal Researcher, Head of the Intelligent e-Learning Technology Lab, CeLTech, DFKI&lt;br /&gt;
Image:Sharon Hsiao.jpg|[[User:Shoha99 | Sharon (I-Han) Hsiao]]&amp;lt;br/&amp;gt;Projects: [[AnnotEx]], [[QuizJET]],[[Progressor]],[[ProgressorPlus]]&amp;lt;br/&amp;gt;Currently Postdoctoral Fellow at Columbia University&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Past Master Students ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Vikrant Khenat.jpg|[http://www.sis.pitt.edu/~vkhenat/ Vikrant Khenat]&lt;br /&gt;
Image:Tibor Dumitriu.gif|[http://www.sis.pitt.edu/~dumitriu/ Tibor Dumitriu]&amp;lt;br/&amp;gt;Projects: [http://ir.exp.sis.pitt.edu/advise/ AdVisE]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Past Visiting Scholars == &lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Kim.jpg|Jaekyung Kim&lt;br /&gt;
Image:Jbravo.gif|[http://www.eps.uam.es/esp/personal/ficha.php?empid=367 Javier Bravo Agapito]&lt;br /&gt;
Image:MarkusKetterl1.jpg|[http://studip.serv.uni-osnabrueck.de/extern.php?username=mketterl&amp;amp;page_url=http://www.virtuos.uni-osnabrueck.de/VirtUOS/TemplStudipMitarbDetails&amp;amp;global_id=4c8fb9ddd4dde83366119b2031d39ab3 Markus Ketterl]&lt;br /&gt;
Image:Jillfreyne.jpg|[http://www.csi.ucd.ie/users/jill-freyne Jill Freyne]&lt;br /&gt;
Image:Robert.jpg|Robert Mertens&lt;br /&gt;
Image:Roman bednarik.png|[http://www.cs.joensuu.fi/~rbednari/ Roman bednarik]&lt;br /&gt;
Image:Ewald ramp.jpg|Ewald W. A. Ramp&lt;br /&gt;
Image:Jacopo.jpg|Jacopo Armani&lt;br /&gt;
Image:Yetunde.JPG|Yetunde Folajimi&lt;br /&gt;
Image:Chris_face.jpg|[http://www.austria-lexikon.at/af/User/Trattner%20Christoph Christof Trattner]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Group Photos ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Paws 2010 march 30.jpg|Meeting  on 2010/03/30&lt;br /&gt;
Image:Paws 2012 october Paws_group_2012.jpg|Meeting  on 2012/10/24&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>Shoha99</name></author>
		
	</entry>
	<entry>
		<id>https://adapt2.sis.pitt.edu/w/index.php?title=File:Paws_group_2012.jpg&amp;diff=1985</id>
		<title>File:Paws group 2012.jpg</title>
		<link rel="alternate" type="text/html" href="https://adapt2.sis.pitt.edu/w/index.php?title=File:Paws_group_2012.jpg&amp;diff=1985"/>
		<updated>2012-10-25T20:19:52Z</updated>

		<summary type="html">&lt;p&gt;Shoha99: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Shoha99</name></author>
		
	</entry>
	<entry>
		<id>https://adapt2.sis.pitt.edu/w/index.php?title=People&amp;diff=1984</id>
		<title>People</title>
		<link rel="alternate" type="text/html" href="https://adapt2.sis.pitt.edu/w/index.php?title=People&amp;diff=1984"/>
		<updated>2012-10-25T20:18:16Z</updated>

		<summary type="html">&lt;p&gt;Shoha99: /* Group Photos */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Faculty ==&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:Brusilovsky.jpg|'''[[User:Peterb | Peter Brusilovsky]]'''&amp;lt;br/&amp;gt;Director&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Doctoral Students ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Danielle.gif|[[User:Suleehs | Danielle (Hyunsook) Lee]]&amp;lt;br/&amp;gt;Projects: [[PittCult]], [[Proactive]]&lt;br /&gt;
Image:jennifer.jpg|[[User:Jennifer | Jennifer (Yiling) Lin]]&lt;br /&gt;
Image:Clau.JPG|[[User:Clau | Claudia López]]&lt;br /&gt;
Image:Denis_PAWS_blog.jpg|[[User:Dparra | Denis Parra]]&lt;br /&gt;
Image:Shaghayeghsahebi.jpg|[[User:Sherry | Shaghayegh Sahebi (Sherry)]]&lt;br /&gt;
Image:Kong.png|[[User:Chirayu | Chirayu Wongchokprasitti]]&lt;br /&gt;
Image:Julio.jpg|[[User:Julio | Julio Guerra]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Master Students ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Visiting Scholars ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Michelle_liang.JPG|[http://www.tcs.fudan.edu.cn/~michelle/index.html Michelle Liang]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Past Visiting Faculty ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Roman bednarik.png|[http://cs.uef.fi/~rbednari/ Roman Bednarik]&lt;br /&gt;
Image:TanjaMitrovic.jpg|[http://www.cosc.canterbury.ac.nz/tanja.mitrovic/ Tanja Mitrovic]&lt;br /&gt;
Image:Eva millan.gif|[http://www.lcc.uma.es/~eva/ Eva Millán Valldeperas]&lt;br /&gt;
Image:Julita vasilleva.gif|[http://www.cs.usask.ca/faculty/julita/ Julita Vassileva]&lt;br /&gt;
Image:NicolaHenze.gif|[http://www.kbs.uni-hannover.de/~henze/ Nicola Henze]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Past Doctoral Students ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:jaewook-1.jpg|[[User:Jahn | Jae-wook Ahn]]&amp;lt;br/&amp;gt;Projects: [[ADVISE]], [[Adaptive VIBE]], [[YourNews]], [[YourSports]], [[TaskSieve]], [[NameSieve]]&amp;lt;br/&amp;gt;Currently Postdoctoral Fellow at the University of Maryland&lt;br /&gt;
Image:RostaFarzan.jpg|[[User:Rostaf | Rosta Farzan]]&amp;lt;br/&amp;gt;Currently Postdoctoral Fellow at Carnegie Mellon University&lt;br /&gt;
Image:Michael_V_Yudelson.gif|'''[[User:Myudelson | Michael V. Yudelson]]'''&amp;lt;br/&amp;gt;Projects: [[Knowledge Tree]], [[CUMULATE]], [[PERSEUS]], [[NavEx]], [[CoPE]], [[WebEx]]&amp;lt;br/&amp;gt;Currently Postdoctoral Fellow at Carnegie Mellon University&lt;br /&gt;
Image:Sergey.jpg|[[User:Sergey | Sergey Sosnovsky]]&amp;lt;br&amp;gt; Currently Principal Researcher, Head of the Intelligent e-Learning Technology Lab, CeLTech, DFKI&lt;br /&gt;
Image:Sharon Hsiao.jpg|[[User:Shoha99 | Sharon (I-Han) Hsiao]]&amp;lt;br/&amp;gt;Projects: [[AnnotEx]], [[QuizJET]],[[Progressor]],[[ProgressorPlus]]&amp;lt;br/&amp;gt;Currently Postdoctoral Fellow at Columbia University&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Past Master Students ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Vikrant Khenat.jpg|[http://www.sis.pitt.edu/~vkhenat/ Vikrant Khenat]&lt;br /&gt;
Image:Tibor Dumitriu.gif|[http://www.sis.pitt.edu/~dumitriu/ Tibor Dumitriu]&amp;lt;br/&amp;gt;Projects: [http://ir.exp.sis.pitt.edu/advise/ AdVisE]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Past Visiting Scholars == &lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Kim.jpg|Jaekyung Kim&lt;br /&gt;
Image:Jbravo.gif|[http://www.eps.uam.es/esp/personal/ficha.php?empid=367 Javier Bravo Agapito]&lt;br /&gt;
Image:MarkusKetterl1.jpg|[http://studip.serv.uni-osnabrueck.de/extern.php?username=mketterl&amp;amp;page_url=http://www.virtuos.uni-osnabrueck.de/VirtUOS/TemplStudipMitarbDetails&amp;amp;global_id=4c8fb9ddd4dde83366119b2031d39ab3 Markus Ketterl]&lt;br /&gt;
Image:Jillfreyne.jpg|[http://www.csi.ucd.ie/users/jill-freyne Jill Freyne]&lt;br /&gt;
Image:Robert.jpg|Robert Mertens&lt;br /&gt;
Image:Roman bednarik.png|[http://www.cs.joensuu.fi/~rbednari/ Roman bednarik]&lt;br /&gt;
Image:Ewald ramp.jpg|Ewald W. A. Ramp&lt;br /&gt;
Image:Jacopo.jpg|Jacopo Armani&lt;br /&gt;
Image:Yetunde.JPG|Yetunde Folajimi&lt;br /&gt;
Image:Chris_face.jpg|[http://www.austria-lexikon.at/af/User/Trattner%20Christoph Christof Trattner]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Group Photos ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Paws 2010 march 30.jpg|Meeting  on 2010/03/30&lt;br /&gt;
Image:Paws 2012 october paws_group_2012.jpg|Meeting  on 2012/10/24&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>Shoha99</name></author>
		
	</entry>
	<entry>
		<id>https://adapt2.sis.pitt.edu/w/index.php?title=Publications&amp;diff=1983</id>
		<title>Publications</title>
		<link rel="alternate" type="text/html" href="https://adapt2.sis.pitt.edu/w/index.php?title=Publications&amp;diff=1983"/>
		<updated>2012-09-22T14:28:05Z</updated>

		<summary type="html">&lt;p&gt;Shoha99: /* Progressor */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===ADVISE===&lt;br /&gt;
{{:Adaptive_VIBE}}&lt;br /&gt;
&lt;br /&gt;
===[[AnnotEx]]===&lt;br /&gt;
* Hsiao, I. and Brusilvsky, P. (2011) '''The Role of Community Feedback in the Student Example Authoring Process: an Evaluation of AnnotEx''', British Journal of Educational Technology, Vol 42, Issue 3, Pages 482 - 499 [http://dx.doi.org/10.1111/j.1467-8535.2009.01030.x DOI]&lt;br /&gt;
* Hsiao, I. &amp;amp; Brusilovsky. P. (2008). '''Modeling Peer Review in Example Annotation'''. ICCE, The 16th International Conference on Computers in Education, Taipei, Taiwan, October 27- 31, 2008, ICCE [http://apsce.net/icce2008/contents/proceeding_0357.pdf URL] [http://www.sis.pitt.edu/~ihsiao/pub/5page_camera%20ready_ICCE_Modeling_Peer_Review_in_Example_Annotation.pdf PDF]&lt;br /&gt;
* Brusilovsky, P., Hsiao, I. &amp;amp; Yuldelson, M. (2008) '''Annotated Program Examples as First Class Objects in an Educational Digital Library''', JCDL 2008 [http://doi.acm.org/10.1145/1378889.1378946 DOI]&lt;br /&gt;
* Hsiao, I. &amp;amp; Brusilovsky, P. (2007) '''Collaborative Example Authoring System: The Value of Re-annotation based on Community Feedback''',In: J. Nall and R. Robson (eds.) Proceedings of World Conference on E-Learning, E-Learn 2007,Quebec City, Canada, October 15-19, 2007, AACE  [http://www.editlib.org/p/26914 URL] [http://www.sis.pitt.edu/~ihsiao/pub/2007ELearn_Collaborative_Example_Authoring_System_final.pdf PDF]&lt;br /&gt;
&lt;br /&gt;
===ASSIST===&lt;br /&gt;
* Freyne, J., Farzan, R., and Coyle, M. (2007). Toward the exploitation of social access patterns for recommendation. RecSys 2007.&lt;br /&gt;
* Farzan, R., Coyle, M., Freyne, J., Brusilovsky, P., and Smyth, P. (2007). ASSIST: Adaptive Social Support for Information Space Traversal. Hypertext 2007.&lt;br /&gt;
* Freyne J., Farzan R., Brusilovsky P., Smyth B., and Coyle M. (2007). Collecting Community Wisdom: Integrating Social Search &amp;amp; Social Navigation. In Proceedings of International Conference on Intelligent User Interfaces&lt;br /&gt;
&lt;br /&gt;
===Conference Navigator===&lt;br /&gt;
* Farzan R., and Brusilovsky P. Where did the Researchers Go? Supporting Social Navigation at a Large Academic Conference. Hypertext 2008.&lt;br /&gt;
&lt;br /&gt;
===[[CourseAgent]]===&lt;br /&gt;
*Farzan R. &amp;amp; Brusilovsky P. (2006). Social Navigation Support in a Course Recommendation System. In proceedings of 4th International Conference on Adaptive Hypermedia and Adaptive Web-based Systems.&lt;br /&gt;
&lt;br /&gt;
===[[CUMULATE]]===&lt;br /&gt;
{{:CUMULATE}}&lt;br /&gt;
&lt;br /&gt;
===[[Knowledge Sea II]] and [[AnnotatEd]]===&lt;br /&gt;
* Lin, Y., Brusilovsky, P.,&amp;amp; He, D. (2010) Improving Self-Organizing Information Maps as Navigational Tools: A Semantic Approach. Online Information Review (The international journal of digital information research and use) (in press).&lt;br /&gt;
* Farzan, R. and Brusilovsky P. (2008). AnnotatEd: A Social Navigation and Annotation Service for Web-based Educational Resources. Journal of the New Review of Hypermedia and Multimedia (NRHM)&lt;br /&gt;
* Ahn, J., Farzan, R., and Brusilovsky, P. (2006) Social Search in the Context of Social Navigation. Journal of the Korean Society for Information Management 23(2):147-165.&lt;br /&gt;
* Bateman S., Farzan R., Brusilovsky P., and McCalla G. (2006) OATS: The Open Annotation and Tagging System. In Proceedings 3rd annual e-learning conference on Intelligent Interactive Learning Object Repositories&lt;br /&gt;
* Farzan R. &amp;amp; Brusilovsky P. (2006). AnnotatEd: A Social Navigation and Annotation Service for Web-based Educational Resources. In Proceedings of E-Learn 2006--World Conference on E-Learning in Corporate, Government, Healthcare, and Higher Education.Winner of outstanding paper award.  &lt;br /&gt;
* Mertens R., Farzan R.,and Brusilovsky P. (2006) Social Navigation in Web Lectures. In proceedings of Seventeenth ACM Conference on Hypertext and Hypermedia(short paper).&lt;br /&gt;
* Farzan, R. &amp;amp; Brusilovsky P. (2005). Social Navigation Support through Annotation-Based Group Modeling.  In proceedings of 10th International Conference on User Modeling.&lt;br /&gt;
* Brusilovsky P., Farzan R. &amp;amp; Ahn J. (2005). Comprehensive Personalized Information Access in an Educational Digital Library. In proceedings of Joint Conference on Digital Libraries.&lt;br /&gt;
* Brusilovsky, P., Chavan, G., Farzan, R. (2004). Social Adaptive Navigation Support for Open Corpus Electronic Textbooks  - In: P.De Bra (ed.) Proceedings of the Third International Conference on Adaptive Hypermedia and Adaptive Web-based Systems (AH'2004), Eindhoven, the Netherlands&lt;br /&gt;
&lt;br /&gt;
===[[NameSieve]]===&lt;br /&gt;
{{:NameSieve}}&lt;br /&gt;
&lt;br /&gt;
===[[PERSEUS]]===&lt;br /&gt;
{{:PERSEUS}}&lt;br /&gt;
&lt;br /&gt;
===[[PittCult]]===&lt;br /&gt;
* Lee, D. H. (2008) PITTCULT: Trust-based Cultural Event Recommender, Proceedings of Doctoral Symposium on the 2nd ACM International Conference on Recommender Systems, Lausanne, Switzerland, October 23 ~ 25, 2008 &lt;br /&gt;
* Lee, D. H. (2008) PITTCULT: Recommender System using Trusted Human Network, Student Research Competition in Hypertext 2008, Pittsburgh PA., USA, June 19 ~ 21, 2008, Third Prize Winner of ACM Student Research Competition in Hypertext 2008 &amp;amp; Finalist for the Grand Prize of ACM SRC sponsored by Microsoft Research [http://pittcult.sis.pitt.edu/help.jsp Presentation], [http://www.sigweb.org/ht08/srcposters/lee.pdf pdf]&lt;br /&gt;
&lt;br /&gt;
===[[Proactive]]===&lt;br /&gt;
* Lee, D. H. &amp;amp; Brusilovsky, P. (2007) Fighting Information Overflow with Personalized Comprehensive Information Access: A Proactive Job Recommender, Proceedings of the Third International Conference on Autonomic and Autonomous Systems (ICAS '07), Athens, Greece, June 19 ~ 25, 2007 &lt;br /&gt;
* Lee, D. H. &amp;amp; Brusilovsky, P. (In progress) Proactive: Comprehensive Access of Job Information&lt;br /&gt;
&lt;br /&gt;
===[[Progressor]]===&lt;br /&gt;
{{:Progressor}}&lt;br /&gt;
===[[ProgressorPlus]]===&lt;br /&gt;
{{:ProgressorPlus}}&lt;br /&gt;
&lt;br /&gt;
===[[QuizJET]]===&lt;br /&gt;
* Hsiao, I., Brusilovsky, P. &amp;amp; Sosnovsky, S. (2008). '''Web-based Parameterized Questions for Object-Oriented Programming'''. Proceedings of World Conference on E-Learning, E-Learn 2008,Las Vegas, USA, November 17-21, 2008, p. 3728-3735.&lt;br /&gt;
* Hsiao, I., Sosnovsky, S and Brusilovsky, P. (2009). '''Extending Parameterized Problem-Tracing Questions for Java with Personalized Guidance'''. Proceedings of 14th Annual Conference on Innovation and Technology in Computer Science Education, ITiCSE'2009, Paris, France, July 3-8, 2009, ACM Press, pp.392-392 [http://doi.acm.org/10.1145/1595496.1563034 DOI]&lt;br /&gt;
* Hsiao, I., Sosnovsky, S and Brusilovsky, P. (2009). '''Adaptive Navigation Support for Parameterized Questions in Object-Oriented Programming'''. In: Proceedings of 4th European Conference on Technology Enhanced Education (ECTEL), ECTEL 2009, Nice, France, September 29th - October 2nd, 2009, Springer-Verlag, pp.88-98 [http://dx.doi.org/10.1007/978-3-642-04636-0_10 DOI]&lt;br /&gt;
* Hsiao, I., Sosnovsky,S. and Brusilvsky, P. (2010) Guiding Students to the Right Questions: Adaptive Navigation Support in an E-learning System for Java Programming, Journal of Computer Assisted Learning, Volume 26 Issue 4, Pages 270 - 283 [http://dx.doi.org/10.1111/j.1365-2729.2010.00365.x DOI]&lt;br /&gt;
&lt;br /&gt;
===[[TaskSieve]]===&lt;br /&gt;
{{:TaskSieve}}&lt;br /&gt;
&lt;br /&gt;
===[[YourNews]]===&lt;br /&gt;
{{:YourNews}}&lt;br /&gt;
&lt;br /&gt;
===[[Others]]===&lt;/div&gt;</summary>
		<author><name>Shoha99</name></author>
		
	</entry>
	<entry>
		<id>https://adapt2.sis.pitt.edu/w/index.php?title=ProgressorPlus&amp;diff=1982</id>
		<title>ProgressorPlus</title>
		<link rel="alternate" type="text/html" href="https://adapt2.sis.pitt.edu/w/index.php?title=ProgressorPlus&amp;diff=1982"/>
		<updated>2012-09-22T14:26:56Z</updated>

		<summary type="html">&lt;p&gt;Shoha99: /* See Also */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
&lt;br /&gt;
Progressor+ attempts to inherit the merits from [http://adapt2.sis.pitt.edu/wiki/Progressor Progressor] (motivational impacts, personalized social guidance and encourages students to do some work ahead of the course schedule, class leaders provided an implicit social guidance for the rest of the class and successfully led the way to discover the most relevant resources creating good trails for the rest of the class, etc. please refer to our [http://adapt2.sis.pitt.edu/wiki/Publications#Progressor publications]) and incorporate with new research elements, such as flexible content structure, explicit social guidance and so on. Despite Progressor's circular pie shapes are favorable in our past user studies, the nature of those shapes makes it difficult to scale up with various learning content collections and perform comparisons, we refine our design into a more generic table representation and engage with close-to-reality multiple collections of learning resources.&lt;br /&gt;
&lt;br /&gt;
== Screenshots ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
Image:progressorplus1.png|A zoom in view of your personalized Progressor+ view in contrast to the rest of the class&lt;br /&gt;
Image:progressorplus2.png|A zoom out view of your model compared to the class average model&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Publications==&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;&lt;br /&gt;
* [[User:shoha99 | Hsiao, I-H.]] and [[User:peterb | Brusilovsky, P.]] (2012) Motivational Social Visualizations for Personalized E-learning, In: Proceedings of 7th European Conference on Technology Enhanced Education (ECTEL), ECTEL 2012, Saarbrücken, Germany, September 18-21, 2012, Springer-Verlag, Volume 7563/2012, pp.153-165.&lt;br /&gt;
&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
==See Also==&lt;br /&gt;
* [[QuizJET]] : parameterized self-assessment tool for Java programming language.&lt;br /&gt;
* [http://adapt2.sis.pitt.edu/wiki/Progressor Progressor]&lt;br /&gt;
&lt;br /&gt;
== Contacts ==&lt;br /&gt;
[[User:shoha99 | Sharon, I-Han Hsiao]]&lt;/div&gt;</summary>
		<author><name>Shoha99</name></author>
		
	</entry>
	<entry>
		<id>https://adapt2.sis.pitt.edu/w/index.php?title=ProgressorPlus&amp;diff=1981</id>
		<title>ProgressorPlus</title>
		<link rel="alternate" type="text/html" href="https://adapt2.sis.pitt.edu/w/index.php?title=ProgressorPlus&amp;diff=1981"/>
		<updated>2012-09-22T14:26:39Z</updated>

		<summary type="html">&lt;p&gt;Shoha99: /* Publications */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
&lt;br /&gt;
Progressor+ attempts to inherit the merits from [http://adapt2.sis.pitt.edu/wiki/Progressor Progressor] (motivational impacts, personalized social guidance and encourages students to do some work ahead of the course schedule, class leaders provided an implicit social guidance for the rest of the class and successfully led the way to discover the most relevant resources creating good trails for the rest of the class, etc. please refer to our [http://adapt2.sis.pitt.edu/wiki/Publications#Progressor publications]) and incorporate with new research elements, such as flexible content structure, explicit social guidance and so on. Despite Progressor's circular pie shapes are favorable in our past user studies, the nature of those shapes makes it difficult to scale up with various learning content collections and perform comparisons, we refine our design into a more generic table representation and engage with close-to-reality multiple collections of learning resources.&lt;br /&gt;
&lt;br /&gt;
== Screenshots ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
Image:progressorplus1.png|A zoom in view of your personalized Progressor+ view in contrast to the rest of the class&lt;br /&gt;
Image:progressorplus2.png|A zoom out view of your model compared to the class average model&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
* [[QuizJET]] : parameterized self-assessment tool for Java programming language.&lt;br /&gt;
* [http://adapt2.sis.pitt.edu/wiki/Progressor Progressor]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Contacts ==&lt;br /&gt;
[[User:shoha99 | Sharon, I-Han Hsiao]]&lt;/div&gt;</summary>
		<author><name>Shoha99</name></author>
		
	</entry>
	<entry>
		<id>https://adapt2.sis.pitt.edu/w/index.php?title=ProgressorPlus&amp;diff=1980</id>
		<title>ProgressorPlus</title>
		<link rel="alternate" type="text/html" href="https://adapt2.sis.pitt.edu/w/index.php?title=ProgressorPlus&amp;diff=1980"/>
		<updated>2012-09-22T14:26:06Z</updated>

		<summary type="html">&lt;p&gt;Shoha99: /* Contacts */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
&lt;br /&gt;
Progressor+ attempts to inherit the merits from [http://adapt2.sis.pitt.edu/wiki/Progressor Progressor] (motivational impacts, personalized social guidance and encourages students to do some work ahead of the course schedule, class leaders provided an implicit social guidance for the rest of the class and successfully led the way to discover the most relevant resources creating good trails for the rest of the class, etc. please refer to our [http://adapt2.sis.pitt.edu/wiki/Publications#Progressor publications]) and incorporate with new research elements, such as flexible content structure, explicit social guidance and so on. Despite Progressor's circular pie shapes are favorable in our past user studies, the nature of those shapes makes it difficult to scale up with various learning content collections and perform comparisons, we refine our design into a more generic table representation and engage with close-to-reality multiple collections of learning resources.&lt;br /&gt;
&lt;br /&gt;
== Screenshots ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
Image:progressorplus1.png|A zoom in view of your personalized Progressor+ view in contrast to the rest of the class&lt;br /&gt;
Image:progressorplus2.png|A zoom out view of your model compared to the class average model&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
* [[QuizJET]] : parameterized self-assessment tool for Java programming language.&lt;br /&gt;
* [http://adapt2.sis.pitt.edu/wiki/Progressor Progressor]&lt;br /&gt;
&lt;br /&gt;
==Publications==&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;&lt;br /&gt;
* [[User:shoha99 | Hsiao, I-H.]] and [[User:peterb | Brusilovsky, P.]] (2012) Motivational Social Visualizations for Personalized E-learning, In: Proceedings of 7th European Conference on Technology Enhanced Education (ECTEL), ECTEL 2012, Saarbrücken, Germany, September 18-21, 2012, Springer-Verlag, Volume 7563/2012, pp.153-165.&lt;br /&gt;
&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Contacts ==&lt;br /&gt;
[[User:shoha99 | Sharon, I-Han Hsiao]]&lt;/div&gt;</summary>
		<author><name>Shoha99</name></author>
		
	</entry>
	<entry>
		<id>https://adapt2.sis.pitt.edu/w/index.php?title=People&amp;diff=1958</id>
		<title>People</title>
		<link rel="alternate" type="text/html" href="https://adapt2.sis.pitt.edu/w/index.php?title=People&amp;diff=1958"/>
		<updated>2012-08-03T19:44:10Z</updated>

		<summary type="html">&lt;p&gt;Shoha99: /* Past Doctoral Students */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Faculty ==&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:Brusilovsky.jpg|'''[[User:Peterb | Peter Brusilovsky]]'''&amp;lt;br/&amp;gt;Director&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Doctoral Students ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Danielle.gif|[[User:Suleehs | Danielle (Hyunsook) Lee]]&amp;lt;br/&amp;gt;Projects: [[PittCult]], [[Proactive]]&lt;br /&gt;
Image:jennifer.jpg|[[User:Jennifer | Jennifer (Yiling) Lin]]&lt;br /&gt;
Image:Clau.JPG|[[User:Clau | Claudia López]]&lt;br /&gt;
Image:Denis_PAWS_blog.jpg|[[User:Dparra | Denis Parra]]&lt;br /&gt;
Image:Shaghayeghsahebi.jpg|[[User:Sherry | Shaghayegh Sahebi (Sherry)]]&lt;br /&gt;
Image:Kong.png|[[User:Chirayu | Chirayu Wongchokprasitti]]&lt;br /&gt;
Image:Julio.jpg|[[User:Julio | Julio Guerra]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Master Students ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Visiting Scholars ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Michelle_liang.JPG|[http://www.tcs.fudan.edu.cn/~michelle/index.html Michelle Liang]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Past Visiting Faculty ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Roman bednarik.png|[http://cs.uef.fi/~rbednari/ Roman Bednarik]&lt;br /&gt;
Image:TanjaMitrovic.jpg|[http://www.cosc.canterbury.ac.nz/tanja.mitrovic/ Tanja Mitrovic]&lt;br /&gt;
Image:Eva millan.gif|[http://www.lcc.uma.es/~eva/ Eva Millán Valldeperas]&lt;br /&gt;
Image:Julita vasilleva.gif|[http://www.cs.usask.ca/faculty/julita/ Julita Vassileva]&lt;br /&gt;
Image:NicolaHenze.gif|[http://www.kbs.uni-hannover.de/~henze/ Nicola Henze]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Past Doctoral Students ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:jaewook-1.jpg|[[User:Jahn | Jae-wook Ahn]]&amp;lt;br/&amp;gt;Projects: [[ADVISE]], [[Adaptive VIBE]], [[YourNews]], [[YourSports]], [[TaskSieve]], [[NameSieve]]&amp;lt;br/&amp;gt;Currently Postdoctoral Fellow at the University of Maryland&lt;br /&gt;
Image:RostaFarzan.jpg|[[User:Rostaf | Rosta Farzan]]&amp;lt;br/&amp;gt;Currently Postdoctoral Fellow at Carnegie Mellon University&lt;br /&gt;
Image:Michael_V_Yudelson.gif|'''[[User:Myudelson | Michael V. Yudelson]]'''&amp;lt;br/&amp;gt;Projects: [[Knowledge Tree]], [[CUMULATE]], [[PERSEUS]], [[NavEx]], [[CoPE]], [[WebEx]]&amp;lt;br/&amp;gt;Currently Postdoctoral Fellow at Carnegie Mellon University&lt;br /&gt;
Image:Sergey.jpg|[[User:Sergey | Sergey Sosnovsky]]&amp;lt;br&amp;gt; Currently Principal Researcher, Head of the Intelligent e-Learning Technology Lab, CeLTech, DFKI&lt;br /&gt;
Image:Sharon Hsiao.jpg|[[User:Shoha99 | Sharon (I-Han) Hsiao]]&amp;lt;br/&amp;gt;Projects: [[AnnotEx]], [[QuizJET]],[[Progressor]],[[ProgressorPlus]]&amp;lt;br/&amp;gt;Currently Postdoctoral Fellow at Columbia University&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Past Master Students ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Vikrant Khenat.jpg|[http://www.sis.pitt.edu/~vkhenat/ Vikrant Khenat]&lt;br /&gt;
Image:Tibor Dumitriu.gif|[http://www.sis.pitt.edu/~dumitriu/ Tibor Dumitriu]&amp;lt;br/&amp;gt;Projects: [http://ir.exp.sis.pitt.edu/advise/ AdVisE]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Past Visiting Scholars == &lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Kim.jpg|Jaekyung Kim&lt;br /&gt;
Image:Jbravo.gif|[http://www.eps.uam.es/esp/personal/ficha.php?empid=367 Javier Bravo Agapito]&lt;br /&gt;
Image:MarkusKetterl1.jpg|[http://studip.serv.uni-osnabrueck.de/extern.php?username=mketterl&amp;amp;page_url=http://www.virtuos.uni-osnabrueck.de/VirtUOS/TemplStudipMitarbDetails&amp;amp;global_id=4c8fb9ddd4dde83366119b2031d39ab3 Markus Ketterl]&lt;br /&gt;
Image:Jillfreyne.jpg|[http://www.csi.ucd.ie/users/jill-freyne Jill Freyne]&lt;br /&gt;
Image:Robert.jpg|Robert Mertens&lt;br /&gt;
Image:Roman bednarik.png|[http://www.cs.joensuu.fi/~rbednari/ Roman bednarik]&lt;br /&gt;
Image:Ewald ramp.jpg|Ewald W. A. Ramp&lt;br /&gt;
Image:Jacopo.jpg|Jacopo Armani&lt;br /&gt;
Image:Yetunde.JPG|Yetunde Folajimi&lt;br /&gt;
Image:Chris_face.jpg|[http://www.austria-lexikon.at/af/User/Trattner%20Christoph Christof Trattner]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Group Photos ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Paws 2010 march 30.jpg|Meeting  on 2010/03/30&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>Shoha99</name></author>
		
	</entry>
	<entry>
		<id>https://adapt2.sis.pitt.edu/w/index.php?title=People&amp;diff=1957</id>
		<title>People</title>
		<link rel="alternate" type="text/html" href="https://adapt2.sis.pitt.edu/w/index.php?title=People&amp;diff=1957"/>
		<updated>2012-08-03T19:43:04Z</updated>

		<summary type="html">&lt;p&gt;Shoha99: /* Doctoral Students */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Faculty ==&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:Brusilovsky.jpg|'''[[User:Peterb | Peter Brusilovsky]]'''&amp;lt;br/&amp;gt;Director&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Doctoral Students ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Danielle.gif|[[User:Suleehs | Danielle (Hyunsook) Lee]]&amp;lt;br/&amp;gt;Projects: [[PittCult]], [[Proactive]]&lt;br /&gt;
Image:jennifer.jpg|[[User:Jennifer | Jennifer (Yiling) Lin]]&lt;br /&gt;
Image:Clau.JPG|[[User:Clau | Claudia López]]&lt;br /&gt;
Image:Denis_PAWS_blog.jpg|[[User:Dparra | Denis Parra]]&lt;br /&gt;
Image:Shaghayeghsahebi.jpg|[[User:Sherry | Shaghayegh Sahebi (Sherry)]]&lt;br /&gt;
Image:Kong.png|[[User:Chirayu | Chirayu Wongchokprasitti]]&lt;br /&gt;
Image:Julio.jpg|[[User:Julio | Julio Guerra]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Master Students ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Visiting Scholars ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Michelle_liang.JPG|[http://www.tcs.fudan.edu.cn/~michelle/index.html Michelle Liang]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Past Visiting Faculty ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Roman bednarik.png|[http://cs.uef.fi/~rbednari/ Roman Bednarik]&lt;br /&gt;
Image:TanjaMitrovic.jpg|[http://www.cosc.canterbury.ac.nz/tanja.mitrovic/ Tanja Mitrovic]&lt;br /&gt;
Image:Eva millan.gif|[http://www.lcc.uma.es/~eva/ Eva Millán Valldeperas]&lt;br /&gt;
Image:Julita vasilleva.gif|[http://www.cs.usask.ca/faculty/julita/ Julita Vassileva]&lt;br /&gt;
Image:NicolaHenze.gif|[http://www.kbs.uni-hannover.de/~henze/ Nicola Henze]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Past Doctoral Students ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:jaewook-1.jpg|[[User:Jahn | Jae-wook Ahn]]&amp;lt;br/&amp;gt;Projects: [[ADVISE]], [[Adaptive VIBE]], [[YourNews]], [[YourSports]], [[TaskSieve]], [[NameSieve]]&amp;lt;br/&amp;gt;Currently Postdoctoral Fellow at the University of Maryland&lt;br /&gt;
Image:RostaFarzan.jpg|[[User:Rostaf | Rosta Farzan]]&amp;lt;br/&amp;gt;Currently Postdoctoral Fellow at Carnegie Mellon University&lt;br /&gt;
Image:Michael_V_Yudelson.gif|'''[[User:Myudelson | Michael V. Yudelson]]'''&amp;lt;br/&amp;gt;Projects: [[Knowledge Tree]], [[CUMULATE]], [[PERSEUS]], [[NavEx]], [[CoPE]], [[WebEx]]&amp;lt;br/&amp;gt;Currently Postdoctoral Fellow at Carnegie Mellon University&lt;br /&gt;
Image:Sergey.jpg|[[User:Sergey | Sergey Sosnovsky]]&amp;lt;br&amp;gt; Currently Principal Researcher, Head of the Intelligent e-Learning Technology Lab, CeLTech, DFKI&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Past Master Students ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Vikrant Khenat.jpg|[http://www.sis.pitt.edu/~vkhenat/ Vikrant Khenat]&lt;br /&gt;
Image:Tibor Dumitriu.gif|[http://www.sis.pitt.edu/~dumitriu/ Tibor Dumitriu]&amp;lt;br/&amp;gt;Projects: [http://ir.exp.sis.pitt.edu/advise/ AdVisE]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Past Visiting Scholars == &lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Kim.jpg|Jaekyung Kim&lt;br /&gt;
Image:Jbravo.gif|[http://www.eps.uam.es/esp/personal/ficha.php?empid=367 Javier Bravo Agapito]&lt;br /&gt;
Image:MarkusKetterl1.jpg|[http://studip.serv.uni-osnabrueck.de/extern.php?username=mketterl&amp;amp;page_url=http://www.virtuos.uni-osnabrueck.de/VirtUOS/TemplStudipMitarbDetails&amp;amp;global_id=4c8fb9ddd4dde83366119b2031d39ab3 Markus Ketterl]&lt;br /&gt;
Image:Jillfreyne.jpg|[http://www.csi.ucd.ie/users/jill-freyne Jill Freyne]&lt;br /&gt;
Image:Robert.jpg|Robert Mertens&lt;br /&gt;
Image:Roman bednarik.png|[http://www.cs.joensuu.fi/~rbednari/ Roman bednarik]&lt;br /&gt;
Image:Ewald ramp.jpg|Ewald W. A. Ramp&lt;br /&gt;
Image:Jacopo.jpg|Jacopo Armani&lt;br /&gt;
Image:Yetunde.JPG|Yetunde Folajimi&lt;br /&gt;
Image:Chris_face.jpg|[http://www.austria-lexikon.at/af/User/Trattner%20Christoph Christof Trattner]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Group Photos ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Paws 2010 march 30.jpg|Meeting  on 2010/03/30&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>Shoha99</name></author>
		
	</entry>
	<entry>
		<id>https://adapt2.sis.pitt.edu/w/index.php?title=News&amp;diff=1956</id>
		<title>News</title>
		<link rel="alternate" type="text/html" href="https://adapt2.sis.pitt.edu/w/index.php?title=News&amp;diff=1956"/>
		<updated>2012-08-03T19:22:45Z</updated>

		<summary type="html">&lt;p&gt;Shoha99: /* &amp;lt;span id=&amp;quot;2011-11-30&amp;quot;&amp;gt;2011-11-30&amp;lt;/span&amp;gt; ::  Sergey Sosnovsky Thesis Defence: Ontology-Based Open-Corpus Personalization for E-Learning */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2012-07-09&amp;quot;&amp;gt;2012-07-09&amp;lt;/span&amp;gt; :: [[User:shoha99 | Sharon Hsiao]] Thesis Defence: Navigation Support and Social Visualization for Personalized E-Learning  ====&lt;br /&gt;
A large number of educational resources is now made available on the Web to support both regular classroom learning and online learning. However, the abundance of available content produced at least two problems: how to help students to find the most appropriate resources and how to engage them into using these resources and benefit from them. Personalized and social learning have been suggested as potential ways to address these problems.&lt;br /&gt;
&lt;br /&gt;
This work attempts to combine the ideas of personalized and social learning by providing navigation support through an open social student modeling visualization. A series of classroom studies exploited the idea of the approach and revealed promising results, which demonstrated the personalized guidance and social visualization combined helped students to find the most relevant resources of parameterized self-assessment questions for Java programming. Thus, this dissertation extend the approach to a larger collection of learning objects for cross content navigation and verify its capability of supporting social visualization for personalized E-Learning.&lt;br /&gt;
&lt;br /&gt;
The study results confirm that working with the non-mandatory system, students enhanced the learning quality in increasing their motivation and engagement. They successfully achieved better learning results. Meanwhile, incorporating a mixed collection of content in the open social student modeling visualizations effectively led the students to work at the right level of questions. Both strong and weak student worked with the appropriate levels of questions for their readiness accordingly and yielded a consistent performance across all three levels of complexities. Additionally, providing a more realistic content collection on the navigation supported open social student modeling visualizations results in a uniform performance in the group. The classroom study revealed a clear pattern of social guidance, where the stronger students left the traces for weaker ones to follow. The subjective evaluation confirms the design of the interface in terms of the content organization. Students’ positive responses also compliment the objective system usage data.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2011-11-30&amp;quot;&amp;gt;2011-11-30&amp;lt;/span&amp;gt; :: [[User:Sergey | Sergey Sosnovsky]] Thesis Defence: Ontology-Based Open-Corpus Personalization for E-Learning  ====&lt;br /&gt;
Conventional closed-corpus adaptive information systems control limited sets of documents in fixed subject domains and cannot provide access to the content outside the system. Such restrictions contradict the requirements of today, when most of the information systems are implemented in the open document space of WWW and are expected to operate on the open-corpus content. In order to maintain personalized access to open-corpus documents, an adaptive system should be able to model the documents and the relations between the documents and the domain knowledge automatically and dynamically. This dissertation explores the problem of open-corpus personalization and semantic modeling of open-corpus content in the context of e-Learning. Information on WWW is not without structure. Many collections of online instructional material (tutorials, electronic books, digital libraries, etc.) have been provided with implicit knowledge models encoded in form of tables of content, indexes, headers of chapters, links between pages, and different styles of text fragments. The main dissertation approach tries to leverage this layer of hidden semantics by extracting and representing it as coarse-grained models of collections. A central domain ontology is used to maintain overlay modeling of studentsÕ knowledge and serves as a reference point for multiple collections of external instructional material. In order to establish the link between the ontology and the open-corpus content models a special ontology mapping algorithm has been developed.  The proposed approach has been applied in the Ontology-based Open-corpus Personalization Service (OOPS) that recommends and adaptively annotates online reading material. The domain of Java programming has been chosen for the proof-of-concept implementation. A controlled experiment has been organized to evaluate the developed adaptive system and the proposed approach overall. The results of the evaluation have demonstrated several significant learning effects of the implemented open-corpus personalization. The analysis of log-based data has also shown that the open-corpus version of the system is capable of providing personalization of similar quality to the close-corpus one. Such results indicate that the proposed approach supports fully-scale open-corpus personalization for e-Learning. Further research is required to verify if the approach remains effective in other subject domains and with other types of instructional content.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2011-07-15&amp;quot;&amp;gt;2011-07-15&amp;lt;/span&amp;gt; :: [[User:DParra | Denis Parra]] earns a paper award in UMAP 2011 ====&lt;br /&gt;
In the last conference of User Modeling, Adaptation and Personalization (UMAP 2011) Denis Parra won one of the 2 [http://www.umap2011.org/program/best-paper-awards James Chen Best Student paper awards] for his paper '''Walk The Talk: Analyzing the relation between implicit and explicit feedback for preference elicitation''' that he co-authored with Dr. Xavier Amatriain. In this paper, the authors present a study on the music domain with last.fm users, which results leads them to create a regression model that maps implicit information (such as playcounts and how recently a user listened to albums) with explicit information in the form of ratings. More details in the [http://www.springerlink.com/content/645721483544r815/  conference proceedings in Springer]&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2011-06-12&amp;quot;&amp;gt;2011-06-12&amp;lt;/span&amp;gt; :: [[User:peterb | Peter]] Promoted to Rank of Full Professor ====&lt;br /&gt;
Congratulations to our head of PAWS lab! [[http://www.ischool.pitt.edu/news/06-10-2011.php Read more ]]&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2011-05-01&amp;quot;&amp;gt;2011-05-01&amp;lt;/span&amp;gt; :: [[User:shoha99 | Sharon]] received 2011 Allen Kent Award for Outstanding Contributions to the Graduate Program in Information Science ==== &lt;br /&gt;
She has worked with [http://www.sis.pitt.edu/~gray/ Dr. Glenn Ray] several years in designing and teaching undergraduate courses. She's affiliated as teaching fellow and teaches in our school now.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2010-12-15&amp;quot;&amp;gt;2010-12-15&amp;lt;/span&amp;gt; :: [[User:peterb | Peter]] received Google grant to work on ''Personalized Social Systems for Local Communities'' ====&lt;br /&gt;
The grant will support our efforts to increase user participation in social systems designed for local communities. In the course of the project will explore two innovative ideas for increasing participation. The first idea is to provide access to information “beyond the desktop,” by adding a mobile location-based interface to access information. This will increase both the number of active users and the volume of their contributions. The second idea is to provide personalized access to information to increase the chance to gather relevant information. This work will be based on two existing social systems that were developed and maintained by PAWs lab: the [[Systems#CoMeT | CoMeT]] system for sharing information about research talks at Carnegie Mellon and University of Pittsburgh and Eventur, a social system for recommending cultural events in the Pittsburgh area.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2010-09-17&amp;quot;&amp;gt;2010-09-17&amp;lt;/span&amp;gt; :: [[User:Myudelson | Michael Yudelson's]] Thesis Defence: Providing Service-Based Personalization In An Adaptive Hypermedia System ====&lt;br /&gt;
The dissertation proposes a novel way of speeding the development of new adaptive hypermedia systems. The gist of the approach is to extract the adaptation functionality out of the adaptive hypermedia system, encapsulate it into a standalone system, and offer adaptation as a service to the client applications. Such a standalone adaptation provider reduces the development of adaptation functionality to configuration and compliance and as a result creates new adaptive systems faster and helps serve larger user populations with adaptively accessible content. [[http://washington.sis.pitt.edu/comet/presentColloquium.do?col_id=777 details]]&lt;br /&gt;
The electronic version of [[User:Myudelson | Michael Yudelson's]] dissertation has been approved by the School of Information Sciences. ETD is accessible worldwide from the online library catalog of the University of Pittsburgh ([http://etd.library.pitt.edu/ETD/available/etd-10132010-092137/ link]).&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2010-09-15&amp;quot;&amp;gt;2010-09-15&amp;lt;/span&amp;gt; :: [[User:peterb | Peter Brusilovsky]] received NSF grant to work on ''Modeling and Visualization of Latent Communities'' ====&lt;br /&gt;
This EAGER grant will allow us to investigate how to model and visualize latent communities – those groups of people who form communities based on their similar interests. This work will consider how to elicit latent communities from various kinds of data about individuals available in the modern social Web and deliver the results in a manner suitable for interactive exploration through interactive visualizations. This will be one of the first attempts to use a variety of social Web data and approaches to community modeling. [[http://www.nsf.gov/awardsearch/showAward.do?AwardNumber=1059577 details]]&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2010-09-08&amp;quot;&amp;gt;2010-09-08&amp;lt;/span&amp;gt; :: [[User:jahn | Jae-wook's]] Thesis Defence: Adaptive Visualization for Focused Personalized Information Retrieval ====&lt;br /&gt;
Jae-wook Ahn's dissertation proposes to incorporate interactive visualization into personalized search in order to overcome the limitation. By combining the personalized search and the interactive visualization, we expect our approach will be able to help users to better explore the information space and locate relevant information more efficiently. [[http://washington.sis.pitt.edu/comet/presentColloquium.do?col_id=764 details]]&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span id=&amp;quot;2010-09-01&amp;quot;&amp;gt;2010-09-01&amp;lt;/span&amp;gt; :: [[User:peterb | Peter Brusilovsky]] and Jung Sun Oh received NSF grant to work on ''Personalization and social networking for short-term communities'' ====&lt;br /&gt;
This one-year grant will support a project exploring personalization and social networking for short-term communities. Using academic research conferences as a test bed, our team will explore new methods to leverage information about user interests (available from multiple external resources) and develop techniques to facilitate use of existing social technologies. [[http://www.nsf.gov/awardsearch/showAward.do?AwardNumber=1052768 details]]&lt;br /&gt;
&lt;br /&gt;
==== 2010-08-15 :: SIGWeb Newsletter published an interview with [[User:peterb | Peter Brusilovsky]] ====&lt;br /&gt;
The Summer 2010 issue of SIGWeb Newsletter (a magazine of ACM Special Interest Group on Hypertext and the Web) published an [http://dx.doi.org/10.1145/1796390.1796393 interview with Peter Brusilovsky]. The interview provides some personal view on research project performed at PAWS.&lt;br /&gt;
&lt;br /&gt;
==== 2010-07-01 :: [[User:jahn | Jae-wook]] has received Computing Inovation Fellowship ====&lt;br /&gt;
Jae-wook Ahn was chosen as a [http://cifellows.org  CIFellow] (Computing Innovation Fellow) supported by the Computing Community Consortium (CCC), the Computing Research Association (CRA), and the National Science Foundation.  Starting from the fall 2010, he is going to work with [http://www.cs.umd.edu/~ben/ Dr. Ben Shneiderman] at the [http://www.cs.umd.edu/hcil Human Computer Interaction Lab], University of Maryland.&lt;br /&gt;
&lt;br /&gt;
==== 2010-05-01 :: Sergey has received EU Marie Curie International Incoming Fellowship ====&lt;br /&gt;
Sergey Sosnovsky's proposal for EU [http://cordis.europa.eu/improving/fellowships/home.htm Marie Curie Fellowship] is approved by the EU Research Executive Agency. The funding starts in July, 2010 and will last until July 2012. The project &amp;quot;Intelligent Support for Authoring Semantic Learning Content&amp;quot; will focus on implementation of author-friendly technologies for learning content development, including collaborative authoring support, metadata authoring support, open-corpus content discovery, interactivity authoring, and gap detection.&lt;br /&gt;
&lt;br /&gt;
==== 2009-06-27 :: Rosta receives her second James Chen Award ====&lt;br /&gt;
Rosta Farzan received James Chen Best Student Paper Award at the 12th International Conference on User Modelling, Adaptation and Personalization, UMAP2009, in Trento, Italy for the paper ''Social Navigation Support for Information Seeking: If You Build It, Will They Come?'' by Rosta Farzan and Peter Brusilovsky. This is her second James Chen Award, congratulations!&lt;br /&gt;
&lt;br /&gt;
==== 2009-06-26 :: PAWS Caught on UMAP 2009 Video ====&lt;br /&gt;
* 0:27 [[User:Myudelson|Michael]]&lt;br /&gt;
* 1:09 [[User:Rostaf|Rosta]]&lt;br /&gt;
* 1:18 [[User:Sergey|Sergey]]&lt;br /&gt;
* 1:51 [[User:Suleehs|Danielle]]&lt;br /&gt;
* 3:12 [[User:Myudelson|Michael]] and [[User:Sergey|Sergey]]&lt;br /&gt;
* 4:01 [[User:Peterb|Peter]]&lt;br /&gt;
&amp;lt;youtube&amp;gt;v_amf_zcLtQ&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== 2009-05-28 :: [[User:peterb | Peter]] awarded honorary doctorate by the Slovak University of Technology in Bratislava ====&lt;br /&gt;
At a ceremony in Bratislava today, Peter Brusilovsky was honored by the [http://www.stuba.sk/ Slovak University of Technology in Bratislava] with the degree of Doctor honoris causa. The university, founded in 1937 in Bratislava, is one of the most significant institutions of higher education in Slovakia. Peter was selected for this recognition for &amp;quot;his contributions to the fields of Informatics and Information Technologies&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== 2008-07-31 :: [[User:peterb | Peter]] receives Best Paper Award at AH 2008 ====&lt;br /&gt;
Peter Brusilovsky received Best Paper Award at the 5th International Conference on Adaptive Hypermedia and Adaptive Web-Based Systems, AH 2008, in Hannover, Germany  for the paper [http://www.springerlink.com/content/6h410u3w4836v866/ ''Social Information Access for the Rest of Us: An Exploration of Social YouTube''] by Maurice Coyle, Jill Freyne, Peter Brusilovsky, and Barry Smyth&lt;br /&gt;
&lt;br /&gt;
==== 2007-06-28 :: [[User:Myudelson | Michael]] receives James Chen Best Student Paper Award at UM 2007 ====&lt;br /&gt;
Michael Yudelson received James Chen Best Student Paper Award at the 11th International Conference on User Modelling, UM07, in Corfu, Greece for the paper [http://www.springerlink.com/content/c723060442701737/ ''A User Modeling Server for Contemporary Adaptive Hypermedia: an Evaluation of Push Approach  to Evidence Propagation''] by Michael Yudelson, Peter Brusilovsky, and Vladimir Zadorozhny&lt;/div&gt;</summary>
		<author><name>Shoha99</name></author>
		
	</entry>
	<entry>
		<id>https://adapt2.sis.pitt.edu/w/index.php?title=PAWS&amp;diff=1955</id>
		<title>PAWS</title>
		<link rel="alternate" type="text/html" href="https://adapt2.sis.pitt.edu/w/index.php?title=PAWS&amp;diff=1955"/>
		<updated>2012-08-03T19:12:18Z</updated>

		<summary type="html">&lt;p&gt;Shoha99: /* Most Recent News */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About PAWS ==&lt;br /&gt;
[[Image:IMG_5103.jpg | left]] Personalized Adaptive Web Systems Lab was established in 2004 with support from National Science Foundation and the School of Information Sciences at the University of Pittsburgh. The goal of the PAWS Lab is development and evaluation of innovative user- and group-adaptive Web-based technologies, systems, and architectures. The Lab currently explores a range of user modeling, adaptation and personalization technologies. The work of the Lab is supported by NSF and DARPA funding.&lt;br /&gt;
&lt;br /&gt;
== Most Recent News ==&lt;br /&gt;
* [[User:shoha99 | Sharon Hsiao]] defended his Ph. D.Thesis: ''Navigation Support and Social Visualization for Personalized E-Learning''  ([[News#2012-07-09|details]])&lt;br /&gt;
* [[User:Sergey | Sergey Sosnovsky]] defended his Ph. D.Thesis: ''Ontology-Based Open-Corpus Personalization for E-Learning''  ([[News#2011-11-30|details]])&lt;br /&gt;
* [[User:Dparra | Denis Parra]] earns a student paper award at UMAP 2011 ([[News#2011-07-15|details]])&lt;br /&gt;
* [[User:peterb | Peter Brusilovsky]] is promoted to the rank of Full Professor ([[News#2011-06-11|details]])&lt;br /&gt;
* [[User:shoha99 | Sharon Hsiao]]  received 2011 Allen Kent Award for Outstanding Contributions to the Graduate Program in Information Science ([[News#2011-05-01|details]])&lt;br /&gt;
* [[User:Myudelson | Michael Yudelson's]] defended his Ph. D.Thesis: ''Providing Service-Based Personalization In An Adaptive Hypermedia System''  ([[News#2010-09-17|details]])&lt;br /&gt;
* [[User:peterb | Peter Brusilovsky]] received NSF grant to work on ''Modeling and Visualization of Latent Communities'' ([[News#2010-09-15|details]])&lt;br /&gt;
* [[User:jahn | Jae-wook's]] defended his Ph. D.Thesis: ''Adaptive Visualization for Focused Personalized Information Retrieval'' ([[News#2010-09-08|details]]) &lt;br /&gt;
* [[User:peterb | Peter Brusilovsky]] and Jung Sun Oh received NSF grant to work on ''Personalization and social networking for short-term communities'' ([[News#2010-09-01|details]])&lt;br /&gt;
Go to [[News | News Page]]&lt;br /&gt;
&lt;br /&gt;
== Try PAWS Tools at our Community Portal == &lt;br /&gt;
&lt;br /&gt;
Go to [http://adapt2.sis.pitt.edu/kt Knowledge Tree] portal and [http://adapt2.sis.pitt.edu/kt/register.html create trial account] to try our tools.&lt;br /&gt;
&lt;br /&gt;
[http://www.sis.pitt.edu/~cagent/ CourseAgent]: Share evaluations of IS graduate courses at Pitt and plan your career.&lt;br /&gt;
&lt;br /&gt;
[http://washington.sis.pitt.edu/comet/ Comet]: Share, tag, recommend and schedule interesting talks in Pittsburgh.&lt;br /&gt;
&lt;br /&gt;
[http://eventur.us/ Eventur]: Share and schedule cultural events in Pittsburgh.&lt;br /&gt;
&lt;br /&gt;
[http://www.computingportal.org/ Ensemble]: This cross-university collaborative effort aims to bring together the global community of computing educators around a growing set of content collections with high-quality educational resources.&lt;br /&gt;
&lt;br /&gt;
[http://amber.exp.sis.pitt.edu/yournews/ YourNews]: This is a personalized RSS news access portal with several levels of user modeling and feed recommendation. Read your news in a personalized way!&lt;br /&gt;
&lt;br /&gt;
If you are a researcher and would like to  quickly try our adaptation tools, create the trial account (link above) and proceed [http://adapt2.sis.pitt.edu/cbum/ here].&lt;br /&gt;
&lt;br /&gt;
== PAWS Lab Contact Information ==&lt;br /&gt;
Information Sciences Building, Rm. 2A04&amp;lt;br/&amp;gt;&lt;br /&gt;
135 North Bellefield Avenue&amp;lt;br/&amp;gt;&lt;br /&gt;
Pittsburgh, PA 15260, USA&amp;lt;br/&amp;gt;&lt;br /&gt;
Tel: +1(412)624-9437&amp;lt;br/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Shoha99</name></author>
		
	</entry>
	<entry>
		<id>https://adapt2.sis.pitt.edu/w/index.php?title=People&amp;diff=1954</id>
		<title>People</title>
		<link rel="alternate" type="text/html" href="https://adapt2.sis.pitt.edu/w/index.php?title=People&amp;diff=1954"/>
		<updated>2012-02-29T18:54:23Z</updated>

		<summary type="html">&lt;p&gt;Shoha99: /* Visiting Scholars */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Faculty ==&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:Brusilovsky.jpg|'''[[User:Peterb | Peter Brusilovsky]]'''&amp;lt;br/&amp;gt;Director&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Doctoral Students ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Sharon Hsiao.jpg|[[User:Shoha99 | Sharon (I-Han) Hsiao]]&amp;lt;br/&amp;gt;Projects: [[AnnotEx]], [[QuizJET]]&lt;br /&gt;
Image:Danielle.gif|[[User:Suleehs | Danielle (Hyunsook) Lee]]&amp;lt;br/&amp;gt;Projects: [[PittCult]], [[Proactive]]&lt;br /&gt;
Image:jennifer.jpg|[[User:Jennifer | Jennifer (Yiling) Lin]]&lt;br /&gt;
Image:Clau.JPG|[[User:Clau | Claudia López]]&lt;br /&gt;
Image:Denis_PAWS_blog.jpg|[[User:Dparra | Denis Parra]]&lt;br /&gt;
Image:Shaghayeghsahebi.jpg|[[User:Sherry | Shaghayegh Sahebi (Sherry)]]&lt;br /&gt;
Image:Kong.png|[[User:Chirayu | Chirayu Wongchokprasitti]]&lt;br /&gt;
Image:Julio.jpg|[[User:Julio | Julio Guerra]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Master Students ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Visiting Scholars ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Michelle_liang.JPG|[http://www.tcs.fudan.edu.cn/~michelle/index.html Michelle Liang]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Past Visiting Faculty ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Roman bednarik.png|[http://cs.uef.fi/~rbednari/ Roman Bednarik]&lt;br /&gt;
Image:TanjaMitrovic.jpg|[http://www.cosc.canterbury.ac.nz/tanja.mitrovic/ Tanja Mitrovic]&lt;br /&gt;
Image:Eva millan.gif|[http://www.lcc.uma.es/~eva/ Eva Millán Valldeperas]&lt;br /&gt;
Image:Julita vasilleva.gif|[http://www.cs.usask.ca/faculty/julita/ Julita Vassileva]&lt;br /&gt;
Image:NicolaHenze.gif|[http://www.kbs.uni-hannover.de/~henze/ Nicola Henze]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Past Doctoral Students ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:jaewook-1.jpg|[[User:Jahn | Jae-wook Ahn]]&amp;lt;br/&amp;gt;Projects: [[ADVISE]], [[Adaptive VIBE]], [[YourNews]], [[YourSports]], [[TaskSieve]], [[NameSieve]]&amp;lt;br/&amp;gt;Currently Postdoctoral Fellow at the University of Maryland&lt;br /&gt;
Image:RostaFarzan.jpg|[[User:Rostaf | Rosta Farzan]]&amp;lt;br/&amp;gt;Currently Postdoctoral Fellow at Carnegie Mellon University&lt;br /&gt;
Image:Michael_V_Yudelson.gif|'''[[User:Myudelson | Michael V. Yudelson]]'''&amp;lt;br/&amp;gt;Projects: [[Knowledge Tree]], [[CUMULATE]], [[PERSEUS]], [[NavEx]], [[CoPE]], [[WebEx]]&amp;lt;br/&amp;gt;Currently Postdoctoral Fellow at Carnegie Mellon University&lt;br /&gt;
Image:Sergey.jpg|[[User:Sergey | Sergey Sosnovsky]]&amp;lt;br&amp;gt; Currently Principal Researcher, Head of the Intelligent e-Learning Technology Lab, CeLTech, DFKI&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Past Master Students ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Vikrant Khenat.jpg|[http://www.sis.pitt.edu/~vkhenat/ Vikrant Khenat]&lt;br /&gt;
Image:Tibor Dumitriu.gif|[http://www.sis.pitt.edu/~dumitriu/ Tibor Dumitriu]&amp;lt;br/&amp;gt;Projects: [http://ir.exp.sis.pitt.edu/advise/ AdVisE]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Past Visiting Scholars == &lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Kim.jpg|Jaekyung Kim&lt;br /&gt;
Image:Jbravo.gif|[http://www.eps.uam.es/esp/personal/ficha.php?empid=367 Javier Bravo Agapito]&lt;br /&gt;
Image:MarkusKetterl1.jpg|[http://studip.serv.uni-osnabrueck.de/extern.php?username=mketterl&amp;amp;page_url=http://www.virtuos.uni-osnabrueck.de/VirtUOS/TemplStudipMitarbDetails&amp;amp;global_id=4c8fb9ddd4dde83366119b2031d39ab3 Markus Ketterl]&lt;br /&gt;
Image:Jillfreyne.jpg|[http://www.csi.ucd.ie/users/jill-freyne Jill Freyne]&lt;br /&gt;
Image:Robert.jpg|Robert Mertens&lt;br /&gt;
Image:Roman bednarik.png|[http://www.cs.joensuu.fi/~rbednari/ Roman bednarik]&lt;br /&gt;
Image:Ewald ramp.jpg|Ewald W. A. Ramp&lt;br /&gt;
Image:Jacopo.jpg|Jacopo Armani&lt;br /&gt;
Image:Yetunde.JPG|Yetunde Folajimi&lt;br /&gt;
Image:Chris_face.jpg|[http://www.austria-lexikon.at/af/User/Trattner%20Christoph Christof Trattner]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Group Photos ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Paws 2010 march 30.jpg|Meeting  on 2010/03/30&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>Shoha99</name></author>
		
	</entry>
	<entry>
		<id>https://adapt2.sis.pitt.edu/w/index.php?title=User:Shoha99&amp;diff=1950</id>
		<title>User:Shoha99</title>
		<link rel="alternate" type="text/html" href="https://adapt2.sis.pitt.edu/w/index.php?title=User:Shoha99&amp;diff=1950"/>
		<updated>2012-02-22T19:20:16Z</updated>

		<summary type="html">&lt;p&gt;Shoha99: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Sharon_Hsiao.jpg|left]]&lt;br /&gt;
&lt;br /&gt;
'''Sharon (I-Han) Hsiao'''&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;School of Information Sciences&lt;br /&gt;
&amp;lt;br&amp;gt;University of Pittsburgh&lt;br /&gt;
&amp;lt;br&amp;gt;135 North Bellefield Ave. #2A04,&lt;br /&gt;
&amp;lt;br&amp;gt;Pittsburgh, PA 15260, USA&lt;br /&gt;
&amp;lt;br&amp;gt;Tel: 1(412)624-9437&lt;br /&gt;
&amp;lt;br&amp;gt;Personal Website: http://www.sis.pitt.edu/~ihsiao/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Projects: [[AnnotEx]],[[QuizJET]],[[Progressor]],[[ProgressorPlus]] &lt;br /&gt;
&amp;lt;br&amp;gt;Research Interests: Peer Review, CSCL and Social Web, Open User Modeling, ITS, Social Visualization&lt;/div&gt;</summary>
		<author><name>Shoha99</name></author>
		
	</entry>
	<entry>
		<id>https://adapt2.sis.pitt.edu/w/index.php?title=User:Shoha99&amp;diff=1949</id>
		<title>User:Shoha99</title>
		<link rel="alternate" type="text/html" href="https://adapt2.sis.pitt.edu/w/index.php?title=User:Shoha99&amp;diff=1949"/>
		<updated>2012-02-22T19:18:39Z</updated>

		<summary type="html">&lt;p&gt;Shoha99: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Sharon_Hsiao.jpg|left]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;School of Information Sciences&lt;br /&gt;
&amp;lt;br&amp;gt;University of Pittsburgh&lt;br /&gt;
&amp;lt;br&amp;gt;135 North Bellefield Ave. #2A04,&lt;br /&gt;
&amp;lt;br&amp;gt;Pittsburgh, PA 15260, USA&lt;br /&gt;
&amp;lt;br&amp;gt;Tel: 1(412)624-9437&lt;br /&gt;
&amp;lt;br&amp;gt;Personal Website: http://www.sis.pitt.edu/~ihsiao/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Projects: [[AnnotEx]],[[QuizJET]],[[Progressor]],[[ProgressorPlus]] &lt;br /&gt;
&amp;lt;br&amp;gt;Research Interests: Peer Review, CSCL and Social Web, Open User Modeling, ITS, Social Visualization&lt;/div&gt;</summary>
		<author><name>Shoha99</name></author>
		
	</entry>
	<entry>
		<id>https://adapt2.sis.pitt.edu/w/index.php?title=User:Shoha99&amp;diff=1948</id>
		<title>User:Shoha99</title>
		<link rel="alternate" type="text/html" href="https://adapt2.sis.pitt.edu/w/index.php?title=User:Shoha99&amp;diff=1948"/>
		<updated>2012-02-22T19:17:26Z</updated>

		<summary type="html">&lt;p&gt;Shoha99: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Sharon_Hsiao.jpg|left|]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;School of Information Sciences&lt;br /&gt;
&amp;lt;br&amp;gt;University of Pittsburgh&lt;br /&gt;
&amp;lt;br&amp;gt;135 North Bellefield Ave. #2A04,&lt;br /&gt;
&amp;lt;br&amp;gt;Pittsburgh, PA 15260, USA&lt;br /&gt;
&amp;lt;br&amp;gt;Tel: 1(412)624-9437&lt;br /&gt;
&amp;lt;br&amp;gt;Personal Website: http://www.sis.pitt.edu/~ihsiao/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Projects: [[AnnotEx]],[[QuizJET]],[[Progressor]],[[ProgressorPlus]] &lt;br /&gt;
&amp;lt;br&amp;gt;Research Interests: Peer Review, CSCL and Social Web, Open User Modeling, ITS, Social Visualization&lt;/div&gt;</summary>
		<author><name>Shoha99</name></author>
		
	</entry>
</feed>