Skip to content

Commit 2151007

Browse files
committed
typo
1 parent 6b9a4f6 commit 2151007

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dcoraid/gui/wizard_bagit/wizard_bagit.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<item>
2828
<widget class="QLabel" name="label">
2929
<property name="text">
30-
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Welcome to the DCOR-Aid archival wizard! This tool helps you archive a &lt;span style=&quot; font-style:italic;&quot;&gt;Circle&lt;/span&gt; from DCOR to a local directory in the BagIt format.&lt;/p&gt;&lt;p&gt;The BagIt format (RFC 8493) is a directory structure that incorporates data and metadata checksumming for long-term archival. Since data are structured in a human-readable way, you can also use this format in a regular data analysis context. Read more about the format on Wikipedia: &lt;a href=&quot;https://en.wikipedia.org/wiki/BagIt&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#27bf73;&quot;&gt;https://en.wikipedia.org/wiki/BagIt&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Once this wizard is complete, you can verify the data integrity of the downloaded files by installing and running BagIt code:&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-family:'Hack';&quot;&gt;     pip install bagit &lt;br/&gt;     bagit.py --validate --quiet archive_path/0*&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
30+
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Welcome to the DCOR-Aid archival wizard! This tool helps you archive a &lt;span style=&quot; font-style:italic;&quot;&gt;Circle&lt;/span&gt; from DCOR to a local directory in the BagIt format.&lt;/p&gt;&lt;p&gt;The BagIt format (RFC 8493) is a directory structure that incorporates data and metadata checksumming for long-term archival. Since data are structured in a human-readable way, you can also use this format in a regular data analysis context. Read more about the format on Wikipedia: &lt;a href=&quot;https://en.wikipedia.org/wiki/BagIt&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#27bf73;&quot;&gt;https://en.wikipedia.org/wiki/BagIt&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Once this wizard is complete, you can verify the data integrity of the downloaded files by installing and running BagIt using Python:&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-family:'Hack';&quot;&gt;     pip install bagit &lt;br/&gt;     bagit.py --validate --quiet archive_path/0*&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
3131
</property>
3232
<property name="textFormat">
3333
<enum>Qt::TextFormat::RichText</enum>

0 commit comments

Comments
 (0)