From 28c81360e2c568ac8c001f28b82ec5f4a352285a Mon Sep 17 00:00:00 2001 From: peterthunder Date: Mon, 13 Jul 2020 16:02:52 +0300 Subject: [PATCH] Update DESCRIPTION file --- DESCRIPTION | 17 ++++----- docs/LICENSE.html | 38 +++++++++---------- docs/articles/labourR_blogpost.html | 2 +- .../header-attrs-2.3/header-attrs.js | 12 ++++++ docs/articles/occupations_retrieval.html | 2 +- .../header-attrs-2.3/header-attrs.js | 12 ++++++ docs/index.html | 15 ++++---- docs/pkgdown.yml | 4 +- 8 files changed, 62 insertions(+), 40 deletions(-) create mode 100644 docs/articles/labourR_blogpost_files/header-attrs-2.3/header-attrs.js create mode 100644 docs/articles/occupations_retrieval_files/header-attrs-2.3/header-attrs.js diff --git a/DESCRIPTION b/DESCRIPTION index 9c129ca..0cebd25 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -13,14 +13,13 @@ Authors@R: c( person("Nikos", "Vaslamatzis", email = "nfv@eworx.gr", role = "ctb"), person("Eworx S.A", role = "cph") ) -Description: A suite of methods and data sets to assist statistical analysis and processing of data - related to the labour market. The package allows researchers to map multilingual - free-text of occupations to a broad range of standardized classifications. String distance method - used for fuzzy matching is detailed in M.P.J. van der Loo (2014) . - Publications relevant to the theoretical principles followed can be found in Arthur Turrell, - Bradley J. Speigner, Jyldyz Djumalieva, David Copple, James Thurgood (2019) - and Gweon, H., Schonlau, M., Kaczmirek, L., - Blohm, M., & Steiner, S. (2017) . +Description: Allows the user to map multilingual free-text of occupations to a broad range + of standardized classifications. The package facilitates automatic occupation coding (see + Gweon et al. (2017) and Turrell et al. (2019) + ), where the ISCO to ESCO mapping is exploited to extend the + occupations hierarchy (see Le Vrang et al. (2014) ). + Document vectorization is performed using a corpus derived from ESCO and a method based on + the nearest neighbors algorithm is used to suggest an ISCO occupation for the input free-text. License: GPL-3 Encoding: UTF-8 LazyData: true @@ -28,7 +27,7 @@ RoxygenNote: 7.1.1 Roxygen: list(markdown = TRUE) URL: https://github.com/AleKoure/labourR BugReports: https://github.com/AleKoure/labourR/issues -Suggests: +Suggests: knitr, rmarkdown, testthat (>= 2.1.0) diff --git a/docs/LICENSE.html b/docs/LICENSE.html index f18d565..ac516cb 100644 --- a/docs/LICENSE.html +++ b/docs/LICENSE.html @@ -333,27 +333,27 @@

How to Apply These Terms to Your New Programs

If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms.

To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the “copyright” line and a pointer to where the full notice is found.

-
<one line to give the program's name and a brief idea of what it does.>
-Copyright (C) 2020 Eworx.S.A.
-
-This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 3 of the License, or
-(at your option) any later version.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
<one line to give the program's name and a brief idea of what it does.>
+Copyright (C) 2020 Eworx.S.A.
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program.  If not, see <http://www.gnu.org/licenses/>.

Also add information on how to contact you by electronic and paper mail.

If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode:

-
labourR Copyright (C) 2020 Eworx.S.A.
-This program comes with ABSOLUTELY NO WARRANTY; for details type 'show w'.
-This is free software, and you are welcome to redistribute it
-under certain conditions; type 'show c' for details.
+
labourR Copyright (C) 2020 Eworx.S.A.
+This program comes with ABSOLUTELY NO WARRANTY; for details type 'show w'.
+This is free software, and you are welcome to redistribute it
+under certain conditions; type 'show c' for details.

The hypothetical commands show w and show c should show the appropriate parts of the General Public License. Of course, your program’s commands might be different; for a GUI interface, you would use an “about box”.

You should also get your employer (if you work as a programmer) or school, if any, to sign a “copyright disclaimer” for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see <http://www.gnu.org/licenses/>.

The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read <http://www.gnu.org/philosophy/why-not-lgpl.html>.

diff --git a/docs/articles/labourR_blogpost.html b/docs/articles/labourR_blogpost.html index 18f13bb..eeb6717 100644 --- a/docs/articles/labourR_blogpost.html +++ b/docs/articles/labourR_blogpost.html @@ -89,7 +89,7 @@ -
+