Course Hero has millions of student submitted documents similar to the one
below including study guides, practice problems, reference materials, practice exams, textbook help and tutor support.
Find millions of documents on Course Hero - Study Guides, Lecture Notes, Reference Materials, Practice Exams and more.
Course Hero has millions of course specific materials providing students with the best way to expand
their education.
Below is a small sample set of documents:
Harvard - NB - 204
NEWS & VIEWSNATURE|Vol 445|11 January 2007EVOLUTIONARY BIOLOGYGenetics and bisexuality50 YEARS AGOAn almost unexplored record of the Earths history is preserved in the sediment under the great oceans. Profiles of the uppermost layers have bee
Harvard - NB - 204
NB204Spring 2009Week 11 (April 15 & 20) Plasticity & Learning Rick Born (rborn[at]hms.harvard.edu) Wednesday's lecture will begin with a general introduction to two kinds of learning: 1) reinforcement learning (uninstructed) and 2) motor learning
Harvard - NB - 204
NB204Spring 2009Week #7 (March 11 & 16) Computational approaches "Can theory, math and computers tell us anything interesting and new about Neuroscience?" Gabriel Kreiman, gabriel.kreiman[at]childrens.harvard.edu Web page: http:/klab.tch.harvard.
Harvard - NB - 204
8122 The Journal of Neuroscience, July 25, 2007 27(30):8122 8137Behavioral/Systems/CognitiveLinking Neuronal and Behavioral Performance in a Reaction-Time Visual Detection TaskChris Palmer, Shao-Ying Cheng, and Eyal SeidemannDepartment of Psy
Harvard - NB - 204
Krubitzer & KaasS1 S2V1 V2A1 MT30 mpiawhite matterMotor 109.2 6.7 108.2 5.8 103.9 7.6 110.2 9.4 102.3 9.5 mean s.d. Somatosensory 111.9 6.9 107.0 6.7 106.6 7.2 109.4 9.4 103.7 5.8 Frontal 110.8 7.1 104.3 7.2 108.0 6.2 112.0 11.1 103.3
Harvard - NB - 204
NB204Spring 2007Neurobiology 204: Neurophysiology of Central Circuits http:/www.hms.harvard.edu/bss/neuro/bornlab/nb204/ Co-Directors: Rick Born and Rachel Wilson (rborn@hms.harvard.edu, 432-1307; rachel_wilson@hms.harvard.edu, 432-5571) Faculty:
Harvard - NB - 204
NB204 "Circuits of Central Systems" 2006 Week #5&6 (March 8, 13, & 15), Color, Direction Selectivity, & Stereopsis, Marge Livingstone (mlivingstone@hms.harvard.edu)COLOR Wednesday March 8's lecture will cover COLOR perception, from cone pigments to
Harvard - NB - 204
NB204 "Circuits of Central Systems" 2006 Week #12 (April 26, May 1): Neurons and Perception R. Born (rborn@hms.harvard.edu) The general topic for this week's lecture and discussion is how we go about relating neural signals recorded in sensory areas
Harvard - JUNE - 4
RECOMMENDATIONS FOR CLARIFICATIONS AND MODIFICATIONS IN THE FACULTY OF MEDICINE POLICY ON CONFLICTS OF INTEREST AND COMMITMENT Accepted by the Faculty of Medicine May 26, 2004 Preamble: These Recommendations are derived from an extensive review proce
Harvard - HMS - 010909
Fo c u sNewsfromHarvardMedical,Dental,andPublicHealthSchools January9,2009From left, Rakesh Jain, Joshua Tam, and Dai Fukumura developed a mathematical model representing leptins regulation of body weight.M e t a b o l i s MEner
Harvard - HMS - 012309
Focus NewsfromHarvardMedical,Dental,andPublicHealthSchools January23,2009I n f e c t I o u sD I s e a s e sl e a D e r s h I pTopical Treatment Quashes Herpes with RNAiStudy in Mice Targets Gene from Host as Well as from VirusWhether t
Harvard - HMS - 020609
Fo c u sNewsfromHarvardMedical,Dental,andPublicHealthSchools February6,2009G l o b a lH e a l t HGraham RamsaySocial Obligation Among Africans Hikes Adherence to HIV TherapyCompliance Rates Are Higher in Sub-Sahara than in North America
Harvard - HMS - 121208
Focus NewsfromHarvardMedical,Dental,andPublicHealthSchools December12,2008Best wishes for the holiday season and the new year from the Focus office.P a t h o l o g yPotentially Universal Mechanism of Aging DiscoveredSirtuin Enzymes Redeploy
Harvard - BEF - 668
Feedback is a skill few of us master. Although most of us have read Jack Ende's seminal article on feedback1 and can list elements of effective feedback (see inset), we continue to struggle to give our learners and one another frequent and effectiv
Harvard - OCT - 03
NOTE: there may be a small fee for outside visitors (~$2.00)Please plan to join the CfA community celebration of OktoberfestThursday, Oct. 30, from 5:00 pm to 7:30 pm in the Perkin Lobby.Traditional Oktoberfest refreshments and beverages - Hot Do
Harvard - CALDB - 3
CALDB RELEASE NOTESVersion: 2.26 (version 2 update 26)Effective Date: 2004-02-02T21:00:00For Public Release by 17:00 EST 02-FEB-2004I. SUMMARY OF CHANGESA. ACIS CONTAM Files ReleasedThe ACIS contamination files, versions 1-3, have been appr
Harvard - RELEASE - 0
CTIME(3) CTIME(3)NAME asctime, ctime, difftime, gmtime, localtime, mktime - con- vert date and time to ASCIISYNOPSIS extern char *tzname[2]; void tzset() #in
Harvard - RELEASE - 0
SIGVEC(3) BSD Programmer's Manual SIGVEC(3)NAME sigvec - software signal facilitiesSYNOPSIS #include <signal.h> struct sigvec { void (*sv_handler)(); sigset_t sv_mask
Harvard - RELEASE - 0
VIS(3) BSD Programmer's Manual VIS(3)NAME vis - visually encode charactersSYNOPSIS #include <vis.h> char * vis(char *dst, char c, int flag, char nextc); int strvis(char *dst
Harvard - RELEASE - 0
PUTC(3) BSD Programmer's Manual PUTC(3)NAME fputc, putc, putchar, putw - output a character or word to a streamSYNOPSIS #include <stdio.h> int fputc(int c, FILE *stream); int
Harvard - RELEASE - 0
LSEEK(2) BSD Programmer's Manual LSEEK(2)NAME lseek - reposition read/write file offsetSYNOPSIS #include <unistd.h> off_t lseek(int fildes, off_t offset, int whence);DESCRIPTION The
Harvard - RELEASE - 0
CREAT(3) BSD Programmer's Manual CREAT(3)NAME creat - create a new fileSYNOPSIS #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> int creat(const char *path, mode_t
Harvard - RELEASE - 0
SCANDIR(3) BSD Programmer's Manual SCANDIR(3)NAME scandir, alphasort - scan a directorySYNOPSIS #include <sys/types.h> #include <dirent.h> int scandir(const char *dirname, struct dirent *
Harvard - RELEASE - 0
TOLOWER(3) BSD Programmer's Manual TOLOWER(3)NAME tolower - upper case to lower case letter conversionSYNOPSIS #include <ctype.h> int tolower(int c);DESCRIPTION The tolower() function c
Harvard - RELEASE - 0
STRCMP(3) BSD Programmer's Manual STRCMP(3)NAME strcmp - compare stringsSYNOPSIS #include <string.h> int strcmp(const char *s1, const char *s2); int strncmp(const char *s1, const
Harvard - RELEASE - 0
MMAP(2) BSD Programmer's Manual MMAP(2)NAME mmap - map files or devices into memorySYNOPSIS #include <sys/types.h> #include <sys/mman.h> caddr_t mmap(caddr_t addr, size_t len, int p
Harvard - RELEASE - 0
ATEXIT(3) BSD Programmer's Manual ATEXIT(3)NAME atexit - register a function to be called on exitSYNOPSIS #include <stdlib.h> int atexit(void (*function)(void);DESCRIPTION The atexit(
Harvard - RELEASE - 0
MEMORY(3) BSD Programmer's Manual MEMORY(3)NAME malloc, free, realloc, calloc, alloca - general memory allocation opera- tionsSYNOPSIS #include <stdlib.h> void * malloc(size_t size);
Harvard - RELEASE - 0
ISASCII(3) BSD Programmer's Manual ISASCII(3)NAME isascii - test for ASCII characterSYNOPSIS #include <ctype.h> int isascii(int c);DESCRIPTION The isascii() function tests for an ASCII
Harvard - RELEASE - 0
RMDIR(2) BSD Programmer's Manual RMDIR(2)NAME rmdir - remove a directory fileSYNOPSIS #include <unistd.h> int rmdir(const char *path);DESCRIPTION Rmdir() removes a directory file wh
Harvard - RELEASE - 0
IOCTL(2) BSD Programmer's Manual IOCTL(2)NAME ioctl - control deviceSYNOPSIS #include <sys/ioctl.h> int ioctl(int d, unsigned long request, char *argp);DESCRIPTION The ioctl() funct
Harvard - RELEASE - 0
MEMMOVE(3) BSD Programmer's Manual MEMMOVE(3)NAME memmove - copy byte stringSYNOPSIS #include <string.h> void * memmove(void *dst, const void *src, size_t len);DESCRIPTION The memmove()
Harvard - RELEASE - 0
SYSLOG(3) BSD Programmer's Manual SYSLOG(3)NAME syslog, vsyslog, openlog, closelog, setlogmask - control system logSYNOPSIS #include <syslog.h> #include <varargs.h> void syslog(int prio
Harvard - RELEASE - 0
MUNMAP(2) BSD Programmer's Manual MUNMAP(2)NAME munmap - remove a mappingSYNOPSIS #include <sys/types.h> #include <sys/mman.h> int munmap(caddr_t addr, size_t len);DESCRIPTION Th
Harvard - RELEASE - 0
SWAB(3) BSD Programmer's Manual SWAB(3)NAME swab - swap adjacent bytesSYNOPSIS #include <string.h> void swab(const void *src, void *dst, size_t len);DESCRIPTION The function swab(
Harvard - RELEASE - 0
GETGROUPS(2) BSD Programmer's Manual GETGROUPS(2)NAME getgroups - get group access listSYNOPSIS #include <sys/param.h> #include <sys/types.h> #include <unistd.h> int getgroups(int gidset
Harvard - RELEASE - 0
CHOWN(2) BSD Programmer's Manual CHOWN(2)NAME chown, fchown - change owner and group of a fileSYNOPSIS #include <sys/types.h> #include <unistd.h> int chown(const char *path, uid_t own
Harvard - RELEASE - 0
ISALPHA(3) BSD Programmer's Manual ISALPHA(3)NAME isalpha - alphabetic character testSYNOPSIS #include <ctype.h> int isalpha(int c);DESCRIPTION The isalpha() function tests for any char
Harvard - RELEASE - 0
MEMSET(3) BSD Programmer's Manual MEMSET(3)NAME memset - write a byte to byte stringSYNOPSIS #include <string.h> void * memset(void *b, int c, size_t len);DESCRIPTION The memset() fun
Harvard - RELEASE - 0
REALLOC(3) BSD Programmer's Manual REALLOC(3)NAME realloc - reallocation of memory functionSYNOPSIS #include <stdlib.h> void * realloc(void *ptr, size_t size);DESCRIPTION The realloc()
Harvard - RELEASE - 0
WAIT(2) BSD Programmer's Manual WAIT(2)NAME wait, waitpid, wait4, wait3 - wait for process terminationSYNOPSIS #include <sys/types.h> #include <sys/wait.h> pid_t wait(int *status);
Harvard - RELEASE - 0
GETPWENT(3) BSD Programmer's Manual GETPWENT(3)NAME getpwent, getpwnam, getpwuid, setpassent, setpwent, endpwent - password database operationsSYNOPSIS #include <sys/types.h> #include <pwd.h>
Harvard - RELEASE - 0
SYSCONF(3) BSD Programmer's Manual SYSCONF(3)NAME sysconf - get configurable system variablesSYNOPSIS #include <unistd.h> long sysconf(int name);DESCRIPTION This interface is defined by
Harvard - RELEASE - 0
ASSERT(3) BSD Programmer's Manual ASSERT(3)NAME assert - expression verification macroSYNOPSIS #include <assert.h> assert(expression);DESCRIPTION The assert() macro tests the given express
Harvard - RELEASE - 0
TZFILE(5) TZFILE(5)NAME tzfile - time zone informationSYNOPSIS #include <tzfile.h>DESCRIPTION The time zone information files used by tzset(3) begin with bytes re
Harvard - RELEASE - 0
HOSTS_ACCESS(5) HOSTS_ACCESS(5)NAME hosts_access - format of host access control filesDESCRIPTION This manual page describes a simple access control lan- guage that is based on client
Harvard - RELEASE - 0
objcopy(1) GNU Development Tools objcopy(1)NAME objcopy - copy and translate object filesSYNOPSIS objcopy [-F bfdname | -target=bfdname] [-I bfdname | -input-target=bfdname]
Harvard - RELEASE - 0
RE_FORMAT(7) RE_FORMAT(7)NAME re_format - POSIX 1003.2 regular expressionsDESCRIPTION Regular expressions (`RE's), as defined in POSIX 1003.2, come in two forms: modern REs (roughl
Harvard - RELEASE - 0
FILE(1) FILE(1)NAME file - determine file typeSYNOPSIS file [ -vczL ] [ -f namefile ] [ -m magicfiles ] file .DESCRIPTION This manual page documents version 3.22 of the
Harvard - RELEASE - 0
ar(1) GNU Development Tools ar(1)NAME ar - create, modify, and extract from archives.SYNOPSIS ar [-]{dmpqrtx}[abcilosuvV] [membername] archive files.DESCRIPTION The GNU ar program creat
Harvard - RELEASE - 0
TSET(1) BSD Reference Manual TSET(1)NAME tset - terminal initializationSYNOPSIS tset [-IQrSs] [-] [-e ch] [-i ch] [-k ch] [-m mapping] [terminal] reset [-IQrSs] [-] [-e ch] [-i ch] [-k ch]
Harvard - RELEASE - 0
HOSTS_OPTIONS(5) HOSTS_OPTIONS(5)NAME hosts_options - host access control language extensionsDESCRIPTION This document describes optional extensions to the lan- guage described in the
Harvard - RELEASE - 0
EDITLINE(3) BSD Programmer's Manual EDITLINE(3)NAME editline, el_init, el_end, el_reset, el_gets, el_getc, el_push, el_parse, el_set, el_source, el_resize, el_line, el_insertstr, el_deletestr, history_i
Harvard - RELEASE - 0
MAIL(1) BSD Reference Manual MAIL(1)NAME mail - send and receive mailSYNOPSIS mail [-iInv] [-s subject] [-c cc-addr] [-b bcc-addr] to-addr. mail [-iInNv] -f [name] mail [-iInNv] [-u us
Harvard - RELEASE - 0
NETINTRO(4) BSD Programmer's Manual NETINTRO(4)NAME networking - introduction to networking facilitiesSYNOPSIS #include <sys/socket.h> #include <net/route.h> #include <net/if.h>DESCRIPTION
Harvard - RELEASE - 0
TUN(4) BSD Programmer's Manual TUN(4)NAME tun - tunnel software network interfaceSYNOPSIS pseudo-device tun [count]DESCRIPTION The tun interface is a software loopback mechanism that can b
Harvard - RELEASE - 0
MDOC(7) BSD Reference Manual MDOC(7)NAME mdoc - quick reference guide for the -mdoc macro packageSYNOPSIS groff -mdoc files .DESCRIPTION The -mdoc package is a set of content-based and do
Harvard - RELEASE - 0
SYMLINK(7) BSD Reference Manual SYMLINK(7)NAME symlink - symbolic link handlingSYMBOLIC LINK HANDLING Symbolic links are files that act as pointers to other files. To under- stand their behavior
Harvard - RELEASE - 0
CD(4) BSD Programmer's Manual CD(4)NAME cd - SCSI CD-ROM driverSYNOPSIS cd* at scsibus? target ? lun ? cd1 at scsibus0 target 4 lun 0DESCRIPTION The cd driver provides support for a
Harvard - RELEASE - 0
EP(4) BSD Programmer's Manual EP(4)NAME ep - Ethernet driver for 3Com Etherlink III (3c509, 3c579, 3c59x)SYNOPSIS ep? at isa? port ? irq ? ep* at isapnp? ep* at eisa? slot ? ep*
Harvard - RELEASE - 0
LINK(5) BSD Programmer's Manual LINK(5)NAME link - dynamic loader and link editor interfaceSYNOPSIS #include <link.h>DESCRIPTION The include file <link.h> declares several structures that ar