From 5c12b3db9d91a2bc2703dfd57fc1b06a90553cfd Mon Sep 17 00:00:00 2001 From: Lars Willighagen Date: Sun, 6 Nov 2016 20:17:15 +0100 Subject: [PATCH 1/2] Fix layout in ami-regex section --- software-tutorials/ami/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software-tutorials/ami/README.md b/software-tutorials/ami/README.md index cc81150..7851d5f 100644 --- a/software-tutorials/ami/README.md +++ b/software-tutorials/ami/README.md @@ -275,7 +275,7 @@ We will now see a variety of regex-s and how they are used in a XML file. ```bash ami2-regex --project CPROJECTFOLDER -i INPUTFILE --context PRE POST --r.regex REGEXFILE.xml -```. +``` - `PRE`: tells ami how many characters before a match should be captured - `POST`: tells ami how many characters after a match should be captured From a0f78ef978e582974ac2353686a487646745b175 Mon Sep 17 00:00:00 2001 From: Lars Willighagen Date: Sun, 6 Nov 2016 20:24:31 +0100 Subject: [PATCH 2/2] Fixed broken image --- software-tutorials/quickscrape/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software-tutorials/quickscrape/README.md b/software-tutorials/quickscrape/README.md index 44021f9..fc6d58c 100644 --- a/software-tutorials/quickscrape/README.md +++ b/software-tutorials/quickscrape/README.md @@ -63,7 +63,7 @@ quickscrape \ --output peerj-384 ``` -![quickscrape-url](../assets/images/software/quickscrape/quickscrape-url.png) +![quickscrape-url](../../assets/images/software/quickscrape/quickscrape-url.png) Quickscrape now creates a subfolder for each searchresult, describing the article source, a fulltext.html with the scraping results, and a results.json containing metadata of the article, e.g. authors, title, abstract and bibliographic data. It may include other files such as fulltext PDFs, fulltext XMLs, or scraped images. This is also one of the starting points for a [ctree](../ctree/README.md), the main datastructure of the ContentMine pipeline.