From 30438cf4a934921519988b6467c11a284d9b30cb Mon Sep 17 00:00:00 2001 From: Md Maherukh Ajmal Date: Sun, 30 Apr 2023 19:39:51 +0530 Subject: [PATCH 1/3] Update README.md Checked for spelling mistakes. --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index cab1eae..d41efc2 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,21 @@ # CDLI Daily Bulk Data Dump -**Last update was August 2022. Head to the [open-data](https://github.com/cdli-gh/open-data) repository for the current data dumps** +**Last update was August 2022. Head to the [open-data] (https://github.com/cdli-gh/open-data) repository for the current data dumps** The repository contains a daily dump of all public catalogue and text data from the Cuneiform Digital Library Initiative. ## Getting the data -Make sure you have the Git Large File Storage extentions ([`git-lfs`](https://github.com/git-lfs/git-lfs)) installed, see [here](https://docs.github.com/en/repositories/working-with-files/managing-large-files/installing-git-large-file-storage) for instructions. For installing under, say, Ubuntu, you can also use +Make sure you have the Git Large File Storage extensions ([`git-lfs`](https://github.com/git-lfs/git-lfs)) installed, see [here](https://docs.github.com/en/repositories/working-with-files/managing-large-files/installing-git-large-file-storage) for instructions. For installing under, say, Ubuntu, you can also use. $> curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash $> sudo apt-get install git-lfs -Clone the repository +Clone the repository. - $> git clone https://github.com/cdli-gh/data + $> git clone https://github.com/cdli-gh/data --depth 1 -Retrieve Git LSF data: +Retrieve Git LFS data: $> cd data $> git lfs fetch @@ -23,7 +23,7 @@ Retrieve Git LSF data: ## Format ### Text Data The CDLI transliterations dump is offered in plain text UTF-8 ATF format. -For more information about ATF, visit : +For more information about ATF, visit: http://oracc.museum.upenn.edu/doc/help/editinginatf/cdliatf/index.html (Scroll down for an example). @@ -32,13 +32,13 @@ For more information about ATF, visit : The catalogue is offered in a UTF-8 comma separated format. Most fields are thoroughly explained here: https://cdli.ucla.edu/?q=cdli-search-information -Our data schema is currently being remodeled, get in touch if you would like a sneak peak! +Our data schema is currently being remodelled, get in touch if you would like a sneak peek! -To view a sample of the catalogue, you can use the head command on a Unix machine using this syntax, while you are in the directory where the file is stored: +View a sample of the catalogue, you can use the head command on a Unix machine using this syntax, while you are in the directory where the file is stored: ``` head cdli_catalogue_1of2.csv ``` -With Windows Power Shell, try +With Windows Power Shell, try. ``` Get-Content *filename* -Head *n* ``` From 10f2e7626c08193a79805374a41d9ca49db349b1 Mon Sep 17 00:00:00 2001 From: Md Maherukh Ajmal Date: Sun, 30 Apr 2023 19:47:13 +0530 Subject: [PATCH 2/3] Update README.md Added historical and depth 1 clone tags --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d41efc2..9340460 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,17 @@ Make sure you have the Git Large File Storage extensions ([`git-lfs`](https://gi $> curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash $> sudo apt-get install git-lfs -Clone the repository. +Clone the repository: - $> git clone https://github.com/cdli-gh/data --depth 1 +To speed up the process of cloning the repository, it is recommended to use the command + + $>git clone https://github.com/cdli-gh/data --depth 1 + +The above command only fetches the most recent commit, which is much faster than fetching all historical commits. + +To fetch all historical commits use: + + $> git clone https://github.com/cdli-gh/data Retrieve Git LFS data: From 233ae31b5c9417c909496b200e0f2fe89de06775 Mon Sep 17 00:00:00 2001 From: Md Maherukh Ajmal Date: Sun, 30 Apr 2023 19:49:49 +0530 Subject: [PATCH 3/3] Update README.md spell check --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9340460..64c945a 100644 --- a/README.md +++ b/README.md @@ -6,20 +6,20 @@ The repository contains a daily dump of all public catalogue and text data from ## Getting the data -Make sure you have the Git Large File Storage extensions ([`git-lfs`](https://github.com/git-lfs/git-lfs)) installed, see [here](https://docs.github.com/en/repositories/working-with-files/managing-large-files/installing-git-large-file-storage) for instructions. For installing under, say, Ubuntu, you can also use. +Make sure you have the Git Large File Storage extensions ([`git-lfs`] (https://github.com/git-lfs/git-lfs)) installed, see [here](https://docs.github.com/en/repositories/working-with-files/managing-large-files/installing-git-large-file-storage) for instructions. For installing under, say, Ubuntu, you can also use. $> curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash $> sudo apt-get install git-lfs Clone the repository: -To speed up the process of cloning the repository, it is recommended to use the command +Speed up the process of cloning the repository, it is recommended to use the command. - $>git clone https://github.com/cdli-gh/data --depth 1 + $> git clone https://github.com/cdli-gh/data --depth 1 The above command only fetches the most recent commit, which is much faster than fetching all historical commits. -To fetch all historical commits use: +Fetch all historical commits using: $> git clone https://github.com/cdli-gh/data