Skip to content

Fixed layout issue and broken image #61

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion software-tutorials/ami/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion software-tutorials/quickscrape/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down