Skip to content

Commit 581fb68

Browse files
committed
Update docs
1 parent 2c38f14 commit 581fb68

File tree

4 files changed

+20
-47
lines changed

4 files changed

+20
-47
lines changed

.gitignore

+1-35
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,2 @@
1-
# Prerequisites
2-
*.d
3-
4-
# Compiled Object files
5-
*.slo
6-
*.lo
7-
*.o
8-
*.obj
9-
10-
# Precompiled Headers
11-
*.gch
12-
*.pch
13-
14-
# Compiled Dynamic libraries
15-
*.so
16-
*.dylib
17-
*.dll
18-
19-
# Fortran module files
20-
*.mod
21-
*.smod
22-
23-
# Compiled Static libraries
24-
*.lai
25-
*.la
26-
*.a
27-
*.lib
28-
29-
# Executables
30-
*.exe
31-
*.out
32-
*.app
33-
34-
*.docx
35-
*Zone.Identifier
361
.vscode/
2+
*.docx

DESCRIPTION

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: octave_tar
2-
Version: 0.1.0
3-
Date: 2024-10-21
2+
Version: 1.0.0
3+
Date: 2024-11-07
44
Author: various authors
55
Maintainer: Yu Hongbo <[email protected]>, CNOCTAVE <[email protected]>
66
Title: tar wrapper

NEWS

+7
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1+
** v1.0.0
2+
Add document website.
3+
Add bug tracker website.
4+
Modify websites of octave_tar homepage.
5+
Fill in BibTeX reference in the document.
6+
Change document.
7+
-------------------------------------------------------
18
** First release.

docs/index.html

+10-10
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
<div id="online_install" class="title1 q-ma-md text-primary">在线安装</div>
159159
<p class="q-ma-md">octave_tar可以在线安装。</p>
160160
<div class="text-h5 q-ma-md text-red-10">在线安装octave_tar,代码如下:</div>
161-
<p class="q-ma-md">>> pkg install 'https://github.com/CNOCTAVE/octave_tar/releases/download/1.0.2/octave_tar.tar.gz'</p>
161+
<p class="q-ma-md">>> pkg install 'https://github.com/CNOCTAVE/octave_tar/releases/download/1.0.0/octave_tar.tar.gz'</p>
162162
<q-separator></q-separator>
163163
<div id="source_code_install" class="title1 q-ma-md text-primary">源码安装</div>
164164
<p class="q-ma-md">octave_tar可以直接使用tar包安装。</p>
@@ -210,18 +210,18 @@
210210
institution = {BA DU XIN SHANG},
211211
year = {2024},
212212
number = {1},
213-
month = {10},
213+
month = {11},
214214
url = {https://cnoctave.github.io/octave_tar/index.html},
215-
urldate = {2024-10-07},
215+
urldate = {2024-11-01},
216216
}</p>
217-
<div class="text-h5 q-ma-md text-red-10">octave_tar: Efficient File and String Decompression Utilizing the ZSTD Algorithm(BibTeX)</div>
218-
<p class="q-ma-md" style="white-space: normal;">@article{https://doi.org/10.6084/m9.figshare.27186048.v1,
219-
doi = {10.6084/M9.FIGSHARE.27186048.V1},
220-
url = {https://figshare.com/articles/preprint/octave_tar_Efficient_File_and_String_Decompression_Utilizing_the_ZSTD_Algorithm/27186048/1},
217+
<div class="text-h5 q-ma-md text-red-10">Utilizing octave_tar and octave_zstd for Efficient Management of Academic Datasets: A New Frontier in Data Science(BibTeX)</div>
218+
<p class="q-ma-md" style="white-space: normal;">@article{https://engrxiv.org/preprint/view/4084,
219+
doi = {10.31224/4084},
220+
url = {https://engrxiv.org/preprint/view/4084},
221221
author = {Yu Hongbo, },
222-
keywords = {Software architecture},
223-
title = {octave_tar: Efficient File and String Decompression Utilizing the ZSTD Algorithm},
224-
publisher = {figshare},
222+
keywords = {CNOCTAVE, GNU, cross domain, open-source, octave_tar},
223+
title = {Utilizing octave_tar and octave_zstd for Efficient Management of Academic Datasets: A New Frontier in Data Science},
224+
publisher = {engrxiv},
225225
year = {2024},
226226
copyright = {Creative Commons Attribution 4.0 International}
227227
}</p>

0 commit comments

Comments
 (0)