Skip to content

Commit

Permalink
cleanup for version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Suchow committed Jul 3, 2013
1 parent d9a86ac commit 751d538
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 18 deletions.
9 changes: 6 additions & 3 deletions Contents.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%
% MemToolbox beta 2
% MemToolbox 1.0.0
%
% The MemToolbox is a collection of MATLAB functions for modeling visual
% working memory. In support of its goal to provide a full suite of data
Expand All @@ -15,9 +15,12 @@
%
% If you want to acknowledge use of this software when you publish your
% research, you might say something like, "Data analysis was performed
% in MATLAB using the MemToolbox (citation)."
% in MATLAB using the MemToolbox (Suchow, Brady, Fougnie & Alvarez, in press)."
%
% and then cite
%
% [citation goes here]
% Suchow, J. W., Brady, T. F., Fougnie, D., & Alvarez, G. A. (in press).
% Modeling visual working memory with the MemToolbox. Journal of Vision.
%
% MemFit.m - a general purpose fitting tool
% Setup.m - install MemToolbox to Matlab PATH
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2012 by Timothy F. Brady, Jordan W. Suchow, Daryl Fougnie, and George A. Alvarez. All rights reserved.
Copyright (c) 2013 by Timothy F. Brady, Jordan W. Suchow, Daryl Fougnie, and George A. Alvarez. All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

Expand Down
5 changes: 4 additions & 1 deletion MemData/Contents.m
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@
%
% Data manipulation
% Resample - Resample the data
% SplitDataByField - Splits a dataset into subsets based on the given field
% SplitDataByField - Splits a dataset into subsets based on the given field
% SplitDataByCondition - Splits a dataset into subsets based on .condition
% GetDataByField - Gets all elements of data from the requested field
% RemoveDataByField - Removes all elements of data from the requested field
2 changes: 1 addition & 1 deletion MemExperiments/Contents.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%
% MemToolbox::MemExperiments
% beta 2
% 1.0.0
%
% MemExperiments contains example code for running a continuous color
% report experiment in the style of Zhang & Luck (2008).
Expand Down
2 changes: 1 addition & 1 deletion MemFit.m
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@
end
end
if(verbosity > 0)
fprintf('\nThis analysis was performed using a\nbeta release of the MemToolbox.\n\n')
fprintf('\nThis analysis was performed using MemToolbox version 1.0.0.\n\n')
end
end

Expand Down
4 changes: 2 additions & 2 deletions MemFitting/Contents.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
% MAP - Find maximum a posterior fit of model to data
%
% Fit multiple subjects at once
% FitMultipleSubjects_Hierarchical - treat subjects as samples from a global normal
% FitMultipleSubjects_Independent - fits many subjects data using MAP
% FitMultipleSubjects_MAP - fits many subjects' data using MAP
% FitMultipleSubjects_MLE - fits many subjects' data using MLE
%
% Utility functions
% MCMCSummarize - Convert samples from MCMC into estimates of parameters
Expand Down
2 changes: 1 addition & 1 deletion MemModels/Contents.m
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
% FixParameterValue - fix any parameter in a model to a specific value
% Orientation - converts a model to use a 180 degree space
% TwoAFC - converts a model so that can be fit to 2afc data
%
% WithLapses - adds inattentional parameter to any model
9 changes: 3 additions & 6 deletions MemTutorial/Contents.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@
%
% Files
% demo1 -
% demo2 -
% demo4 -
% demo7 -
% ...
% demo18
% GridSearch_Example -
% MCMC_Example -
% ModelComparison_Example - Example data
% PlotModelFitInteractive_Example -
% Splines_Example - -------------------------------------------------------------------------
% SplinesWithGuesses_Example - -------------------------------------------------------------------------
% TemplateModel - example model with helper text
5 changes: 3 additions & 2 deletions README
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
MemToolbox beta.

MemToolbox 1.0.0.

The MemToolbox is a collection of MATLAB functions for modeling visual
working memory. In support of its goal to provide a full suite of data
Expand All @@ -14,6 +13,8 @@ If you wish to acknowledge use of this software when you publish your
research, you might say something like, "Data analysis was performed
using the MemToolbox (memtoolbox.org)."

The MemToolbox uses semantic versioning (http://semver.org/).

Contents:
MemFit.m - a general purpose fitting tool
Setup.m - adds the toolbox and its subfolders to the path
Expand Down

0 comments on commit 751d538

Please sign in to comment.