Skip to content

Instantly share code, notes, and snippets.

View cindywu's full-sized avatar
🍍
i do not want to turn into dust, but into ashes instead

Cindy Wu cindywu

🍍
i do not want to turn into dust, but into ashes instead
View GitHub Profile
@cindywu
cindywu / bonilla-rosso-2020-pnas.tei.xml
Created May 28, 2020 23:23
Bonilla-Rosso et al. 2020 - PNAS
Grobid
About TEI PDF Patent Doc
Service to call
Process Fulltext Document
Consolidate header Include raw affiliations
Consolidate citations Include raw citations
[email protected] Change Remove
@cindywu
cindywu / mls.md
Created May 31, 2020 23:40
machine learning systems notes

machine learning systems

by jeff smith

part 1: fundamentals of reactive machine learning

chapter 1: learning reactive machine learning

  • introducing the components of machine learning systems
  • understanding the reactive systems design paradigm
@cindywu
cindywu / nss member data
Created June 9, 2020 02:50
NSS Member Data
{ "member":{
"Web_Site_Member_ID":
"58869778",
"API_GUID":
"9AADBDB7-167A-4E6D-A44E-001CFB66D86E",
"Constituent_ID":
"37961",
"Registration_Date":
"2019-06-08 12:
6:
@cindywu
cindywu / Walden_Economy
Created June 28, 2020 20:27
Walden Economy
## Economy
When I wrote the following pages, or rather the bulk of them, I lived alone, in the woods, a mile from any neighbor, in a house which I had built myself, on the shore of Walden Pond, in Concord, Massachusetts, and earned my living by the labor of my hands only. I lived there two years and two months. At present I am a sojourner in civilized life again.
I should not obtrude my affairs so much on the notice of my readers if very particular inquiries had not been made by my townsmen concerning my mode of life, which some would call impertinent, though they do not appear to me at all impertinent, but, considering the circumstances, very natural and pertinent. Some have asked what I got to eat; if I did not feel lonesome; if I was not afraid; and the like. Others have been curious to learn what portion of my income I devoted to charitable purposes; and some, who have large families, how many poor children I maintained. I will therefore ask those of my readers who feel no particular interest in me to p
\documentclass{article}
\usepackage{arxiv}
\usepackage{graphicx}
\usepackage[utf8]{inputenc} % allow utf-8 input
\usepackage[T1]{fontenc} % use 8-bit T1 fonts
\usepackage{hyperref} % hyperlinks
\usepackage{url} % simple URL typesetting
\usepackage{booktabs} % professional-quality tables
\usepackage{amsfonts} % blackboard math symbols
\usepackage{breqn}
https://api.biorxiv.org/usage/m
"messages": {
"status": "ok"
},
"bioRxiv content statistics": [
{
"month": "2013-11-01",
"abstract_views": "2665",
"full_text_views": "0",
Spiders were once thought to have limited color production palettes, and even to lack melanin – one of the most ubiquitous biological pigments. Recent discoveries upend that view and show that the color production mechanisms in spiders are as elaborate as some of the more classically colorful groups of animals, such as birds, butterflies, and beetles. Here we summarize how colors are produced by spiders, identify gaps in our knowledge, show how researchers investigating color in different groups of animals can learn from each other, and suggest future opportunities for spider color research. Our understanding of color production mechanisms in other colorful groups of animals can be used as guidelines for discovering existing mechanisms previously unknown in spiders and vice versa. For example, spider species with colors potentially produced by the same kind of photonic structures previously described in white beetles, and in the blue/green scales of fishes and lizards are suggested here. In addition, novel pr
@cindywu
cindywu / postLinkSearch2.js
Created August 11, 2020 08:39
postLinkSearch2 function component
import React, { useState } from 'react'
import Autosuggest from 'react-autosuggest'
import superagent from 'superagent'
import Floater from './Floater'
import { store } from './store'
export default function PostLinkSearch2(props) {
const [id, setId] = useState('')
const [value, setValue] = useState('')
const [suggestions, setSuggestions] = useState([])
@cindywu
cindywu / findTuneData.txt
Created August 11, 2020 22:05
findTuneData.txt
Q: A second grader asked me what this means: There are many known species of Bartonella, Gram-negative bacteria that can cause febrile illness and fatality in humans and animals. These pathogens are often transmitted through hematophagous arthropod vectors such as fleas and lice. Despite increasing awareness about Bartonella spp. and their zoonotic potential, as well as existing literature on Bartonella spp. in cervids, little is known about the diversity of Bartonella spp. in white-tailed deer (Odocoileus virginianus) and their associated keds in the southeastern US. We examined the prevalence and diversity of Bartonella spp. in an enclosed herd of white-tailed deer and their ectoparasites, deer keds (Lipoptena mazamae), in Alabama. The overall prevalence of Bartonella infection in this population of deer was 16% (10/63) and 24% (23/96) in keds associated with deer that we sampled. Three species of Bartonella were identified in both deer and their keds: Bartonella bovis, Bartonella schoenbuchensis, and Barto
@cindywu
cindywu / postLinkSearch2.txt
Created August 13, 2020 04:54
function component post link search try agai
import React, { useState } from 'react'
import Autosuggest from 'react-autosuggest'
import Floater from './Floater'
import superagent from 'superagent'
import { store } from './store'
export default function PostLinkSearch2({ onCancel, onHandleSubmit, view}) {
console.log('i am in postlinksearch2', onCancel, onHandleSubmit, view)
console.log('i am in postlinkesearch2 this is store', store)
const [id, setId] = useState('')