Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

ESMARConf

Run events to support Open Source tools for evidence synthesis
Collective - Host: opensource - https://opencollective.com/esmarconf - Website: https://www.esmarconf.org - Code: https://github.com/eshackathon

whoops, accidentally didn't export any functions; temporary fix

github.com/ESHackathon/doi2txt - 25239dcb04893ca19f0d144300f7ac161c13b642 authored over 4 years ago by Eliza Grames <[email protected]>
base format for language support

github.com/ESHackathon/doi2txt - 5e213f574133d1aae1b1b726d67754091d22a507 authored over 4 years ago by Eliza Grames <[email protected]>
added the code Neal sent on slack to deal with redirects; not a function yet

github.com/ESHackathon/doi2txt - 9c54968cc5159ea7f913d1e7ac6264fae0e2d98e authored over 4 years ago by Eliza Grames <[email protected]>
added some of the EntoGEM dois for testing since the dastardly dois were returning lots of non-science articles

github.com/ESHackathon/doi2txt - 8aaf6b7e8a793e2f0707f3df33409f0a910833c8 authored over 4 years ago by Eliza Grames <[email protected]>
moved doi2abstract out of the R folder because it causes package build errors

github.com/ESHackathon/doi2txt - 0e7f1d340fc3a1e0daca13ad2e53f3a51591c04f authored over 4 years ago by Eliza Grames <[email protected]>
added a minimum word count to toss out random extra info sneaking into sections

github.com/ESHackathon/doi2txt - cb8c85dc0abed6d96f10247dbd4ea1fe948804ba authored over 4 years ago by Eliza Grames <[email protected]>
added explanation for removing junk lines

github.com/ESHackathon/doi2txt - 6a4999ace7e3fa40bb8a72b0b9d5eed09b940980 authored over 4 years ago by Eliza Grames <[email protected]>
cleaned up the extract section code to be way more efficient and less garbage

github.com/ESHackathon/doi2txt - 6da3c0ccfd0dc3780515fc0cd1f65b4cc6bc93c1 authored over 4 years ago by Eliza Grames <[email protected]>
whoops, can't subset zero-length objects

github.com/ESHackathon/doi2txt - 0230db4a77dbf34652a9167d98b994efb228f9f2 authored over 4 years ago by Eliza Grames <[email protected]>
added notes about mini-section headers in abstract

github.com/ESHackathon/doi2txt - ddde4568b3d917629097b1c8bb07e292ad6b65b7 authored over 4 years ago by Eliza Grames <[email protected]>
added abstract as a possible section

github.com/ESHackathon/doi2txt - 37a92e0a51fef78a42018e80372f573ce7646f6c authored over 4 years ago by Eliza Grames <[email protected]>
added tm as a dependency

github.com/ESHackathon/doi2txt - 74c9da80279b1c98042eafdd7133624f7cb9b29c authored over 4 years ago by Eliza Grames <[email protected]>
fixed internal inconsistency when detecting sections

github.com/ESHackathon/doi2txt - 1ff4cba78d6061fcc1e407c78809a83076bca59e authored over 4 years ago by Eliza Grames <[email protected]>
added workaround for when there are mini-section headers in abstract

github.com/ESHackathon/doi2txt - e86fa4188630ffa2f9b4f22d0360fc3c1bfd288d authored over 4 years ago by Eliza Grames <[email protected]>
added workaround for non-references being included in reference lists

github.com/ESHackathon/doi2txt - ad7ae5c5db7c2d7f10f665d1c67907b125d4034b authored over 4 years ago by Eliza Grames <[email protected]>
moved rdatacite to optional instead of dependency

github.com/ESHackathon/doi2txt - 76db633e846f91cfe9f8fe8848439060521012f3 authored over 4 years ago by Eliza Grames <[email protected]>
updated documentation for dastardly dois

github.com/ESHackathon/doi2txt - d426ec3cc225aca9417fb9b47dad17ce0015eca8 authored over 4 years ago by Eliza Grames <[email protected]>
removed tidyverse dependency for getting dois

github.com/ESHackathon/doi2txt - ce60f28c2ccb04e1b3441acac037e8b062848742 authored over 4 years ago by Eliza Grames <[email protected]>
trying to fix build issues

github.com/ESHackathon/doi2txt - ee9f2a7b1738db85dce7da882739316c54eac708 authored over 4 years ago by Eliza Grames <[email protected]>
switched doi back to singular since that is probably causing the errors with lists of dois

github.com/ESHackathon/doi2txt - 228a7c6e7d2ec26992b6c89d217d5812aaaabc53 authored over 4 years ago by Eliza Grames <[email protected]>
Merge pull request #3 from DrMattG/master

Added function to get some test dois from datacite api

github.com/ESHackathon/doi2txt - 68d9cd68fdedfa0376e3c6f62189cae91adb7d40 authored over 4 years ago by Eliza Grames <[email protected]>
First upload

github.com/ESHackathon/doi2txt - 2a45cdb255231e32379ca1d6a35f56b8c1013dc4 authored over 4 years ago by nealhaddaway <[email protected]>
Problem scanning

github.com/ESHackathon/doi2txt - ee6dbd520e36bbb1b2c60aa3fd83a0419f7ec4dc authored over 4 years ago by Neal Haddaway <[email protected]>
change return to a list

github.com/ESHackathon/doi2txt - b6f4d7b427871a27f7e815881559475aa03a126c authored over 4 years ago by Matthew Grainger <[email protected]>
Add func to get test dois

Merge remote-tracking branch 'upstream/master'

# Conflicts:
# test.R

github.com/ESHackathon/doi2txt - d23c7029553b6572fba0da94b3717c56a6aa3fe8 authored over 4 years ago by Matthew Grainger <[email protected]>
Update doi2txt_vignette.Rmd

I couldn't get the behind the scenes example to work - I had to define an object section to get ...

github.com/ESHackathon/doi2txt - 287fa5005b072135f4eb05f2cbd7cb18ab2fa16a authored over 4 years ago by Matthew Grainger <[email protected]>
Update doi2txt_vignette.Rmd

delete doi.org/ from 4th doi in list of dois

github.com/ESHackathon/doi2txt - f707c0c487c9d9db32f3d9d04b7581d8aa5ebb44 authored over 4 years ago by Matthew Grainger <[email protected]>
set the vignette up as a way to share notes and ideas along with problems and examples to make the workflow simpler for testing

github.com/ESHackathon/doi2txt - 0c66153b4eb43287b0e9776e4ae14bfc88618d0a authored over 4 years ago by Eliza Grames <[email protected]>
updated with vignette changes

github.com/ESHackathon/doi2txt - d0ef5e848916c658a9df9e36ff99aefca4511bac authored over 4 years ago by Eliza Grames <[email protected]>
moved eliza's test code to a draft of a vignette along with notes and ideas

github.com/ESHackathon/doi2txt - 8a46cc90b0f5b14fabdc4ea654d4ca69386d022d authored over 4 years ago by Eliza Grames <[email protected]>
made some functions a bit more flexible and cleaned up some typos

github.com/ESHackathon/doi2txt - 97bac8a394ee5e3feb1cac12490ab72bb705f02d authored over 4 years ago by Eliza Grames <[email protected]>
fix typo in privacy policy for grey lit reporter

github.com/ESHackathon/eshackathon.github.io - 8ba2fbfe3be0a1a0bcb674f9aed9259283a89cf8 authored over 4 years ago by Martin Westgate <[email protected]>
covid-19 update

- add notice to omepage suspending current events
- remove details from Ottawa 2020 page
- add p...

github.com/ESHackathon/eshackathon.github.io - 3111f9b1eb73e5eeab5c67e9e42df0e5f72029d1 authored over 4 years ago by Martin Westgate <[email protected]>
Add test data as .RDS

github.com/ESHackathon/doi2txt - a31535477a843499281d4c9f56570d96143f95f5 authored over 4 years ago by Matthew Grainger <[email protected]>
url_to_txt

github.com/ESHackathon/doi2txt - c20ac24cefdcb51dfb90d3920f0b1e4d276564c5 authored over 4 years ago by Matthew Grainger <[email protected]>
remove test html

github.com/ESHackathon/doi2txt - 5475ca3a8d2f59e825e64c7478f9be84aa1dbb82 authored over 4 years ago by Matthew Grainger <[email protected]>
Start to functionise NH's code

github.com/ESHackathon/doi2txt - c6b8c13c3cfc9511b1bae968c55022f26d6279f0 authored over 4 years ago by Matthew Grainger <[email protected]>
added temporary section header list as data

github.com/ESHackathon/doi2txt - 0f63bf4bee33a03ea1c90eb9b9b0c36a30fba63e authored over 4 years ago by Eliza Grames <[email protected]>
export functions from doi2txt

github.com/ESHackathon/doi2txt - 8cd5515b4a43fcf7192674c87bf70b7d3aae57bb authored over 4 years ago by Eliza Grames <[email protected]>
switched section detection to a wrapper function

github.com/ESHackathon/doi2txt - 3e5d77242ab36a44926d4379ce1925f430bd8853 authored over 4 years ago by Eliza Grames <[email protected]>
First upload

github.com/ESHackathon/doi2txt - 4cad31d48030b91c51fb3bb6ecf7c6d0eadd8f83 authored almost 5 years ago by nealhaddaway <[email protected]>
ran man pages for a couple functions to set up the structure

github.com/ESHackathon/doi2txt - fb5174f3b1b0ec8c3577287ba625cf45168e1905 authored almost 5 years ago by Eliza Grames <[email protected]>
oh dear I forgot Martin! sorry, Martin

github.com/ESHackathon/doi2txt - dad80253e4deddf547e863fbd518a2f51ae1be4c authored almost 5 years ago by Eliza Grames <[email protected]>
added a package description and authors

github.com/ESHackathon/doi2txt - 459f426ed6bd98d984af5c658a320129e13ddc57 authored almost 5 years ago by Eliza Grames <[email protected]>
updated notes

github.com/ESHackathon/doi2txt - f0f1246010ddbe5950c45b4be10886db8ee53f4c authored almost 5 years ago by Eliza Grames <[email protected]>
suggested skeleton script for what can be done with subsetted sections

github.com/ESHackathon/doi2txt - d5b7c42398559777ca5f4ae46094b23a03717ba9 authored almost 5 years ago by Eliza Grames <[email protected]>
need to subset after detection

github.com/ESHackathon/doi2txt - f54d8eef07deccca7add1e5246b0375d92281bbe authored almost 5 years ago by Eliza Grames <[email protected]>
skeleton script for section detection plus some tentative code

github.com/ESHackathon/doi2txt - 07320e75355e7148c9b08fec3d9813b381f6fa81 authored almost 5 years ago by Eliza Grames <[email protected]>
renamed scraping functions script

github.com/ESHackathon/doi2txt - 0e09dd77a0e32940b9fdd0f41f82e73524e84ed7 authored almost 5 years ago by Eliza Grames <[email protected]>
added skeleton parsing script

github.com/ESHackathon/doi2txt - ede758aaaa1ff925d26160ad8c833492ec4a6694 authored almost 5 years ago by Eliza Grames <[email protected]>
skeleton for scraping functions

github.com/ESHackathon/doi2txt - 391018a8a8f4b641539b0bf3d4e77a78ca7b7c1b authored almost 5 years ago by Eliza Grames <[email protected]>
Merge pull request #66 from afeierman/master

legend appears when colored by categories with 9 or less groups

github.com/ESHackathon/eviatlas - 5f388909e39c26353142962cff8401a9ed05a46c authored almost 5 years ago by Andrew Feierman <[email protected]>
Update README.md

github.com/ESHackathon/eviatlas - 6bc75daa13c9c38aa5f8ced74ec53d59b0e5c47f authored almost 5 years ago by Andrew Feierman <[email protected]>
added basic description

github.com/ESHackathon/doi2txt - 54bf038288daa5aa8276fb55de33bd49864bf03e authored almost 5 years ago by Eliza Grames <[email protected]>
Create LICENSE

github.com/ESHackathon/doi2txt - f3184444e717bde6cd26ad7bb5221ec1f0869629 authored almost 5 years ago by Eliza Grames <[email protected]>
Create README.md

github.com/ESHackathon/doi2txt - 94c6c942469df1ca009993bf2922ea8a2efe4f03 authored almost 5 years ago by Eliza Grames <[email protected]>
initial package setup

github.com/ESHackathon/doi2txt - 335ec219aa5b8c51765a95ac302d974bf26b9414 authored almost 5 years ago by Eliza Grames <[email protected]>
BUGFIX: Misc fixes for I3 implementation

github.com/ESHackathon/RCT_Predictor - 115c11e4015d2a0aac1f51968503029eddd3fa46 authored almost 5 years ago by Matt Carter <[email protected]>
Updated to latest I3 spec

github.com/ESHackathon/RCT_Predictor - 994f4e811cfb2989e8ee1339ecec90140cd6e0a6 authored almost 5 years ago by Matt Carter <[email protected]>
Add Ottawa 2020 to events

github.com/ESHackathon/eshackathon.github.io - 7d3d5b38de5e803b1e4f6a5fe85512b8d15d14ff authored almost 5 years ago by Martin Westgate <[email protected]>
legend appears when colored by categories with 9 or less groups

github.com/ESHackathon/eviatlas - f94d38896dd19d809b7909e0a338f3ab71a2cbed authored about 5 years ago by Andrew Feierman <[email protected]>
Merge pull request #65 from afeierman/master

add legend when colorby selected

github.com/ESHackathon/eviatlas - 9b86587c28a3ce333e4719fac3811ecac5499f00 authored about 5 years ago by Andrew Feierman <[email protected]>
add legend when color by is selected for a category with less than 9 total options

github.com/ESHackathon/eviatlas - 890ced144e7824593295529f2052f073e20f9076 authored about 5 years ago by Andrew Feierman <[email protected]>
Merge branch 'master' of https://github.com/ESHackathon/eviatlas

github.com/ESHackathon/eviatlas - 31ef192688c28586356be4faa0b73f14cef81b88 authored about 5 years ago by Andrew Feierman <[email protected]>
Add blog post by Michael Gusenbauer

github.com/ESHackathon/eshackathon.github.io - 56bbe7fea55327f9f5e382eac466ec3990e81ab1 authored about 5 years ago by Martin Westgate <[email protected]>
Update README.md

github.com/ESHackathon/eviatlas - 73d18e5f5923cbcce8448630292524d5d48bb430 authored about 5 years ago by Andrew Feierman <[email protected]>
Added ability to capture all links and export as JSON.

github.com/ESHackathon/grey-literature-recorder - cff77868369c29013b3940069a171fb6f0f52551 authored about 5 years ago by Christopher Penkin <[email protected]>
Wrap long labels and set max height before scroll bar in popups

github.com/ESHackathon/eviatlas - eaf7e67069527592e899accbc3cd376f60437880 authored over 5 years ago by Andrew Feierman <[email protected]>
Added ability to download the results.

github.com/ESHackathon/grey-literature-recorder - 848e5395a6c661fe6e79babe0ff376b016e14f10 authored over 5 years ago by Christopher Penkin <[email protected]>
Added the ability to auto step through pages.

github.com/ESHackathon/grey-literature-recorder - 69220d8d81e01e1bda15e28b7524d92d622553b3 authored over 5 years ago by Christopher Penkin <[email protected]>
Updated the flow.

github.com/ESHackathon/grey-literature-recorder - 2cb9fcb4ba2835bcac6ee45bd7467c044bb11290 authored over 5 years ago by Christopher Penkin <[email protected]>
Merge branch 'master' of https://github.com/ESHackathon/eshackathon.github.io

github.com/ESHackathon/eshackathon.github.io - 39e56ac3b730e8070855fe0d6003b20d7a8395b2 authored over 5 years ago by Martin Westgate <[email protected]>
add blog post based on conversation article

github.com/ESHackathon/eshackathon.github.io - 869cf6117f6431dd33015c05ad03e90aaadbf807 authored over 5 years ago by Martin Westgate <[email protected]>
Merge pull request #60 from afeierman/master

Major Update: Shapefile support, leaflet map update instead of rebuild, save improved, more options

github.com/ESHackathon/eviatlas - 6ea1bce038a771f7f1384b8d8bd7ab7025470e50 authored over 5 years ago by Andrew Feierman <[email protected]>
shapefile filtering is buggy, but works!

github.com/ESHackathon/eviatlas - 56b44d09c9e7beba60912dc8a256553711cbf981 authored over 5 years ago by Andrew Feierman <[email protected]>
data instantiation bug

github.com/ESHackathon/eviatlas - c9671f18c2a4584389f676f15142829fb339e616 authored over 5 years ago by Andrew Feierman <[email protected]>
Update README.md

github.com/ESHackathon/eviatlas - f875892a5b933d74919fd463834fa5a046713d56 authored over 5 years ago by Andrew Feierman <[email protected]>
Merge pull request #3 from afeierman/dynamic_filter

Dynamic filter

github.com/ESHackathon/eviatlas - b9876c347b350817abc76949e3ecca030c77c3a3 authored over 5 years ago by Andrew Feierman <[email protected]>
add how to cite eviatlas tab

github.com/ESHackathon/eviatlas - 524398b1f236fe54648adf22a8fd35d32999881a authored over 5 years ago by Andrew Feierman <[email protected]>
dynamic filter works across tabs

github.com/ESHackathon/eviatlas - b651259c9ee617944ca7eabcad9b040c4f26260e authored over 5 years ago by Andrew Feierman <[email protected]>
filter is working, though buggy

github.com/ESHackathon/eviatlas - e4c02bc07ae619d626475a93fd117bb6ba7fd939 authored over 5 years ago by Andrew Feierman <[email protected]>
remove shapefile sample data

github.com/ESHackathon/eviatlas - b9ba74ec7352838a2ff39ad1ffe0928648e6f2dc authored over 5 years ago by Andrew Feierman <[email protected]>
Merge pull request #2 from afeierman/upload_shapefile

Upload shapefile

github.com/ESHackathon/eviatlas - 2764f1adfb0149ce0c55dcddfa7988103d651bd6 authored over 5 years ago by Andrew Feierman <[email protected]>
remove outdated help text

github.com/ESHackathon/eviatlas - 4e671033105575a79c2ddc06f770566279873f94 authored over 5 years ago by Andrew Feierman <[email protected]>
remove debugging artifacts

github.com/ESHackathon/eviatlas - 295bbb2794f65cc18380813b6289bad61a4658c5 authored over 5 years ago by Andrew Feierman <[email protected]>