157 Matching Annotations
  1. Nov 2022
  2. Oct 2022
  3. Aug 2022
    1. Thuluva, S., Paradkar, V., Turaga, K., Gunneri, S., Yerroju, V., Mogulla, R., Kyasani, M., Manoharan, S. K., Medigeshi, G., Singh, J., Shaman, H., Singh, C., & Rao, A. V. (2022). Selection of optimum formulation of RBD-based protein sub-unit covid19 vaccine (Corbevax) based on safety and immunogenicity in an open-label, randomized Phase-1 and 2 clinical studies (p. 2022.03.08.22271822). medRxiv. https://doi.org/10.1101/2022.03.08.22271822

  4. Apr 2022
    1. ReconfigBehSci [@i]. (2021, November 27). @STWorg @PhilippMSchmid @CorneliaBetsch this clip got me too- for non-German speakers. She is asked whether she is ‘concerned’. Her response: Of course I’m concerned, I’m double vexed, I’m waiting for my booster vaccination, my husband died of Covid, I was in hospital, now I’m avoiding my grand children [Tweet]. Twitter. https://twitter.com/i/web/status/1464660287739596802

    1. ReconfigBehSci on Twitter: ‘@STWorg @PhilippMSchmid @CorneliaBetsch and every now and then we have to watch a clip like this to be reminded what all of this is really about. This pain and suffering is happening in one of the richest countries in the world at a time in the pandemic when we know exactly what to do to avoid it’ / Twitter. (n.d.). Retrieved 22 April 2022, from https://twitter.com/SciBeh/status/1464662622440144896

  5. Feb 2022
    1. Afkhami, S., D’Agostino, M. R., Zhang, A., Stacey, H. D., Marzok, A., Kang, A., Singh, R., Bavananthasivam, J., Ye, G., Luo, X., Wang, F., Ang, J. C., Zganiacz, A., Sankar, U., Kazhdan, N., Koenig, J. F. E., Phelps, A., Gameiro, S. F., Tang, S., … Xing, Z. (2022). Respiratory mucosal delivery of next-generation COVID-19 vaccine provides robust protection against both ancestral and variant strains of SARS-CoV-2. Cell, S0092867422001453. https://doi.org/10.1016/j.cell.2022.02.005

  6. Jan 2022
    1. Home

      Zuo, F., Abolhassani, H., Du, L., Piralla, A., Bertoglio, F., Campos-Mata, L. de, Wan, H., Schubert, M., Wang, Y., Sun, R., Cassaniti, I., Vlachiotis, S., Kumagai-Braesch, M., Andréll, J., Zhang, Z., Xue, Y., Wenzel, E. V., Calzolai, L., Varani, L., … Pan-Hammarström, Q. (2022). Heterologous immunization with inactivated vaccine followed by mRNA booster elicits strong humoral and cellular immune responses against the SARS-CoV-2 Omicron variant (p. 2022.01.04.22268755). https://doi.org/10.1101/2022.01.04.22268755

  7. Dec 2021
  8. Nov 2021
    1. Thiruvengadam, R., Awasthi, A., Medigeshi, G., Bhattacharya, S., Mani, S., Sivasubbu, S., Shrivastava, T., Samal, S., Murugesan, D. R., Desiraju, B. K., Kshetrapal, P., Pandey, R., Scaria, V., Malik, P. K., Taneja, J., Binayke, A., Vohra, T., Zaheer, A., Rathore, D., … Garg, P. K. (2021). Effectiveness of ChAdOx1 nCoV-19 vaccine against SARS-CoV-2 infection during the delta (B.1.617.2) variant surge in India: A test-negative, case-control study and a mechanistic study of post-vaccination immune responses. The Lancet Infectious Diseases, 0(0). https://doi.org/10.1016/S1473-3099(21)00680-0

  9. Oct 2021
  10. Sep 2021
    1. Kraemer, M. U. G., Hill, V., Ruis, C., Dellicour, S., Bajaj, S., McCrone, J. T., Baele, G., Parag, K. V., Battle, A. L., Gutierrez, B., Jackson, B., Colquhoun, R., O’Toole, Á., Klein, B., Vespignani, A., COVID-19 Genomics UK (COG-UK) Consortium‡, Volz, E., Faria, N. R., Aanensen, D. M., … Pybus, O. G. (2021). Spatiotemporal invasion dynamics of SARS-CoV-2 lineage B.1.1.7 emergence. Science, 373(6557), 889–895. https://doi.org/10.1126/science.abj0113

  11. Aug 2021
    1. Prof Tolullah Oni. (2021, February 19). Last night @SliderCuts & I discussed qq his 95k+ followers have about #COVID19 vaccines. Went on > 1.5 hrs in the end!! Pple have reasonable concerns that need to be heard and understood & happy to (hopefully) help address. Watch here https://instagram.com/tv/CLcu-UFB8Xy/?igshid=irvs1mlis0o9 @IndependentSage https://t.co/ssxAX2fcfE [Tweet]. @DrTolullah. https://twitter.com/DrTolullah/status/1362702943179464706

  12. Jul 2021
  13. Jun 2021
  14. May 2021
  15. Apr 2021
  16. Mar 2021
  17. Feb 2021
    1. ReconfigBehSci. (2021, February 19). RT @DrTolullah: Last night @SliderCuts & I discussed qq his 95k+ followers have about #COVID19 vaccines. Went on > 1.5 hrs in the end!! Ppl… [Tweet]. @SciBeh. https://twitter.com/SciBeh/status/1363423504935366657

  18. Jan 2021
  19. Oct 2020
  20. Sep 2020
    1. I took the same approach with _layout.svelte and not just for the svelte-apollo client. Except I put all of that setup into another module (setup.js) and imported from _layout. I just couldn't stomach having all that code actually in my _layout file. It's for layout, supposedly, but it's the only component that is a parent to the whole app.
    1. The RFC is more appropriate because it does not allow a parent to abritrarily control anything below it, that responsibility still relies on the component itself. Just because people have been passing classes round and overriding child styles for years doesn't mean it is a good choice and isn't something we wnat to encourage.
    2. margin, flex, position, left, right, top, bottom, width, height, align-self, justify-self among other is CSS properties that should never be modified by the child itself. The parent should always have control of those properties, which is the whole reason I'm asking for this.
    1. The more I think about this, the more I think that maybe React already has the right solution to this particular issue, and we're tying ourselves in knots trying to avoid unnecessary re-rendering. Basically, this JSX... <Foo {...a} b={1} {...c} d={2}/> ...translates to this JS: React.createElement(Foo, _extends({}, a, { b: 1 }, c, { d: 2 })); If we did the same thing (i.e. bail out of the optimisation allowed by knowing the attribute names ahead of time), our lives would get a lot simpler, and the performance characteristics would be pretty similar in all but somewhat contrived scenarios, I think. (It'll still be faster than React, anyway!)
    1. Often, allowing the parents to compose elements to be passed into components can offer the flexibility needed to solve this problem. If a component wants to have direct control over every aspect of a component, then it should probably own the markup as well, not just the styles. Svelte's slot API makes this possible. You can still get the benefits of abstracting certain logic, markup, and styles into a component, but, the parent can take responsibility for some of that markup, including the styling, and pass it through. This is possible today.