-
Notifications
You must be signed in to change notification settings - Fork 0
/
bibliography.bak.xml
1688 lines (1141 loc) · 59.8 KB
/
bibliography.bak.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0" encoding="UTF-8"?>
<?oxygen RNGSchema="http://www.oasis-open.org/docbook/xml/5.0/rng/docbookxi.rng" type="xml"?>
<!-- This file was exported from JabRef -->
<bibliography xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" status="draft"
xml:id="Bibliography">
<biblioentry xreflabel="1049">
<authorgroup>
</authorgroup>
<citetitle pubwork="article">Ball Blue Book Guide to Preserving</citetitle>
<publisher>
<publishername>Hearthmark LLC</publishername>
</publisher>
<edition>100</edition>
<artpagenums>128</artpagenums>
<pubdate>2009</pubdate>
<abstract>
<para>A compact but thorough guide to home canning and preserving with recipes, instructions, and tips. Includes processing times and safety tips, help identifying problems, and instructions on using pectin or making jams without pectin. This is the 2009 "100th Anniversary Edition" but many editions of this book have been printed since 1909.
</para>
</abstract>
</biblioentry>
<biblioentry xreflabel="1052">
<authorgroup>
<author><personname><firstname>Sally</firstname><surname>Fallon</surname></personname></author>
</authorgroup>
<citetitle pubwork="article">Benefits of Lacto-Fermentation</citetitle>
<publisher>
<publishername>The Nourishing Gourmet</publishername>
</publisher>
<volumenum>2010</volumenum>
<pubdate>2009</pubdate>
<abstract>
<para>An article on the nutritional and dietary benefits of traditional fermentation (e.g. pickles, sauerkraut) including basic instructions and further links. Lacto-fermentation was a principle food storage method prior to refrigeration. "Ever thought of how people in the past survived without refrigerators, freezers, and other modern luxuries? When you read about our past history, you soon discover that they had a wealth of knowledge on how to preserve food."
</para>
</abstract>
</biblioentry>
<biblioentry xreflabel="1309">
<authorgroup>
<author><personname><firstname>Paul</firstname><surname>Zdepski</surname></personname></author>
</authorgroup>
<citetitle pubwork="article">Family Emergency Plan Forms</citetitle>
<publisher>
<publishername>FEMA</publishername>
</publisher>
<pubdate>2010</pubdate>
<abstract>
<para>A set of fill-able and printable forms for family emergency planning, including wallet cards for adults and children. A tool is available on the original website: http://www.ready.gov/america/makeaplan/ to generate customized printable forms. This link is to a local copy of generic forms.
</para>
</abstract>
</biblioentry>
<biblioentry xreflabel="1310">
<authorgroup>
<author><firstname>Bob</firstname><lastname>Brotchie</lastname></author>
</authorgroup>
<citetitle pubwork="article">ICE - History of the Concept</citetitle>
<publisher>
<publishername>ICE4Safety</publishername>
</publisher>
<volumenum>2010</volumenum>
<pubdate>2010</pubdate>
<abstract>
<para>ICE, In Case of Emergency, is a simple system for victims (who may be unconscious or otherwise incapable of speech) to identify themselves to emergency workers and who to contact (e.g. next of kin). This page is an overview of the system. Kits can be ordered, instructions for making your own materials and for entering data in cell phones is included from the website.
</para>
</abstract>
</biblioentry>
<biblioentry xreflabel="1326">
<authorgroup>
</authorgroup>
<citetitle pubwork="article">Biodiversity and Your Food: Did You Know?</citetitle>
<publisher>
<publishername>American Museum of Natural History</publishername>
</publisher>
<pubdate>2009</pubdate>
<abstract>
<para>Facts about food and biodiversity.
</para>
</abstract>
</biblioentry>
<biblioentry xreflabel="1327" id="1327">
<authorgroup>
<author><firstname>Joel</firstname><lastname>Salatin</lastname></author>
</authorgroup>
<citetitle pubwork="article">Polyface Guiding Principles</citetitle>
<publisher>
<publishername>Polyface, Inc.</publishername>
</publisher>
<volumenum>2010</volumenum>
<pubdate>2007</pubdate>
<abstract>
<para>Principles for a "family owned, multi-generational, pasture-based, beyond organic, local-market farm".
</para>
</abstract>
</biblioentry>
<biblioentry xreflabel="1328" id="1328">
<authorgroup>
<author><firstname>Stephanie</firstname><lastname>Holland</lastname></author>
</authorgroup>
<citetitle pubwork="article">MARKETING TO WOMEN QUICK FACTS</citetitle>
<publisher>
<publishername>Sheconomy</publishername>
</publisher>
<volumenum>2010</volumenum>
<pubdate>2009</pubdate>
<abstract>
<para>Sheconomy is described as a "Guy guide to marketing to women." This page is a list of quick facts about the importance of marketing to women.
</para>
</abstract>
</biblioentry>
<biblioentry xreflabel="1379" id="1379">
<authorgroup>
</authorgroup>
<citetitle pubwork="article">Emergency and Outdoor Bread Manual</citetitle>
<citetitle pubwork="journal">Prepared Pantry Baking Guides</citetitle>
<publisher>
<publishername>The Prepared Pantry</publishername>
</publisher>
<volumenum>2010</volumenum>
<pubdate>2004</pubdate>
<abstract>
<para>What would you do if the power went out? Could you feed your family? Could you save the food in your refrigerator and freezer? Whether you an outdoors person who would like to bake bread in the woods, would like to bake bread on your grill, or just want to be prepared don be without this manual.
</para>
</abstract>
</biblioentry>
<biblioentry xreflabel="810" id="810">
<authorgroup>
<author><firstname>Jan</firstname><lastname>Phillips</lastname></author>
<editor><firstname>Bernadette</firstname><lastname>Dryden</lastname></editor>
<editor><firstname>Cindie</firstname><lastname>Brunner</lastname></editor>
</authorgroup>
<citetitle pubwork="article">Wild Edibles of Missouri</citetitle>
<publisher>
<publishername>Missouri Department of Conservation</publishername>
</publisher>
<pubdate>1995</pubdate>
<abstract>
<para>This is a new edition of a guide first published in 1979 as part of a thesis in Missouri edible plants and since updated. It is difficult to find paper copies of, but it is available in PDF format, by sections, from the Missouri Department of Conservation site.The guide is arranged in sections by the predominant flower color. It is quite detailed from a pragmatic point of view with plant descriptions, decent sketches, and direct, practical usage information, much of it from the author own, personal experience. Botanical names are given for each plant so that you can cross-reference with a good field guide.
</para>
</abstract>
</biblioentry>
<biblioentry xreflabel="811" id="811">
<authorgroup>
<author><firstname>Jan</firstname><lastname>Phillips</lastname></author>
</authorgroup>
<citetitle pubwork="article">White-Flowering Edibles, Dewberry - Persimmon</citetitle>
<publisher>
<publishername>Missouri Department of Conservation</publishername>
</publisher>
<artpagenums>28 - 41</artpagenums>
<pubdate>1995</pubdate>
<abstract>
<para>Dewberry (Rubus flagellaris), Black Cherry (Prunus serotina), Kentucky Coffeetree (Gymnocladus dioica), Black Locust (Robina pseudo-acacia), New Jersey Tea (Ceoanthus americanus), American Basswood (Tilia americana), Honewort (Cryptotaenia canadensis), Queen Anne Lace (Daucus carota), Deer Berry/Squaw Huckleberry (Vaccinium vacillans), Persimmons (Diospyros virginiana),
</para>
</abstract>
</biblioentry>
<biblioentry xreflabel="812" id="812">
<authorgroup>
<author><firstname>Patton</firstname><lastname>Turner</lastname></author>
</authorgroup>
<citetitle pubwork="article">Water Treatment FAQ, Version 2.2</citetitle>
<pubdate>Submitted</pubdate>
</biblioentry>
<biblioentry xreflabel="813" id="813">
<authorgroup>
<author><firstname>Eric</firstname><lastname>Vought</lastname></author>
</authorgroup>
<citetitle pubwork="article">Using Junk SIlver (pre-1965 US Coins) or Silver Rounds In Trade</citetitle>
<publisher>
<publishername>The Statesmen For Our Constitutional Republic</publishername>
</publisher>
<pubdate>2009</pubdate>
<abstract>
<para>Recently, a group of us had a meeting on using alternative currencies (e.g. local trade dollars or silver coins) to stimulate the local economy and hedge against the possibility of hyper inflation. In writing up his report of the meeting, Lincoln Justice asked me to send him a link describing how trading with junk silver (pre-1965 US Silver coins) or US-minted silver rounds (post-1985 Silver American Eagles or "SAE") works. I quickly discovered that no such single page exists (or I cannot find it). This article is an attempt to gather some of the relevant information in one place.This article will not get in-depth about how junk-silver trading fits into a wider system. I expect Lincoln Justice article to cover those issues. Here we are just talking about how trading/bartering in silver coin works.
</para>
</abstract>
</biblioentry>
<biblioentry xreflabel="814" id="814">
<authorgroup>
<author><lastname>NRA ILA</lastname></author>
</authorgroup>
<citetitle pubwork="article">Turning Tragedy Into Travesty</citetitle>
<citetitle pubwork="journal">NRA - Institute For Legislative Action</citetitle>
<pubdate>2005</pubdate>
<abstract>
<para>A report on actions of FEMA and law enforcement in the aftermath of hurricane Katrina. Local citizens had to rely on themselves and ad hoc neighborhood militias for a full week after the hurricane as order broke down. When authorities did arrive, they attempted (often forcibly) to confiscate firearms of law-abiding citizens they were unable to protect.
</para>
</abstract>
</biblioentry>
<biblioentry xreflabel="815" id="815">
<authorgroup>
</authorgroup>
<citetitle pubwork="article">Tri-County REACT | St. Louis Missouri | About Us</citetitle>
<citetitle pubwork="journal">Tr-County REACT</citetitle>
<pubdate>Submitted</pubdate>
<abstract>
<para>An organization where volunteers listen for emergency broadcasts on citizen radio technologies (CB, FRS/GMRS, HAM, etc) and relay to 9-1-1 or other emergency professionals. The Tr-County REACT organization should be used as a model for other parts of Missouri.
</para>
</abstract>
</biblioentry>
<biblioentry xreflabel="816" id="816">
<authorgroup>
<editor><lastname>Chris Brown Consulting</lastname></editor>
<editor><lastname>Jan Gerston Consulting</lastname></editor>
<editor><lastname>Stephen Colley/Architecture</lastname></editor>
<editor><firstname>Contract Manager</firstname><lastname>Dr. Hari J. Krishna P.E.</lastname></editor>
</authorgroup>
<citetitle pubwork="article">The Texas Manual on Rainwater Harvesting</citetitle>
<edition>3rd</edition>
<pubdate>2005</pubdate>
<abstract>
<para>A manual on techniques for using capturing and using rainwater for home/domestic consumption and irrigation, including calculating available rain, water needs, and storage requirements, as well as notes on treatment and case studies.
</para>
</abstract>
</biblioentry>
<biblioentry xreflabel="817" id="817">
<authorgroup>
</authorgroup>
<citetitle pubwork="article">The Smoky Mountain News</citetitle>
<pubdate>Submitted</pubdate>
</biblioentry>
<biblioentry xreflabel="818" id="818">
<authorgroup>
<author><firstname>Claudia</firstname><lastname>Davila</lastname></author>
</authorgroup>
<citetitle pubwork="article">The Post-Oil Survival Guide for City Dwelling: Planting</citetitle>
<pubdate>Submitted</pubdate>
</biblioentry>
<biblioentry xreflabel="819" id="819">
<authorgroup>
</authorgroup>
<citetitle pubwork="article">The Misty Manor, Mercers | Purveyors of Fine Handcrafted Soaps, Candles, Textiles and Other Housewares</citetitle>
<pubdate>Submitted</pubdate>
</biblioentry>
<biblioentry xreflabel="820" id="820">
<authorgroup>
<author><firstname>Eric</firstname><lastname>Vought</lastname></author>
</authorgroup>
<citetitle pubwork="article">Spring Edibles- Lunch and More From Your Lawn</citetitle>
<citetitle pubwork="journal">The Misty Manor, Mercers</citetitle>
<pubdate>2008</pubdate>
<abstract>
<para>A short article on common spring edibles in the Ozarks.
</para>
</abstract>
</biblioentry>
<biblioentry xreflabel="821" id="821">
<authorgroup>
</authorgroup>
<citetitle pubwork="article">Soapmaking Technical Brief</citetitle>
<publisher>
<publishername>The Intermediate Technology Development Group, Ltd</publishername>
</publisher>
<pubdate>2006</pubdate>
<abstract>
<para>Document on technical and practical aspects of soapmaking, targeted at 3rd world and developing countries.
</para>
</abstract>
</biblioentry>
<biblioentry xreflabel="822" id="822">
<authorgroup>
</authorgroup>
<citetitle pubwork="article">Section 578-012 Animal abuse&#x2013;penalties.</citetitle>
<pubdate>Submitted</pubdate>
<abstract>
<para>Missouri statute forbidding the gratuitous killing of animals not otherwise allowed under the law. In combination with RsMo 273, makes killing of any stray, wild, feral canines unlawful unless they pose a threat to life or property. cite as RsMo 273.012.
</para>
</abstract>
</biblioentry>
<biblioentry xreflabel="823" id="823">
<authorgroup>
</authorgroup>
<citetitle pubwork="article">Section 273-040 Dog defined.</citetitle>
<pubdate>Submitted</pubdate>
</biblioentry>
<biblioentry xreflabel="824" id="824">
<authorgroup>
</authorgroup>
<citetitle pubwork="article">Section 273-033 Killing or injuring a dog, reasonable a</citetitle>
<pubdate>Submitted</pubdate>
</biblioentry>
<biblioentry xreflabel="825" id="825">
<authorgroup>
</authorgroup>
<citetitle pubwork="article">Section 273-030 Dogs may be killed, when.</citetitle>
<pubdate>Submitted</pubdate>
</biblioentry>
<biblioentry xreflabel="826" id="826">
<authorgroup>
</authorgroup>
<citetitle pubwork="article">Section 270-400 Killing of feral hogs, permitted when.</citetitle>
<pubdate>Submitted</pubdate>
<abstract>
<para>Feral hogs may be killed in Missouri as they are considered a nuisance animal (and the Department of Conservation encourages it).
</para>
</abstract>
</biblioentry>
<biblioentry xreflabel="827" id="827">
<authorgroup>
<author><firstname>Susan</firstname><lastname>Sward</lastname></author>
</authorgroup>
<citetitle pubwork="article">S.F. Police Shoot Pit Bull / S.F. Officers Fire 30 Bullets To Kill Pit Bull / Woman bitten trying to end fight</citetitle>
<citetitle pubwork="journal">San Francisco Chronicle</citetitle>
<pubdate>2001</pubdate>
<abstract>
<para>Even police are not very good at shooting dogs. They tend to panic and go into "spray and pray" mode.
</para>
</abstract>
</biblioentry>
<biblioentry xreflabel="828" id="828">
<authorgroup>
<author><firstname>Dan</firstname><lastname>Fink</lastname></author>
</authorgroup>
<citetitle pubwork="article">Renewable Energy Systems and Firefighter Safety</citetitle>
<pubdate>2009</pubdate>
<abstract>
<para>Renewable energy author and consultant Dan Fink has prepared a series of lectures intended to educate firefighters, company officers, and fire safety inspectors about renewable energy, and also to help renewable energy installers educate their local fire department on these issues.
</para>
</abstract>
</biblioentry>
<biblioentry xreflabel="829" id="829">
<authorgroup>
<author><firstname>Annee Marie</firstname><lastname>Helminstine</lastname></author>
</authorgroup>
<citetitle pubwork="article">Red Cabbage pH Paper Test Strips</citetitle>
<citetitle pubwork="journal">About.com:Chemistry</citetitle>
<pubdate>Submitted</pubdate>
</biblioentry>
<biblioentry xreflabel="830" id="830">
<authorgroup>
<author><firstname>Alan</firstname><lastname>Hagan</lastname></author>
</authorgroup>
<citetitle pubwork="article">Prudent Food Storage FAQ ver 4.0</citetitle>
<pubdate>2003</pubdate>
</biblioentry>
<biblioentry xreflabel="831" id="831">
<authorgroup>
</authorgroup>
<citetitle pubwork="article">Potters For Peace</citetitle>
<publisher>
<publishername>Potters For Peace</publishername>
</publisher>
<pubdate>2006</pubdate>
<abstract>
<para>A design for locally manufactured colloidal-silver enhanced ceramic water purifiers (CWP). The design uses an Open Source Manufacturing process to encourage production of filters as a local cottage industry. Filter is pressed clay with some appropriate local fiber (e.g. rice husks) impregnated with rice husks and is a bacterial-level filter. Shaped like a clay pot, the filter can be used in a variety of setups to filter water for a home or small community.
</para>
</abstract>
</biblioentry>
<biblioentry xreflabel="832" id="832">
<authorgroup>
<author><firstname>Eric</firstname><lastname>Vought</lastname></author>
</authorgroup>
<citetitle pubwork="article">Pages from an Ozark Herbal</citetitle>
<citetitle pubwork="journal">The Misty Manor, Mercers</citetitle>
<pubdate>2010</pubdate>
<abstract>
<para>An online research notebook with information on wild edible, medicinal, and otherwise useful plants of the Missouri Ozarks. Freely accessible.
</para>
</abstract>
</biblioentry>
<biblioentry xreflabel="833" id="833">
<authorgroup>
</authorgroup>
<citetitle pubwork="article">OTHERPOWER.COM - The Cutting Edge of Low Technology</citetitle>
<pubdate>2010</pubdate>
<abstract>
<para>A website dedicated to do-it-yourself alternative energy systems, primarily wind power.
</para>
</abstract>
</biblioentry>
<biblioentry xreflabel="834" id="834">
<authorgroup>
</authorgroup>
<citetitle pubwork="article">Open carry in the United States - Wikipedia, the free encyclopedia</citetitle>
<pubdate>Submitted</pubdate>
</biblioentry>
<biblioentry xreflabel="835" id="835">
<authorgroup>
<author><lastname>National Sheriff\textquoterights Association</lastname></author>
</authorgroup>
<citetitle pubwork="article">Neighborhood Watch Manual</citetitle>
<pubdate>2009</pubdate>
<abstract>
<para>A step-by-step manual for implementing a local neighborhood watch, including tips on how to organize, connecting with your local Sheriff Department, and sample forms.
</para>
</abstract>
</biblioentry>
<biblioentry xreflabel="836" id="836">
<authorgroup>
<author><firstname>Pamela</firstname><lastname>Matlack</lastname></author>
</authorgroup>
<citetitle pubwork="article">Natural plant dyes: dyeing wool</citetitle>
<citetitle pubwork="journal">Essortment</citetitle>
<pubdate>2002</pubdate>
</biblioentry>
<biblioentry xreflabel="837" id="837">
<authorgroup>
<author><firstname>Edgar</firstname><lastname>Denison</lastname></author>
</authorgroup>
<citetitle pubwork="article">Missouri Wildflowers: A Field Guide to the Widlflowers of Missouri</citetitle>
<publisher>
<publishername>Missouri Department of Conservation</publishername>
</publisher>
<pubdate>2008</pubdate>
<abstract>
<para>A handbook of 297 pictured and 163 described wildflowers growing in the boundaries of Missouri with descriptions of their habits and blooming times specific to Missouri.Although the book depends on photographs rather than sketches, the photographs are excellent, and diagrams showing critical differentiating features, characteristics of families, and other information are included in the latter sections. Some anecdotal information about uses and history of various plants is included, along with a very good dichotomous key of plant families.
</para>
</abstract>
</biblioentry>
<biblioentry xreflabel="838" id="838">
<authorgroup>
<author><firstname>Bobb</firstname><lastname>Fwed</lastname></author>
<author><firstname>Jack</firstname><lastname>H</lastname></author>
<author><lastname>Anonymous</lastname></author>
</authorgroup>
<citetitle pubwork="article">Maintain a Shotgun</citetitle>
<citetitle pubwork="journal">WikiHow</citetitle>
<pubdate>2008</pubdate>
<abstract>
<para>Step-by-step instructions on basic shotgun maintenance.
</para>
</abstract>
</biblioentry>
<biblioentry xreflabel="839" id="839">
<authorgroup>
<author><firstname>Eric L.</firstname><lastname>Stone</lastname></author>
</authorgroup>
<citetitle pubwork="article">K&#x0026;L Gates : Newsstand : This is a Test; This is Only a Test</citetitle>
<citetitle pubwork="journal">K&#x0026;L Gates</citetitle>
<pubdate>2010</pubdate>
<abstract>
<para>A summary of proposed rule changes under the Consumer Product Saftey Commission (CPSC) 15-month rule publication (21 months after the law was passed). It looks like some effort has been made to clarify and simplify compliance for small businesses, but the practical effects are still likely to drive such businesses out of the market.
</para>
</abstract>
</biblioentry>
<biblioentry xreflabel="840" id="840">
<authorgroup>
<editor><firstname>Daniel</firstname><lastname>Zwerdling</lastname></editor>
</authorgroup>
<citetitle pubwork="article">India Farming Heading For Collapse : NPR</citetitle>
<citetitle pubwork="journal">All Things Considered</citetitle>
<publisher>
<publishername>NPR</publishername>
</publisher>
<pubdate>2009</pubdate>
<abstract>
<para>Overuse of modern farming methods in India has temporarily multiplied agricultural production, but now costs are increasing and output is projected to collapse.
</para>
</abstract>
</biblioentry>
<biblioentry xreflabel="841" id="841">
<authorgroup>
<author><firstname>John</firstname><lastname>Leland</lastname></author>
</authorgroup>
<citetitle pubwork="article">In Alabama, a Home-Grown Bid to Beat Back Oil</citetitle>
<citetitle pubwork="journal">The New York Times</citetitle>
<pubdate>2010</pubdate>
<abstract>
<para>A local community takes saving an estuary from the BP oil spill into their own hands,
</para>
</abstract>
</biblioentry>
<biblioentry xreflabel="842" id="842">
<authorgroup>
<author><firstname>Bill</firstname><lastname>Munro</lastname></author>
</authorgroup>
<citetitle pubwork="article">Idaho Observer: Gardening with Hydrogen Peroxide</citetitle>
<citetitle pubwork="journal">Idaho Observer</citetitle>
<pubdate>2003</pubdate>
<abstract>
<para>Using hydrogen peroxide as a garden pesticide.
</para>
</abstract>
</biblioentry>
<biblioentry xreflabel="843" id="843">
<authorgroup>
<author><firstname>G. R.</firstname><lastname>Brown</lastname></author>
<author><firstname>D. E.</firstname><lastname>Wolfe</lastname></author>
<author><firstname>J.</firstname><lastname>Strang</lastname></author>
<author><firstname>T.</firstname><lastname>Jones</lastname></author>
<author><firstname>R.</firstname><lastname>Bessin</lastname></author>
<author><firstname>J.</firstname><lastname>Hartman</lastname></author>
</authorgroup>
<citetitle pubwork="article">ID-126: Growing Grapes in Kentucky</citetitle>
<citetitle pubwork="journal">College of Agriculture, University of Kentucky Online Publications</citetitle>
<pubdate>Submitted</pubdate>
<abstract>
<para>Discusses planning and maintenance of commercial vineyards in Kentucky, including characteristics of varieties, planting, trellises, training methods, disease and pest control, harvest.
</para>
</abstract>
</biblioentry>
<biblioentry xreflabel="844" id="844">
<authorgroup>
<author><firstname>Annee Marie</firstname><lastname>Helminstine</lastname></author>
</authorgroup>
<citetitle pubwork="article">How to Make Red Cabbage Juice pH Indicator - Acid Base Chemistry</citetitle>
<citetitle pubwork="journal">About.com:Chemistry</citetitle>
<pubdate>Submitted</pubdate>
</biblioentry>
<biblioentry xreflabel="845" id="845">
<authorgroup>
<author><firstname>Eric</firstname><lastname>Vought</lastname></author>
</authorgroup>
<citetitle pubwork="article">How to Get Water In an Disaster</citetitle>
<citetitle pubwork="journal">The Misty Manor, Mercers</citetitle>
<publisher>
<publishername>The Misty Manor, Mercers</publishername>
</publisher>
<volumenum>2010</volumenum>
<pubdate>2006</pubdate>
<abstract>
<para>Water is one of the most important survival resources. You can live for weeks without food, but only days without water. Water-borne diseases like dysentery and giardia can kill within 24-48 hours and can incapacitate, making you unable to help yourself, in less than a day. This article will tell you where and how to get clean water in an emergency, first by telling you how to store it, then how to treat it, and last, how to survive if you were just plain caught flat-footed and are not prepared at all.
</para>
</abstract>
</biblioentry>
<biblioentry xreflabel="846" id="846">
<authorgroup>
<author><lastname>Justin</lastname></author>
</authorgroup>
<citetitle pubwork="article">How To Filter Your Drinking Water Very Efficiently</citetitle>
<citetitle pubwork="journal">Metaefficient Reviews</citetitle>
<pubdate>2010</pubdate>
<abstract>
<para>An overview of contaminents review of filters for efficient home water purification.
</para>
</abstract>
</biblioentry>
<biblioentry xreflabel="847" id="847">
<authorgroup>
</authorgroup>
<citetitle pubwork="article">How to Diagnose Rabies in Dogs</citetitle>
<citetitle pubwork="journal">eHow.com</citetitle>
<pubdate>Submitted</pubdate>
</biblioentry>
<biblioentry xreflabel="848" id="848">
<authorgroup>
</authorgroup>
<citetitle pubwork="article">Homemade Water Filters</citetitle>
<citetitle pubwork="journal">OnlineTips.org</citetitle>
<pubdate>Submitted</pubdate>
<abstract>
<para>A brief overview of homemade filter setups.
</para>
</abstract>
</biblioentry>
<biblioentry xreflabel="849" id="849">
<authorgroup>
<author><firstname>Tyrone</firstname><lastname>Banderet</lastname></author>
<author><firstname>Dan</firstname><lastname>Bartmann</lastname></author>
<author><firstname>Dan</firstname><lastname>Fink</lastname></author>
</authorgroup>
<citetitle pubwork="article">Homebrew Wind Power Blueprints</citetitle>
<publisher>
<publishername>Buckville Publications LLC</publishername>
</publisher>
<pubdate>2009</pubdate>
<abstract>
<para>A perfect companion to our book "Homebrew Wind Power," these poster-sized blueprints greatly simplify the con- struction of a 10-foot diameter wind turbine for the home builder. All critical parts and angles are printed at actual size (1:1) in both 3D and plan views, and are fully dimensioned. Critical assemblies like the frame with furling tail system, blades, tail boom, and alternator are shown in 3D perspective drawings to quickly answer questions during welding and fab- rication. Wondering if the part you just made is the correct size? Just lay it over the prints and find out instantly!These blueprints are a companion to "Homebrew Wind Power," not a substitute. Instructions and fabrication tools are not included. The book is still required to successfully build this homebrew wind turbine.
</para>
</abstract>
</biblioentry>
<biblioentry xreflabel="850" id="850">
<authorgroup>
<author><firstname>Dan</firstname><lastname>Bartmann</lastname></author>
<author><firstname>Dan</firstname><lastname>Fink</lastname></author>
<editor><firstname>Mick</firstname><lastname>Sagrillo</lastname></editor>
</authorgroup>
<citetitle pubwork="article">Homebrew Wind Power</citetitle>
<publisher>
<publishername>Buckville Publications LLC</publishername>
</publisher>
<pubdate>2008</pubdate>
<abstract>
<para>Have you ever wondered how wind turbines work and why they look like they do? Are you interested in adding wind power to your off-grid electric system, but have been put off by the high cost of equipment and installation? Well, now you can build and install your own wind turbine!Harnessing the wind can be a tricky business, but in this groundbreaking book the authors provide step-by-step, illustrated instructions for building a wind generator in a home workshop. Even if you don plan on building your own turbine, this book is packed with valuable information for anyone considering wind energy. It covers the basic physics of how the energy in moving air is turned into electricity, and most importantly, will give you a realistic idea of what wind energy can do for you&#x2013;and what it can.
</para>
</abstract>
</biblioentry>
<biblioentry xreflabel="851" id="851">
<authorgroup>
</authorgroup>
<citetitle pubwork="article">Home made lead acid batteries</citetitle>
<citetitle pubwork="journal">Wind Power</citetitle>
<pubdate>2006</pubdate>
<abstract>
<para>An in-depth journal of trials with homemade lead-acid batteries, including voltage/amperage graphs and details of efforts used to maximize surface area of the plates.The same site (from South Africa) has details on construction of home-made wind turbines.
</para>
</abstract>
</biblioentry>
<biblioentry xreflabel="852" id="852">
<authorgroup>
<author><firstname>Annee Marie</firstname><lastname>Helminstine</lastname></author>
</authorgroup>
<citetitle pubwork="article">Home and Garden pH Indicators</citetitle>
<pubdate>Submitted</pubdate>
</biblioentry>
<biblioentry xreflabel="853" id="853">
<authorgroup>
<author><firstname>Kim</firstname><lastname>Zetter</lastname></author>
</authorgroup>
<citetitle pubwork="article">Hacker Spoofs Cell Phone Tower to Intercept Calls</citetitle>
<citetitle pubwork="journal">Wired News - Threat Level</citetitle>
<pubdate>2010</pubdate>
<abstract>
<para>A hacker at the recent Black Hat security conference demonstrated a sub-$1500 device that could intercept and record cell phone calls, even if they were encrypted.
</para>
</abstract>
</biblioentry>
<biblioentry xreflabel="854" id="854">
<authorgroup>
<author><lastname>EMCOM US</lastname></author>
</authorgroup>
<citetitle pubwork="article">Family/Neighborhood Emergency Communications</citetitle>
<citetitle pubwork="journal">EMCOM - National Emergency Alert Notification System</citetitle>
<pubdate>2004</pubdate>
<abstract>
<para>The purpose of this document is to establish common guidelines for the planning, establishment, administration and operation of a nationally coordinated Neighborhood Emergency Radio Communications Service (NERCS) which provides a fast, efficient and economical means of fulfilling emergency communications requirements while decreasing frequency (channel) and message handling congestion. Standards, policies and procedures are strongly suggested to ensure commonality in purpose, operations and equipment allowing for simple interface and integration with other agencies and services including both local organizations/entities and those that may respond from other areas to aid in emergency / disaster situations. Such uniformity insures seamless, uninterrupted direct radio communications.
</para>
</abstract>
</biblioentry>
<biblioentry xreflabel="855" id="855">
<authorgroup>
</authorgroup>
<citetitle pubwork="article">EXPERIMENT 12: RECYCLING ALUMINUM</citetitle>
<publisher>
<publishername>Oklahoma State University</publishername>
</publisher>
<pubdate>Submitted</pubdate>
<abstract>
<para>A Chemistry Lab exercise in using recycled aluminum (from soda cans) to make alum for use as a mordant and dying cloth with cleaver roots.
</para>
</abstract>
</biblioentry>
<biblioentry xreflabel="856" id="856">
<authorgroup>
</authorgroup>
<citetitle pubwork="article">Enhanced wound healing method and composition - Patent 7175860</citetitle>
<pubdate>Submitted</pubdate>
</biblioentry>
<biblioentry xreflabel="857" id="857">
<authorgroup>
<author><firstname>Tabitha</firstname><lastname>Alterman</lastname></author>
</authorgroup>
<citetitle pubwork="article">Eggciting News!!!</citetitle>
<citetitle pubwork="journal">Mother Earth News</citetitle>
<pubdate>2008</pubdate>
<abstract>
<para>Our latest tests show that pastured eggs have anywhere between 4 to 6 times as much vitamin D as typical supermarket eggs.
</para>
</abstract>
</biblioentry>
<biblioentry xreflabel="858" id="858">
<authorgroup>
<author><lastname>WRETHA</lastname></author>
</authorgroup>
<citetitle pubwork="article">DIY Water Filter / Purifier</citetitle>
<citetitle pubwork="journal">Off-Grid</citetitle>
<pubdate>2008</pubdate>
<abstract>
<para>A simple do-it-yourself water filter using a ceramic pot and food-grade bucket.
</para>
</abstract>
</biblioentry>
<biblioentry xreflabel="859" id="859">
<authorgroup>
</authorgroup>
<citetitle pubwork="article">Dexter Cattle</citetitle>
<citetitle pubwork="journal">Wikipedia, the free encyclopedia</citetitle>
<pubdate>2010</pubdate>
<abstract>
<para>The Dexter breed originated in southwestern Ireland from which it was brought to England in 1882. The breed virtually disappeared in Ireland, but was still maintained as a pure breed in a number of small herds in England. The breed is a triple-purpose breed, being used for meat, milk, and draft (oxen).
</para>