<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Making Subsets Smarter - Help Needed in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Making-Subsets-Smarter-Help-Needed/m-p/744931#M92473</link>
    <description>&lt;P&gt;Before creating an Add-In on your own, you might have a look at&amp;nbsp;&lt;LI-MESSAGE title="QuickSelect Toolbar" uid="566965" url="https://community.jmp.com/t5/JMP-Add-Ins/QuickSelect-Toolbar/m-p/566965#U566965" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-tkb-thread lia-fa-icon lia-fa-tkb lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The option which you describe is this one:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_1-1712420087565.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/63147i45BB63EA527FDD3A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_1-1712420087565.png" alt="hogi_1-1712420087565.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are many more Shortcut included -&amp;nbsp; like &lt;EM&gt;Tagging&lt;/EM&gt; (~ &lt;STRONG&gt;Name Selection in Column&lt;/STRONG&gt; on Steroids)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;... and there is also a Shortcut for &lt;STRONG&gt;Invert selection&lt;/STRONG&gt; :)&lt;/img&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 06 Apr 2024 16:18:18 GMT</pubDate>
    <dc:creator>hogi</dc:creator>
    <dc:date>2024-04-06T16:18:18Z</dc:date>
    <item>
      <title>Making Subsets Smarter - Help Needed</title>
      <link>https://community.jmp.com/t5/Discussions/Making-Subsets-Smarter-Help-Needed/m-p/744579#M92442</link>
      <description>&lt;P&gt;Hi Hive Mind,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I quite often make a subset of my data table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My current method is&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Find a value that is representative of my subset&lt;/LI&gt;&lt;LI&gt;Right click -&amp;gt; Select matching cells&lt;/LI&gt;&lt;LI&gt;Tables -&amp;gt; Subset à selected rows, all columns&lt;/LI&gt;&lt;LI&gt;Save file&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Alternatively, I will&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Use “Save as” to create a new file&lt;/LI&gt;&lt;LI&gt;Find a value that is representative of my subset&lt;/LI&gt;&lt;LI&gt;Right click&amp;nbsp;-&amp;gt; Select matching cells&lt;/LI&gt;&lt;LI&gt;Invert selection&lt;/LI&gt;&lt;LI&gt;Delete Rows&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do this many times on a weekly basis… and it is painful…&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So here is my idea that I need help with:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to create a script that when I have selected my matching cells I can click a button that will make a subset of the selected rows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my best shot so far (it doesn’t work)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Dt = current data set();

My_list = dt &amp;lt;&amp;lt; Get Selected();

Dt &amp;lt;&amp;lt; Subset(

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Selected Rows( 0 ),

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; List;

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Selected columns only( 0 )

);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have other ideas, or should I do something completely different?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 08:36:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Making-Subsets-Smarter-Help-Needed/m-p/744579#M92442</guid>
      <dc:creator>Stats_Like_Jazz</dc:creator>
      <dc:date>2024-04-05T08:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: Making Subsets Smarter - Help Needed</title>
      <link>https://community.jmp.com/t5/Discussions/Making-Subsets-Smarter-Help-Needed/m-p/744583#M92443</link>
      <description>&lt;P&gt;I have created "add-in" (it has many other shortcuts that's why it is an add-in) which basically just sets shortcut to run simple script like&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Current Data Table() &amp;lt;&amp;lt; Subset(Selected Rows(1), Selected Columns Only(0));&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1712306468631.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/63110i400A8089B516479F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1712306468631.png" alt="jthi_0-1712306468631.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;You could also do this by creating a toolbar and adding shortcut to it.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 08:42:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Making-Subsets-Smarter-Help-Needed/m-p/744583#M92443</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-04-05T08:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: Making Subsets Smarter - Help Needed</title>
      <link>https://community.jmp.com/t5/Discussions/Making-Subsets-Smarter-Help-Needed/m-p/744592#M92446</link>
      <description>&lt;P&gt;Your specified code only needs to be modified slightly to get what you want.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="jsl"&gt;Dt = current data set();&lt;/LI-CODE&gt;
&lt;P&gt;Needs to be&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Dt = current data table();&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;and the Subset Platform already can find all selected rows, and use that for the selection&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Dt &amp;lt;&amp;lt; Subset(
	Selected Rows( 1 ), 
	Selected columns( 0 )
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Put it all together it looks like&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
Dt = current data table();

Dt &amp;lt;&amp;lt; Subset(
	Selected Rows( 1 ), 
	Selected columns( 0 )
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;As Jarmo suggests, you could turn this into a toolbar short cut.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 11:09:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Making-Subsets-Smarter-Help-Needed/m-p/744592#M92446</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2024-04-05T11:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: Making Subsets Smarter - Help Needed</title>
      <link>https://community.jmp.com/t5/Discussions/Making-Subsets-Smarter-Help-Needed/m-p/744599#M92447</link>
      <description>&lt;P&gt;Thanks for the answer Jarmo! I am creating an add-in with similar scripts that I find myself repeating!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;dot to comma is one of them XD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );

dt = Current Data Table();

nr = nrows(dt);
col_names = dt &amp;lt;&amp;lt; Get Selected Columns (String);// get column names (String);
for (i = 1, i &amp;lt;= nitems(col_names), i++,
    one_col = column(dt, col_names[i]);
    for (k = 1, k &amp;lt;= nr, k++,
        one_col[k] = substitute(one_col[k], ".", ",");    // Replace decimal with comma
        //one_col[k] = substitute(one_col[k], ",", ".");    // Replace comma with decimal
    );
    one_col &amp;lt;&amp;lt; Data Type(Numeric);
    one_col &amp;lt;&amp;lt; Set Modeling Type ("Continuous");
);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I got this from another community script.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 12:21:33 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Making-Subsets-Smarter-Help-Needed/m-p/744599#M92447</guid>
      <dc:creator>Stats_Like_Jazz</dc:creator>
      <dc:date>2024-04-05T12:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: Making Subsets Smarter - Help Needed</title>
      <link>https://community.jmp.com/t5/Discussions/Making-Subsets-Smarter-Help-Needed/m-p/744600#M92448</link>
      <description>&lt;P&gt;Thanks Jim, that was a very helpful answer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Enjoy your weekend!&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 12:22:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Making-Subsets-Smarter-Help-Needed/m-p/744600#M92448</guid>
      <dc:creator>Stats_Like_Jazz</dc:creator>
      <dc:date>2024-04-05T12:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: Making Subsets Smarter - Help Needed</title>
      <link>https://community.jmp.com/t5/Discussions/Making-Subsets-Smarter-Help-Needed/m-p/744622#M92449</link>
      <description>&lt;P&gt;The given solution is already being used! thanks&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2687"&gt;@txnelson&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/14366"&gt;@jthi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 12:51:27 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Making-Subsets-Smarter-Help-Needed/m-p/744622#M92449</guid>
      <dc:creator>Stats_Like_Jazz</dc:creator>
      <dc:date>2024-04-05T12:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: Making Subsets Smarter - Help Needed</title>
      <link>https://community.jmp.com/t5/Discussions/Making-Subsets-Smarter-Help-Needed/m-p/744931#M92473</link>
      <description>&lt;P&gt;Before creating an Add-In on your own, you might have a look at&amp;nbsp;&lt;LI-MESSAGE title="QuickSelect Toolbar" uid="566965" url="https://community.jmp.com/t5/JMP-Add-Ins/QuickSelect-Toolbar/m-p/566965#U566965" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-tkb-thread lia-fa-icon lia-fa-tkb lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The option which you describe is this one:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_1-1712420087565.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/63147i45BB63EA527FDD3A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_1-1712420087565.png" alt="hogi_1-1712420087565.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are many more Shortcut included -&amp;nbsp; like &lt;EM&gt;Tagging&lt;/EM&gt; (~ &lt;STRONG&gt;Name Selection in Column&lt;/STRONG&gt; on Steroids)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;... and there is also a Shortcut for &lt;STRONG&gt;Invert selection&lt;/STRONG&gt; :)&lt;/img&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Apr 2024 16:18:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Making-Subsets-Smarter-Help-Needed/m-p/744931#M92473</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2024-04-06T16:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Making Subsets Smarter - Help Needed</title>
      <link>https://community.jmp.com/t5/Discussions/Making-Subsets-Smarter-Help-Needed/m-p/745001#M92480</link>
      <description>&lt;P&gt;Actually, I started the Toolbar with a version like this one, returning a subset with just the selected rows and columns.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The current version includes now &lt;U&gt;all&lt;/U&gt; columns - and is a &lt;U&gt;linked&lt;/U&gt; subset. My work in Jmp would be much less efficient without it ...&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;application 1) select some points in a graph -&amp;gt; generate the subset&lt;/P&gt;&lt;P&gt;application 2) select some rows -&amp;gt; open the linked subset -&amp;gt; use the subset as a remote control to enter new values:&lt;/P&gt;&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6350429853112w642h540r437" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6350429853112" data-account="6058004218001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6058004218001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6350429853112w642h540r437');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://community.jmp.com/t5/video/gallerypage/video-id/6350429853112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you prefer the other version, you could go to the AddIn folder and change the jsl code.&lt;BR /&gt;... or use a code similar to this one:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;setting = Is Control Key(); // doesn't work with toolbars :(
dtSubset = Current Data Table() &amp;lt;&amp;lt; Subset(
	Linked( Not( setting ) ),
	Suppress formula evaluation( 0 ),
	Selected Rows( 1 ),
	Selected columns only( setting )
);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;Is there a trick how to get the CTRL status after triggering the script by a click on a &lt;EM&gt;&lt;STRONG&gt;toolbar icon&lt;/STRONG&gt;&lt;/EM&gt;?&lt;BR /&gt;&lt;A href="https://community.jmp.com/t5/Discussions/Checking-for-modifier-keys-ctrl-alt-shift-in-script-without/m-p/745000/highlight/true#M92479" target="_blank" rel="noopener"&gt;Checking-for-modifier-keys-ctrl-alt-shift-in-script&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Apr 2024 21:59:09 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Making-Subsets-Smarter-Help-Needed/m-p/745001#M92480</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2024-04-06T21:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: Making Subsets Smarter - Help Needed</title>
      <link>https://community.jmp.com/t5/Discussions/Making-Subsets-Smarter-Help-Needed/m-p/745220#M92511</link>
      <description>&lt;P&gt;Have you thought about row states: Hide &amp;amp; Exclude effectively create a subset for analysis without spawning new (or many) data tables?&amp;nbsp; This is a no scripting option that will also limit file sprawl.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;This would be your alternative method/ except&lt;/P&gt;
&lt;P&gt;no need to step 1 "save as", and&lt;/P&gt;
&lt;P&gt;instead of step 5/delete&amp;nbsp; it would be right click hide and exclude (also in columns menu).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since you mentioned doing this frequently- a few pointers for managing hidden/excluded row states:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;If the selection can be done with column menu/ data filter for "show" and "include" then red triangle "save script to data table" and pick a descriptive name for the subset.&amp;nbsp; Clear row states when done, and re-run the script when this subset is needed again.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or- make Row State Columns for each subset...&lt;/P&gt;
&lt;P&gt;The Row State type data column can save all row state information including hidden/excluded, but also selected and row marker/color&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example Below - sample file Big Class with two Row state columns added.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GregF_JMP_0-1712584240606.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/63163i2574B11E68A4300E/image-size/large?v=v2&amp;amp;px=999" role="button" title="GregF_JMP_0-1712584240606.png" alt="GregF_JMP_0-1712584240606.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Subset #1: 13 year olds&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Select 13 year olds, right click select matching, right click invert selection&lt;/LI&gt;
&lt;LI&gt;Right Click Hide/Exclude the non 13's- the Subset of 13 year olds is now ready for analysis.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;To preserve and return to this grouping&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Make a new column of Data Type &lt;STRONG&gt;&lt;EM&gt;Row State&lt;/EM&gt;&lt;/STRONG&gt; (named RS_13)&lt;/LI&gt;
&lt;LI&gt;Just for grins set 13 year old row markers to purple squares&lt;/LI&gt;
&lt;LI&gt;Left Click on the star of RS_13 in columns pane- copy from row states (this sends the current row states to RS_13 column)&lt;/LI&gt;
&lt;LI&gt;Protip- Column info- engage "Lock" because it is easy to inadvertently over-write&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also did this for a second subset sex=F, Notice how the row 3 selection is part of the saved row state.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&amp;nbsp;To deploy, from Row state red star, left click "Copy to Row States". (as illustrated)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2024 14:03:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Making-Subsets-Smarter-Help-Needed/m-p/745220#M92511</guid>
      <dc:creator>GregF_JMP</dc:creator>
      <dc:date>2024-04-08T14:03:14Z</dc:date>
    </item>
  </channel>
</rss>

