Skip to content

Commit

Permalink
change version 0.2 to all metadata files
Browse files Browse the repository at this point in the history
  • Loading branch information
orchid00 committed Nov 30, 2018
1 parent f0ca8a5 commit 9bffc77
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ authors:
given-names: Paula Andrea
orcid: https://orcid.org/0000-0002-8990-1985
title: Indeed web scrapping for KSAs
version: 0.1
version: 0.2
doi: https://doi.org/
date-released: 2018-12-29
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: indeedKSA
Type: SoftwareSourceCode
Title: Web scrapping solution, to save job ads from indeed.com as text files and find keywords
Version: 0.1
Version: 0.2
Date: 2018-11-29
Authors@R: person("Paula Andrea", "Martinez", email = "mvpaula0@gmail.com",
role = c("aut", "cre"))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ For more details see

## Citation

"Indeed web scrapping for KSAs" v0.1, November 2018.
"Indeed web scrapping for KSAs" v0.2, November 2018.
[Paula Andrea Martinez](https://orcid.org/0000-0002-8990-1985) with ORCID iD
0000-0002-8990-1985.
[https://github.com/orchid00/jobWordSearch](https://github.com/orchid00/jobWordSearch).
Expand Down
1 change: 1 addition & 0 deletions bibtex
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
author = "Paula Andrea Martinez",
year = "2018",
url = "https://github.com/orchid00/jobWordSearch"
version = "0.2"
}
8 changes: 4 additions & 4 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"copyrightYear": { "@id": "schema:copyrightYear"},
"creator": { "@id": "schema:creator"},
"dateCreated": "2018-09-01",
"dateModified": "2018-11-01",
"datePublished": "2018-11-29",
"dateModified": "2018-11-30",
"datePublished": "2018-11-30",
"description": "This a fairly simple web scrapping solution. It saves job ads from indeed.com as text files and then, for each job ad a search for sentences is performed and saved. After collecting the sentences, the report looks for keywords identified around knowledge skills and abilities (KSA's)",
"developmentStatus": "active",
"downloadUrl": "https://github.com/orchid00/jobWordSearch/archive/v0.1.tar.gz",
"downloadUrl": "https://github.com/orchid00/jobWordSearch/archive/v0.2.tar.gz",
"email": { "@id": "schema:email"},
"editor": { "@id": "schema:editor"},
"encoding": { "@id": "schema:encoding"},
Expand Down Expand Up @@ -63,7 +63,7 @@
"supportingData": { "@id": "schema:supportingData"},
"targetProduct": { "@id": "schema:targetProduct"},
"url": { "@id": "schema:url", "@type": "@id"},
"version": "0.1",
"version": "0.2",
"author": {
"@id": "https://orcid.org/0000-0002-8990-1985",
"@type": "Person",
Expand Down
2 changes: 1 addition & 1 deletion docs/CODE_OF_CONDUCT.html

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

2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.html

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

2 changes: 1 addition & 1 deletion docs/LICENSE.html

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

2 changes: 1 addition & 1 deletion docs/authors.html

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

4 changes: 2 additions & 2 deletions docs/index.html

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

0 comments on commit 9bffc77

Please sign in to comment.