CIRDLES / Squid

Squid3 is being developed by the Cyber Infrastructure Research and Development Lab for the Earth Sciences (CIRDLES.org) at the College of Charleston, Charleston, SC and Geoscience Australia as a re-implementation in Java of Ken Ludwig's Squid 2.5. - please contribute your expertise!
http://cirdles.org/projects/squid/
Apache License 2.0
12 stars 27 forks source link

Future enhancement... save button for RM XML files #361

Closed AllenKennedy closed 3 years ago

AllenKennedy commented 5 years ago

Would it be possible to have an autosave button for Reference Material Models, so that the RM model is written as an XML file into a designated folder? This would save work for anyone with a large number of RM.

sbodorkos commented 5 years ago

Hi Allen

Yes, we are still working out how to handle the various categories of Model. Jim @bowring sees the XML versions of the Models primarily as a sharing/portability measure; once you get hold of someone else's Model and use it in your Squid3, it gets ingested, and will always be available to you, even if the XML version of the Model is subsequently lost.

The benefit of this approach is that all your Squid3 Projects that depend on any given Model do not break if the XML Model file gets lost. The flipside at present is that it's hard to manage large volumes of Model data: if you have 56 RMs, 73 Tasks etc., it's hard to browse them in order to choose the one you want. I am hoping we will be able to institute some 'list-views' to ease that process.

I also hope we will be able to streamline the generation of 'editable' RM Models by simplifying the LabData interface. At the moment, we are still guessing how people are going to use RM Models; we intend to build golden 'non-editable' ones for widely used RMs that have published IDTIMS data, and we envisage those will be popular with ordinary users.

Power users will no doubt want to define their own 'editable' models as needed, for experimental purposes, and for those, the main value will be in ensuring the preservation of full metadata associated with a specific data-reduction (similar what SQUID 2.50 tries to do, with the text in the top-left of the StandardData sheet, and the reference-value boxes mostly arrayed down the right-hand side of the StandardData sheet).


From: AllenKennedy notifications@github.com Sent: Thursday, 12 September 2019 4:28:09 PM To: CIRDLES/Squid Squid@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [CIRDLES/Squid] Future enhancement... save button for RM XML files (#361)

Would it be possible to have an autosave button for Reference Material Models, so that the RM model is written as an XML file into a designated folder? This would save work for anyone with a large number of RM.

- You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/CIRDLES/Squid/issues/361?email_source=notifications&email_token=AEFJ5M75JNJEDWYTYWCEKQ3QJHOPTA5CNFSM4IV7XKK2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HK4UTEA, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AEFJ5M3RLDW4KNY5RWHPUZLQJHOPTANCNFSM4IV7XKKQ.

Geoscience Australia Disclaimer: This e-mail (and files transmitted with it) is intended only for the person or entity to which it is addressed. If you are not the intended recipient, then you have received this e-mail by mistake and any use, dissemination, forwarding, printing or copying of this e-mail and its file attachments is prohibited. The security of emails transmitted cannot be guaranteed; by forwarding or replying to this email, you acknowledge and accept these risks.

bowring commented 4 years ago

@sbodorkos and @AllenKennedy - Let's revisit this with some real models and develop some use cases that we can implement.

bowring commented 3 years ago

this should be handled by v1.5.10 with single and bulk export of parameter models, although no auto-save feature exists.