Skip to content
Snippets Groups Projects
Commit f5602166 authored by Colin Eles's avatar Colin Eles
Browse files

fixed some help file stuff

git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@6164 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
parent 8b9a5472
No related branches found
No related tags found
No related merge requests found
function [] = help_call(object,src,event)
web(fullfile(fileparts(which('TTdiag')),'html','html','TT_help.html'),'-helpbrowser')
end
\ No newline at end of file
......@@ -5,7 +5,9 @@
%
% * Y. Jin and D. L. Parnas, "Defining the meaning of tabular mathematical
% expressions," Science of Computer Programming, vol. In Press, Corrected Proof, 2010.
% * D. L. Parnas, "Tabular representation of relations," tech. rep., 1992.
% * Parnas, D.L., "Tabular Representation of Relations", CRL Report 260,
% McMaster University, Communications Research Laboratory, TRIO
% (Telecommunications Research Institute of Ontario), October 1992, 17 pgs.
% * R. Janicki, D. L. Parnas, and J. Zucker, "Tabular representations in
% relational documents," in in Relational Methods in Computer Science, pp. 184-196, Springer Verlag, 1996.
%% Tabular Expressions in Industry
......
......@@ -2,10 +2,7 @@
%
% *Available Documentation*
%
% * <jfskld.html Release Notes>
% * <upslope_features.html Features>
% * <TT_gs_top.html Getting Started>
% * <upslope_user_guide.html User Guide>
%
%
% Copyright 2010 Colin Eles
......@@ -6,7 +6,7 @@
<!--
This HTML is auto-generated from an M-file.
To make changes, update the M-file and republish this document.
--><title>Tabular Expressions References</title><meta name="generator" content="MATLAB 7.10"><meta name="date" content="2010-08-30"><meta name="m-file" content="TT_gs_ref"><style type="text/css">
--><title>Tabular Expressions References</title><meta name="generator" content="MATLAB 7.10"><meta name="date" content="2010-09-02"><meta name="m-file" content="TT_gs_ref"><style type="text/css">
body {
background-color: white;
......@@ -62,7 +62,7 @@ p.footer {
color: gray;
}
</style></head><body><div class="content"><h1>Tabular Expressions References</h1><!--introduction--><!--/introduction--><h2>Contents</h2><div><ul><li><a href="#1">Background Information</a></li><li><a href="#2">Tabular Expressions in Industry</a></li></ul></div><h2>Background Information<a name="1"></a></h2><p>Tabular Expressions have been around for many years, below are some papers discussing some of the fundamentals behind tabular expressions.</p><div><ul><li>Y.&nbsp;Jin and D.&nbsp;L. Parnas, "Defining the meaning of tabular mathematical expressions," Science of Computer Programming, vol.&nbsp;In Press, Corrected Proof, 2010.</li><li>D.&nbsp;L. Parnas, "Tabular representation of relations," tech. rep., 1992.</li><li>R.&nbsp;Janicki, D.&nbsp;L. Parnas, and J.&nbsp;Zucker, "Tabular representations in relational documents," in in Relational Methods in Computer Science, pp.&nbsp;184-196, Springer Verlag, 1996.</li></ul></div><h2>Tabular Expressions in Industry<a name="2"></a></h2><p>Tabular Expressions have been used in numerous industrial projects, below are some papers describing some of such projects.</p><div><ul><li>A.&nbsp;Wassyng and M.&nbsp;Lawford, "Lessons learned from a successful implementation of formal methods in an industrial project," in FME 2003: International Symposium of Formal Methods Europe Proceedings (K.&nbsp;Araki, S.&nbsp;Gnesi, and D.&nbsp;Mandrioli, eds.), vol.&nbsp;2805 of Lecture Notes in Computer Science, pp.&nbsp;133-153, Springer-Verlag, Aug. 2003.</li><li>R.&nbsp;L. Baber, D.&nbsp;L. Parnas, S.&nbsp;A. Vilkomir, P.&nbsp;Harrison, and T.&nbsp;O'Connor, "Disciplined methods of software specification: A case study," in ITCC '05: Proceedings of the International Conference on Information Technology: Coding and Computing (ITCC'05) - Volume II, (Washington, DC, USA), pp.&nbsp;428-437, IEEE Computer Society, 2005.</li></ul></div><p class="footer"><br>
</style></head><body><div class="content"><h1>Tabular Expressions References</h1><!--introduction--><!--/introduction--><h2>Contents</h2><div><ul><li><a href="#1">Background Information</a></li><li><a href="#2">Tabular Expressions in Industry</a></li></ul></div><h2>Background Information<a name="1"></a></h2><p>Tabular Expressions have been around for many years, below are some papers discussing some of the fundamentals behind tabular expressions.</p><div><ul><li>Y.&nbsp;Jin and D.&nbsp;L. Parnas, "Defining the meaning of tabular mathematical expressions," Science of Computer Programming, vol.&nbsp;In Press, Corrected Proof, 2010.</li><li>Parnas, D.L., "Tabular Representation of Relations", CRL Report 260, McMaster University, Communications Research Laboratory, TRIO (Telecommunications Research Institute of Ontario), October 1992, 17 pgs.</li><li>R.&nbsp;Janicki, D.&nbsp;L. Parnas, and J.&nbsp;Zucker, "Tabular representations in relational documents," in in Relational Methods in Computer Science, pp.&nbsp;184-196, Springer Verlag, 1996.</li></ul></div><h2>Tabular Expressions in Industry<a name="2"></a></h2><p>Tabular Expressions have been used in numerous industrial projects, below are some papers describing some of such projects.</p><div><ul><li>A.&nbsp;Wassyng and M.&nbsp;Lawford, "Lessons learned from a successful implementation of formal methods in an industrial project," in FME 2003: International Symposium of Formal Methods Europe Proceedings (K.&nbsp;Araki, S.&nbsp;Gnesi, and D.&nbsp;Mandrioli, eds.), vol.&nbsp;2805 of Lecture Notes in Computer Science, pp.&nbsp;133-153, Springer-Verlag, Aug. 2003.</li><li>R.&nbsp;L. Baber, D.&nbsp;L. Parnas, S.&nbsp;A. Vilkomir, P.&nbsp;Harrison, and T.&nbsp;O'Connor, "Disciplined methods of software specification: A case study," in ITCC '05: Proceedings of the International Conference on Information Technology: Coding and Computing (ITCC'05) - Volume II, (Washington, DC, USA), pp.&nbsp;428-437, IEEE Computer Society, 2005.</li></ul></div><p class="footer"><br>
Published with MATLAB&reg; 7.10<br></p></div><!--
##### SOURCE BEGIN #####
%% Tabular Expressions References
......@@ -72,7 +72,9 @@ p.footer {
%
% * Y. Jin and D. L. Parnas, "Defining the meaning of tabular mathematical
% expressions," Science of Computer Programming, vol. In Press, Corrected Proof, 2010.
% * D. L. Parnas, "Tabular representation of relations," tech. rep., 1992.
% * Parnas, D.L., "Tabular Representation of Relations", CRL Report 260,
% McMaster University, Communications Research Laboratory, TRIO
% (Telecommunications Research Institute of Ontario), October 1992, 17 pgs.
% * R. Janicki, D. L. Parnas, and J. Zucker, "Tabular representations in
% relational documents," in in Relational Methods in Computer Science, pp. 184-196, Springer Verlag, 1996.
%% Tabular Expressions in Industry
......
......@@ -6,7 +6,7 @@
<!--
This HTML is auto-generated from an M-file.
To make changes, update the M-file and republish this document.
--><title>Table Toolbox</title><meta name="generator" content="MATLAB 7.10"><meta name="date" content="2010-08-30"><meta name="m-file" content="TT_help"><style type="text/css">
--><title>Table Toolbox</title><meta name="generator" content="MATLAB 7.10"><meta name="date" content="2010-09-02"><meta name="m-file" content="TT_help"><style type="text/css">
body {
background-color: white;
......@@ -62,17 +62,14 @@ p.footer {
color: gray;
}
</style></head><body><div class="content"><h1>Table Toolbox</h1><p><b>Available Documentation</b></p><div><ul><li><a href="jfskld.html">Release Notes</a></li><li><a href="upslope_features.html">Features</a></li><li><a href="TT_gs_top.html">Getting Started</a></li><li><a href="upslope_user_guide.html">User Guide</a></li></ul></div><p>Copyright 2010 Colin Eles</p><p class="footer"><br>
</style></head><body><div class="content"><h1>Table Toolbox</h1><p><b>Available Documentation</b></p><div><ul><li><a href="TT_gs_top.html">Getting Started</a></li></ul></div><p>Copyright 2010 Colin Eles</p><p class="footer"><br>
Published with MATLAB&reg; 7.10<br></p></div><!--
##### SOURCE BEGIN #####
%% Table Toolbox
%
% *Available Documentation*
%
% * <jfskld.html Release Notes>
% * <upslope_features.html Features>
% * <TT_gs_top.html Getting Started>
% * <upslope_user_guide.html User Guide>
%
%
% Copyright 2010 Colin Eles
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment