<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://learnlab.org/mediawiki-1.44.2/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Shanwen</id>
	<title>Theory Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://learnlab.org/mediawiki-1.44.2/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Shanwen"/>
	<link rel="alternate" type="text/html" href="https://learnlab.org/mediawiki-1.44.2/index.php?title=Special:Contributions/Shanwen"/>
	<updated>2026-04-30T07:23:07Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://learnlab.org/mediawiki-1.44.2/index.php?title=Terms_of_Use&amp;diff=12103</id>
		<title>Terms of Use</title>
		<link rel="alternate" type="text/html" href="https://learnlab.org/mediawiki-1.44.2/index.php?title=Terms_of_Use&amp;diff=12103"/>
		<updated>2011-08-11T15:44:27Z</updated>

		<summary type="html">&lt;p&gt;Shanwen: /* User Story */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Status: Design/Req&#039;ts complete, part of Citations feature&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== User Story ==&lt;br /&gt;
&lt;br /&gt;
As a provider of data, I want to have the users of the data agree to our terms of use before gaining access, so that I can make sure that users abide by our terms and that we have some legal recourse if they don&#039;t.&lt;br /&gt;
&lt;br /&gt;
As a stakeholder of DataShop, I want to have DataShop users agree to a general terms of use so that we can make sure that users abide by our terms and that we have some legal recourse if they don&#039;t.&lt;br /&gt;
&lt;br /&gt;
== Notes/Comments ==&lt;br /&gt;
&lt;br /&gt;
* I think that all datasets (including Carnegie Learning&#039;s) should have a click-through &amp;quot;terms of use&amp;quot; agreement. - Steve Ritter, email, 10/23/2009&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
See completed [[DataShop 3.x Features]]&amp;lt;br&amp;gt;&lt;br /&gt;
See on-going [[DataShop 4.x Features]]&amp;lt;br&amp;gt;&lt;br /&gt;
See prioritized [[DataShop Feature Wish List]]&amp;lt;br&amp;gt;&lt;br /&gt;
See unordered [[Collected User Requests]]&lt;br /&gt;
[[Category:Protected]]&lt;br /&gt;
[[Category:DataShop]]&lt;br /&gt;
[[Category:DataShop Feature]]&lt;/div&gt;</summary>
		<author><name>Shanwen</name></author>
	</entry>
	<entry>
		<id>https://learnlab.org/mediawiki-1.44.2/index.php?title=Flat_File_Importer&amp;diff=11099</id>
		<title>Flat File Importer</title>
		<link rel="alternate" type="text/html" href="https://learnlab.org/mediawiki-1.44.2/index.php?title=Flat_File_Importer&amp;diff=11099"/>
		<updated>2010-10-12T14:09:51Z</updated>

		<summary type="html">&lt;p&gt;Shanwen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Status: Prioritization Needed&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== User Story ==&lt;br /&gt;
&lt;br /&gt;
As a DataShop administrator, I want to redesign Dataset Import Tool to load the dataset into database by processing it column by column so that I can speed up the import process.&lt;br /&gt;
&lt;br /&gt;
== Notes/Comments ==&lt;br /&gt;
&lt;br /&gt;
* Current Dataset Import Tool processes teh dataset row by row and uses Hibernate layer, which takes a long time to import a dataset. &lt;br /&gt;
* The import sometime has failed for several large datasets. &lt;br /&gt;
* We&#039;d like to rewrite this import tool to allow column by column process and avoid Hibernate layer to make the import faster. &lt;br /&gt;
* The goal is to process 1 million rows per minute on import only. [[User:Shanwen|Shanwen]]10:09, 12 October 2010 (EDT) &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
See complete [[DataShop Feature Wish List]].&lt;br /&gt;
[[Category:Protected]]&lt;br /&gt;
[[Category:DataShop]]&lt;/div&gt;</summary>
		<author><name>Shanwen</name></author>
	</entry>
	<entry>
		<id>https://learnlab.org/mediawiki-1.44.2/index.php?title=Flat_File_Importer&amp;diff=11098</id>
		<title>Flat File Importer</title>
		<link rel="alternate" type="text/html" href="https://learnlab.org/mediawiki-1.44.2/index.php?title=Flat_File_Importer&amp;diff=11098"/>
		<updated>2010-10-12T14:09:12Z</updated>

		<summary type="html">&lt;p&gt;Shanwen: New page: &amp;#039;&amp;#039;&amp;#039;Status: Prioritization Needed&amp;#039;&amp;#039;&amp;#039;  == User Story ==  As a DataShop administrator, I want to redesign Dataset Import Tool to load the dataset into database by processing it column by colu...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Status: Prioritization Needed&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== User Story ==&lt;br /&gt;
&lt;br /&gt;
As a DataShop administrator, I want to redesign Dataset Import Tool to load the dataset into database by processing it column by column so that I can speed up the import process.&lt;br /&gt;
&lt;br /&gt;
== Notes/Comments ==&lt;br /&gt;
&lt;br /&gt;
* Current Dataset Import Tool processes teh dataset row by row and uses Hibernate layer, which takes a long time to import a dataset. &lt;br /&gt;
* The import sometime has failed for several large datasets. &lt;br /&gt;
* We&#039;d like to rewrite this import tool to allow column by column process and avoid Hibernate layer to make the import faster. &lt;br /&gt;
* The goal is to process 1 million rows per minute on import only. [[User:Shanwen|Shanwen]] &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
See complete [[DataShop Feature Wish List]].&lt;br /&gt;
[[Category:Protected]]&lt;br /&gt;
[[Category:DataShop]]&lt;/div&gt;</summary>
		<author><name>Shanwen</name></author>
	</entry>
	<entry>
		<id>https://learnlab.org/mediawiki-1.44.2/index.php?title=DataShop_Feature_Wish_List&amp;diff=11097</id>
		<title>DataShop Feature Wish List</title>
		<link rel="alternate" type="text/html" href="https://learnlab.org/mediawiki-1.44.2/index.php?title=DataShop_Feature_Wish_List&amp;diff=11097"/>
		<updated>2010-10-12T14:07:44Z</updated>

		<summary type="html">&lt;p&gt;Shanwen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Below are two lists of features. The features that we have prioritized and decided to implement are in the first, ordered list. The features that the DataShop team and community are discussing are in an unordered list on the page [[Collected User Requests]]. Click on a feature to get more information about it, such as a description, rationale for building it, and its status.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;You can help!&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
If you think a feature is important, vote for it by putting your name to the right of the feature. Discuss the feature on the comments section of that feature&#039;s page. We&#039;ll use these votes and the dialogue that develops to prioritize features. &lt;br /&gt;
&lt;br /&gt;
Don&#039;t see a feature on the prioritized list? There&#039;s a good chance it&#039;s on the &#039;&#039;&#039;[[Collected User Requests]]&#039;&#039;&#039; page. You can add feature ideas there and discuss the existing ones. Include your comment, name, and date to vote on feature ideas there.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Tip:&#039;&#039;&#039; Easily sign your username and the current date/time by inserting four tildes (&amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;); insert just your username with three tildes.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;See features we are building now, [[DataShop 4.x Features]], and ones we have built, [[DataShop 3.x Features]].&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Prioritized Features ==&lt;br /&gt;
&lt;br /&gt;
# [[DB Merge]]&lt;br /&gt;
# [[Unique File Name on Export]]&lt;br /&gt;
# [[Rename LFA to AFM]]&lt;br /&gt;
# [[KCM Cross Validation Values]] &amp;amp;mdash; Vote: Hui Cheng&lt;br /&gt;
# [[Flat File Importer]]&lt;br /&gt;
# [[Speed up Aggregator]]&lt;br /&gt;
# [[Web Services]] (add custom fields to transactions) &amp;amp;mdash; Vote: Ryan Baker (1), John Stamper (1)&lt;br /&gt;
# [[Error Bars]] &amp;amp;mdash; Vote: Ken Koedinger (4)&lt;br /&gt;
# [[Scalability]] &amp;amp;mdash; Vote: Ryan Baker (4)&lt;br /&gt;
# [[Add Latency Y-axis Options]] &amp;amp;mdash; Vote: Ken Koedinger (3)&lt;br /&gt;
# [[Adding Custom Fields through Web Application]] &amp;amp;mdash; Vote: Ryan Baker (2)&lt;br /&gt;
# [[Push Button Import]] &amp;amp;mdash; Carnegie Learning, John Stamper&lt;br /&gt;
# [[KC Model in Transaction Export]] &amp;amp;mdash; Vote: Vincent Aleven (2)&lt;br /&gt;
# [[Student Filter Dialog]]&lt;br /&gt;
# [[Milliseconds]]&lt;br /&gt;
# [[LFA-AFM on Sample]] &amp;amp;mdash; Vote: Ken Koedinger (5)&lt;br /&gt;
# [[Place for General Papers]]&lt;br /&gt;
# [[Performance Metrics]]&lt;br /&gt;
# [[KC Model Sort]]&lt;br /&gt;
# [[Ability to display step-custom-fields in graphs]]&lt;br /&gt;
# [[Terms of Use]] &amp;amp;mdash; Steve Ritter&lt;br /&gt;
# [[Dialogue Message Format]]&lt;br /&gt;
# [[Add Problem Content]]&lt;br /&gt;
# [[Pre and Post Test Data]] &amp;amp;mdash; Ken Koedinger (1)&lt;br /&gt;
# [[LFA-Search]] &amp;amp;mdash; Ken Koedinger (2)&lt;br /&gt;
&lt;br /&gt;
== Unordered Features ==&lt;br /&gt;
We have a long list of feature requests that have not been prioritized.  Please see the&lt;br /&gt;
&#039;&#039;&#039;[[Collected User Requests]]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== How to Request a Feature ==&lt;br /&gt;
* [[Write a User Story]]&lt;br /&gt;
* [[Create a Feature Page]]&lt;br /&gt;
* Add Link to Feature on [[Collected User Requests]] page.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
See completed [[DataShop 3.x Features]]&amp;lt;br&amp;gt;&lt;br /&gt;
See on-going [[DataShop 4.x Features]]&amp;lt;br&amp;gt;&lt;br /&gt;
See unordered [[Collected User Requests]]&lt;br /&gt;
[[Category:Protected]]&lt;br /&gt;
[[Category:DataShop]]&lt;/div&gt;</summary>
		<author><name>Shanwen</name></author>
	</entry>
</feed>