- Jun 2024
- Jan 2024
-
github.com github.com
-
[Yomitan - The Moe Way]
site:: [[GitHub]] user:: themoeway url:: https://github.com/themoeway/yomitan accessed:: 2024-01-04
-
- Dec 2023
-
github.com github.com
-
A primer for users trying to make sense of Org Mode
org-mode tutorial for beginner
-
- Nov 2023
-
docsify.js.org docsify.js.orgDeploy1
-
A magical documentation site generator. Simple and lightweightNo statically built html filesMultiple themes
-
- Oct 2023
-
github.com github.com
-
This is a test. I'm trying out syncing Hypothes.is with Obsidian
-
- Sep 2023
-
-
openSUSE zypper in offlineimap fedora dnf install offlineimap Arch Linux: pacman -S offlineimap, or through AUR package offlineimap3-git Docker image: offlineimap/offlineimap:latest (note: image not published yet, just an example)
this is important for offline
Tags
Annotators
URL
-
-
docs.github.com docs.github.com
-
Inspect the proposed changes in the pull request and ensure that you are comfortable running your workflows on the pull request branch. You should be especially alert to any proposed changes in the .github/workflows/ directory that affect workflow files.
-
-
-
merge queue prevents semantic merge conflicts by automating the rebase process during merge, and ensuring that the trunk branch stays “green.”
merge queue - new GitHub feature
Tags
Annotators
URL
-
- Aug 2023
-
github.com github.com
-
https://github.com/kzwa/PhyllisDillerGagFile
Librarian Kate Zwaard of the Library of Congress has a GitHub repo of Phyllis Diller's Gag File.
-
-
authjs.dev authjs.devAuth.js1
Tags
Annotators
URL
-
- Jul 2023
- Jun 2023
-
betterprogramming.pub betterprogramming.pub
- May 2023
-
docs.github-did.com docs.github-did.com
Tags
Annotators
URL
-
- Apr 2023
-
towardsdev.com towardsdev.com
-
blog.anishde.dev blog.anishde.dev
-
www.freecodecamp.org www.freecodecamp.org
- Mar 2023
-
giscus.app giscus.appgiscus1
-
- Feb 2023
-
chrome.google.com chrome.google.com
-
www.reddit.com www.reddit.com
-
Open the iPad. I create a vault in Obsidian but uncheck `iCloud`. Then I go into `Working Copy` to clone the repository into the same location. You might have to enable the "Local File" in the `File` app. The repository will be external to `Working Copy`.Obsidian needs to see the folder before you put the Git clone there.If this isn't absolutely clear, I'll get some screen shots on the iPad. The key is checking out of each location use Obsidian, then Git push. Obsidian will modify enough files that you don't want to hand merge conflicts.I was using GitHub for other projects. Any Git repository works, but treat it like source code. Fetch your work before each session. Then check your work in before ending. While you can work from two locations, don't work in the same area of your vault.
Outline for using Obsidian on iPad with Github repository.
-
-
www.davidsbatista.net www.davidsbatista.net
-
Note you can find the complete code for this blog post on this repository:
Another implementation here
-
- Jan 2023
-
shawngraham.github.io shawngraham.github.io
-
https://shawngraham.github.io/hist1900/assets/slides/jan18#/
Mon 1/30/2023 6:40 AM
<small><cite class='h-cite via'>ᔥ <span class='p-author h-card'>Shawn Graham</span> in "took a session last week to walk my students through the #obsidianmd to #github workflow I want them to use. https://shawngraham.github.io/hist1900/assets/slides/jan18#/" - Mastodon (<time class='dt-published'>01/30/2023 13:06:39</time>)</cite></small>
https://mastodon.social/@electricarchaeo@scholar.social/109745539125362012
-
-
-
https://github.com/rlaker/Obsidian-for-Academia/issues/1
Perhaps I can circle back around to add in more of the specifics, both for the documentation and so people better understand what's going on and how things are dovetailed. Until then, the following two articles about setting up and using Obsidian with Zotero are fairly useful templates/walk throughs: - https://www.marianamontes.me/post/obsidian-and-zotero/ - https://nataliekraneiss.com/your-academic-reading-list-in-obsidian/
-
-
pipeittodevnull.github.io pipeittodevnull.github.io
-
This was recommended in the Obsidian Members Group Discord for teaching someone how to setup an Obsidian vault with a GitHub repo for version control. Kamil claimed it was more clear than an intro article by [[Bryan Jenks]] on how to setup GitHub with Obsidian. Jenks eventually made a video about the process.
-
-
www.programmableweb.com www.programmableweb.com
Tags
Annotators
URL
-
-
docs.github.com docs.github.com
-
-
-
```js const TOKEN = "YOUR_PERSONAL_ACCESS_TOKEN"; const GIST_ID = "YOUR_GIST_ID"; const GIST_FILENAME = "db.json";
/ * Reads the JSON file inside of the gist / async function getData() { const req = await fetch(
https://api.github.com/gists/${GIST_ID}
); const gist = await req.json(); return JSON.parse(gist.files[GIST_FILENAME].content); }/ * Puts the data you want to store back into the gist / async function setData(data) { const req = await fetch(
https://api.github.com/gists/${GIST_ID}
, { method: "PATCH", headers: { Authorization:Bearer ${TOKEN}
, }, body: JSON.stringify({ files: { [GIST_FILENAME]: { content: JSON.stringify(data), }, }, }), });return req.json(); } ```
-
-
indieweb.social indieweb.social
Tags
Annotators
URL
-
-
github.com github.com
-
A list of websites, online note collections, zettelkasten, digital gardens, wikis that rely on Logseq publish: https://github.com/pengx17/logseq-publish/network/dependents
-
- Dec 2022
-
christianheilmann.com christianheilmann.com
-
GitHub Copilot is incredible, and if you check what’s happening in the preview released as the Copilot Labs extension it will only get more amazing.
Demonstration of "Code brushes" for GitHub Copilot (see GIF below)
-
-
-
At the end of the day, Copilot is supposed to be a tool to help developers write code faster, while ChatGPT is a general purpose chatbot, yet it still can streamline the development process, but GitHub Copilot wins hands down when the task is coding focused!
GitHub Copilot is better at generating code than ChatGPT
-
-
shawngraham.github.io shawngraham.github.io
-
https://shawngraham.github.io/hist1900/#the-big-idea
<small><cite class='h-cite via'>ᔥ <span class='p-author h-card'>Kathleen Fitzpatrick</span> in Spending today tinkering with a combi… (<time class='dt-published'>12/18/2022 00:02:04</time>)</cite></small>
-
-
blog.netnerds.net blog.netnerds.net
- Nov 2022
-
webmonetization.org webmonetization.org
-
Web Monetization
Web Monetization official site with motivation, wallets, providers, browsers, search engines, tools, documentation link, explainer link, specifications link, awesome list link, github link
Tags
- pipe web
- coil
- tessy
- javasript
- github
- wallet
- documentation
- jekyll
- mojeek
- 11ty
- motivation
- donations
- micro-payment
- plugin
- w3c
- web monetization
- edge
- protocol
- list
- ilp
- gatsby
- revenue
- specification
- uphold
- explainer
- moodle
- gridsome
- interledger
- money
- gatehub
- ngx
- standard
- mozilla
- infinity search
- puma
- hugo
- awesome
- chrome
- vuepress
- svelte
- monetization
- ledger
- currency
Annotators
URL
-
-
en.wikipedia.org en.wikipedia.org
-
Donations
To add some other intermediary services:
- ko-fi (site for contribution)
- GitHub sponsors (for GitPages)
- itch.io (for games)
- Gumroad (for sites and repositories)
- Patreon (for fan interaction)
To add a service for groups:
To add a service that enables fans to support the creators directly and anonymously via microdonations or small donations by pre-charging their Coil account to spend on content streaming or tipping the creators' wallets via a layer containing JS script following the Interledger Protocol proposed to W3C:
If you want to know more, head to Web Monetization or Community or Explainer
Disclaimer: I am a recipient of a grant from the Interledger Foundation, so there would be a Conflict of Interest if I edited directly. Plus, sharing on Hypothesis allows other users to chime in.
Tags
- wallet
- business
- web
- education
- gftw
- gratuity
- jekyll
- podcast
- API
- pricing
- w3c
- extension
- micro-donation
- online ledger
- film
- open web
- wordpress
- dev.to
- sponsors
- contribution
- revenue
- collective
- uphold
- premium
- games
- gridsome
- mozfest
- gatehub
- ngx
- open-source
- mozilla
- hugo
- pay-what-you-want
- research
- tips
- privacy
- vuepress
- svelte
- payment pointer
- donation
- FOSS
- pipe web
- coil
- tessy
- Interledger Protocol
- github
- model
- freemium
- youtube
- community
- tools
- 11ty
- open source
- ko-fi
- Consortium
- nonprofit
- web monetization
- pwyw
- open
- revenue sharing
- protocol
- pricing strategies
- micropayment
- gatsby
- microdonation
- mozilla festival
- subscriptions
- Patreon
- web standards
- gumroad
- video
- moodle
- Interledger
- strategies
- plug-in
- browser
- exclusive
- pay what you want
- WWW
- gaming
- stream
- monetization
- payment
- fans
- art
- open collective
Annotators
URL
-
-
www.jwz.org www.jwz.org
-
This github "community of people" is apparently more interested in pontificating about pointless differences in tools and wanking off to tool complexity than they are in actually getting shit done.
-
-
-
Paul M mentioned Tilium having a shared aspect that Obsidian doesn't. Seems to be like a GitHubish approach to Obsidian.
-
-
syntaxbug.com syntaxbug.com
-
[Solved] Git: LF will be replaced by CRLF the next time Git touches it’ problem solving and thinking
Trouble shooting git add . issue.
Setting method one for Windows system working with others:
git config --global core.autocrlf true
Tags
Annotators
URL
-
-
github.com github.com
-
Page that has some guidance on troubleshooting AutoHotkey issues in VS Code.
-
-
github.com github.com
-
An open issue on the Obsidian Hypothes.is plugin about edits in annotations not being added to Obsidian. A proposed solution is given; change the settings script with the code provided.
-
-
til.simonwillison.net til.simonwillison.net
-
You can then edit files in that repository and commit and push them like this: cd 0a30d52feeb3ff60f7d8636b0bde296b # Edit files here git commit -m "Edited some files" -a git push
-
But if you want to be able to make local edits and then push them back, you need to use this recipe instead: git clone git@gist.github.com:0a30d52feeb3ff60f7d8636b0bde296b.git You can find this in the "Embed" menu, as the "Clone via SSH" option.
-
You can clone them anonymously (read-only) just using their URL: git clone https://gist.github.com/simonw/0a30d52feeb3ff60f7d8636b0bde296b
-
-
-
The GitHub repository for source code that generates the knowledge garden by @wfinck (which he calls a "digital garden"
-
-
zhuanlan.zhihu.com zhuanlan.zhihu.com
-
设定自定义域名:https://cdn.jsdelivr.net/gh/[github用户名]/[仓库名]@main,注意,此处的分支一定要填写@main,否则默认使用master分支。而现在github创建的默认分支名为main,如果不指定,则会出现图片不能上传的情况。【踩坑两小时】
冲
Tags
Annotators
URL
-
- Oct 2022
-
stackoverflow.com stackoverflow.com
-
A "pull request" is you requesting the target repository to please grab your changes. A "push request" would be the target repository requesting you to push your changes.
Push and pull requests
-
-
www.google.com www.google.com
-
git commit --amend --no-edit amends a commit without changing its commit message.
git commit --amend --no-edit amends a commit without changing its message
-
-
learngitbranching.js.org learngitbranching.js.org
-
Detaching HEAD just means attaching it to a commit instead of a branch
-
That way it would look like these two features were developed sequentially, when in reality they were developed in parallel.
git rebase
-
-
www.freecodecamp.org www.freecodecamp.org
-
git checkout da9cc5f -- README.md
How to revert back to previous branch
-
-
stackoverflow.com stackoverflow.com
-
Reverting The Working Copy to an Older Commit
? How to revert to an older commit
-
-
tylercipriani.com tylercipriani.com
-
But for all of its features, GitHub implements only a subset of git. For instance, GitHub lacks the default merge strategy of git—the fast-forward merge.
-
-
www.paulgraham.com www.paulgraham.com
-
The most dangerous form of procrastination is unacknowledged type-B procrastination, because it doesn't feel like procrastination. You're "getting things done." Just the wrong things.
Type-B procrastination accounts for a lot of the junk I see on people's GitHub timelines—and that type of social network-backed gamified gratification is why I've adopted a stance where I impose a huge entry fee on any workflow that routes itself through GitHub's servers.
Tags
Annotators
URL
-
- Sep 2022
-
mikemcquaid.com mikemcquaid.com
-
No to new features. No to breaking changes. No to working on holiday. No to fixing issues or merging pull requests from people who are being unpleasant. No to demands that something has to be fixed right now.
In other words, no to the rotten cultural expectations that are by far what you're most likely to encounter on GitHub. I promise—things really were so much better before it came along to try to be Facebook-for-software-development.
-
The general state of the open source ecosystem is that most maintainers are building software they want other people to use and find useful.
I think the default assumption that this is what's going on is a huge part of the problem. I see a similar thing happen on GitHub constantly, where project maintainers try to "upperhand" contributors, because they see the contribution as something deliberately undertaken to benefit the person who is e.g. submitting a bug report. This is a massive shift away from the spirit of the mid-to-late 2000–2010 era characterized by initiatives like Wikipedia (and wikis generally) and essays by Shirky on the adhocracy around the new digital commons.
-
-
gitjournal.io gitjournal.io
- Aug 2022
-
docs.github.com docs.github.com
-
You can link to a particular row by clicking the row number, or select multiple rows by holding down the shift key. Just copy the URL and send it to a friend.
BRO...
I am semi-legitimately angry I am just now finding out about this.
Here's an example that actually works!
https://gist.github.com/extratone/36c6ceeb48ab2eefd77256afa80a54c3#file-extratext-csv-L329
-
-
docs.github.com docs.github.com
-
-
-
fairislandproject.github.io fairislandproject.github.io
-
This is a living document. Ideas or feedback can be contributed through commenting directly using Hypothes.is which will create issues in the Github repo or you can directly create an issue: https://github.com/FAIRIslandProject/Generic-Place-based-Data-Policy/issues
How awesome is this sort of integration? If one can use annotations to create issues within Github, it should be relatively easy for websites to do similar integrations to allow the use of Hypothes.is as a native commenting system on website pages. The API could be leveraged with appropriate URL wildcard patterns to do this.
I have heard of a few cases of people using Github issue queues as comments sections for websites, and this dovetails well into that space.
How might the Webmention spec be leveraged or abstracted to do similar sorts of communication work?
-
-
github.github.com github.github.com
-
-
github-did.com github-did.com
-
-
www.codetriage.com www.codetriage.com
-
The creator of CodeTriage, Richard Schneeman, was surprised to learn one day that the Ruby on Rails core team (of about 7 or so people) were responsible for handling ALL the issues opened on the Rails GitHub repo. At the time, there were about 700 or so issues. These maintainers are hugely valuable to the project due to their depth of knowledge, however keeping up with issues was taking a huge amount of time. Would you rather these highly specialized maintainers spend their time developing new features and actually fix bugs, or would you want them to spend their days responding to hundreds of issues? Asking for simple questions like "what version of Rails are you using?", and "can you provide an example app?", and "is this fixed on master?”. While asking these questions might only take 5 or 10 minutes of time, the sheer volume of issues per maintainer was unreasonable. This was highlighted by the herculean efforts of another developer Steve Klabnik, who went through every single issue and responded to all of them in a marathon session spanning multiple days. The effort got him accolades and commit access to the Rails repo. While he deserves the praise, the efforts were ultimately unsustainable.
Surprise: going all in on GitHub—including abandoning traditional practices governing bugtrackers in favor of GitHub's anemic project management tools—has a negative impact.
-
-
github.com github.com
-
https://github.com/stars/AramZS/lists/indieweb
Aram Zucker-Scharff's list of IndieWeb related repositories on GitHub
Tags
Annotators
URL
-
- Jul 2022
-
tomcritchlow.com tomcritchlow.com
-
getting set up requires a github account and “pushing” commits every time I write a post
-
-
minicomp.github.io minicomp.github.ioWax1
-
https://minicomp.github.io/wax/
This web project was mentioned to me by Jim Groom.
See also: - https://mcgrawect.princeton.edu/tool/wax/
-
-
-
Why Microsoft Is Willing to Pay So Much for GitHub by Paul V. Weinstein
-
-
-
Jun 6, 2018 — Microsoft's $7.5 billion acquisition of GitHub is a perfect illustration of how value is ascribed differently in Silicon Valley than in the ...github microsoft acquisitionwhy did microsoft buy githubwhy did microsoft buy github redditmicrosoft github strategygithub revenuewho owned github before microsoftPeople also search for
Jun 6, 2018 — Microsoft's $7.5 billion acquisition of GitHub is a perfect illustration of how value is ascribed differently in Silicon Valley than in the ...
Tags
Annotators
URL
-
-
news.microsoft.com news.microsoft.com
-
Microsoft to acquire GitHub for $7.5 billion
-
-
news.microsoft.com news.microsoft.com
-
Microsoft acquires GitHub
-
-
www.google.com www.google.com
-
Microsoft acquired GitHub, a popular code-repository service used by many developers and large companies, for $7.5 billion in stock.
Tags
Annotators
URL
-
-
www.youtube.com www.youtube.com
-
it's very easy to measure how many github back and forths people have
Bad example. The way most GitHub-adjacent subjects are handled and the overheads involved is already evidence that most people are not interested in operational efficiency, let alone measuring it to figure out how to do it better.
-
- Jun 2022
-
-
Free public projects private projects starting at $9/month per project
For many tools and apps payment for privacy is becoming the norm.
Examples: - Kumu.io - Github for private repos - ...
pros: - helps to encourage putting things into the commons
cons: - Normalizes the idea of payment for privacy which can be a toxic tool.
discuss...
-
- May 2022
-
earthly.dev earthly.dev
-
Overall, if speed is your primary concern and you’re on a budget, then Circle CI is the clear choice. If you’re not looking to run a ton of builds each month and your code is already in Github, then Github Actions can offer similar performance with the added convenience of having everything under one service. Even though we liked Travis better, our main criteria was value, and since you can’t use Travis for free after the first month, GitLab was able to grab the third slot, despite it being weaker in almost every other category.
4 CI free tier comparison: * Quality of Documentation * Compute Power * Available Disk Space * Free Build Minutes * Speed and Performance
Tags
Annotators
URL
-
-
-
**The Cauchy-Schwarz Inequality** $$\left( \sum_{k=1}^n a_k b_k \right)^2 \leq \left( \sum_{k=1}^n a_k^2 \right) \left( \sum_{k=1}^n b_k^2 \right)$$
This sentence uses
$
delimiters to show math inline: $\sqrt{3x-1}+(1+x)^2$
-
-
gitlab.com gitlab.com
-
We overload the meaning of "GFM" to mean "GitLab Flavored Markdown", which is a superset of GitHub's version. However it can cause confusion as they are not the same thing.
-
-
www.programmableweb.com www.programmableweb.comGitHub1
Tags
Annotators
URL
-
-
stackoverflow.com stackoverflow.com
-
e.g. https://api.github.com/search/issues?q=repo:nodejs/node+type:issue+state:closed
json { "total_count": 6595, "incomplete_results": false, "items": [...] }
-
-
github.com github.com
-
Get all repos from the user
https://api.github.com/users/:user/repos
, then look foropen_issues_count
in the named repo.HI, when you get issues by page like
issues?page=0&per_page=5
number
property from first element will be count of issues.
Tags
Annotators
URL
-
-
www.otherlife.co www.otherlife.co
-
That people show off these illegible globs in public only makes sense from a signaling perspective: They are saying, “look at how many nodes I have in my brain, amazing nodes
See also: GitHub contribution graphs
-
-
gist.github.com gist.github.com
-
Markdown's supported, as long as you have a blank line between the </summary> tag and the following content.
-
-
workflowhub.eu workflowhub.eu
Tags
Annotators
URL
-
-
www.fast.ai www.fast.ai
-
Interesting take on the utility of GitHub's Copilot and on code generation in general. Does it actually help?
Tags
Annotators
URL
-
- Apr 2022
-
gabrieltanner.org gabrieltanner.org
-
nyu-dataservices.github.io nyu-dataservices.github.io
-
a way for us to compare, restore, and merge changes to our stuff.
- google docs
- save as for local files: (e.g. file1.docx, file2.docx)
-
- Mar 2022
-
news.ycombinator.com news.ycombinator.com
-
I can enjoy my hobby in open-source without Github issues becoming a shouting match that spans 200 comments from people who aren't even invested in the codebase
Tags
Annotators
URL
-
-
www.infoworld.com www.infoworld.com
-
Except it sucks for everybody who's left out.
Just like GitHub makes things a non-starter today, unless you've bought in to it the way non-technical people bought in to walled gardens like Facebook and excluded everyone else.
-
While it's true that GitHub has become more accessible to non-programmers than it once was, these folks won't be comfortable making pull requests anytime soon.
GitHub's accessibility even wrt programmers leaves much to be desired for anyone who was familiar with highly productive workflow before GitHub came along and apparently handicapped everyone's ability to conceive how things could be any better.
-
- Feb 2022
-
gist.io gist.io
-
Gist.io isWriting for HackersThere’s a scale of permanence to writing on the web. On one end, we have the tweet: brief and ephemeral. On the other end of the scale, we have longform blog writing: unlimited in length and hopefully impervious to the passage of time.Sometimes, we want to share a bit of writing that is neither. Maybe we want to write for a specific audience, but don’t want to address the people who usually read our blogs. Maybe it’s just something that doesn’t fit into 140 characters.Gist.io is a solution for that, inspired by Mike Bostock’s delightful bl.ocks.org
Schönes Tool für Gist.
-
- Jan 2022
-
copilot.github.com copilot.github.com
Tags
Annotators
URL
-
-
github.com github.com
-
```mermaid graph TD; A-->B; A-->C; B-->D; C-->D;
```
Tags
Annotators
URL
-
-
web.archive.org web.archive.org
-
Read in relation to marak being kicked off of Github today.
-
- Dec 2021
-
v8.dev v8.dev
-
On the Web, the file extension doesn’t really matter
Not so much "On the Web" as it is "In JavaScript".
mjs
is an invention of runtimes like NodeJS (and the unending toolchain hell that sprang up around it) to paper over NodeJS's non-standard idiosyncrasies that are entirely the closed loop result of their own doing.The fact that this has infected discussion of JS itself is even more reason to despise Node and its ecosystem.
Tags
Annotators
URL
-
-
massive.wiki massive.wiki
-
Massive Wiki is a movement to create a wiki ecosystem (rather than just one engine) that provides classic wiki utility, with a plurality of tools and processes that enable decentralization and federation of the pages.
This looks like a fascinating tool. Similar in function to what @Flancian is attempting to do?
Perhaps I'll tinker with it soon...
Tags
Annotators
URL
-
- Nov 2021
- Aug 2021
-
blog.placemark.io blog.placemark.io
-
And back in the day, everything was GitHub issues. The company internal blog was an issue-only repository. Blog posts were issues, you’d comment on them with comments on issues. Sales deals were tracked with issue threads. Recruiting was in issues - an issue per candidate. All internal project planning was tracked in issues.
Interesting how versatile GitHub Issues can be
-
- Jul 2021
-
twitter.com twitter.com
-
I mean, over 40M devs from over 41 countries on GitHub? Pretty amazing.
Is it, though? From where I'm sitting, GitHub has been good for exactly two things. Getting the uninteresting one out of the way first: free hosting. Secondly, convincing the long tail of programmers who would not otherwise have been engaged with the FOSS scene to free their code, by presenting a shimmering city on the horizon where cool things are happening that you'd be missing out on if you were to remain stuck in the old ways that predate the GitHub era's collective mindset of free-and-open by default. That is, GitHub strictly increases the amount of free software by both luring in new makers (who wouldn't have created software otherwise, free or not) and rooting out curmudgeons (who would have produced software of the non-free variety) with social pressure.
I'm less convinced of the positive effects on "the choir"—those who are or were already convinced of the virtues of FOSS and would be producing it anyway. In fact, I'm convinced of the opposite. I grant that it has "changed the way [people] collaborate", but not for the better; the "standard way of working" referred to here by my measures looks like a productivity hit every time I've scrutinized it. The chief issue is that undertaking that level of scrutiny isn't something that people seem to be interested in...
Then you have GitHub's utter disregard for the concerns of people interested in maintaining their privacy (by not exposing a top-level index of their comings and goings to anyone who asks for it —and even those who don't—in the way that GitHub does, again, whether you asked for it or not).
-
- Jun 2021
-
asapbio.org asapbio.org
-
linking from preprints to their journal version
We developed a preprint-publication linker that is available on github. Details here:
Cabanac, G., Oikonomidi, T., Boutron, I. (2021). Day-to-day discovery of preprint–publication links. Scientometrics. https://doi.org/10.1007/s11192-021-03900-7
We daily track 572 preprints of COVID19 randomized controlled trials for the COVID-NMA project. The results of the linking and validation of preprint-publication pairs by epidemiologists are available here:
https://www.irit.fr/~Guillaume.Cabanac/covid19-preprint-tracker
-
- May 2021
-
github.com github.com