Haslam, S. A., Steffens, N. K., Reicher, S., & Bentley, S. (2020). Identity leadership in a crisis: A 5R framework for learning from responses to COVID-19. PsyArXiv. https://doi.org/10.31234/osf.io/bhj49
- Feb 2021
-
psyarxiv.com psyarxiv.com
-
-
Establish structured daily check-ins: Many successful remote managers establish a daily call with their remote employees.
make sure there is space during standup for chit-chat.
-
-
reinteractive.com reinteractive.com
-
The great thing about working with reinteractive is you get to work directly with the developers, which is a huge plus. As a technical founder, I find proxying through a project manager adds unnecessary layers of complexity and creates opportunity for human error.
-
-
en.wikipedia.org en.wikipedia.org
-
Encapsulation is used to hide the values or state of a structured data object inside a class, preventing direct access to them by clients in a way that could expose hidden implementation details or violate state invariance maintained by the methods.
-
-
-
DSLs can be problematic for the user since the user has to manage state (e.g. am I supposed to call valid? first or update_attributes?). This is exactly why the #validate is the only method to change state in Reform.
-
The reason Reform does updating attributes and validation in the same step is because I wanna reduce public methods. This is to save users from having to remember state.
I see what he means, but what would you call this (tag)? "have to remember state"? maybe "have to remember" is close enough
Or maybe order is important / do things in the right order is all we need to describe the problem/need.
-
-
psyarxiv.com psyarxiv.com
-
Safra, L., Chevallier, C., & Sijilmassi, A. (2021). Poverty and Threat Reactivity. PsyArXiv. https://doi.org/10.31234/osf.io/fp35r
-
-
www.theatlantic.com www.theatlantic.com
-
One can now picture a future investigator in his laboratory. His hands are free, and he is not anchored. As he moves about and observes, he photographs and comments. Time is automatically recorded to tie the two records together. If he goes into the field, he may be connected by radio to his recorder. As he ponders over his notes in the evening, he again talks his comments into the record. His typed record, as well as his photographs, may both be in miniature, so that he projects them for examination.
This is one of the most important aspects of the essay. Noting that he is continuously talking about the work of a scientist, he stresses the act of recording, of looking at reality. This is radically different from what Ahrens claims in his book "How to take Smart Notes", in which there is not a single hint to the fact that you must look through the window and not just into previous works.
-
-
www.romanpichler.com www.romanpichler.com
-
OKRs in Product Management
good overview on OKRs and how to craft them
-
-
assets.productplan.com assets.productplan.com
-
Using integrations with other tools in the product stack such as Jira and GitHub, progress on specific items can be viewed directly from the digital product roadmap, offering an accurate view of how well things are sticking to the schedule
Why not just use built in tools in Jira and Github? Still struggling to see how roadmapping tool differs from, for example, Github project boards
-
Translating these concepts into attractive visual product roadmaps that connect with a diverse set of internal stakeholders,
In a small organization like Hypothesis, I'm not sure that a visually pretty roadmap is a pressing need. Willing to keep reading, but color me skeptical.
-
- Jan 2021
-
-
Management
Management : easy to use
-
-
www.nature.com www.nature.com
-
Nowogrodzki. A., (2020). Four tools that help researchers working in collaborations to see the big picture.nature. Retrieved from: https://www.nature.com/articles/d41586-020-01918 utm_source=twt_nnc&utm_medium=social&utm_campaign=naturenews&sf235555174=1
-
-
www.editage.com www.editage.com
-
Researchers and Their Stories (2020) WEBINAR: Managing your mental health is an ongoing journey – Let's embrace the process!. Retrieved from https://www.editage.com/insights/managing-your-mental-health-is-an-ongoing-journey-lets-embrace-the-process
-
-
thewebdev.info thewebdev.info
-
PopupState HelperTo make managing the popover state easier, we can use the material-ui-popup-state library to manage the state.
-
-
Local file Local fileuntitled2
-
Theemergence of the termcontent strategyitselfrepresents widespread recognition that componentcontent management was in great need of aroadmap.
For me this is one of the key sentences of this paper. It is impossible to understand content strategy without taking component content management into consideration. For an academic approach to content strategy component content management is a key.
-
In its most commondefinition, a genre is a rhetorical action that istypified and socially recognized based on recurrentsituations; members of organizations use genresfor specific communicative and collaborativepurposes [6], [7]
This might be translated following the approach of semiotic practices defined by Fontanille et.al.
-
- Dec 2020
-
journals.plos.org journals.plos.org
-
Demers. J., Bewick. S., Folashade. A., Caillouet. K. A., Fagan. W. F. Robertson. S. L., (2020) . Managing disease outbreaks: The importance of vector mobility and spatially heterogeneous control. PLOS COMPUTATIONAL BIOLOGY. Retrieved from: https://journals.plos.org/ploscompbiol/article?id=10.1371%2Fjournal.pcbi.1008136&utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+ploscompbiol%2FNewArticles+%28PLOS+Computational+Biology+-+New+Articles%29
-
-
-
"Organizational change management ensures that the new processes resulting from a project are actually adopted by the people who are affected.”
Definition of change management
-
-
kimmoir.blog kimmoir.blog
-
brag
-
-
hackernoon.com hackernoon.com
-
React will update state throughout the user’s session. localStorage won’t change.When the user ends their session, save whatever the state is at that time to localStorage, making it available for hydrating in the next session.
Is this safe/reliable to defer saving until then? What if browser crashes? I guess that's why onbeforeunload is needed. Hopefully onbeforeunload is reliable and can't be skipped (unless browser crashes?).
-
So rather than continuously keeping localStorage in-sync with React state, let’s simply save state to localStorage whenever the user ends their session, either by leaving the app (‘unmounting’ the component) or refreshing the page.
-
-
github.com github.com
-
set(key, v) { localStorage.setItem(key, JSON.stringify(v)) store.set(key, v) return v },
-
-
github.com github.com
-
Our large project is going to need highly structured and predictable state management, and Svelte’s flexibility scales from trivial projects up to our big one. We’re looking at statecharts and XState to wrangle this problem.
Tags
Annotators
URL
-
-
github.com github.com
-
www.geekwire.com www.geekwire.com
-
Microsoft says it will make changes in its new Productivity Score feature, including removing the ability for companies to see data about individual users, to address concerns from privacy experts that the tech giant had effectively rolled out a new tool for snooping on workers.
It's great that MS has reacted so quickly to the outcry around the privacy of workers.
I thought it would be super-interesting to see how academics might have responded to the idea of institutional administrators keeping tabs on the number of hours that they'd spent in meetings (via Teams), composing and reading emails (via Outlook), writing articles (via Word), and so on.
And yet these would be the same academics who do this kind of monitoring of student work.
-
- Nov 2020
-
psyarxiv.com psyarxiv.com
-
Schindler, S., Reinhardt, N., & Reinhard, M.-A. (2020). Defending one’s worldviews under mortality salience – Testing the validity of an established idea. PsyArXiv. https://doi.org/10.31234/osf.io/7bxcs
-
-
svelte.dev svelte.dev
-
www.thebrain.com www.thebrain.com
-
Almost all interfaces today, with the exception of TheBrain visual user interface, are limited to organizing information into hierarchies, where a piece of information can only be categorized into one place. For simple applications this is fine, but for users engaging in more complex business processes, it is simply inadequate. A document will have a variety of different issues or people associated with it – with hierarchies one cannot show all these relationships without multiple copies of the information.
Shelley Hayduk also identifies the issue that most information management software uses a file cabinet metaphor (i.e. hierarchy). This has the limitation that a piece of information can only be categorized in one place. For more complex things, this is inadequate.
-
-
thecontentwrangler.com thecontentwrangler.com
-
smartbear.com smartbear.com
-
This conflicts in very basic ways with what other engineering disciplines expect. Toyota's stylists might be able to sell their renderings in art galleries, but you can't drive to work in one. In software, you can.
I don't really understand the sentence. Does it mean that you can't really use a project's design until it's built, in classical engineering, while instead with software all that detailed design is actually the product?
-
-
blog.rlmflores.me blog.rlmflores.me
-
leadership,technicalmanagement
-
- Oct 2020
-
speakerdeck.com speakerdeck.com
-
remote management
-
-
www.youtube.com www.youtube.com
-
ORWG Virtual Meeting 08/09/2020 https://www.youtube.com/playlist?list=PLOA0aRJ90NxvXtMt5Si5ukmR9LYfvDueB (n.d.)
-
-
www.youtube.com www.youtube.com
-
Long covid: Diagnosis, management, prognosis. (2020, September 4). https://www.youtube.com/watch?v=zTrIl52jV0s&feature=emb_logo
-
-
jobs-to-be-done.com jobs-to-be-done.com
-
Similarly, we use an opportunity algorithm to quantify which of the customer’s desired outcomes are unmet, and to what degree. A desired outcome statement is a uniquely defined need statement that describes how customers measure success when getting a job done. We assign a number to a desired outcome that indicates whether products or services used in a given market adequately or inadequately serve it.
-
-
www.thelocal.se www.thelocal.se
-
What you need to know about Sweden’s new local coronavirus recommendations. (2020, October 19). https://www.thelocal.se/20201019/what-you-need-to-know-about-swedens-new-local-coronavirus-recommendations
-
-
twitter.com twitter.com
-
APPG on Coronavirus on Twitter. (n.d.). Twitter. Retrieved October 27, 2020, from https://twitter.com/AppgCoronavirus/status/1318471895914893313
-
-
outbreak.info outbreak.info
-
Outbreak.info. (n.d.). Outbreak.Info. Retrieved October 25, 2020, from https://outbreak.info/
-
-
www.independentsage.org www.independentsage.org
-
The Independent SAGE Report 18. Retrieved from https://www.independentsage.org/wp-content/uploads/2020/10/Emergency-plan-Oct-2020-FINAL.pdf on 25/10/2020
-
-
www.hackingwithswift.com www.hackingwithswift.com
-
Imperative UI causes all sorts of problems, most of which revolve around state, which is another fancy term meaning “values we store in our code”. We need to track what state our code is in, and make sure our user interface correctly reflects that state.
-
-
www.productboard.com www.productboard.com
-
Yet many teams struggle to achieve a unified way of evaluating what they’ve delivered. Only 1 in 10 have a process for assessing the success or failure of newly-launched products and features.
we've done this informally, but might consider a more formal approach
-
For the product teams lacking a systematic way of logging these feature requests, pain points, and other bits of user feedback, a lot of valuable information ends up slipping through the cracks.
we are working at getting better at this but there is room for improvement
-
-
www.thelancet.com www.thelancet.com
-
Health, T. L. P. (2020). COVID-19 in Spain: A predictable storm? The Lancet Public Health, 0(0). https://doi.org/10.1016/S2468-2667(20)30239-5
-
-
wendynorris.com wendynorris.com
-
www.idsociety.org www.idsociety.org
-
“Herd Immunity” is Not an Answer to a Pandemic. (n.d.). Retrieved October 17, 2020, from https://www.idsociety.org/news--publications-new/articles/2020/herd-immunity-is-not-an-answer-to-a-pandemic/
-
-
eds.a.ebscohost.com eds.a.ebscohost.com
-
Microlearning: Knowledge management applications and competency-based training in the workplace
Lynn C. Emerson, & Zane L. Berge. (2018). Microlearning: Knowledge management applications and competency-based training in the workplace. Knowledge Management & E-Learning: An International Journal, 10(2), 125–132.
The focus of this article is a threefold discussion on microlearning 1) how microlearning best practices facilitate knowledge acquisition in the workplace by engaging and motivating employees through short, personalized, just-in-time learning, 2) ways microlearning integrates with knowledge management applications through situational mentoring, and 3) how competency-based microlearning, via subscription learning, is both an innovative approach to e-learning and an asset to learning organizations focused on improving the performance of their employees.
8/10
-
-
www.youtube.com www.youtube.com
-
Science as Amateur Software Development. (2020, September 26). https://www.youtube.com/watch?v=zwRdO9_GGhY&feature=youtu.be
-
-
www.coe.int www.coe.int
-
AI and control of Covid-19 coronavirus. (n.d.). Artificial Intelligence. Retrieved October 15, 2020, from https://www.coe.int/en/web/artificial-intelligence/ai-and-control-of-covid-19-coronavirus
-
-
github.com github.com
-
Instead of using classes and local state, Deku just uses functions and pushes the responsibility of all state management and side-effects onto tools like Redux.
-
-
www.agileconnection.com www.agileconnection.com
-
www.thelancet.com www.thelancet.com
-
Alter, S. M., Maki, D. G., LeBlang, S., Shih, R. D., & Hennekens, C. H. (2020). The menacing assaults on science, FDA, CDC, and health of the US public. EClinicalMedicine, 0(0). https://doi.org/10.1016/j.eclinm.2020.100581
-
-
medium.com medium.com
-
It adds a few constructs to the language to solve one of the most complex problems in UI development — state management.
-
-
www.scientificamerican.com www.scientificamerican.com
-
Jackson, A. S., Ingrid Joylyn Paredes,Tiara Ahmad,Christopher. (n.d.). Yes, Science Is Political. Scientific American. Retrieved October 13, 2020, from https://www.scientificamerican.com/article/yes-science-is-political/
-
-
blogs.bmj.com blogs.bmj.com
-
Abraar Karan: Politics and public health in America—taking a stand for what is right. (2020, October 9). The BMJ. https://blogs.bmj.com/bmj/2020/10/09/abraar-karan-politics-and-public-health-in-america-taking-a-stand-for-what-is-right/
-
-
www.theatlantic.com www.theatlantic.com
-
Yong, S. by E. (n.d.). America Is Trapped in a Pandemic Spiral. The Atlantic. Retrieved October 12, 2020, from https://www.theatlantic.com/health/archive/2020/09/pandemic-intuition-nightmare-spiral-winter/616204/
-
-
letconst.com letconst.com
Tags
Annotators
URL
-
-
www.coursera.org www.coursera.org
-
role-based access control, or RBAC
Is an approach to restricting system access to authorized users.
Controlling access to resources isn't all you can do. You can also centralize configuration management.
You wouldn't want to setup printers or software for each and every user.
-
-
recoiljs.org recoiljs.org
-
-
State changes flow from the roots of this graph (which we call atoms) through pure functions (which we call selectors) and into components.
-
Recoil defines a directed graph orthogonal to but also intrinsic and attached to your React tree.
-
For reasons of compatibility and simplicity, it's best to use React's built-in state management capabilities rather than external global state.
-
-
github.com github.com
-
Recoil
-
-
twitter.com twitter.com
-
Adam Kucharski on Twitter. (n.d.). Twitter. Retrieved October 10, 2020, from https://twitter.com/AdamJKucharski/status/1313760847932596224
-
-
www.psychologs.com www.psychologs.com
-
Covid-19: Is Behavioural Science The Key To Handle The Pandemic? (n.d.). Retrieved October 10, 2020, from https://www.psychologs.com/article/covid-19-is-behavioral-science-the-key-to-handle-the-pandemic
-
-
-
Solid’s State primitive is arguably its most powerful and distinctive one. Through the use of proxies and explicit setters it gives the control of an immutable interface and the performance of a mutable one
-
-
www.youtube.com www.youtube.com
Tags
Annotators
URL
-
-
levelup.gitconnected.com levelup.gitconnected.com
-
Since Solid uses fine grained updates and Components are only rendered in their entirety once, you can wrap over state simply by using closures.
-
-
-
MobX - for me personally MobX is a far better way to manage state than React Hooks. It doesn't care about the UI layer so it can be used outside the React ecosystem, and it's simple to mutate data.
-
-
apps.who.int apps.who.int
-
Pandemic fatigue – reinvigorating the public to prevent COVID-19. Policy framework for supporting pandemic prevention and management. Copenhagen: WHO Regional Office for Europe; 2020. Licence: CC BY-NC-SA 3.0 IGO
-
-
www.nature.com www.nature.com
-
Bingham, K. (2020). Plan now to speed vaccine supply for future pandemics. Nature, 586(7828), 171–171. https://doi.org/10.1038/d41586-020-02798-0
-
-
-
The $ contract for auto-subscribing is lovely in its simplicity and flexibility. You can adapt your own preferred state-management pattern or library, with or without Svelte stores as helpers. Svelte does not fuss about how you want to manage your state.
-
-
boffosocko.com boffosocko.com
-
So today, as a somewhat limited experiment, I played around with my Hypothes.is atom feed (https://hypothes.is/stream.atom?user=chrisaldrich, because you know you want to subscribe to this) and piped it into IFTTT. Each post creates a new document in a OneDrive file which I can convert to a markdown .md file that can be picked up by my Obsidian client.
Trying to see if this work for me when linking with google drive. Unsure how to convert to markdown.
-
-
www.mobs-lab.org www.mobs-lab.org2019nCOV1
-
2019nCOV. (n.d.). MOBS Lab. Retrieved October 2, 2020, from https://www.mobs-lab.org/2019ncov.html
-
- Sep 2020
-
www.youtube.com www.youtube.com
-
Learning lessons before launching an inquiry—IfG LIVE 2020 Labour Fringe Programme—YouTube. (n.d.). Retrieved September 29, 2020, from https://www.youtube.com/watch?v=cCZl-naQ6UM
-
-
www.kennorton.com www.kennorton.com
-
This last characteristic may be the easiest to evaluate. Unless the position is very junior, I’ll usually hire product managers who’ve actually shipped a product. I mean from start to finish, concept to launch. Nothing is a better indication of someone’s ability to ship great products than having done it before. Past performance is an indication of future success
-
I always insist that at a minimum, representatives from engineering, design, and marketing meet a potential PM candidate.
-
I often joke that much of the time your job is to be the advocate for whoever isn’t currently in the room - the customer, engineering, sales, executives, marketing. That means you need to be capable of doing other people’s jobs, but smart enough to know not to. Great PMs know how to channel different points-of-view. They play devil’s advocate a lot. They tend to be unsatisfied with simple answers.
-
So what do I look for in a PM? Most importantly, raw intellectual horsepower. I’ll take a wickedly smart, inexperienced PM over one of average intellect and years of experience any day. Product management is fundamentally about thinking on your feet, staying one step ahead of your competitors, and being able to project yourself into the minds of your colleagues and your customers.
-
-
www.scibeh.org www.scibeh.org
-
SciBeh 2020 Workshop on “Building an online information environment for policy relevant science.” (2020, September 23). SciBeh. https://scibeh.org/events/workshop2020/
-
-
medium.com medium.com
-
2. Develop specific superpowers — don’t just rely on being a smart generalist.
Bring something to the table. Could be solid design skills in my case (which I don't have yet)
-
-
-
Whatever the future intentions of the PM, one thing remains for certain: this position is at the intersection from where founder strategy, user feedback, development team management, and market awareness come together. From what’s been said, it certainly appears that this is not a role that you “fall” into, but rather could aspire to be in.
-
What’s more, to be a good PM, individuals also need to understand that it’s all about the bigger picture. Great managers “win” games, meaning that it’s not about getting a product out the door, but by ensuring that over the long-term, the team helps solve a larger problem. Nash says it’s not about getting an “E for effort” and brush off things that don’t work.
-
The product manager isn’t the one that’s just sitting around overseeing the various teams and seeing whether it’s on track to meet the scheduled delivery or launch date. They are the ones who need to understand the market and that means knowing who the competitors are, what consumers want, and being able to help the marketing and sales teams better target them.
-
-
joshelman.medium.com joshelman.medium.com
-
More tactically,helping your team often means being the person who writes and summarizes notes after a long meeting, or writing a spec to make sure you have captured the team’s consensus and plan in written form.
- Write notes after meeting and share with team.
-
A lot of people describe a product manager as a CEO of the product or the “owner” of the spec, but I think that over-ascribes influence and authority to the product manager. The best teams operate in a way where the team collectively feels ownership over the spec and everyone has had input and been able to suggest and promote ideas. The best product managers coordinate the key decisions by getting input from all team members and are responsible to surface disagreements, occasionally break ties, and gather consensus (or at least ensure that everyone commits to a plan) when decisions get made.
"CEO" of the product is an overrated term to describe PM.
- Everybody on the team should feel heard/collective ownership
-
Great product managers understand the very tricky balance between getting it right and getting it out the door.
Balance between ship/get right = good product manager
-
While shipping matters, the best product managers help the team make sure it’s the right product. Building something that doesn’t exist yet is always fun, but never a slam dunk.
*
-
More importantly, once shipped, the best product managers can measure whether the product shipped is the right one. They should work closely with the team to make sure the right moments in the product are measurable, and that the hard questions about whether people are really using the product can be answered.
Once shipped good PM's know how to measure success fo the product
-
Great product managers listen to user feedback all the time — whether it’s from usability tests, meeting users in the field, reading support emails or tweets, or working with the people in your company who do all of those things on a daily basis.
*
-
-
www.annashipman.co.uk www.annashipman.co.uk
-
What do you think the most important things we should be doing over the next year? What will get in the way of us doing that? What’s going well, i.e. what should we make sure we don’t change? Is there anything you think I should know about?
Good questions to ask as a new PM
Tags
Annotators
URL
-
-
ferd.ca ferd.ca
-
To me, abandoning all these live upgrades to have only k8s is like someone is asking me to just get rid of all error and exceptions handling and reboot the computer each time a small thing goes wrong.
the Function-as-a-Service offering often have multiple fine-grained updateable code modules (functions) running within the same vm, which comes pretty close to the Erlang model.
then add service mesh, which in some cases can do automatic retry at the network layer, and you start to recoup some of the supervisor tree advantages a little more.
really fun article though, talking about the digital matter that is code & how we handle it. great reminder that there's much to explore. and some really great works we could be looking to.
-
-
www.prognosisresearch.com www.prognosisresearch.com
-
Home. (n.d.). Prognosis Research. Retrieved September 24, 2020, from https://www.prognosisresearch.com/
-
-
github.com github.com
-
React Stately is a library of state management hooks for use in your component library.
Tags
Annotators
URL
-
-
react-spectrum.adobe.com react-spectrum.adobe.com
-
Provides state management for tree-like components. Handles building a collection of items from props, item expanded state, and manages multiple selection state.
-
-
www.theguardian.com www.theguardian.com
-
Goodley, S., & Halliday, J. (2020, September 18). Troubled test-and-trace system drafts in management consultants. The Guardian. https://www.theguardian.com/world/2020/sep/18/troubled-covid-test-and-trace-programme-drafts-in-management-consultants
Tags
- UK
- office role
- strategy
- lang:en
- test-and-trace
- management
- tracking
- cost
- consultant
- turnaround time
- COVID-19
- challenge
- is:news
- testing
Annotators
URL
-
-
www.scientificamerican.com www.scientificamerican.com
-
Hotz, J. (n.d.). Can an Algorithm Help Solve Political Paralysis? Scientific American. Retrieved September 21, 2020, from https://www.scientificamerican.com/article/can-an-algorithm-help-solve-political-paralysis/
-
-
www.youtube.com www.youtube.com
-
Webinar series DAY 1 - Insights into COVID-19 modelling & evidence-based policy making. Retrieved from on 21/09/2020 from https://www.youtube.com/playlist?list=PLNzrUckV9eSJAybOPMPxPulI0bciy8HXf
-
-
www.youtube.com www.youtube.com
-
Webinar series DAY 2 - Insights into COVID-19 modelling & evidence-based policy making. Retrieved on 21/09/2020 from https://www.youtube.com/playlist?list=PLNzrUckV9eSJIF41YCUaUWHOg_CTxmc99
-
-
vuex.vuejs.org vuex.vuejs.org
-
So why don't we extract the shared state out of the components, and manage it in a global singleton? With this, our component tree becomes a big "view", and any component can access the state or trigger actions, no matter where they are in the tree!
Tags
Annotators
URL
-
-
www.rsm.ac.uk www.rsm.ac.uk
-
Covid-19: Herd immunity in Sweden fails to materialise | The Royal Society of Medicine. (n.d.). Retrieved September 18, 2020, from https://www.rsm.ac.uk/media-releases/2020/covid-19-herd-immunity-in-sweden-fails-to-materialise/
-
-
www.medrxiv.org www.medrxiv.org
-
Gardner, J. M., Willem, L., Wijngaart, W. van der, Kamerlin, S. C. L., Brusselaers, N., & Kasson, P. (2020). Intervention strategies against COVID-19 and their estimated impact on Swedish healthcare capacity. MedRxiv, 2020.04.11.20062133. https://doi.org/10.1101/2020.04.11.20062133
-
-
www.nature.com www.nature.com
-
Lincoln, M. (2020). Study the role of hubris in nations’ COVID-19 response. Nature, 585(7825), 325–325. https://doi.org/10.1038/d41586-020-02596-8
-
-
docs.google.com docs.google.com
-
It turns out that even the length of time an element has been mounted is an important piece of state that determines what pixels the user sees. And some of this state can’t simply be lifted into our application state.
What this means is that our desire to express UI using pure functions is in direct conflict with the very nature of the DOM. It’s a great way to describe a state => pixels transformation — perfect for game rendering or generative art — but when we’re building apps on the web, the idea chafes against the reality of a stateful medium.
-
-
www.bloomberg.com www.bloomberg.com
-
It’s Hard to Keep a College Safe From Covid, Even With Mass Testing. (2020, September 11). Bloomberg.Com. https://www.bloomberg.com/news/articles/2020-09-11/how-coronavirus-rampaged-through-university-of-illinois-college-campus
Tags
- closure
- higher education
- lang:en
- strategy
- university
- USA
- COVID-19
- safety measure
- case increase
- reopening
- crisis management
- is:news
- testing
Annotators
URL
-
-
www.nature.com www.nature.com
-
Kwon, D. (2020). More than 100 scientific journals have disappeared from the Internet. Nature. https://doi.org/10.1038/d41586-020-02610-z
-
-
www.theguardian.com www.theguardian.com
-
Coronavirus cases are rising again in the UK. Here’s what should happen next | Devi Sridhar. (2020, September 8). The Guardian. http://www.theguardian.com/commentisfree/2020/sep/08/coronavirus-cases-rising-uk-second-wave
-
-
psyarxiv.com psyarxiv.com
-
Gollwitzer, M., Abele-Brehm, A., Fiebach, C., Ramthun, R., Scheel, A. M., Schönbrodt, F., & Steinberg, U. (2020). Data Management and Data Sharing in Psychological Science: Revision of the DGPs Recommendations. https://doi.org/10.31234/osf.io/24ncs
-
-
www.reddit.com www.reddit.com
-
Stores are global state. While context is local state.
-
Notice it's not related to components. Another crucial difference is that it's accessible from outside of components. And good way to determine where goes where is to ask yourself, can this particular state and functionality still makes sense outside of the displayed component?
-
-
-
Spiegelhalter, D. (2020). Use of “normal” risk to improve understanding of dangers of covid-19. BMJ, 370. https://doi.org/10.1136/bmj.m3259
-
-
wip.mitpress.mit.edu wip.mitpress.mit.edu
-
Building the New Economy · Works in Progress. (n.d.). Works in Progress. Retrieved June 16, 2020, from https://wip.mitpress.mit.edu/new-economy
-
-
psyarxiv.com psyarxiv.com
-
Van Bavel, J. J., & Myer, A. (2020). National identity predicts public health support during a global pandemic [Preprint]. PsyArXiv. https://doi.org/10.31234/osf.io/ydt95
-
-
twitter.com twitter.com
-
Sir Anthony Seldon on Twitter. (n.d.). Twitter. Retrieved September 2, 2020, from https://twitter.com/AnthonySeldon/status/1300355492783554561
-
-
psyarxiv.com psyarxiv.com
-
Rodriguez, C. G., Gadarian, S. K., Goodman, S. W., & Pepinsky, T. (2020). Morbid Polarization: Exposure to COVID-19 and Partisan Disagreement about Pandemic Response [Preprint]. PsyArXiv. https://doi.org/10.31234/osf.io/wvyr7
-
- Aug 2020
-
healthpolicy.fsi.stanford.edu healthpolicy.fsi.stanford.edu
-
University, © Stanford, Stanford, & Complaints, C. 94305 C. (n.d.). Rosenkranz Prize Winner Leads Effort to Protect Health-Care Workers from COVID-19 in Under-Resourced Countries. Retrieved August 29, 2020, from https://healthpolicy.fsi.stanford.edu/news/rosenkranz-prize-winner-leads-effort-protect-global-health-care-workers-under-resourced
-
-
www.washingtonpost.com www.washingtonpost.com
-
Yu, X. (n.d.). Opinion | I’m from Wuhan. I got covid-19—After traveling to Florida. Washington Post. Retrieved 17 July 2020, from https://www.washingtonpost.com/opinions/2020/07/15/im-wuhan-i-got-covid-19-after-traveling-florida/
-
-
www.thelancet.com www.thelancet.com
-
Heywood, A. E., & Macintyre, C. R. (2020). Elimination of COVID-19: What would it look like and is it possible? The Lancet Infectious Diseases, 0(0). https://doi.org/10.1016/S1473-3099(20)30633-2
-
-
www.siliconrepublic.com www.siliconrepublic.com
-
Gorey, C. (2020, June 29). RCSI team to start trial for promising Covid-19 therapy for severe infections. Silicon Republic. https://www.siliconrepublic.com/innovation/rcsi-trial-covid-19-therapy-alpha-1-antitrypsin
-
-
featuredcontent.psychonomic.org featuredcontent.psychonomic.org
-
Hahn, U. (2020, May 20). Bringing together behavioural scientists for crisis knowledge management. Psychonomic Society Featured Content. https://featuredcontent.psychonomic.org/bringing-together-behavioural-scientists-for-crisis-knowledge-management/
-
-
royalsocietypublishing.org royalsocietypublishing.org
-
Stutt, R. O. J. H., Retkute, R., Bradley, M., Gilligan, C. A., & Colvin, J. (2020). A modelling framework to assess the likely effectiveness of facemasks in combination with ‘lock-down’ in managing the COVID-19 pandemic. Proceedings of the Royal Society A: Mathematical, Physical and Engineering Sciences, 476(2238), 20200376. https://doi.org/10.1098/rspa.2020.0376
-
-
www.scientificamerican.com www.scientificamerican.com
-
Barber, C. (n.d.). ‘Instant Coffee’ COVID-19 Tests Could Be the Answer to Reopening the U.S. Scientific American. Retrieved August 27, 2020, from https://www.scientificamerican.com/article/instant-coffee-covid-19-tests-could-be-the-answer-to-reopening-the-u-s/
-
-
csbs.research.illinois.edu csbs.research.illinois.edu
-
What We Know About College Students to Help Manage COVID-19 – Center for Social & Behavioral Science. (n.d.). Retrieved August 26, 2020, from https://csbs.research.illinois.edu/2020/08/16/what-we-know-about-college-students-to-help-manage-covid-19/
-
-
-
Althouse, B. M., Wallace, B., Case, B., Scarpino, S. V., Berdahl, A. M., White, E. R., & Hebert-Dufresne, L. (2020). The unintended consequences of inconsistent pandemic control policies. ArXiv:2008.09629 [Physics, q-Bio]. http://arxiv.org/abs/2008.09629
-
-
jamanetwork.com jamanetwork.com
-
Califf, Robert M., Adrian F. Hernandez, and Martin Landray. ‘Weighing the Benefits and Risks of Proliferating Observational Treatment Assessments: Observational Cacophony, Randomized Harmony’. JAMA 324, no. 7 (18 August 2020): 625–26. https://doi.org/10.1001/jama.2020.13319.
Tags
- assessments
- clinical management
- nonrandomised studies
- confusion
- therapies
- proliferating observational treatment
- lang:en
- RCTs
- causation
- observational
- is:report
- false confidence
- COVID-19
- epidemiology
- noise
- reliable truth
- randomised clinical trials
- benefits and risks
- treatment
- risks
- benefits
Annotators
URL
-
-
www.youtube.com www.youtube.comYouTube1
-
Optimizing Research Collaboration. (n.d.). Retrieved 10 August 2020, from https://youtu.be/TFNqf7sKwKw
-
-
advice.shinetext.com advice.shinetext.com
-
I have a theory that time scarcity is also linked to something I'll call time scatteredness. This happens when you really have no idea how long it takes us to complete tasks, and this skews how much time you think you have or need.
I relate to this so much I can still feel the sting on my cheek from where it slapped me
-
-
advice.shinetext.com advice.shinetext.com
-
it’s a wise idea to begin tracking your time in order to get a more realistic handle on how long specific projects and tasks take you. That’ll override your optimism bias and keep your expectations for your own productivity in check.
-
Pushing a deadline back once is one thing. Needing to do it over and over again will make it appear as if you don’t know how to manage your own workload.
-
-
www.nber.org www.nber.org
-
Hong, H., Wang, N., & Yang, J. (2020). Implications of Stochastic Transmission Rates for Managing Pandemic Risks (Working Paper No. 27218; Working Paper Series). National Bureau of Economic Research. https://doi.org/10.3386/w27218
-
-
twitter.com twitter.com
-
Esther Choo, MD MPH on Twitter: “Question for Twitter. Why didn’t academia take the lead on Covid information? Why didn’t schools of med & public health across the US band together, put forth their experienced scientists in epidemiology, virology, emergency & critical care, pandemic and disaster response...” / Twitter. (n.d.). Twitter. Retrieved August 10, 2020, from https://twitter.com/choo_ek/status/1291789978716868608
-
-
psyarxiv.com psyarxiv.com
-
Whiting, Sue, Sam Wass, Simon Green, and Michael Thomas. ‘Stress and Learning in Pupils: Neuroscience Evidence and Its Relevance for Teachers’. Preprint. PsyArXiv, 4 August 2020. https://doi.org/10.31234/osf.io/9j24a.
-
-
ropensci.org ropensci.org
-
‘OSF: A Project Management Service Built for Research - ROpenSci - Open Tools for Open Science’. Accessed 10 August 2020. https://ropensci.org/blog/2020/08/04/osf/.
-
-
www.medrxiv.org www.medrxiv.org
-
Aguas, R., Corder, R. M., King, J. G., Goncalves, G., Ferreira, M. U., & Gomes, M. G. M. (2020). Herd immunity thresholds for SARS-CoV-2 estimated from unfolding epidemics. MedRxiv, 2020.07.23.20160762. https://doi.org/10.1101/2020.07.23.20160762
-
-
covid-19.iza.org covid-19.iza.org
-
Immigrant Key Workers: Their Contribution to Europe’s COVID-19 Response. COVID-19 and the Labor Market. (n.d.). IZA – Institute of Labor Economics. Retrieved August 7, 2020, from https://covid-19.iza.org/publications/dp13178/
-
-
covid-19.iza.org covid-19.iza.org
-
Reacting Quickly and Protecting Jobs: The Short-Term Impacts of the COVID-19 Lockdown on the Greek Labor Market. COVID-19 and the Labor Market. (n.d.). IZA – Institute of Labor Economics. Retrieved July 27, 2020, from https://covid-19.iza.org/publications/dp13516/
-
-
www.nber.org www.nber.org
-
Sims, E. R., & Wu, J. C. (2020). Wall Street vs. Main Street QE (Working Paper No. 27295; Working Paper Series). National Bureau of Economic Research. https://doi.org/10.3386/w27295
-
-
blog.pragmaticengineer.com blog.pragmaticengineer.com
-
GTD strategies
Author refers to the [Getting Things Done book](https://www.goodreads.com/book/show/1633.Getting_Things_Done) by David Allen.
Also recommend complementing above with J. Knapp's excellent Make Time book
-
-
debunkingdenialism.com debunkingdenialism.com
-
Sweden Did Not Take Herd Immunity Approach Against Coronavirus Pandemic. (2020, July 29). Debunking Denialism. https://debunkingdenialism.com/2020/07/29/sweden-did-not-take-herd-immunity-approach-against-coronavirus-pandemic/
-
-
-
Akbarpour, M., Cook, C., Marzuoli, A., Mongey, S., Nagaraj, A., Saccarola, M., Tebaldi, P., Vasserman, S., & Yang, H. (2020). Socioeconomic Network Heterogeneity and Pandemic Policy Response (Working Paper No. 27374; Working Paper Series). National Bureau of Economic Research. https://doi.org/10.3386/w27374
-
- Jul 2020
-
twitter.com twitter.com
-
Eric Topol on Twitter: “It’s 100+ years later and we’re a lot smarter, more capable. Why aren’t we beating the crap out of #SARSCoV2? We will. Just a matter of time. https://t.co/eFGieP4cos” / Twitter. (n.d.). Twitter. Retrieved July 31, 2020, from https://twitter.com/EricTopol/status/1287461741236875264
-
-
marketplace.digitalocean.com marketplace.digitalocean.com
-
Note that ONLYOFFICE Document Server does not contain any document management system. ONLYOFFICE online editors (Document Server) can be: integrated with various cloud storage platforms like Confluence, Alfresco, Nextcloud, ownCloud, Seafile, SharePoint, HumHub, Plone, etc.
-
-
www.iubenda.com www.iubenda.com
-
provide a link or button (e.g. in the footer) that allows your users to reopen the consent modal and edit their preferences.
-
-
-
Pindyck, R. S. (2020). COVID-19 and the Welfare Effects of Reducing Contagion (Working Paper No. 27121; Working Paper Series). National Bureau of Economic Research. https://doi.org/10.3386/w27121
-
-
-
adams, jimi, & Light, R. (2020). What Role Does Collaboration have in Responding to COVID-19? [Preprint]. SocArXiv. https://doi.org/10.31235/osf.io/jqwyr
-
-
-
Starominski-Uehara, M. (2020). Brief Communication Analysis of Brazilian Presidency during COVID-19 [Preprint]. SocArXiv. https://doi.org/10.31235/osf.io/jr7eq
-
-
journals.plos.org journals.plos.org
-
Lenzen, M., Li, M., Malik, A., Pomponi, F., Sun, Y.-Y., Wiedmann, T., Faturay, F., Fry, J., Gallego, B., Geschke, A., Gómez-Paredes, J., Kanemoto, K., Kenway, S., Nansai, K., Prokopenko, M., Wakiyama, T., Wang, Y., & Yousefzadeh, M. (2020). Global socio-economic losses and environmental gains from the Coronavirus pandemic. PLOS ONE, 15(7), e0235654. https://doi.org/10.1371/journal.pone.0235654
-
-
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
-
-
osf.io osf.io
-
Frega, R. (2020). Out of the lockdown: Democratic trust in the management of epidemic crises [Preprint]. SocArXiv. https://doi.org/10.31235/osf.io/xcm7y
-
-
-
Reher, D. S., Requena, M., de Santis, G., Esteve, A., Bacci, M. L., Padyab, M., & Sandström, G. (2020). The COVID-19 pandemic in an aging world [Preprint]. SocArXiv. https://doi.org/10.31235/osf.io/bfvxt
-
-
-
Kundu, B., & Bhowmik, D. (2020). Societal impact of novel corona virus (COVID ̶ 19 pandemic) in India [Preprint]. SocArXiv. https://doi.org/10.31235/osf.io/vm5rz
-
-
vimeo.com vimeo.com
-
SciBeh’s Hypothes.is Tool. (n.d.). Vimeo. Retrieved July 15, 2020, from https://vimeo.com/436845680
-
-
twitter.com twitter.com
-
ReconfigBehSci on Twitter: “brief video describing the https://t.co/zDXjvZFtkM initiative here: https://t.co/8rJEuDj7B4” / Twitter. (n.d.). Twitter. Retrieved July 5, 2020, from https://twitter.com/scibeh/status/1279123525916405762
-
-
twitter.com twitter.com
-
ReconfigBehSci on Twitter: “SciBeh now has a video describing our initative! watch, retweet.... https://t.co/j3TF3zfdIt” / Twitter. (n.d.). Twitter. Retrieved June 29, 2020, from https://twitter.com/scibeh/status/1277260447029362688
-
-
www.youtube.com www.youtube.com
-
Pre conference—WHO first infodemiology conference. (2020, June 29). https://www.youtube.com/watch?v=OmuqK8Drzbg
-
-
www.youtube.com www.youtube.com
-
Jeff Howe - Crowdsourcing and the Crisis: Collective Intelligence in the Age of Covid-19 (ACM CI’20). (n.d.). Retrieved June 25, 2020, from https://www.youtube.com/watch?v=POPMMHyIoS0
-
-
www.youtube.com www.youtube.comYouTube1
-
Supporting Open Science Data Curation, Preservation, and Access by Libraries. (2020, June 25). https://www.youtube.com/watch?v=SbmGWHpzAHs&feature=youtu.be
-
-
www.tandfonline.com www.tandfonline.com
-
Wong, C. M. L., & Jensen, O. (2020). The paradox of trust: Perceived risk and public compliance during the COVID-19 pandemic in Singapore. Journal of Risk Research, 0(0), 1–10. https://doi.org/10.1080/13669877.2020.1756386
-
-
www.thelancet.com www.thelancet.com
-
Mei, Q., Li, J., Du, R., Yuan, X., Li, M., & Li, J. (2020). Assessment of patients who tested positive for COVID-19 after recovery. The Lancet Infectious Diseases, 0(0). https://doi.org/10.1016/S1473-3099(20)30433-3
-
-
www.bmj.com www.bmj.com
-
Loder, E. (2020). Getting it right in the pandemic. BMJ, 370. https://doi.org/10.1136/bmj.m2637
-
-
www.newscientist.com www.newscientist.com
-
Taylor, L. (n.d.). How Cuba and Uruguay are quashing coronavirus as neighbours struggle. New Scientist. Retrieved July 6, 2020, from https://www.newscientist.com/article/2247740-how-cuba-and-uruguay-are-quashing-coronavirus-as-neighbours-struggle/
-
-
docdrop.org docdrop.org
-
Made analogy with internal combustion engine, which has 1000s of parts, with the "radical simplicity" approach taken by Tesla: they use an electric motor, which only has 2 components!
comparison: Sapper vs. Gatsby
-
- Jun 2020
-
www.youtube.com www.youtube.com
-
COVID-19: The Impact in India. (2020, June 26). https://www.youtube.com/watch?v=NlS96xrFhL0&feature=youtu.be
-
-
medium.com medium.com
-
State management is also easier. Instead of importing hooks and using setters, you just define a property within the script tags. You then change the value by re-assigning it (not mutating the original value).
-
-
royalsociety.org royalsociety.org
-
DELVE group publishes evidence paper on the use of face masks in tackling Coronavirus (COVID-19) pandemic | Royal Society. (2020 May 04). https://royalsociety.org/news/2020/05/delve-group-publishes-evidence-paper-on-use-of-face-masks/
Tags
- DELVE
- lang:en
- Royal Society
- policy
- management
- is:webpage
- behavioral change
- transmission reduction
- physical distancing
- COVID-19
- face mask
- public health
- asymptomatic
- evidence
- SAGE
- learning
- publication
- social distancing
- infection
- droplet
- Data Evaluation and Learning for Viral Epidemics
Annotators
URL
-
-
-
Corona-Umfrage: Soll der Lockdown weitergehen? (2020, April 15). BR24. https://www.br.de/nachrichten/deutschland-welt/corona-umfrage-soll-der-lockdown-weitergehen,Rw8r84L
-
-
twitter.com twitter.com
-
Dr. Tom Frieden on Twitter: “The 3 W’s drive down risk of Covid and must be common practice when we leave our home and are around others. https://t.co/UJAFCPypQI” / Twitter. (n.d.). Twitter. Retrieved June 15, 2020, from https://twitter.com/DrTomFrieden/status/1272168183609384961
-
-
-
Gencoglu, O., & Gruber, M. (2020). Causal Modeling of Twitter Activity During COVID-19. ArXiv:2005.07952 [Cs]. http://arxiv.org/abs/2005.07952
-
-
www.thelancet.com www.thelancet.com
-
Li, Z., Chen, Q., Feng, L., Rodewald, L., Xia, Y., Yu, H., Zhang, R., An, Z., Yin, W., Chen, W., Qin, Y., Peng, Z., Zhang, T., Ni, D., Cui, J., Wang, Q., Yang, X., Zhang, M., Ren, X., … Li, S. (2020). Active case finding with case management: The key to tackling the COVID-19 pandemic. The Lancet, 0(0). https://doi.org/10.1016/S0140-6736(20)31278-2
-
-
www.amazon.com www.amazon.com
-
I could get a lot more done in an 8-9 hour day with a PC and a desk phone than I get done now in a 9-10 hour day with a laptop /tablet / smartphone, which should allow me to be more a lot more productive but just interrupt me. I don't want the mobile flexibility to work anywhere. It sucked in management roles doing a full day then having dinner with friends and family then getting back to unfinished calls and mails. I much prefer to work later then switch off totally at home.
-
-
singularityhub.com singularityhub.com
-
Gent, Edd. ‘Robots to the Rescue: How They Can Help During Coronavirus (and Future Pandemics)’. Singularity Hub (blog), 1 April 2020. https://singularityhub.com/2020/04/01/robots-to-the-rescue-how-they-can-help-during-coronavirus-and-future-pandemics/.
-
-
www.project-syndicate.org www.project-syndicate.org
-
Reichlin, L. (2020, May 19). An interview with Lucrezia Reichlin. Project Syndicate. https://www.project-syndicate.org/say-more/ps-say-more-lucrezia-reichlin
-
-
featuredcontent.psychonomic.org featuredcontent.psychonomic.org
-
Lewandowsky, S. (2020, June 1). A tale of two island nations: Lessons for crisis knowledge management. Psychonomic Society Featured Content. https://featuredcontent.psychonomic.org/a-tale-of-two-island-nations-lessons-for-crisis-knowledge-management/
-
- May 2020
-
publications.iass-potsdam.de publications.iass-potsdam.de
-
Ball, D., Humpherson, E., Johnson, B., McDowell, M., Ng, R., Radaelli, C., Renn, O., Seedhouse, D., Spiegelhalter, D., Uhl, A., & Watt, J. (2019). Improving Society’s Management of Risks. A Statement of Principles. Collaboration to explore new avenues to improve public understanding and management of risk (CAPUR). https://publications.iass-potsdam.de/pubman/faces/ViewItemFullPage.jsp?itemId=item_5039889_3
-
-
thepsychologist.bps.org.uk thepsychologist.bps.org.uk
-
‘We had to bring people together’ | The Psychologist. (n.d.). Retrieved May 6, 2020, from https://thepsychologist.bps.org.uk/volume-33/may-2020/we-had-bring-people-together
-
-
www.nytimes.com www.nytimes.com
-
Carey, B. (2020, March 19). Complacency, Not Panic, Is the Real Danger. The New York Times. https://www.nytimes.com/2020/03/19/health/coronavirus-panic-anxiety.html
-
-
psyarxiv.com psyarxiv.com
-
Peikert, A., & Brandmaier, A. M. (2019). A Reproducible Data Analysis Workflow with R Markdown, Git, Make, and Docker. https://doi.org/10.31234/osf.io/8xzqy
-
-
www.theguardian.com www.theguardian.com
-
Davis, N. (2020, May 4). Rival Sage group says Covid-19 policy must be clarified. The Guardian. https://www.theguardian.com/world/2020/may/04/rival-sage-group-covid-19-policy-clarified-david-king
-
-
www.futurelearn.com www.futurelearn.com
-
FutureLearn. Pandemics, Modelling, and Policy—Online Course. https://www.futurelearn.com/courses/pandemics-modelling-and-policy
-
-
gitlab.com gitlab.com
-
Secrets management is one of the most sensitive and critical disciplines in all of DevOps and is becoming increasingly important as we move toward a fully continuous deployment world. AWS Keys, deploy keys, ssh keys are often the key attack vector for a bad actor or insider threat, and thus all users and customers are concerned about robust secrets management.
-
-
gitlab.com gitlab.com
-
Where I track capacity, appetite, & commitments. A place where I can stay organized while also allowing transparency for my teams & anyone else who is interested in what I’m currently focused on.
"My Plate"
-
If something is important enough to write down and keep track of, it’s important enough to schedule.
-
One of the main goals is to avoid some giant, never-ending task backlog, either within the current week’s “To do later” section, constantly being carried over week after week and growing in size, or in a separate backlog.md, or similar, file, also just growing in size and causing most tasks to be completely burried & lost. Either a task should be scheduled as “I plan to work on this” or it should be completely discarded (it can always come back later if it turns out to be important).
-
-
gitlab.com gitlab.com
-
Things that arose throughout the week that captured my interest or demanded my attention and which I felt the need or capacity to do now.
-
Tasks which I am giving myself permission to avoid doing at all this week. The checkboxes here are for indicating that these tasks have been scheduled elsewhere.
-
Tasks that I may have been forwarding along or which I may have initially added to the “To do later” list which I no longer plan to do – if they happen, great, but I’m not actively planning to complete them.
-
-
www2.deloitte.com www2.deloitte.com
-
In our review of engagement issues, the first area we found is the importance of simple, clear goals. When people have clearly defined goals that are written down and shared freely, everyone feels more comfortable, and more work gets done. Goals create alignment, clarity, and job satisfaction—and they have to be revisited and discussed regularly.
-
-
psyarxiv.com psyarxiv.com
-
RAJAONAH, B., & Zio, E. (2020, May 20). Contributing to Disaster Management as an Individual Member of a Collectivity: Resilient Ethics and Ethics of Resilience. https://doi.org/10.31234/osf.io/g4hst
-
-
-
Early compilations involved various combinations of four crucial operations: storing, sorting, selecting, and summarizing, which I think of as the four S’s of text management. We too store, sort, select, and summarize information, but now we rely not only on human memory, manuscript, and print, as in earlier centuries, but also on computer chips, search functions, data mining, and Wikipedia, along with other electronic techniques.
-
-
www.theguardian.com www.theguardian.com
-
Savage, M. (2020, May 10). A return to work is on the cards. What are the fears and legal pitfalls? The Guardian | The Observer. https://www.theguardian.com/world/2020/may/09/coronavirus-return-to-work-employment-law-logistical-nightmare
-
-
agilevelocity.com agilevelocity.com
-
managing yourself and others.
Authors promote two ideologies.
- Managing Self: The Five Eds (well, first Three) from Agile Leadership by B. Joiner
- Managing Others: at its base is Dave Pink's Drive model: Autonomy, Mastery and Purpose. Authors then go to explain some ways of achieving each of previous.
-
-
www.ecdc.europa.eu www.ecdc.europa.eu
-
Contact tracing for COVID-19: Current evidence, options for scale-up and an assessment of resources needed. (2020, May 5). European Centre for Disease Prevention and Control. https://www.ecdc.europa.eu/en/publications-data/contact-tracing-covid-19-evidence-scale-up-assessment-resources
-
-
www.health.govt.nz www.health.govt.nz
-
PDF - Ministry of Health, New Zealand - Approach for testing
-
-
about.gitlab.com about.gitlab.com
-
We believe everyone deserves to report to exactly one person that knows and understands what you do day to day. The benefit of having a technically competent manager is easily the largest positive influence on a typical worker’s level of job satisfaction. We have a simple functional hierarchy, everyone has one manager that is experienced in their subject matter.
-