Skip to content

Commit

Permalink
dedicate section for publications
Browse files Browse the repository at this point in the history
  • Loading branch information
wibeasley committed Feb 4, 2023
1 parent a49cb81 commit bd7f35f
Showing 1 changed file with 23 additions and 21 deletions.
44 changes: 23 additions & 21 deletions WebTechnologies.md
Original file line number Diff line number Diff line change
Expand Up @@ -613,27 +613,7 @@ This list describes online services. For more tools, please see the [Analysis o
There is some overlap with `webreadr`, but webreader focuses on reading log files,
while WebAnalytics focuses on analysing them.

### Web Services for R Package Development

- *R-Hub*: <http://log.r-hub.io/> is a project to enable package builds across all architectures.
`r pkg("rhub")` interfaces with R-Hub to allow you to check a package on the platform.

### Web Services for Generating Synthetic Data

- [*MockaRoo API*](https://www.mockaroo.com/docs):
`r github("stephlocke/mockaRoo")` (not on CRAN) generates mock or fake data based on an input schema.
- [*RandomAPI*](https://randomapi.com):
`r github("karthik/randNames")` generates random names and personal identifying information.

### Other Web Services

- *Push Notifications*:
`r pkg("RPushbullet")` provides an easy-to-use interface for the Pushbullet service
which provides fast and efficient notifications between
computers, phones and tablets.
`r pkg("pushoverr")` can sending push notifications to mobile devices (iOS and Android) and desktop
using 'Pushover'.
`r pkg("notifyme")` can control Phillips Hue lighting.
### Publications

- *Reference/bibliography/citation management*:
`r pkg("rorcid")` connects to the [Orcid.org](https://orcid.org/) API,
Expand Down Expand Up @@ -664,6 +644,28 @@ This list describes online services. For more tools, please see the [Analysis o
a search interface for open access scholarly articles.
`r pkg("rcrossref")` is an interface to Crossref's API.

### R Package Development

- *R-Hub*: <http://log.r-hub.io/> is a project to enable package builds across all architectures.
`r pkg("rhub")` interfaces with R-Hub to allow you to check a package on the platform.

### Generating Synthetic Data

- [*MockaRoo API*](https://www.mockaroo.com/docs):
`r github("stephlocke/mockaRoo")` (not on CRAN) generates mock or fake data based on an input schema.
- [*RandomAPI*](https://randomapi.com):
`r github("karthik/randNames")` generates random names and personal identifying information.

### Other Web Services

- *Push Notifications*:
`r pkg("RPushbullet")` provides an easy-to-use interface for the Pushbullet service
which provides fast and efficient notifications between
computers, phones and tablets.
`r pkg("pushoverr")` can sending push notifications to mobile devices (iOS and Android) and desktop
using 'Pushover'.
`r pkg("notifyme")` can control Phillips Hue lighting.

- *Automated Metadata Harvesting*:
`r pkg("oai")` and `r pkg("OAIHarvester")` harvest metadata
using the Open Archives Initiative Protocol for Metadata Harvesting (OAI-PMH) standard.
Expand Down

0 comments on commit bd7f35f

Please sign in to comment.