278 Matching Annotations
  1. Jul 2020
    1. Fontanet, A., Tondeur, L., Madec, Y., Grant, R., Besombes, C., Jolly, N., Pellerin, S. F., Ungeheuer, M.-N., Cailleau, I., Kuhmel, L., Temmam, S., Huon, C., Chen, K.-Y., Crescenzo, B., Munier, S., Demeret, C., Grzelak, L., Staropoli, I., Bruel, T., … Hoen, B. (2020). Cluster of COVID-19 in northern France: A retrospective closed cohort study. MedRxiv, 2020.04.18.20071134. https://doi.org/10.1101/2020.04.18.20071134

  2. Jun 2020
    1. Rosenberg, E. S., Tesoriero, J. M., Rosenthal, E. M., Chung, R., Barranco, M. A., Styer, L. M., Parker, M. M., John Leung, S.-Y., Morne, J. E., Greene, D., Holtgrave, D. R., Hoefer, D., Kumar, J., Udo, T., Hutton, B., & Zucker, H. A. (2020). Cumulative incidence and diagnosis of SARS-CoV-2 infection in New York. Annals of Epidemiology. https://doi.org/10.1016/j.annepidem.2020.06.004

  3. May 2020
  4. Apr 2020
  5. Dec 2019
  6. Nov 2019
  7. Sep 2019
  8. Aug 2019
  9. Jan 2018
  10. Oct 2017

    Tags

    Annotators

  11. Jul 2017
    1. up vote 7 down vote accepted When you are starting your kafka broker you can define set of properties in conf/server.properties file. This file is just key value property file. One of the property is auto.create.topics.enable if it set tot true(by default) kafka will create topic automatically when you send message to non existing topic. All config options you can find here Imho Simple rule for creating topics is the following: number of replicas must be not less than number of nodes that you have. Number of topics must be the multiplier of number of node in your cluster for example: You have 9 node cluster your topic must have 9 partitions and 9 replicas or 18 partitions and 9 replicas or 36 partitions and 9 replicas and so on

      Number of replicas = #replicas Number of nodes = #nodes Number of topics = #topic

      replicas >= #nodes

      k x (#topics) = #nodes

  12. Jun 2017
  13. May 2017
  14. Sep 2016
  15. Jun 2016
    1. Results of our analysis show that there has been a consistent growth in the number of articles published over the past decade; from 1.3 million in 2003 to 2.4 million in 2013 (see Figure 1). At the same time, the number of authorships has increased at a far greater rate from 4.6 million in 2003 to 10 million in 2013.

      authorships are growing at a much faster rate than articles (though interestingly, "unique authors" are also growing at a faster rate than authors... though I think what they mean is the number of unique individuals identified as authors, however many times they are identified (= unique authors) vs. "number of names appearing in bylines (=authorships).

  16. Mar 2016
  17. Feb 2016
  18. Jul 2015
  19. Nov 2013
    1. What makes number theory interesting is that problems that are simple to state (at least to mathematicians) are often fiendishly difficult to solve. The most famous such problem, Fermat's last theorem, was postulated in the 17th century. It took until 1993 to prove that it was true.