Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Operate
Environments
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
subugoe
ahiqar
Website
Commits
9cfbdaa6
Commit
9cfbdaa6
authored
3 years ago
by
Mathias Goebel
Browse files
Options
Downloads
Patches
Plain Diff
feat: update ms page
parent
64d70449
No related branches found
No related tags found
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
readme.md
+2
-2
2 additions, 2 deletions
readme.md
src/collation.md
+1
-1
1 addition, 1 deletion
src/collation.md
src/manuscripts.md
+1499
-214
1499 additions, 214 deletions
src/manuscripts.md
with
1502 additions
and
217 deletions
readme.md
+
2
−
2
View file @
9cfbdaa6
...
@@ -33,7 +33,7 @@ To update the [list of manuscripts](src/manuscripts.md), run the following code.
...
@@ -33,7 +33,7 @@ To update the [list of manuscripts](src/manuscripts.md), run the following code.
```
bash
```
bash
head
-
$(
grep
" HTML "
src/manuscripts.md
-n
|
cut
-f1
-d
:
)
src/manuscripts.md
>>
src/tmp.md
head
-
$(
grep
" HTML "
src/manuscripts.md
-n
|
cut
-f1
-d
:
)
src/manuscripts.md
>>
src/tmp.md
echo
""
>>
src/tmp.md
# newline
echo
""
>>
src/tmp.md
# newline
curl https://ahi
k
ar
-dev.sub
.uni-goettingen.de/api/website/manuscripts |
sed
"s#xhtml:##g"
>>
src/tmp.md
curl https://ahi
q
ar.uni-goettingen.de/api/website/manuscripts |
sed
"s#xhtml:##g"
>>
src/tmp.md
# check result at tmp.md and than
# check result at tmp.md and than
mv
src/tmp.md src/manuscripts.md
mv
src/tmp.md src/manuscripts.md
```
```
...
@@ -43,7 +43,7 @@ To update the [collation results](src/collation.md), run the following code.
...
@@ -43,7 +43,7 @@ To update the [collation results](src/collation.md), run the following code.
```
bash
```
bash
head
-
$(
grep
" HTML "
src/collation.md
-n
|
cut
-f1
-d
:
)
src/collation.md
>>
src/tmp.md
head
-
$(
grep
" HTML "
src/collation.md
-n
|
cut
-f1
-d
:
)
src/collation.md
>>
src/tmp.md
echo
""
>>
src/tmp.md
# newline
echo
""
>>
src/tmp.md
# newline
curl https://ahi
k
ar
-dev.sub
.uni-goettingen.de/api/website/collation |
sed
"s#xhtml:##g"
>>
src/tmp.md
curl https://ahi
q
ar.uni-goettingen.de/api/website/collation |
sed
"s#xhtml:##g"
>>
src/tmp.md
# check result at tmp.md and than
# check result at tmp.md and than
mv
src/tmp.md src/collation.md
mv
src/tmp.md src/collation.md
```
```
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/collation.md
+
1
−
1
View file @
9cfbdaa6
...
@@ -414,4 +414,4 @@ Nevertheless, the current results are in need of improvement. The .csv- and .svg
...
@@ -414,4 +414,4 @@ Nevertheless, the current results are in need of improvement. The .csv- and .svg
</li>
</li>
</ol>
</ol>
</div>
</div>
</div>
</div>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/manuscripts.md
+
1499
−
214
View file @
9cfbdaa6
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment