<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet href="https://wiki.flatironinstitute.org/pub/Applications/RssViewTemplate/pretty-feed.xsl" type="text/xsl" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>Applications - Flatiron Institute Documentation Center</title>
	<link>https://wiki.flatironinstitute.org/Applications</link>
	<atom:link href="https://wiki.flatironinstitute.org/Applications/WebRss" rel="self" type="application/rss+xml" />
	<description>Applications Library</description>
	<image>
		<url>https://wiki.flatironinstitute.org/pub/System/ProjectLogos/FI-primary-logo-color.svg</url>
		<title>Applications - Flatiron Institute Documentation Center</title>
		<link>https://wiki.flatironinstitute.org/Applications</link>
	</image>
	<language>en-us</language>
	<copyright>Copyright 2026 by contributing authors</copyright>
<item>
      <title>RenderApplicationDocumentation</title>
      <link>https://wiki.flatironinstitute.org/Applications/RenderApplicationDocumentation</link>
      <guid>https://wiki.flatironinstitute.org/Applications/RenderApplicationDocumentation</guid>
      <dc:creator>RenderRss</dc:creator>
      <dc:date>2025-02-11T08:48:26Z</dc:date>
      <description> <![CDATA[
<p></p>
<p></p>
<p></p>
<!-- -->
      ]]></description>
   </item>
<item>
      <title>First Steps</title>
      <link>https://wiki.flatironinstitute.org/Applications/FirstSteps</link>
      <guid>https://wiki.flatironinstitute.org/Applications/FirstSteps</guid>
      <dc:creator>RenderRss</dc:creator>
      <dc:date>2025-02-11T08:48:26Z</dc:date>
      <description> <![CDATA[
<p></p>
<h2 id="How_to_proceed">  How to proceed </h2>
Each application has a master topic located in the application's subweb, which captures all information and 
documentation for this application. This is is a topic of type WikiApplication. Create it and give it the
same name as your newly created application web. For example given you created a new web Applications.MyNewApp
then create a new WikiApplication topic Applications.MyNewApp.MyNewApp. That's where application-level
documentation goes. All topic-level documentation is done within the ApplicationTopics themselves. In addition of
being an ApplicationTopic these are tagged DocuTopic and contain a named section "docu". The WikiApplication
topic contains a control function that gathers all topic-level documentation by extracting the section "docu" from
DocuTopics.
<p></p>
<h3 id="Model">  Model </h3>
When starting to write a new WikiApplication, you may proceed by creating new TopicTypes, that are specific
for it. TopicTypes will define the data model, and optionally an installer and a factory that help in deploying and 
creating a new topic of the new type. 
<p></p>
Now create a few instances of the new TopicType. For now, it only has a plain text and probably a DataForm attached
to it. The TopicTypes are used to create a topic of that type, together with an optional TopicTemplate as a blueprint. 
This blueprint shall have all the specific means pre-installed that are needed
to properly display a topic of that type.
<p></p>
<h3 id="View">  View </h3>
After you created the data model and a few topic instances of that type, you can start writing
TopicFunctions to control this data. For example create a RenderMyNewTopicType that displays the data
of one topic. Now create a TopicView that includes a call to this new TopicFunction. Then apply the TopicView to
a topic by setting its VIEW_TEMPLATE property. Add this setting to the TopicTemplate so that each newly authored
topic of that type will have the correct view applied to it.
<p></p>
<h3 id="Control">  Control </h3>
When you finished implementing the data model and the view you may proceed by creating reports and queries to
list a set of topics of that type and display the appropriately.
<p></p>
The further alley your application takes is very dependent on the kind of application you are about to implement.
<p></p>
<h3 id="Deployment">  Deployment </h3>
Finally, you will need a way to deploy the application into another web. This is done by either implementing an web template
containing the blueprint of a complete web with all functions already installed. You may then deploy an instance of the application
by creating a new web on this base. 
Alternatively, the application can be added to an already
existing web by installing the relevant TopicTypes into the target web. This is done by using the installers on the
TopicTypes and WebTools each.
<p></p>
If you add an application to an already existing web for the first time, you may also need to create the basic infrastructure
of TopicTypes by deploying the TopicType "TopicType" and "TopicStub" into the target web.
<p></p>
<h3 id="Documentation">  Documentation </h3>
Each part of your application can come with its own documentation. Mark it to be of type DocuTopic so that its documentation
will be extracted automatically in the master topic. For example each topic of type TopicType is also of type DocuTopic by default.
Create pure DocuTopics that describe overall documentation about your application.
<p></p>
Last not least delete this text and replace it with a meaningful description and introduction to your application.
<p></p>
<!-- -->
      ]]></description>
   </item>
<item>
      <title>RenderTopicInstaller</title>
      <link>https://wiki.flatironinstitute.org/Applications/RenderTopicInstaller</link>
      <guid>https://wiki.flatironinstitute.org/Applications/RenderTopicInstaller</guid>
      <dc:creator>RenderRss</dc:creator>
      <dc:date>2025-02-11T08:48:26Z</dc:date>
      <description> <![CDATA[
<p></p>
<div class="twistyPlugin foswikiMakeVisible"><span id="twistyIdApplicationsRenderTopicInstaller3745show" style="display:none" class="twistyTrigger foswikiUnvisited twistyInited"><a class="" href="#"><span class="foswikiLinkLabel foswikiUnvisited"><a  class='jqButton ' href='#'><i class='jqButtonIcon fa fa-hand-o-right'></i><span class='jqButtonText'>Install</span></a><span class='foswikiClear'></span></span></a></span><span id="twistyIdApplicationsRenderTopicInstaller3745hide" style="display:none" class="twistyTrigger foswikiUnvisited twistyInited"><a href="#" class=""><span class="foswikiLinkLabel foswikiUnvisited"><a  class='jqButton ' href='#'><i class='jqButtonIcon fa fa-hand-o-right'></i><span class='jqButtonText'>Install</span></a><span class='foswikiClear'></span></span></a></span></div><div class="twistyPlugin"><div id="twistyIdApplicationsRenderTopicInstaller3745toggle" style="" class="twistyContent twistyInited">
<p></p>
<form id="topicinstaller" action="https://wiki.flatironinstitute.org/bin/save/" method="post">
<div class="foswikiFormSteps">
<h2 >Install WebRss</h2>
<input type="hidden" name="onlynewtopic" value="on" />
<input type="hidden" name="TopicTitle" value="" />
<input type="hidden" name="Summary" value="" />
<input type="hidden" name="topicparent" value="WebHome" />
<input type="hidden" name="templatetopic" value="Applications.TopicStubTemplate" />
<input type="hidden" name="formtemplate" value="Applications.TopicStub" />
<input type="hidden" name="TopicType" value="TopicStub" />
<input type="hidden" name="Target" value="Applications.WebRss" />
<input type="hidden" name="WikiApplication" value="Applications" />
<!-- -->
<input type="hidden" name="topic" id="topic" value="WebRss" />
<div class="foswikiFormStep">
  <h3>Target web:</h3>
 <input type="hidden" class="foswikiWebFieldEditor foswikiWebField" name="web" value="" data-width="30em" data-value-text="" data-url="https://wiki.flatironinstitute.org/bin/rest/MoreFormfieldsPlugin/webs" data-topic="Applications.RenderTopicInstaller" data-webs="public,webtemplate" />  <div class="foswikiFormDescription">
    Select a web where to deploy this component.
  </div>
</div>
<div class="foswikiFormStep">
<a class='jqButton  jqSaveButton' href='#'><span class='jqButtonIcon img' style='background-image:url(/pub/System/FamFamFamSilkIcons/tick.png)'></span><span class='jqButtonText'>Submit</span></a>
<span class='foswikiClear'></span>
</div>
</div>
</form> 
</div></div>
<p></p>
<!-- -->
      ]]></description>
   </item>
<item>
      <title>TopicStubEditTemplate</title>
      <link>https://wiki.flatironinstitute.org/Applications/TopicStubEditTemplate</link>
      <guid>https://wiki.flatironinstitute.org/Applications/TopicStubEditTemplate</guid>
      <dc:creator>RenderRss</dc:creator>
      <dc:date>2025-02-11T08:48:26Z</dc:date>
      <description> <![CDATA[
<pre class='tml tmplInclude'>&#37;TMPL:INCLUDE{&#34;Applications.WikiTopicEdit&#34;}&#37;</pre>
<pre class='tml tmplDef'>&#37;TMPL:DEF{&#34;formattop&#34;}&#37;&#37;TMPL:END&#37;</pre>
<p></p>
<pre class='tml tmplDef'>&#37;TMPL:DEF{&#34;firsttab&#34;}&#37;&#37;TMPL:P{&#34;detailstab&#34;}&#37;&#37;TMPL:END&#37;</pre>
<p></p>
<pre class='tml tmplDef'>&#37;TMPL:DEF{&#34;formfields&#34;}&#37;&#37;TMPL:PREV&#37;&#37;TMPL:P{&#34;texttab&#34;}&#37;&#37;TMPL:END&#37;</pre>
<p></p>
<pre class='tml tmplDef'>&#37;TMPL:DEF{&#34;detailstab&#34;}&#37;&#37;TAB{&#34;&#37;TRANSLATE{&#34;Details&#34;}&#37;&#34;}&#37;
&#37;RENDERFOREDIT{
   exclude&#61;&#34;\b(TopicType)\b&#34;
   TopicTitle&#95;default&#61;&#34;&#37;BASETOPIC&#37;&#34;
   TopicTitle&#95;title&#61;&#34;&#37;TRANSLATE{&#34;Title&#34;}&#37;&#34;
}&#37;
&#37;ENDTAB&#37;&#37;TMPL:END&#37;</pre>
<p></p>
<pre class='tml tmplDef'>&#37;TMPL:DEF{&#34;texttab&#34;}&#37;&#37;TAB{&#34;&#37;TRANSLATE{&#34;Text&#34;}&#37;&#34;}&#37;
&#37;TMPL:P{&#34;textarea&#34;}&#37;
&#37;ENDTAB&#37;&#37;TMPL:END&#37;</pre>
<p></p>
<pre class='tml tmplDef'>&#37;TMPL:DEF{&#34;permissionstab::impl::start&#34;}&#37;&#37;TMPL:PREV&#37;
  &#60;input type&#61;&#34;hidden&#34; name&#61;&#34;Set+ALLOWTOPICCREATE&#34; value&#61;&#34;undefined&#34; class&#61;&#34;permset&#95;create allow&#95;create&#34; /&#62;
  &#60;input type&#61;&#34;hidden&#34; name&#61;&#34;Set+DENYTOPICCREATE&#34; value&#61;&#34;undefined&#34; class&#61;&#34;permset&#95;create deny&#95;create&#34; /&#62;
  &#60;input type&#61;&#34;hidden&#34; name&#61;&#34;Default+ALLOWTOPICCREATE&#34; value&#61;&#34;undefined&#34; /&#62;
  &#60;input type&#61;&#34;hidden&#34; name&#61;&#34;Default+DENYTOPICCREATE&#34; value&#61;&#34;undefined&#34; /&#62;
  &#60;input type&#61;&#34;hidden&#34; name&#61;&#34;Default+PERMSET&#95;CREATE&#34; value&#61;&#34;default&#34; /&#62;
  &#60;input type&#61;&#34;hidden&#34; name&#61;&#34;Default+PERMSET&#95;CREATE&#95;DETAILS&#34; value&#61;&#34;&#34; /&#62;
&#37;TMPL:END&#37;</pre>
<p></p>
<pre class='tml tmplDef'>&#37;TMPL:DEF{&#34;permissionstab::impl::end&#34;}&#37;&#37;IF{&#34;&#39;&#37;FORMFIELD{&#34;TopicType&#34; topic&#61;&#34;&#37;FORMFIELD{&#34;Target&#34;}&#37;&#34;}&#37;&#39;&#61;~&#39;\bTopicType\b&#39;&#34; 
   then&#61;&#34;&#36;percntTMPL:P{\&#34;permissionstab::impl::createstep\&#34;
            permset&#95;create&#61;\&#34;&#37;TMPL:P{&#34;getpreference&#34; name&#61;&#34;PERMSET&#95;CREATE&#34;}&#37;\&#34;
            permset&#95;create&#95;details&#61;\&#34;&#37;TMPL:P{&#34;getpreference&#34; name&#61;&#34;PERMSET&#95;CREATE&#95;DETAILS&#34;}&#37;\&#34;
            allowtopic&#95;create&#61;\&#34;&#37;TMPL:P{&#34;getpreference&#34; name&#61;&#34;ALLOWTOPICCREATE&#34;}&#37;\&#34;
            denytopic&#95;create&#61;\&#34;&#37;TMPL:P{&#34;getpreference&#34; name&#61;&#34;DENYTOPICCREATE&#34;}&#37;\&#34;
         }&#36;percnt&#34;
}&#37;&#37;TMPL:PREV&#37;&#37;TMPL:END&#37;</pre>
<p></p>
<pre class='tml tmplDef'>&#37;TMPL:DEF{&#34;permissionstab::impl::createstep&#34;}&#37;
&#60;div class&#61;&#34;foswikiFormStep ui-natedit-create-perms&#34;&#62;
   &#60;h3&#62;&#37;TRANSLATE{&#34;Users who may create a topic of this type&#34;}&#37;:&#60;/h3&#62;
   &#60;p&#62;
      &#60;label title&#61;&#39;&#37;TRANSLATE{&#34;default as defined in the &#91;&#95;1&#93;&#34; args&#61;&#34;&#60;nop&#62;&#37;WEBPREFSTOPIC&#37;&#34;}&#37;&#39;&#62;
         &#60;input type&#61;&#34;radio&#34; class&#61;&#34;foswikiRadioButton&#34; data-perm-type&#61;&#34;create&#34; name&#61;&#34;Local+PERMSET&#95;CREATE&#34; value&#61;&#34;default&#34; &#37;IF{&#34;&#39;&#37;permset&#95;create&#37;&#39;&#61;~&#39;^(default&#124;)&#36;&#39;&#34; then&#61;&#34;checked&#34;}&#37; /&#62; 
         &#37;TRANSLATE{&#34;Default&#34;}&#37;
      &#60;/label&#62;
   &#60;/p&#62;
   &#60;p&#62;
      &#60;label title&#61;&#34;&#37;TRANSLATE{&#34;everybody who has got an account on this site&#34;}&#37;&#34;&#62;
         &#60;input type&#61;&#34;radio&#34; class&#61;&#34;foswikiRadioButton&#34; data-perm-type&#61;&#34;create&#34; data-perms&#61;&#39;&#37;IF{&#34;&#39;&#37;QUERY{&#34;{AccessControlACL}{EnableDeprecatedEmptyDeny}&#34;}&#37;&#39;&#61;&#39;0&#39;&#34; then&#61;&#34;{\&#34;allow\&#34;:\&#34;&#42;\&#34;}&#34; else&#61;&#34;{\&#34;deny\&#34;:\&#34; \&#34;}&#34;}&#37;&#39; name&#61;&#34;Local+PERMSET&#95;CREATE&#34; value&#61;&#34;registeredusers&#34; &#37;IF{&#34;&#39;&#37;permset&#95;create&#37;&#39;&#61;&#39;registeredusers&#39;&#34; then&#61;&#34;checked&#34;}&#37; /&#62; 
         &#37;TRANSLATE{&#34;Registered users&#34;}&#37;
       &#60;/label&#62;
   &#60;/p&#62;
   &#60;p&#62;
      &#60;label title&#61;&#39;&#37;TRANSLATE{&#34;restrict permission to &#91;&#95;1&#93;&#34; args&#61;&#34;&#37;SPACEOUT{&#34;&#37;WIKINAME&#37;&#34;}&#37;&#34;}&#37;&#39;&#62;
        &#60;input type&#61;&#34;radio&#34; class&#61;&#34;foswikiRadioButton&#34; data-perm-type&#61;&#34;create&#34; data-perms&#61;&#39;{&#34;allow&#34;:&#34;&#37;WIKINAME&#37;&#34;}&#39; name&#61;&#34;Local+PERMSET&#95;CREATE&#34; value&#61;&#34;justauthor&#34; &#37;IF{&#34;&#39;&#37;permset&#95;create&#37;&#39;&#61;&#39;justauthor&#39; and &#39;&#37;allowtopic&#95;create&#37;&#39;&#61;&#39;&#37;WIKINAME&#37;&#39;&#34; then&#61;&#34;checked&#34;}&#37; /&#62;
        &#37;TRANSLATE{&#34;Just me&#34;}&#37;
      &#60;/label&#62;
   &#60;/p&#62;
   &#60;p&#62;
      &#60;label title&#61;&#39;&#37;TRANSLATE{&#34;strictly deny creating topics of this type&#34;}&#37;&#39;&#62;
         &#60;input type&#61;&#34;radio&#34; class&#61;&#34;foswikiRadioButton&#34; data-perm-type&#61;&#34;create&#34; data-perms&#61;&#39;{&#34;allow&#34;:&#34;AdminUser&#34;}&#39; name&#61;&#34;Local+PERMSET&#95;CREATE&#34; value&#61;&#34;nobody&#34; &#37;IF{&#34;&#39;&#37;permset&#95;create&#37;&#39;&#61;&#39;nobody&#39;&#34; then&#61;&#34;checked&#34;}&#37; /&#62; 
         &#37;TRANSLATE{&#34;Nobody&#34;}&#37;
      &#60;/label&#62;
   &#60;/p&#62;
   &#60;p&#62;
      &#60;label title&#61;&#39;&#37;TRANSLATE{&#34;specify a list of users and/or groups&#34;}&#37;&#39;&#62;
         &#60;input type&#61;&#34;radio&#34; class&#61;&#34;foswikiRadioButton&#34; data-perm-type&#61;&#34;create&#34; data-perms&#61;&#39;details&#39; name&#61;&#34;Local+PERMSET&#95;CREATE&#34; value&#61;&#34;details&#34; &#37;IF{&#34;&#39;&#37;permset&#95;create&#37;&#39;&#61;&#39;details&#39; or (&#39;&#37;permset&#95;create&#37;&#39;&#61;&#39;justauthor&#39; and &#39;&#37;allowtopic&#95;create&#37;&#39;!&#61;&#39;&#37;WIKINAME&#37;&#39;) or (&#39;&#37;permset&#95;create&#37;&#39;&#61;&#39;&#39; and &#39;&#37;allowtopic&#95;create&#37;&#39;!&#61;&#39;&#39;)&#34; then&#61;&#34;checked&#34;}&#37; /&#62;
         &#37;TRANSLATE{&#34;Specific users/groups&#34;}&#37;
      &#60;/label&#62;
   &#60;/p&#62;
   &#60;div class&#61;&#34;ui-natedit-details-container&#34; &#37;IF{&#34;&#36;&#39;PERMSET&#95;CREATE&#39;!&#61;&#39;details&#39;&#34; then&#61;&#34;style&#61;&#39;display:none&#39;&#34;}&#37;&#62;
      &#60;input type&#61;&#34;text&#34; class&#61;&#34;foswikiInputField&#34; size&#61;&#34;40&#34; data-perm-type&#61;&#34;create&#34; data-perms&#61;&#39;details&#39; autocomplete&#61;&#34;off&#34; name&#61;&#34;Local+PERMSET&#95;CREATE&#95;DETAILS&#34; value&#61;&#34;&#37;IF{&#34;&#39;&#37;permset&#95;create&#37;&#39;&#61;&#39;details&#39; or (&#39;&#37;permset&#95;create&#37;&#39;&#61;&#39;justauthor&#39; and &#39;&#37;allowtopic&#95;create&#37;&#39;!&#61;&#39;&#37;WIKINAME&#37;&#39;) or (&#39;&#37;permset&#95;create&#37;&#39;&#61;&#39;&#39; and &#39;&#37;allowtopic&#95;create&#37;&#39;!&#61;&#39;&#39;)&#34; then&#61;&#34;&#37;allowtopic&#95;create&#37;&#34; else&#61;&#34;&#37;permset&#95;create&#95;details&#37;&#34;}&#37;&#34; /&#62;
    &#60;/div&#62;
&#60;/div&#62;
&#37;TMPL:END&#37;</pre>
<p></p>
<p></p>
<!-- -->
      ]]></description>
   </item>
<item>
      <title>RenderWikiApplicationFactory</title>
      <link>https://wiki.flatironinstitute.org/Applications/RenderWikiApplicationFactory</link>
      <guid>https://wiki.flatironinstitute.org/Applications/RenderWikiApplicationFactory</guid>
      <dc:creator>RenderRss</dc:creator>
      <dc:date>2025-02-11T08:48:26Z</dc:date>
      <description> <![CDATA[
<div class="twistyPlugin foswikiMakeVisible"><span id="twistyIdApplicationsRenderWikiApplicationFactory5410show" style="display:none" class="twistyTrigger foswikiUnvisited twistyInited"><a href="#" class=""><span class="foswikiLinkLabel foswikiUnvisited"><a  class='jqButton ' href='#'><i class='jqButtonIcon fa fa-plus'></i><span class='jqButtonText'>New WikiApplication</span></a><span class='foswikiClear'></span></span></a></span><span id="twistyIdApplicationsRenderWikiApplicationFactory5410hide" style="display:none" class="twistyTrigger foswikiUnvisited twistyInited"><a class="" href="#"><span class="foswikiLinkLabel foswikiUnvisited"><a  class='jqButton ' href='#'><i class='jqButtonIcon fa fa-plus'></i><span class='jqButtonText'>New WikiApplication</span></a><span class='foswikiClear'></span></span></a></span></div><div class="twistyPlugin"><div id="twistyIdApplicationsRenderWikiApplicationFactory5410toggle" style="" class="twistyContent twistyInited">
<p></p>
<form id="createNewWeb" class="jqAjaxForm" action="https://wiki.flatironinstitute.org/bin/jsonrpc/WebCreatorPlugin/create" method="post" data-message="Creating Web">
<input type="hidden" name="templateweb" value="_WikiApplicationTemplate" />
<input type="hidden" name="parentweb" value="Applications" />
<input name="newtopic" type="hidden" value="" />
<input type="submit" style="display:none;" />
<div class="foswikiFormSteps">
<div class="foswikiFormStep">
  <h3>Name:</h3>
  <input class="foswikiInputField" id="newweb" name="newweb" type="text" value="" size="50" />
  <div class="foswikiFormDescription">
     This is the name of the web that will hold the wiki application. It will become a subweb of the Applications web. Example values: MyCompanyApp, TestApp
   </div>
</div>
<div class="foswikiFormStep">
  <h3>Summary:</h3>
  <input class="foswikiInputField" type="text" name="WEBSUMMARY" value="" size="50" />
  <div class="foswikiFormDescription">
     Enter a short description what this wiki app is about. It will be stored in the WebPreferences of your newly created application web.
   </div>
</div>
<div class="foswikiFormStep foswikiFormButtons foswikiFormLast">
  <a class='jqButton  jqSubmitButton' href='#'><i class='jqButtonIcon fa fa-check'></i><span class='jqButtonText'>Submit</span></a><input type='submit' style='display:none' />
  <span class='foswikiClear'></span>
</div>
</div>
</form>
</div></div>
<!-- -->
      ]]></description>
   </item>
<item>
      <title>RenderInheritanceGraph</title>
      <link>https://wiki.flatironinstitute.org/Applications/RenderInheritanceGraph</link>
      <guid>https://wiki.flatironinstitute.org/Applications/RenderInheritanceGraph</guid>
      <dc:creator>RenderRss</dc:creator>
      <dc:date>2025-02-11T08:48:26Z</dc:date>
      <description> <![CDATA[
<!-- -->
<div class="overflow">

<!-- -->
<!-- -->
<!-- Generated by graphviz version 2.44.0 (0)
 -->
<!-- Title: G Pages: 1 -->
<svg width="810pt" height="260pt"
 viewBox="0.00 0.00 810.00 260.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 256)">
<title>G</title>
<g id="a_graph0"><a xlink:title=" ">
</a>
</g>
<!-- ApplicationLicense -->
<g id="node1" class="node">
<title>ApplicationLicense</title>
<g id="a_node1"><a xlink:href="https://wiki.flatironinstitute.org/Applications/ApplicationLicense" xlink:title=" ">
<polygon fill="#eeeeee" stroke="#aaaaaa" points="98,-108 0,-108 0,-72 98,-72 98,-108"/>
<text text-anchor="middle" x="49" y="-87.5" font-family="helvetica" font-size="10.00">ApplicationLicense</text>
</a>
</g>
</g>
<!-- ApplicationTopic -->
<g id="node2" class="node">
<title>ApplicationTopic</title>
<g id="a_node2"><a xlink:href="https://wiki.flatironinstitute.org/Applications/ApplicationTopic" xlink:title=" ">
<polygon fill="#eeeeee" stroke="#aaaaaa" points="463.5,-180 376.5,-180 376.5,-144 463.5,-144 463.5,-180"/>
<text text-anchor="middle" x="420" y="-159.5" font-family="helvetica" font-size="10.00">ApplicationTopic</text>
</a>
</g>
</g>
<!-- ApplicationTopic&#45;&gt;ApplicationLicense -->
<g id="edge1" class="edge">
<title>ApplicationTopic&#45;&gt;ApplicationLicense</title>
<path fill="none" stroke="#aaaaaa" d="M376.39,-155.27C315.62,-146.9 202.2,-129.93 107,-108 105.75,-107.71 104.48,-107.41 103.21,-107.1"/>
<polygon fill="#aaaaaa" stroke="#aaaaaa" points="103.53,-105.38 98.26,-105.86 102.68,-108.78 103.53,-105.38"/>
</g>
<!-- DataForm -->
<g id="node4" class="node">
<title>DataForm</title>
<g id="a_node4"><a xlink:href="https://wiki.flatironinstitute.org/Applications/DataForm" xlink:title=" ">
<polygon fill="#eeeeee" stroke="#aaaaaa" points="175.5,-108 116.5,-108 116.5,-72 175.5,-72 175.5,-108"/>
<text text-anchor="middle" x="146" y="-87.5" font-family="helvetica" font-size="10.00">DataForm</text>
</a>
</g>
</g>
<!-- ApplicationTopic&#45;&gt;DataForm -->
<g id="edge3" class="edge">
<title>ApplicationTopic&#45;&gt;DataForm</title>
<path fill="none" stroke="#aaaaaa" d="M376.45,-153.73C328.77,-145.19 250.38,-129.41 185,-108 183.46,-107.49 181.89,-106.95 180.31,-106.38"/>
<polygon fill="#aaaaaa" stroke="#aaaaaa" points="180.88,-104.72 175.59,-104.59 179.64,-107.99 180.88,-104.72"/>
</g>
<!-- DataFormAttribute -->
<g id="node5" class="node">
<title>DataFormAttribute</title>
<g id="a_node5"><a xlink:href="https://wiki.flatironinstitute.org/Applications/DataFormAttribute" xlink:title=" ">
<polygon fill="#eeeeee" stroke="#aaaaaa" points="290,-108 194,-108 194,-72 290,-72 290,-108"/>
<text text-anchor="middle" x="242" y="-87.5" font-family="helvetica" font-size="10.00">DataFormAttribute</text>
</a>
</g>
</g>
<!-- ApplicationTopic&#45;&gt;DataFormAttribute -->
<g id="edge4" class="edge">
<title>ApplicationTopic&#45;&gt;DataFormAttribute</title>
<path fill="none" stroke="#aaaaaa" d="M376.46,-143.88C350.39,-133.63 317.22,-120.58 290.34,-110.01"/>
<polygon fill="#aaaaaa" stroke="#aaaaaa" points="290.7,-108.27 285.4,-108.07 289.41,-111.53 290.7,-108.27"/>
</g>
<!-- DocuTopic -->
<g id="node6" class="node">
<title>DocuTopic</title>
<g id="a_node6"><a xlink:href="https://wiki.flatironinstitute.org/Applications/DocuTopic" xlink:title=" ">
<polygon fill="#eeeeee" stroke="#aaaaaa" points="371.5,-108 308.5,-108 308.5,-72 371.5,-72 371.5,-108"/>
<text text-anchor="middle" x="340" y="-87.5" font-family="helvetica" font-size="10.00">DocuTopic</text>
</a>
</g>
</g>
<!-- ApplicationTopic&#45;&gt;DocuTopic -->
<g id="edge5" class="edge">
<title>ApplicationTopic&#45;&gt;DocuTopic</title>
<path fill="none" stroke="#aaaaaa" d="M400.22,-143.7C389.08,-133.95 375.1,-121.71 363.42,-111.49"/>
<polygon fill="#aaaaaa" stroke="#aaaaaa" points="364.46,-110.08 359.55,-108.1 362.16,-112.71 364.46,-110.08"/>
</g>
<!-- TopicStub -->
<g id="node8" class="node">
<title>TopicStub</title>
<g id="a_node8"><a xlink:href="https://wiki.flatironinstitute.org/Applications/TopicStub" xlink:title=" ">
<polygon fill="#eeeeee" stroke="#aaaaaa" points="450,-108 390,-108 390,-72 450,-72 450,-108"/>
<text text-anchor="middle" x="420" y="-87.5" font-family="helvetica" font-size="10.00">TopicStub</text>
</a>
</g>
</g>
<!-- ApplicationTopic&#45;&gt;TopicStub -->
<g id="edge7" class="edge">
<title>ApplicationTopic&#45;&gt;TopicStub</title>
<path fill="none" stroke="#aaaaaa" d="M420,-143.7C420,-134.46 420,-122.98 420,-113.11"/>
<polygon fill="#aaaaaa" stroke="#aaaaaa" points="421.75,-113.1 420,-108.1 418.25,-113.1 421.75,-113.1"/>
</g>
<!-- TopicTemplate -->
<g id="node9" class="node">
<title>TopicTemplate</title>
<g id="a_node9"><a xlink:href="https://wiki.flatironinstitute.org/Applications/TopicTemplate" xlink:title=" ">
<polygon fill="#eeeeee" stroke="#aaaaaa" points="548,-108 468,-108 468,-72 548,-72 548,-108"/>
<text text-anchor="middle" x="508" y="-87.5" font-family="helvetica" font-size="10.00">TopicTemplate</text>
</a>
</g>
</g>
<!-- ApplicationTopic&#45;&gt;TopicTemplate -->
<g id="edge8" class="edge">
<title>ApplicationTopic&#45;&gt;TopicTemplate</title>
<path fill="none" stroke="#aaaaaa" d="M441.75,-143.7C454.11,-133.86 469.66,-121.5 482.58,-111.22"/>
<polygon fill="#aaaaaa" stroke="#aaaaaa" points="483.67,-112.59 486.5,-108.1 481.49,-109.85 483.67,-112.59"/>
</g>
<!-- TopicView -->
<g id="node11" class="node">
<title>TopicView</title>
<g id="a_node11"><a xlink:href="https://wiki.flatironinstitute.org/Applications/TopicView" xlink:title=" ">
<polygon fill="#eeeeee" stroke="#aaaaaa" points="628,-108 566,-108 566,-72 628,-72 628,-108"/>
<text text-anchor="middle" x="597" y="-87.5" font-family="helvetica" font-size="10.00">TopicView</text>
</a>
</g>
</g>
<!-- ApplicationTopic&#45;&gt;TopicView -->
<g id="edge11" class="edge">
<title>ApplicationTopic&#45;&gt;TopicView</title>
<path fill="none" stroke="#aaaaaa" d="M463.64,-144.53C490.63,-134.25 525.93,-120.61 557,-108 558.22,-107.5 559.47,-107 560.72,-106.48"/>
<polygon fill="#aaaaaa" stroke="#aaaaaa" points="561.65,-107.99 565.6,-104.46 560.31,-104.76 561.65,-107.99"/>
</g>
<!-- WebTool -->
<g id="node12" class="node">
<title>WebTool</title>
<g id="a_node12"><a xlink:href="https://wiki.flatironinstitute.org/Applications/WebTool" xlink:title=" ">
<polygon fill="#eeeeee" stroke="#aaaaaa" points="700,-108 646,-108 646,-72 700,-72 700,-108"/>
<text text-anchor="middle" x="673" y="-87.5" font-family="helvetica" font-size="10.00">WebTool</text>
</a>
</g>
</g>
<!-- ApplicationTopic&#45;&gt;WebTool -->
<g id="edge12" class="edge">
<title>ApplicationTopic&#45;&gt;WebTool</title>
<path fill="none" stroke="#aaaaaa" d="M463.57,-153.05C507.93,-144.34 578.33,-128.78 637,-108 638.34,-107.52 639.7,-107.01 641.07,-106.48"/>
<polygon fill="#aaaaaa" stroke="#aaaaaa" points="641.76,-108.09 645.72,-104.58 640.43,-104.85 641.76,-108.09"/>
</g>
<!-- WikiApplication -->
<g id="node13" class="node">
<title>WikiApplication</title>
<g id="a_node13"><a xlink:href="https://wiki.flatironinstitute.org/Applications/WikiApplication" xlink:title=" ">
<polygon fill="#eeeeee" stroke="#aaaaaa" points="802,-108 718,-108 718,-72 802,-72 802,-108"/>
<text text-anchor="middle" x="760" y="-87.5" font-family="helvetica" font-size="10.00">WikiApplication</text>
</a>
</g>
</g>
<!-- ApplicationTopic&#45;&gt;WikiApplication -->
<g id="edge13" class="edge">
<title>ApplicationTopic&#45;&gt;WikiApplication</title>
<path fill="none" stroke="#aaaaaa" d="M463.99,-154.9C521.01,-146.54 623.28,-130.03 709,-108 710.27,-107.67 711.55,-107.33 712.83,-106.98"/>
<polygon fill="#aaaaaa" stroke="#aaaaaa" points="713.5,-108.61 717.84,-105.56 712.55,-105.24 713.5,-108.61"/>
</g>
<!-- WikiTopic -->
<g id="node3" class="node">
<title>WikiTopic</title>
<g id="a_node3"><a xlink:href="https://wiki.flatironinstitute.org/Applications/WikiTopic" xlink:title=" ">
<polygon fill="#eeeeee" stroke="#aaaaaa" points="449.5,-252 390.5,-252 390.5,-216 449.5,-216 449.5,-252"/>
<text text-anchor="middle" x="420" y="-231.5" font-family="helvetica" font-size="10.00">WikiTopic</text>
</a>
</g>
</g>
<!-- WikiTopic&#45;&gt;ApplicationTopic -->
<g id="edge2" class="edge">
<title>WikiTopic&#45;&gt;ApplicationTopic</title>
<path fill="none" stroke="#aaaaaa" d="M420,-215.7C420,-206.46 420,-194.98 420,-185.11"/>
<polygon fill="#aaaaaa" stroke="#aaaaaa" points="421.75,-185.1 420,-180.1 418.25,-185.1 421.75,-185.1"/>
</g>
<!-- TopicType -->
<g id="node10" class="node">
<title>TopicType</title>
<g id="a_node10"><a xlink:href="https://wiki.flatironinstitute.org/Applications/TopicType" xlink:title=" ">
<polygon fill="#eeeeee" stroke="#aaaaaa" points="230.5,-36 169.5,-36 169.5,0 230.5,0 230.5,-36"/>
<text text-anchor="middle" x="200" y="-15.5" font-family="helvetica" font-size="10.00">TopicType</text>
</a>
</g>
</g>
<!-- DataForm&#45;&gt;TopicType -->
<g id="edge9" class="edge">
<title>DataForm&#45;&gt;TopicType</title>
<path fill="none" stroke="#aaaaaa" d="M159.35,-71.7C166.67,-62.2 175.81,-50.35 183.57,-40.29"/>
<polygon fill="#aaaaaa" stroke="#aaaaaa" points="185.14,-41.13 186.81,-36.1 182.37,-38.99 185.14,-41.13"/>
</g>
<!-- TopicFunction -->
<g id="node7" class="node">
<title>TopicFunction</title>
<g id="a_node7"><a xlink:href="https://wiki.flatironinstitute.org/Applications/TopicFunction" xlink:title=" ">
<polygon fill="#eeeeee" stroke="#aaaaaa" points="378.5,-36 301.5,-36 301.5,0 378.5,0 378.5,-36"/>
<text text-anchor="middle" x="340" y="-15.5" font-family="helvetica" font-size="10.00">TopicFunction</text>
</a>
</g>
</g>
<!-- DocuTopic&#45;&gt;TopicFunction -->
<g id="edge6" class="edge">
<title>DocuTopic&#45;&gt;TopicFunction</title>
<path fill="none" stroke="#aaaaaa" d="M340,-71.7C340,-62.46 340,-50.98 340,-41.11"/>
<polygon fill="#aaaaaa" stroke="#aaaaaa" points="341.75,-41.1 340,-36.1 338.25,-41.1 341.75,-41.1"/>
</g>
<!-- DocuTopic&#45;&gt;TopicType -->
<g id="edge10" class="edge">
<title>DocuTopic&#45;&gt;TopicType</title>
<path fill="none" stroke="#aaaaaa" d="M308.23,-73.12C286.54,-62.27 257.78,-47.89 235.36,-36.68"/>
<polygon fill="#aaaaaa" stroke="#aaaaaa" points="235.94,-35.01 230.68,-34.34 234.37,-38.14 235.94,-35.01"/>
</g>
</g>
</svg>

</div>
<!-- -->
<!-- -->
      ]]></description>
   </item>
<item>
      <title>WikiApplication</title>
      <link>https://wiki.flatironinstitute.org/Applications/WikiApplication</link>
      <guid>https://wiki.flatironinstitute.org/Applications/WikiApplication</guid>
      <dc:creator>RenderRss</dc:creator>
      <dc:date>2025-02-11T08:48:26Z</dc:date>
      <description> <![CDATA[
<div class="twistyPlugin foswikiMakeVisible"><span id="twistyIdApplicationsRenderSimpleTopicCreator218show" style="display:none" class="twistyTrigger foswikiUnvisited twistyInited"><a class="" href="#"><span class="foswikiLinkLabel foswikiUnvisited"><a  class='jqButton ' href='#'><i class='jqButtonIcon fa fa-plus'></i><span class='jqButtonText'>New</span></a><span class='foswikiClear'></span></span></a></span><span id="twistyIdApplicationsRenderSimpleTopicCreator218hide" style="display:none" class="twistyTrigger foswikiUnvisited twistyInited"><a class="" href="#"><span class="foswikiLinkLabel foswikiUnvisited"><a  class='jqButton ' href='#'><i class='jqButtonIcon fa fa-plus'></i><span class='jqButtonText'>New</span></a><span class='foswikiClear'></span></span></a></span></div><div class="twistyPlugin"><div id="twistyIdApplicationsRenderSimpleTopicCreator218toggle" style="" class="twistyContent twistyInited">
<p></p>
<form class='createTopicForm jqValidate' action="https://wiki.flatironinstitute.org/bin/edit/Applications/" method="post">
<div class='foswikiFormSteps'>
<input type="hidden" name="web" value="Applications" />
<input type="hidden" name="onlynewtopic" value="on" />
<input type="hidden" name="action" value="" />
<input type="hidden" name="onlywikiname" value="off" />
<input type="hidden" name="topicparent" value="WebRss" />
<input type="hidden" name="templatetopic" value="Applications.WikiApplicationTemplate" />
<input type="hidden" name="formtemplate" value="Applications.WikiApplication" />
<input type="hidden" name="template" value="Applications.ApplicationTopicEditTemplate" />
<input type='hidden' name='topic' class='jqWikiWord' data-source='input[name=TopicTitle]' data-transliterate='true' value='' />
<!-- -->
<!-- -->
<h2 >New application topic</h2><!-- -->
<div class='foswikiFormStep'><h3>Title:</h3><input type="text" name="TopicTitle"  size="75" class="foswikiInputField" /><div class='foswikiFormDescription'>title of this topic</div></div><div class='foswikiFormStep'><h3>Summary:</h3><input type="text" name="Summary"  size="75" class="foswikiInputField" /><div class='foswikiFormDescription'>short description of this topic</div></div><div class='foswikiFormStep'><h3>Version:</h3><input type="text" name="Version"  size="75" class="foswikiInputField" /><div class='foswikiFormDescription'>software release number/id/phase</div></div><div class='foswikiFormStep'><h3>Author:</h3><input type="text" name="Author" value="WikiGuest" size="75" class="foswikiInputField" /><div class='foswikiFormDescription'>application author(s)</div></div><input type="hidden" name="TopicType" value="WikiApplication, ApplicationTopic, WikiTopic"  /><div class='foswikiFormStep foswikiFormButtons clearfix'>
          <a class='jqButton  jqSubmitButton' href='#'><i class='jqButtonIcon fa fa-check'></i><span class='jqButtonText'>Submit</span></a><input type='submit' style='display:none' />
         </div></div>
</form>
</div></div>
<p></p>
<div class='jqDataTablesContainer foswikiFlatTable foswikiStripes foswikiHideOnPrint' data-ajax='{"data":{"webs":"Applications","form":"Applications.WebRss","query":"TopicType&#61;~&#39;\\bWebRss\\b&#39; ","connector":"dbcache","topic":"Applications.WebRss","t":1777408990},"type":"post","url":"https://wiki.flatironinstitute.org/bin/rest/JQDataTablesPlugin/connector"}' data-auto-width='false' data-columns='[{"name":"topic","data":"topic","visible":false},{"title":"","orderable":false,"visible":true,"name":"index","data":"index","render":{"display":"display","_":"raw"},"searchable":false},{"title":"Title","orderable":true,"visible":true,"name":"TopicTitle","data":"TopicTitle","render":{"display":"display","_":"raw"}},{"title":"Summary","visible":true,"orderable":true,"data":"Summary","name":"Summary","render":{"_":"raw","display":"display"}},{"visible":true,"orderable":true,"render":{"_":"raw","display":"display"},"data":"Version","name":"Version"}]' data-info='true' data-length-change='true' data-length-menu='[5,10,15,20,25,30,40,50,100]' data-order='[[0,"desc"]]' data-page-length='10' data-paging='true' data-row-callback='' data-row-class='' data-scroll-collapse='false' data-scroll-x='false' data-search-delay='1000' data-search-mode='global' data-searching='true' data-server-side='true' data-state-duration='-1' data-state-save='true'>
<table class='foswikiTable' width='100%'>
  <thead><tr>
<th>topic</th>
<th>index</th>
<th>TopicTitle</th>
<th>Summary</th>
<th>Version</th>
</tr></thead>
  <tbody>
  </tbody>
</table>
</div>

<p></p>
<!-- -->
      ]]></description>
   </item>
<item>
      <title>RenderWikiTopicView</title>
      <link>https://wiki.flatironinstitute.org/Applications/RenderWikiTopicView</link>
      <guid>https://wiki.flatironinstitute.org/Applications/RenderWikiTopicView</guid>
      <dc:creator>RenderRss</dc:creator>
      <dc:date>2025-02-11T08:48:26Z</dc:date>
      <description> <![CDATA[
<h1 itemprop='headline' class='inlineEditor inlineTitleEditor'>
<div class='TopicTitle'><span itemprop='name' class='inlineEditValue' data-formfield='TopicTitle' data-default='RenderWikiTopicView' data-format='$edit'><a href="https://wiki.flatironinstitute.org/Applications/RenderWikiTopicView">RenderWikiTopicView</a>  </span> </div><div class='Summary'><div class='foswikiTopicSummary inlineEditValue' data-formfield='Summary' data-format='$edit'><span class='foswikiRedFG'>(deprecated)</span> </div></div>
</h1><span class='foswikiRevision'><span class='foswikiRevisionDate'><i class='foswikiIcon jqIcon fa fa-calendar'  ></i>
      <a href='https://wiki.flatironinstitute.org/bin/diff/Applications/RenderWikiTopicView?rev=1'>
            <span itemprop='dateModified' content='2025-12-12T07:46:28-05:00'>12 Dec 2025 - 12:46</span>
         </a>
  </span>
  <span class='foswikiRevisionSep'>&#124;</span>
  <span class='foswikiRevisionID'>
   <i class='foswikiIcon jqIcon fa fa-flag'  ></i>
   Version <span itemprop='version'>1</span>
  </span>
  <span class='foswikiRevisionSep'>&#124;</span>
  <span class='foswikiRevisionAuthor' itemprop='author'>
   <i class='foswikiIcon jqIcon fa fa-user'  ></i>
   <a href='https://wiki.flatironinstitute.org/Main/UnknownUser' itemprop='name' class='foswikiUserField' data-wiki-name='UnknownUser'>UnknownUser</a>
  </span> 
  <!-- --></span><!-- -->
      ]]></description>
   </item>
<item>
      <title>DataFormTemplate</title>
      <link>https://wiki.flatironinstitute.org/Applications/DataFormTemplate</link>
      <guid>https://wiki.flatironinstitute.org/Applications/DataFormTemplate</guid>
      <dc:creator>RenderRss</dc:creator>
      <dc:date>2025-02-11T08:48:26Z</dc:date>
      <description> <![CDATA[
<table rules="none" class="foswikiTable">
	<thead>
		<tr class="foswikiTableOdd foswikiTableRowdataBgSorted0 foswikiTableRowdataBg0">
			<th class="foswikiTableCol0 foswikiFirstCol"> <a rel="nofollow" title="Sort by this column" href="/Applications/WebRss?sortcol=0;table=1;up=0#sorted_table">Name:</a> </th>
			<th class="foswikiTableCol1"> <a title="Sort by this column" href="/Applications/WebRss?sortcol=1;table=1;up=0#sorted_table" rel="nofollow">Type:</a> </th>
			<th class="foswikiTableCol2"> <a rel="nofollow" href="/Applications/WebRss?sortcol=2;table=1;up=0#sorted_table" title="Sort by this column">Size:</a> </th>
			<th class="foswikiTableCol3"> <a rel="nofollow" href="/Applications/WebRss?sortcol=3;table=1;up=0#sorted_table" title="Sort by this column">Values:</a> </th>
			<th class="foswikiTableCol4"> <a rel="nofollow" href="/Applications/WebRss?sortcol=4;table=1;up=0#sorted_table" title="Sort by this column">Description:</a> </th>
			<th class="foswikiTableCol5"> <a rel="nofollow" href="/Applications/WebRss?sortcol=5;table=1;up=0#sorted_table" title="Sort by this column">Attributes:</a> </th>
			<th class="foswikiTableCol6 foswikiLastCol"> <a rel="nofollow" href="/Applications/WebRss?sortcol=6;table=1;up=0#sorted_table" title="Sort by this column">Default:</a> </th>
		</tr>
	</thead>
	<tbody>
		<tr class="foswikiTableEven foswikiTableRowdataBgSorted0 foswikiTableRowdataBg0">
			<td class="foswikiTableCol0 foswikiFirstCol"> TopicType </td>
			<td class="foswikiTableCol1"> type </td>
			<td class="foswikiTableCol2"> 1 </td>
			<td class="foswikiTableCol3"> &#8230;, WikiTopic </td>
			<td class="foswikiTableCol4"> topic type </td>
			<td class="foswikiTableCol5"> h </td>
			<td class="foswikiTableCol6 foswikiLastCol"> &nbsp; </td>
		</tr>
		<tr class="foswikiTableOdd foswikiTableRowdataBgSorted1 foswikiTableRowdataBg1">
			<td class="foswikiTableCol0 foswikiFirstCol"> TopicTitle </td>
			<td class="foswikiTableCol1"> text </td>
			<td class="foswikiTableCol2"> 75 </td>
			<td class="foswikiTableCol3"> &nbsp; </td>
			<td class="foswikiTableCol4"> title </td>
			<td class="foswikiTableCol5"> &nbsp; </td>
			<td class="foswikiTableCol6 foswikiLastCol"> &nbsp; </td>
		</tr>
		<tr class="foswikiTableEven foswikiTableRowdataBgSorted0 foswikiTableRowdataBg0">
			<td class="foswikiTableCol0 foswikiFirstCol foswikiLast"> Summary </td>
			<td class="foswikiTableCol1 foswikiLast"> text </td>
			<td class="foswikiTableCol2 foswikiLast"> 75 </td>
			<td class="foswikiTableCol3 foswikiLast"> &nbsp; </td>
			<td class="foswikiTableCol4 foswikiLast"> short description or tagline </td>
			<td class="foswikiTableCol5 foswikiLast"> &nbsp; </td>
			<td class="foswikiTableCol6 foswikiLastCol foswikiLast"> &nbsp; </td>
		</tr>
	</tbody></table>
<p></p>
<p></p>
<!-- -->
      ]]></description>
   </item>
<item>
      <title>DataFormAttribute</title>
      <link>https://wiki.flatironinstitute.org/Applications/DataFormAttribute</link>
      <guid>https://wiki.flatironinstitute.org/Applications/DataFormAttribute</guid>
      <dc:creator>RenderRss</dc:creator>
      <dc:date>2025-02-11T08:48:26Z</dc:date>
      <description> <![CDATA[
<!-- -->
<div class="twistyPlugin foswikiMakeVisible"><span id="twistyIdApplicationsRenderSimpleTopicCreator8841show" style="display:none" class="twistyTrigger foswikiUnvisited twistyInited"><a href="#" class=""><span class="foswikiLinkLabel foswikiUnvisited"><a  class='jqButton ' href='#'><i class='jqButtonIcon fa fa-plus'></i><span class='jqButtonText'>New</span></a><span class='foswikiClear'></span></span></a></span><span id="twistyIdApplicationsRenderSimpleTopicCreator8841hide" style="display:none" class="twistyTrigger foswikiUnvisited twistyInited"><a class="" href="#"><span class="foswikiLinkLabel foswikiUnvisited"><a  class='jqButton ' href='#'><i class='jqButtonIcon fa fa-plus'></i><span class='jqButtonText'>New</span></a><span class='foswikiClear'></span></span></a></span></div><div class="twistyPlugin"><div id="twistyIdApplicationsRenderSimpleTopicCreator8841toggle" style="" class="twistyContent twistyInited">
<p></p>
<form class='createTopicForm jqValidate' action="https://wiki.flatironinstitute.org/bin/edit/Applications/" method="post">
<div class='foswikiFormSteps'>
<input type="hidden" name="web" value="Applications" />
<input type="hidden" name="onlynewtopic" value="on" />
<input type="hidden" name="action" value="" />
<input type="hidden" name="onlywikiname" value="off" />
<input type="hidden" name="topicparent" value="WebRss" />
<input type="hidden" name="templatetopic" value="Applications.DataFormAttributeTemplate" />
<input type="hidden" name="formtemplate" value="Applications.DataFormAttribute" />
<input type="hidden" name="template" value="Applications.ApplicationTopicEditTemplate" />
<input type='hidden' name='topic' class='jqWikiWord' data-source='input[name=TopicTitle]' data-transliterate='true' value='' />
<!-- -->
<!-- -->
<h2 >DataFormAttribute</h2><!-- -->
<div class='foswikiFormStep'><h3>Title:</h3><input type="text" name="TopicTitle"  size="75" class="foswikiInputField" /><div class='foswikiFormDescription'></div></div><div class='foswikiFormStep'><h3>Summary:</h3><input type="text" name="Summary"  size="75" class="foswikiInputField" /><div class='foswikiFormDescription'>short description or tagline</div></div><input type="hidden" name="TopicType" value="DataFormAttribute, ApplicationTopic, WikiTopic"  />
<input type='hidden' name='WikiApplication' value='Applications' /><div class='foswikiFormStep foswikiFormButtons clearfix'>
          <a class='jqButton  jqSubmitButton' href='#'><i class='jqButtonIcon fa fa-check'></i><span class='jqButtonText'>Submit</span></a><input type='submit' style='display:none' />
         </div></div>
</form>
</div></div>
<p></p>
<div class='jqDataTablesContainer foswikiFlatTable foswikiStripes foswikiHideOnPrint' data-ajax='{"url":"https://wiki.flatironinstitute.org/bin/rest/JQDataTablesPlugin/connector","type":"post","data":{"t":1777408990,"form":"Applications.WebRss","query":"TopicType&#61;~&#39;\\bWebRss\\b&#39; ","connector":"dbcache","topic":"Applications.WebRss","webs":"Applications"}}' data-auto-width='false' data-columns='[{"data":"topic","name":"topic","visible":false},{"name":"index","data":"index","render":{"_":"raw","display":"display"},"searchable":false,"title":"","orderable":false,"visible":true},{"title":"Title","orderable":true,"visible":true,"name":"TopicTitle","data":"TopicTitle","render":{"display":"display","_":"raw"}},{"data":"Summary","name":"Summary","render":{"display":"display","_":"raw"},"title":"Summary","visible":true,"orderable":true},{"orderable":true,"visible":true,"title":"Changed","render":{"display":"display","sort":"epoch","_":"raw"},"name":"Changed","data":"Changed"},{"visible":true,"orderable":true,"title":"By","render":{"display":"display","_":"raw"},"data":"By","name":"By"}]' data-info='true' data-length-change='true' data-length-menu='[5,10,15,20,25,30,40,50,100]' data-order='[[4,"desc"]]' data-page-length='10' data-paging='true' data-row-callback='' data-row-class='' data-scroll-collapse='false' data-scroll-x='false' data-search-delay='1000' data-search-mode='global' data-searching='true' data-server-side='true' data-state-duration='-1' data-state-save='true'>
<table class='foswikiTable' width='100%'>
  <thead><tr>
<th>topic</th>
<th>index</th>
<th>TopicTitle</th>
<th>Summary</th>
<th>Changed</th>
<th>By</th>
</tr></thead>
  <tbody>
  </tbody>
</table>
</div>

<p></p>
<!-- -->
      ]]></description>
   </item></channel></rss>