Skip to content
Snippets Groups Projects
Commit 70adadf3 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Added how to create a DOI with zenodo.

parent 46cdf4cd
Branches
No related tags found
1 merge request!100Removed text for XSub that is now written in Confluence Subband correlator...
...@@ -15,6 +15,8 @@ ...@@ -15,6 +15,8 @@
* Linux * Linux
* ICT diensten * ICT diensten
* Python * Python
* Zenodo DOI
...@@ -335,11 +337,6 @@ alle branches dan dezelfde referentie hebben. Voordat je een merge request van j ...@@ -335,11 +337,6 @@ alle branches dan dezelfde referentie hebben. Voordat je een merge request van j
bovenliggende branch doet, moet je eerst die bovenliggende branch mergen naar je branch. bovenliggende branch doet, moet je eerst die bovenliggende branch mergen naar je branch.
*******************************************************************************
* SVN:
*******************************************************************************
svn -diff --diff-cmd='meld' [filepath] -r [revision]
******************************************************************************* *******************************************************************************
* Confluence: * Confluence:
******************************************************************************* *******************************************************************************
...@@ -667,6 +664,11 @@ https://linuxize.com/ ...@@ -667,6 +664,11 @@ https://linuxize.com/
> apt-get dist-upgrade > apt-get dist-upgrade
> apt autoremove > apt autoremove
# Henk Vosmeier
sudo apt-get upgrade
sudo apt-get dist-upgrade
sudo apt remove
# Login on dop386 and then power off: # Login on dop386 and then power off:
> sudo shutdown > sudo shutdown
...@@ -678,6 +680,9 @@ dop466_0 = HDD ...@@ -678,6 +680,9 @@ dop466_0 = HDD
> gzip filename # zip file > gzip filename # zip file
> unzip filename.gz # unzip file > unzip filename.gz # unzip file
> zip -r apertif_matlab-v1.0.zip apertif_matlab
> zipinfo apertif_matlab-v1.0.zip
> grep -rl 'search text in files' . # -r for recursive, -l for only list filename > grep -rl 'search text in files' . # -r for recursive, -l for only list filename
> find . -name *_thisfile.txt > find . -name *_thisfile.txt
...@@ -690,6 +695,7 @@ Start --> Administration --> Synaptic package manager ...@@ -690,6 +695,7 @@ Start --> Administration --> Synaptic package manager
> sudo pip3 install numpy # to run Python3 library installer as root > sudo pip3 install numpy # to run Python3 library installer as root
> sudo apt-get install pip # to install Python2 library installer > sudo apt-get install pip # to install Python2 library installer
> sudo apt-get install python-matplotlib
# ARGS doc gen # ARGS doc gen
> sudo pip3 install --upgrade setuptools > sudo pip3 install --upgrade setuptools
...@@ -715,11 +721,6 @@ Start --> Administration --> Synaptic package manager ...@@ -715,11 +721,6 @@ Start --> Administration --> Synaptic package manager
# Ethernet # Ethernet
> ifconfig > ifconfig
# Henk Vosmeier
sudo apt-get upgrade
sudo apt-get dist-upgrade
sudo apt remove
# primary group # primary group
# supplementary groups # supplementary groups
...@@ -733,8 +734,8 @@ sudo usermod -a -G software kooistra # add user 'kooistra' to a Linux group 's ...@@ -733,8 +734,8 @@ sudo usermod -a -G software kooistra # add user 'kooistra' to a Linux group 's
ls -l filename # shows current user,group owners of the 'filename' ls -l filename # shows current user,group owners of the 'filename'
sudo chgrp software filename # change group of 'filename' to 'software' sudo chgrp software filename # change group of 'filename' to 'software'
sudo chgrp -R software dirname # recursively change group of 'dirname' to 'software' sudo chgrp -R software dirname # recursively change group of 'dirname' to 'software'
#chown # change user,group
sudo chown user_name file_name # change user,group
******************************************************************************* *******************************************************************************
* ICT diensten * ICT diensten
...@@ -776,3 +777,18 @@ https://pypi.org/project/black/ # Python code formatter ...@@ -776,3 +777,18 @@ https://pypi.org/project/black/ # Python code formatter
numpy tutorial: numpy tutorial:
https://lwn.net/SubscriberLink/847039/3016fa7278000b77/ https://lwn.net/SubscriberLink/847039/3016fa7278000b77/
*******************************************************************************
* Zenodo DOI
*******************************************************************************
- login at https://zenodo.org/
- choose Upload in main menu --> my zenodo DOIs area
- choose New Upload button
- fill in all fields, reserve a DOI and do save
- check the README.md, NOTICE.md (with the DOI) and the LICENSE.md
- create the zip file
- upload the zip file and publish the DOI.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment