- Last 7 days
-
www.thelancet.com www.thelancet.com
-
Wright, Liam, Andrew Steptoe, and Daisy Fancourt. ‘Predictors of Self-Reported Adherence to COVID-19 Guidelines. A Longitudinal Observational Study of 51,600 UK Adults’. The Lancet Regional Health - Europe 4 (1 May 2021). https://doi.org/10.1016/j.lanepe.2021.100061.
-
-
twitter.com twitter.com
-
ReconfigBehSci. (2021, February 25). Am retweeting this with reminder of an alternative opinion expressing concern about flooding ICUs beyond capacity with young people if relaxations are lifted too soon https://t.co/lgH0VX8gL7 [Tweet]. @SciBeh. https://twitter.com/SciBeh/status/1364854777524465664
-
-
twitter.com twitter.com
-
Youyang Gu. (2021, February 24). When can we return to normal? Forget about ‘herd immunity’. Below is my estimate for the number of susceptible individuals over time, as a proportion of the US population. Looking at this graph, what is the best point to go back to normal? Christmas? Fall? Or Summer? 🧵 https://t.co/V4uiFk5YcP [Tweet]. @youyanggu. https://twitter.com/youyanggu/status/1364627872233750543
-
- Feb 2021
-
psyarxiv.com psyarxiv.com
-
Turk, E., Čelik, T., Smrdu, M., Šet, J., Kuder, A., Gregorič, M., & Kralj-Fišer, S. (2021). ADHERENCE TO COVID-19 MITIGATION MEASURES IN SLOVENIA: THE ROLE OF SOCIODEMOGRAPHIC AND PERSONALITY FACTORS. PsyArXiv. https://doi.org/10.31234/osf.io/hrfyk
-
-
psyarxiv.com psyarxiv.com
-
Byrne, K. A., Six, S. G., Ghaiumy Anaraky, R., Harris, M. W., & Winterlind, E. L. (2020, November 5). Risk-Taking Unmasked: Using Risky Choice and Temporal Discounting to Explain COVID-19 Preventative Behaviors. https://doi.org/10.31234/osf.io/uaqc2
-
-
psyarxiv.com psyarxiv.com
-
Varol, T., Schneider, F., Mesters, I., Crutzen, R., Ruiter, R. A. C., Kok, G., & Hoor, G. ten. (2021). University Students’ Adherence to the COVID-19-guidelines: A Qualitative Study on Facilitators and Barriers. PsyArXiv. https://doi.org/10.31234/osf.io/z6cg9
-
-
twitter.com twitter.com
-
ReconfigBehSci. (2021, February 5). RT @PsyArXivBot: University Students’ Adherence to the COVID-19-guidelines: A Qualitative Study on Facilitators and Barriers https://t.co/… [Tweet]. @SciBeh. https://twitter.com/SciBeh/status/1358064240100311040
-
- Jan 2021
-
www.reddit.com www.reddit.com
-
u/nick_chater (2020) Issue Radar: Is advice getting too complicated? And what can be done? Reddit. Retrieved from https://www.reddit.com/r/BehSciAsk/comments/hjaib5/issue_radar_is_advice_getting_too_complicated_and/
-
-
stackoverflow.com stackoverflow.com
-
If it's behaviour that you can imagine needing to reuse among multiple components, or if it's something that you can imagine applying to an element inside an {#if ...} block (for example), then it probably belongs in an action. It it's something that 'belongs' to the component itself, rather than a specific element, then it's probably more of a lifecycle thing.
-
-
material.io material.ioDialogs1
-
Avoid apologies (“Sorry for the interruption”), alarm (“Warning!”), or ambiguity (“Are you sure?”)
-
-
ux.stackexchange.com ux.stackexchange.com
-
Material Design guidelines don't specify popovers, but the specification of material properties provide a clear set of properties that can be used to create popups.
-
-
material.io material.io
-
Small components can set the size of their corner shape using a percentage of the absolute height of the component. This means the corner shape will change as the component height changes.
-
-
material.io material.ioButtons2
-
CautionText labels need to be distinct from other elements. If the text label isn’t fully capitalized, it should use a different color, style, or layout from other text.
-
Don'tAvoid using two contained buttons next to one another if they don’t have the same fill color.
Interesting. Do I agree with this?
What is the reason they recommend this? It looks fine to me...
At least they give alternatives that they recommend...
-
-
material-ui.com material-ui.com
-
If a link doesn't have a meaningful href, it should be rendered using a <button> element.
Hmm. Do I agree with this?
-
-
stackoverflow.com stackoverflow.com
-
But, I am a little bit confused about what to do now, mark your answer as correct and create new question, or create and EDIT block to this post?
-
- Dec 2020
-
material-ui.com material-ui.com
-
Heading hierarchy. Don't skip heading levels. In order to solve this problem, you need to separate the semantics from the style.
-
-
hackernoon.com hackernoon.com
-
There is no denying to the fact that Google is one of the biggest influencers in the design trends every year. The designs by Google have a tremendous impact on how new products will be designed and launched.
in this write up, I will take you through the new material design guidelines introduced by Google. With that, I will even share a few tips for applying the designs in your business and products.
-
- Nov 2020
-
material.io material.io
-
Material is an adaptable system of guidelines, components, and tools that support the best practices of user interface design
-
-
github.com github.com
-
Follow these guidelines:
-
- Oct 2020
-
stackoverflow.com stackoverflow.com
-
Don't sacrifice clarity for brevity when creating a minimal example.
-
-
-
softwareengineering.stackexchange.com softwareengineering.stackexchange.com
-
General rules of thumb
-
-
-
Could I get your intuition for why that rule of thumb applies to svelte components but not Javascript functions? I tend to make heavy use of let x = e when writing normal Javascript, as I do in most other languages (though unlambda is a notable exception). How is svelte different?
-
-
dylanvann.com dylanvann.com
-
Props and state can change, and components should handle those changes whenever they happen.
-
-
html.com html.com
-
If a part of the content deserves its own heading, and that heading would be listed in a theoretical or actual table of contents, it should be placed in a <section>. The key exception is where the content may be syndicated; in this case, use <article> element instead.
-
-
psyarxiv.com psyarxiv.com
-
MacFarlane, Douglas, Li Qian Tay, Mark J. Hurlstone, and Ullrich Ecker. ‘Refuting Spurious COVID-19 Treatment Claims Reduces Demand and Misinformation Sharing’, 30 September 2020. https://doi.org/10.31234/osf.io/q3mkd.
-
- Sep 2020
-
github.com github.com
-
Since one of Svelte's main principles is reacting only to data changes (as opposed to re-render the whole app with the full state all the time)
-
-
github.com github.com
-
Please focus on explaining the motivation so that if this RFC is not accepted, the motivation could be used to develop alternative solutions. In other words, enumerate the constraints you are trying to solve without coupling them too closely to the solution you have in mind.
Tags
- defining the problem clearly is as valuable coming up with specific implementation/solution
- okay for proposal to not be accepted
- answer the "why?"
- iterative process: building on previous attempts/work
- iterative process
- contribution guidelines: should explain motivation for change
Annotators
URL
-
-
doi.org doi.org
-
Fava, E. D., Cimentada, J., Perrotta, D., Grow, A., Rampazzo, F., Gil-Clavel, S., & Zagheni, E. (2020). The differential impact of physical distancing strategies on social contacts relevant for the spread of COVID-19. MedRxiv, 2020.05.15.20102657. https://doi.org/10.1101/2020.05.15.20102657
-
-
github.com github.com
-
The rule of thumb has always been “don’t perform side effects while rendering”. Think of rendering as a pure computation. Side effects go into a different place (lifecycle methods in classes, or useEffect in function components). There’s not much more to it.
Tags
Annotators
URL
-
- Jul 2020
-
www.youtube.com www.youtube.com
-
MCLS Virtual Brown Bag June 12, 2020: Bayesian Modelling. (2020, June 15). https://www.youtube.com/watch?v=7LLZPNLhn5o
-
-
-
DeFranza, David, Mike Lindow, Kevin Harrison, Arul Mishra, and Himanshu Mishra. ‘Religion and Reactance to COVID-19 Mitigation Guidelines’. Preprint. PsyArXiv, 14 July 2020. https://doi.org/10.31234/osf.io/ngdys.
-
-
www.theguardian.com www.theguardian.com
-
correspondent, Robert Booth Social affairs. ‘Covid-19 Outbreaks up to 20 Times More Likely in Large Care Homes, Study Finds’. The Guardian, 14 July 2020, sec. World news. https://www.theguardian.com/world/2020/jul/14/covid-19-outbreaks-up-to-20-times-more-likely-in-large-care-homes-uk-study.
-
-
www.googleapis.com www.googleapis.com
-
Final exams.
Has anybody tried to do a semester walkthrough using a screencasting tool and a presentation tool of some kind? I think that might be a valuable tool for first year comp students.
Or maybe a short simulation like Clark Aldritch uses:
-
Here is a place to add more possible guidelines:
Provide a scratchpad each week where students can reflect on the week on progress or regress.
Get lots of quick feedback from learners with Google Forms.
3.Introduce the idea of feedforward to students and teachers.
-
- Jun 2020
-
econpapers.repec.org econpapers.repec.org
-
Campos-Mercade, Pol, Armando Meier, Florian Schneider, and Erik Wengström. “Prosociality Predicts Health Behaviors during the COVID-19 Pandemic.” Department of Economics - University of Zurich, May 2020. https://EconPapers.repec.org/RePEc:zur:econwp:346.
-
-
edgeguides.rubyonrails.org edgeguides.rubyonrails.org
- May 2020
-
-
Altable, M., de la Serna, J. M., & Gavira, S. M. (2020, May 15). Child and Adult Autism Spectrum Disorder in COVID-19 Pandemic. https://doi.org/10.31234/osf.io/kt3a4
-
-
www.thelancet.com www.thelancet.com
-
Cortese, S., Asherson, P., Sonuga-Barke, E., Banaschewski, T., Brandeis, D., Buitelaar, J., Coghill, D., Daley, D., Danckaerts, M., Dittmann, R. W., Doepfner, M., Ferrin, M., Hollis, C., Holtmann, M., Konofal, E., Lecendreux, M., Santosh, P., Rothenberger, A., Soutullo, C., … Simonoff, E. (2020). ADHD management during the COVID-19 pandemic: Guidance from the European ADHD Guidelines Group. The Lancet Child & Adolescent Health, S2352464220301103. https://doi.org/10.1016/S2352-4642(20)30110-3
-
- Apr 2020
-
-
In 2017 NIST (National Institute of Standards and Technology) as part of their digital identity guidelines recommended that user passwords are checked against existing public breaches of data. The idea is that if a password has appeared in a data breach before then it is deemed compromised and should not be used. Of course, the recommendations include the use of two factor authentication to protect user accounts too.
-
- Mar 2020
-
github.com github.com
- Feb 2020
-
docs.k6.io docs.k6.iok6/http1
-
Load Testing Manifesto Simple testing is better than no testingLoad testing should be goal orientedLoad testing by developersDeveloper experience is super importantLoad test in a pre-production environment
Tags
Annotators
URL
-
- Nov 2019
-
github.com github.com
-
auto-closes the related issue(s) (http://tr.im/vFqem).
-
Description explains the issue / use-case resolved
-
PR has tests / docs demo, and is linted.
-
PR has tests / docs demo, and is linted. Commit and PR titles begin with [ComponentName], and are in imperative form: "[Component] Fix leaky abstraction". Description explains the issue / use-case resolved, and auto-closes the related issue(s) (http://tr.im/vFqem).
-
- Sep 2019
-
mobx.js.org mobx.js.org
-
Feel free to send small pull requests. Please discuss new features or big changes in a GitHub issue first.
'
-
-
github.com github.com
-
When opening new issues, provide the setup of your form in a CodeSandbox. These issues, and the ones which provides also PR with failing tests will get higher priority.
-
- Aug 2019
-
github.com github.com
-
Code style changes not allowed
-
- Mar 2019
-
udlguidelines.cast.org udlguidelines.cast.org
-
UDL guidelines. As I post this, I do not know whether this website will be included in our future course readings or not. This website practices what it preaches and provides the same content in multiple forms. The viewer can select/choose the manner in which items are displayed. This has essential information, such as the need to provide "multiple means" of engagement, representation, action, and expression when teaching. Rating 5/5
-
-
www.samajinfotech.com www.samajinfotech.com
-
Top Logo Designing Guidelines for Branding
Looking for the top Logo Designing Guidelines for Branding? Here's everything you need to know about creating a beautiful new logo and logo designing.
-
- Feb 2019
-
copyright.columbia.edu copyright.columbia.edu
-
library.osu.edu library.osu.edu
Tags
Annotators
URL
-
-
fairuse.stanford.edu fairuse.stanford.eduHome1
Tags
Annotators
URL
-
-
hsl.osu.edu hsl.osu.edu
Tags
Annotators
URL
-
- Nov 2018
-
www-nejm-org.ezp-prod1.hul.harvard.edu www-nejm-org.ezp-prod1.hul.harvard.edu
-
In the academic setting especially, a premium will beplaced on clinical quality improvement, the develop-ment of practice guidelines, and outcomes research,not only to provide the physician with a creative out-let and a potential source of funding during thenonclinical months but also to give the academiccenter a practical research-and-development arm
-
- Jul 2017
-
www.elatewiki.org www.elatewiki.org
-
proposal vs prospectus
-
- Nov 2015
- Jul 2015
-
www.collegeart.org www.collegeart.org
-
- CAA's long awaited guidelines for the fair use - reuse - of images within publications.
-
- Jun 2015
-
support.altmetric.com support.altmetric.com
-
Altmetric guidelines for optimising web pages
-