Skip to content

Commit

Permalink
Add images to docs folder (eventually migrate images out of top level…
Browse files Browse the repository at this point in the history
… image folder)
  • Loading branch information
elinw committed Nov 8, 2018
1 parent f680f98 commit e9b6041
Show file tree
Hide file tree
Showing 21 changed files with 547 additions and 22 deletions.
9 changes: 0 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,6 @@ r_github_packages:
- r-lib/covr
after_success:
- Rscript -e 'covr::codecov()'
- Rscript -e 'pkgdown::build_site()'
deploy:
provider: pages
skip-cleanup: true
github-token: $GITHUB_PAT
keep-history: true
local-dir: docs
on:
branch: master
addons:
apt:
packages:
Expand Down
312 changes: 312 additions & 0 deletions README.html

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions README.rmd
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ These will hold the documents to be coded, information about the codes, unit
information and the r data frames that will be the core of the analysis.
For this example the folder and file structures for the sample data will look similar to this.

![](./images/folderstructure.png)
![](../images/folderstructure.png)

### Documents
In our example we've already placed our documents into the "documents" folder.
Expand Down Expand Up @@ -178,7 +178,7 @@ import_project_data(project = "my_qcoder_project")
```

Now the data_frames folder will contain the imported files.
![](./images/data_frames_folder.png)
![](../images/data_frames_folder.png)

Now it's time to start coding.

Expand All @@ -197,28 +197,28 @@ Once you have selected your project there will be a drop down menu on the
"Add codes to text" tab to allow you to pick a specific document to code.
This will pull a document into the editor.

![](./images/coding_step1.png)
![](images/coding_step1.png)

Select your project folder.

![](./images/coding_step2_folder_select.png)
![](../images/coding_step2_folder_select.png)

Once you have a project, use the drop down menu to select a particular document
to code. This will open in an editor. When done coding (instructions below),
click Save changes.

Select your project folder.

![](./images/coding_step3_document_select.png)
![](../images/coding_step3_document_select.png)

Switching to the "Codes" tab a list of codes from the codes file is displayed.

![](./images/codestab.png)
![](../images/codestab.png)

Our sample data already has some coding done, and the code-text data is displayed on the
"Coded data" tab.

![](./images/codeddata.png)
![](../images/codeddata.png)

### Coding the data

Expand Down
Binary file added docs/images/codeddata.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/codestab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/coding_step1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/coding_step2_folder_select.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/coding_step3_document_select.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/data-reader-app.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/data_frames_folder.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/folderstructure.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions docs/images/hex/hex.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#icon from https://thenounproject.com
library(hexSticker)
sticker("hex/noun_729118_cc_mod.png", package="qcoder",
p_size=19, s_x=1, s_y=.8, s_width=.6, p_y=1.55,
h_fill="#d5f4e6", h_color="#80ced6", p_color="#000000",
filename="imgHex.png")

#beige version
sticker("hex/noun_729118_cc_mod.png", package="qcoder",
p_size=22, s_x=1, s_y=.82, s_width=.6, p_y=1.51, h_size=1.2,
h_fill="#f9e8a4", h_color="#99623b", p_color="#664025",
filename="hex/imgHex_beige.png")
Binary file added docs/images/hex/imgHex.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/hex/imgHex_beige.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/hex/noun_729118_cc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/hex/noun_729118_cc_mod.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/qedit1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/qedit2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added images/data-reader-app.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
210 changes: 210 additions & 0 deletions motivation.html

Large diffs are not rendered by default.

0 comments on commit e9b6041

Please sign in to comment.