- Last 7 days
-
www.who.int www.who.int
-
WHO SAGE values framework for the allocation and prioritization of COVID-19 vaccination. (n.d.). Retrieved January 21, 2021, from https://www.who.int/publications-detail-redirect/who-sage-values-framework-for-the-allocation-and-prioritization-of-covid-19-vaccination
-
- Jan 2021
-
twitter.com twitter.com
-
Benjy Renton. (2020, December 5). Launching a new dashboard to track local news reports and state press releases on how many vaccine doses will be allocated to each state, since there seems to be no public federal effort. Browse each state’s allocations and a map of doses per capita. Https://t.co/CUP2W2ph7X [Tweet]. @bhrenton. https://twitter.com/bhrenton/status/1335306082693083137
-
- Dec 2020
-
www.theatlantic.com www.theatlantic.com
-
Serhan, Y. (2020, December 8). Vaccine Nationalism Is Doomed to Fail. The Atlantic. https://www.theatlantic.com/international/archive/2020/12/vaccine-nationalism-doomed-fail/617323/
-
-
twitter.com twitter.com
-
A Marm Kilpatrick. (2020, December 8). FDA Pfizer/BioNTech vaccine efficacy results are great, but aren’t nearly as great as presented for severe infections. Everyone has seen fig below on cases in vaccine (blue) & placebo (red) over time. Thread. Https://t.co/vlZyZgJ7hr https://t.co/9ZWeWCko1x [Tweet]. @DiseaseEcology. https://twitter.com/DiseaseEcology/status/1336446195284070400
-
- Sep 2020
-
www.azdhs.gov www.azdhs.gov
Tags
- healthcare
- priority
- scoring
- resource allocation
- scarcity
- public health
- treatment
- is:pdf
- lang:en
- triage
- grouping
- addendum
- COVID-19
- care facility
Annotators
URL
-
- Aug 2020
-
www.nber.org www.nber.org
-
Pathak, P. A., Sönmez, T., Unver, M. U., & Yenmez, M. B. (2020). Leaving No Ethical Value Behind: Triage Protocol Design for Pandemic Rationing (Working Paper No. 26951; Working Paper Series). National Bureau of Economic Research. https://doi.org/10.3386/w26951
-
- Jul 2020
-
osf.io osf.io
-
La, V.-P., Pham, T.-H., Ho, T. M., Hoàng, N. M., Linh, N. P. K., Vuong, T.-T., Nguyen, H.-K. T., Tran, T., Van Quy, K., Ho, T. M., & Vuong, Q.-H. (2020). Policy response, social media and science journalism for the sustainability of the public health system amid the COVID-19 outbreak: The Vietnam lessons [Preprint]. SocArXiv. https://doi.org/10.31235/osf.io/cfw8x
-
-
-
Younes, G. A., Ayoubi, C., Ballester, O., Cristelli, G., de Rassenfosse, G., Foray, D., Gaule, P., Pellegrino, G., van den Heuvel, M., Webster, B., & Zhou, L. (2020). COVID-19_Insights from Innovation Economists [Preprint]. SocArXiv. https://doi.org/10.31235/osf.io/b5zae
-
-
osf.io osf.io
-
Rosati, G., Domenech, L., Chazarreta, A., & Maguire, T. (2020). Capturing and analyzing social representations. A first application of Natural Language Processing techniques to reader’s comments in COVID-19 news. Argentina, 2020 [Preprint]. SocArXiv. https://doi.org/10.31235/osf.io/3pcdu
-
-
osf.io osf.io
-
Lyttelton, T., Zang, E., & Musick, K. (2020). Gender Differences in Telecommuting and Implications for Inequality at Home and Work. https://doi.org/10.31235/osf.io/tdf8c
-
-
-
Shah, C., Dehmamy, N., Perra, N., Chinazzi, M., Barabási, A.-L., Vespignani, A., & Yu, R. (2020). Finding Patient Zero: Learning Contagion Source with Graph Neural Networks. ArXiv:2006.11913 [Cs]. http://arxiv.org/abs/2006.11913
-
- Jun 2020
-
psyarxiv.com psyarxiv.com
-
Buckwalter, W., & Peterson, A. (2020). Public Attitudes Toward Allocating Scarce Resources During the COVID-19 Pandemic. https://doi.org/10.31234/osf.io/wuvta
-
- May 2020
-
onlinelibrary.wiley.com onlinelibrary.wiley.com
-
Mehrotra, S., Rahimian, H., Barah, M., Luo, F., & Schantz, K. (2020 May 02). A model of supply-chain decisions for resource sharing with an application to ventilator allocation to combat COVID-19. Naval Research Logistics (NRL). https://doi.org/10.1002/nav.21905
-
- Aug 2017
-
tedunderwood.com tedunderwood.com
-
Computer scientists make LDA seem complicated because they care about proving that their algorithms work.
-
- Jan 2014
-
blogs.msdn.com blogs.msdn.com
-
Having made these points many times in the last few years, I've realized that the fundamental problem is in the mistaken belief that the type system has anything whatsoever to do with the storage allocation strategy. It is simply false that the choice of whether to use the stack or the heap has anything fundamentally to do with the type of the thing being stored. The truth is: the choice of allocation mechanism has to do only with the known required lifetime of the storage.
The type system has nothing to do with the storage allocation strategy; the choice of allocation mechanism has to do only with the known required lifetime of the storage.
-
-
blogs.msdn.com blogs.msdn.com
-
If we’re in that situation when new memory is allocated then the “high water mark” is bumped up, eating up some of the previously “free” portion of the block. The newly-reserved memory is then usable for the reference type instance that has just been allocated. That is extremely cheap; just a single pointer move, plus zeroing out the newly reserved memory if necessary.
-