-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.bib
1286 lines (1140 loc) · 29.5 KB
/
main.bib
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
@book{1,
title = {Human Action: The Scholar's Edition},
author = {Ludwig von Mises},
year = 1998,
publisher = {Ludwig von Mises Institute},
pages = 92
}
@book{2,
pages = 11,
crossref = 1
}
@book{3,
title = {Man, Economy, and State, with Power and Market. Scholar's edition.},
author = {Murray Rothbard},
year = 2009,
publisher = {Ludwig von Mises Institute},
pages = 7,
edition = {2nd}
}
@book{4,
pages = {13--4},
crossref = 1
}
@book{5,
pages = 16,
crossref = 1
}
@book{6,
pages = 20,
crossref = 1
}
@book{7,
title = {Economic Science \& the Austrian Method},
author = {Hans-Hermann Hoppe},
year = 2007,
publisher = {Ludwig von Mises Institute},
pages = 63
}
@book{8,
pages = 118,
crossref = 1
}
@article{9,
title = {The Pretense of Knowledge},
author = {Friedrich von Hayek},
year = 1975,
journal = {The Swedish Journal of Economics},
volume = 77,
number = 4,
pages = {433--42}
}
@article{10,
title = {Scientism and the study of society [Part 1]},
author = {Friedrich von Hayek},
year = 1942,
journal = {Economica},
volume = 9,
number = 35,
pages = {267--91}
}
@misc{11,
title = {Economic Data},
author = {Federal Reserve Bank of St. Louis},
howpublished = {Bron: FRED, Federal Reserve Bank of St. Louis},
year = 2022,
note = {Accessed: 2023-04-01}
}
@book{12,
title = {Forty Centuries of Wage and Price Controls: How Not to Fight Inflation},
author = {Robert Schuettinger and Eamonn Butler},
year = 1978,
publisher = {Heritage Foundation}
}
@book{13,
title = {Principles of Economics},
author = {Carl Menger},
year = 2007,
publisher = {Ludwig von Mises Institute},
pages = {120--1},
edition = {Herdruk}
}
@book{15,
pages = 115,
crossref = 13
}
@book{16,
pages = 116,
crossref = 13
}
@book{17,
pages = {120--1},
crossref = 13
}
@book{18,
pages = {120--1},
crossref = 13
}
@book{19,
pages = 120,
crossref = 13
}
@book{20,
pages = 97,
crossref = 1
}
@book{21,
pages = 124,
crossref = 1
}
@book{22,
pages = 121,
crossref = 1
}
@book{23,
pages = {121--3},
crossref = 1
}
@book{24,
pages = 101,
crossref = 1
}
@book{26,
title = {The Ultimate Resource 2},
author = {Julian Simon},
year = 1996,
publisher = {Princeton University Press}
}
@book{27,
pages = {44--8},
crossref = 26
}
@misc{28,
title = {World Population Growth},
author = {Max Roser en Hannah Ritchie en Esteban Ortiz-Ospina en Lucas Rodés-Guirao},
year = 2013,
note = {Our World In Data}
}
@misc{29,
title = {Economic Growth},
author = {Max Roser},
year = 2013,
note = {Our World In Data}
}
@book{30,
pages = 45,
crossref = 26
}
@article{31,
title = {A Global-scale Data Set of Mining Areas},
author = {Maus, Victor and others},
year = 2020,
journal = {Scientific Data},
volume = 7,
number = 289
}
@misc{33,
title = {The Simon Abundance Index 2021},
year = 2021,
author = {Pooley, Gale and Tupy, Marian},
note = {Zie ook ``The Bitcoin Standard Podcast'' met gast Gale Pooley},
organization = {Human Progress}
}
@book{36,
title = {Democracy: The God That Failed},
author = {Hoppe, Hans-Hermann},
year = 2001,
publisher = {Transaction Publishers},
pages = 6
}
@book{37,
pages = 131,
crossref = 1
}
@book{38,
pages = 131,
crossref = 1
}
@book{39,
pages = 142,
crossref = 1
}
@book{40,
pages = 131,
crossref = 1
}
@book{41,
pages = 133,
crossref = 1
}
@inbook{43,
title = {Economic Possibilities for our Grandchildren},
author = {Keynes, John Maynard},
year = 1931,
booktitle = {Essays in Persuasion},
publisher = {Macmillan},
address = {Londen},
pages = {358--373}
}
@book{44,
crossref = 43
}
@book{45,
crossref = 43
}
@book{46,
crossref = 43
}
@book{47,
title = {A Theory of Socialism and Capitalism},
author = {Hoppe, Hans-Hermann},
year = 2010,
publisher = {Ludwig von Mises Institute},
pages = 158
}
@book{48,
title = {Principles of Economics},
author = {Menger, Carl},
year = 2007,
publisher = {Ludwig von Mises Institute},
pages = 97,
edition = {Herdruk}
}
@book{49,
pages = 76,
crossref = 48
}
@book{50,
title = {Property},
author = {Yiannopoulos, A. N.},
year = 2001,
publisher = {West Group},
series = {Louisiana Civil Law Treatise},
volume = 2,
edition = {4e}
}
@book{51,
pages = 109,
crossref = 48
}
@book{52,
title = {What Libertarianism Is.},
author = {Kinsella, Stephan},
year = 2009,
booktitle = {Property, Freedom, and Society: Essays in Honor of Hans-Hermann Hoppe},
publisher = {Ludwig von Mises Institute},
pages = {184--185}
}
@inbook{53,
pages = 23,
crossref = 47
}
@inbook{54,
pages = {179--196},
crossref = 52
}
@book{55,
pages = 678,
crossref = 1
}
@book{56,
pages = 680,
crossref = 1
}
@book{57,
pages = 652,
crossref = 1
}
@book{58,
title = {Principles of Economics},
author = {Menger, Carl},
year = 2007,
publisher = {Ludwig von Mises Institute},
pages = 79
}
@book{59a,
title = {Capital and Interest},
author = {Böhm-Bawerk, Eugen von},
year = 1959,
publisher = {Libertarian Press}
}
@book{59b,
title = {The Positive Theory of Capital},
author = {Böhm-Bawerk, Eugen von},
year = 2018,
publisher = {Bubok Publishing}
}
@book{60,
title = {Human Action: The Scholar's Edition},
author = {Mises, Ludwig von},
year = 1998,
publisher = {Ludwig von Mises Institute},
pages = 487
}
@book{61,
crossref = {1},
pages = 490
}
@book{62,
crossref = {1}
}
@book{63,
title = {Down and Out in Paris and London},
author = {Orwell, George},
year = 1933,
publisher = {Victor Gollancz}
}
@book{64,
title = {Egalitarianism As a Revolt against Nature and Other Essays},
author = {Rothbard, Murray},
year = 2000,
edition = {2nd},
publisher = {Ludwig von Mises Institute}
}
@book{65,
crossref = {1},
pages = 308
}
@book{66,
title = {Democracy: The God That Failed},
author = {Hoppe, Hans-Hermann},
year = 2001,
publisher = {Transaction Publishers},
pages = 6
}
@book{67,
crossref = {66},
pages = 3
}
@book{68,
crossref = {3},
pages = 61
}
@book{71,
crossref = {1},
pages = 9
}
@book{72,
crossref = {1},
pages = 136
}
@book{73,
title = {The Rational Optimist: How Prosperity Evolves},
author = {Ridley, Matt},
year = 2010,
publisher = {Harper}
}
@misc{74,
author = {Boudreaux, Don},
title = {Capitalism \& Slavery},
year = 2016,
howpublished = {Learn Liberty},
note = {Published on 15 dec}
}
@book{75,
crossref = {1},
pages = 178
}
@book{76,
title = {The Problem of Production: A New Theory of the Firm},
author = {Bylund, Per},
year = 2016,
publisher = {Routledge}
}
@article{77,
title = {Population Growth and Technological Change: One Million B.C. to 1990},
author = {Kremer, Michael},
year = 1993,
journal = {The Quarterly Journal of Economics},
volume = 108,
number = 3,
pages = {681-716}
}
@book{78,
title = {The Economic Laws of Scientific Research},
author = {Kealey, Terence},
year = 1996,
publisher = {Macmillan Press},
note = {Zie ook The Bitcoin Standard Podcast aflevering 80 met gast Terence Kealey}
}
@book{79,
crossref = {78}
}
@misc{80,
author = {Ammous, Saifedean},
title = {Slowdown: Aviation and Modernity’s Lost Dynamism},
year = 2017,
howpublished = {SSRN Electronic Journal},
note = {Gepubliceerd op 25 mei}
}
@book{82,
title = {The Bride of Science: Romance, Reason, and Byron's Daughter},
author = {Woolley, Benjamin},
year = 1999,
publisher = {McGraw-Hill}
}
@misc{83,
author = {Trautman, Peggy Salz},
title = {A Computer Pioneer Rediscovered, 50 Years On},
year = 1994,
howpublished = {The New York Times},
note = {Gepubliceerd op 20 Apr 1994}
}
@misc{84,
author = {Kinsella, Stephan},
title = {The Case Against IP: A Concise Guide},
year = 2009,
howpublished = {Mises Daily Articles},
note = {Gepubliceerd door het Mises Institute}
}
@book{85,
title = {Against Intellectual Property},
author = {Kinsella, Stephan},
year = 2001,
publisher = {CreateSpace}
}
@article{86,
author = {McElroy, Wendy},
title = {Contra Copyright, Again},
year = 2011,
journal = {Libertarian Papers},
volume = 3,
number = 12
}
@book{87,
crossref = {58},
pages = 97
}
@misc{88,
author = {Bylund, Per},
title = {Intellectual Property: Innovation Should Serve Consumers, Not Producers},
year = 2020,
howpublished = {Mises Wire},
note = {Gepubliceerd door Ludwig von Mises Institute}
}
@misc{89,
author = {Boldrin, Michele and Levine, David},
title = {The Case Against Patents},
year = 2012,
howpublished = {Federal Reserve Bank of St. Louis},
note = {Working Paper 2012-035A}
}
@misc{90,
author = {Feynman, Richard},
title = {The Feynman Lectures on Physics},
year = 1963,
howpublished = {California Institute of Technology},
note = {Vol. 1, lecture 4, “Conservation of Energy,” sectie 4-1, “What is energy?”}
}
@book{91,
title = {Thermodynamics: An Engineering Approach},
author = {Çengel, Yunus and Boles, Michael},
year = 2006,
edition = {5th},
volume = 1,
publisher = {McGraw-Hill},
pages = 2
}
@book{92,
title = {The Moral Case for Fossil Fuels},
author = {Epstein, Alex},
year = 2014,
publisher = {Portfolio Penguin}
}
@book{93,
title = {Future Energy Demand and Supply},
author = {Hore-Lacy, Ian},
year = 2011,
booktitle = {Nuclear Energy in the 21st Century},
edition = {2nd},
publisher = {World Nuclear University Primer},
}
@book{95,
title = {Energy: The Master Resource: An Introduction to the History, Technology, Economics, and Public Policy of Energy},
author = {Bradley, Robert},
year = 2004,
publisher = {Kendall Hunt Publishing}
}
@book{96,
title = {Energy and Civilization: A History},
author = {Smil, V.},
year = 2017,
publisher = {MIT Press},
address = {Cambridge, MA}
}
@book{97,
crossref = {92}
}
@misc{98,
title = {World Primary Energy Production},
author = {The Shift Project},
year = 2020,
howpublished = {The Shift Dataportal},
organization = {The Shift Project}
}
@misc{99,
crossref = {98}
}
@article{100,
title = {Energy and quality of life},
author = {Pasten, Cesar en Santamarina, Juan},
year = 2012,
journal = {Energy Policy},
volume = 49,
publisher = {Elsevier},
pages = {468-476}
}
@misc{101,
author = {Ritchie, Hannah en anderen},
title = {Energy},
year = 2022,
howpublished = {Our World In Data}
}
@misc{102,
crossref = {101}
}
@misc{103,
author = {Cross, Philip},
title = {In Praise of Fossil Fuels},
year = 2015,
howpublished = {C2C Journal},
note = {Gepubliceerd op 17 dec}
}
@article{104,
title = {Divergences in Long Run Trends in the Prices of Energy and Energy Services},
author = {Fouquet, R.},
year = 2011,
journal = {Review of Environmental Economics and Policy},
volume = 5,
number = 2,
pages = {196-218},
note = {Alle cijfers berekend voor het equivalent van het pond sterling in het jaar 2000}
}
@book{105,
crossref = {1},
pages = 144
}
@book{106,
crossref = {3},
pages = 89
}
@book{107,
crossref = {1},
pages = 160
}
@misc{108,
author = {Read, Leonard},
title = {I, Pencil: My Family Tree as Told to Leonard E. Read},
year = 1958,
howpublished = {The Freeman},
month = 12
}
@book{109,
crossref = {1},
pages = 418
}
@book{110,
crossref = {3},
pages = 190
}
@misc{112,
author = {Lutter Sina en Heinz Jürgen Büchner},
title = {Short Term Commodity Outlook September: Aluminum \& Zinc},
year = 2022,
howpublished = {Euroguss},
organization = {NürnbergMesse},
month = 9,
day = 8
}
@misc{113,
author = {Nieuwenhuijs, Jan},
title = {How much silver is above ground?},
year = 2019,
howpublished = {Voima Gold},
month = {dec},
day = 2,
note = {Nieuwenhuijs beschouwt zilver voor juwelen en industrieel gebruik als onderdeel van de monetaire voorraad, die hij schat op 1.750.000 ton, met een jaarlijkse productie van ongeveer 27.000 ton. Maar het verwijderen van zilver voor juwelen en industrieel gebruik uit de monetaire voorraad vermindert deze drastisch, tot ongeveer 108.000 ton, waardoor zilver een stock-to-flow ratio heeft van vier.}
}
@book{114,
crossref = {3},
pages = 191
}
@book{115,
crossref = {58},
pages = {261-262}
}
@book{116,
crossref = {3},
pages = 193
}
@misc{117,
author = {Hoppe, Hans-Hermann},
title = {“The Yield From Money Held” Reconsidered},
year = 2009,
howpublished = {Mises Institute},
month = {Mei},
day = 14
}
@misc{118,
crossref = {117}
}
@book{119,
crossref = {66},
pages = 7
}
@book{120,
title = {Economic Controversies},
author = {Rothbard, Murray},
year = 2011,
publisher = {Ludwig von Mises Institute},
pages = {698-699}
}
@book{121,
crossref = {1},
pages = 418
}
@book{122,
crossref = {120},
pages = 699
}
@book{123,
crossref = {1},
pages = 258
}
@book{124,
crossref = {1},
pages = 235
}
@book{125,
crossref = {1},
pages = 259
}
@book{126,
crossref = {1},
pages = {273-274}
}
@book{127,
crossref = {1},
pages = 271
}
@book{128,
crossref = {1},
pages = {271-272}
}
@book{129,
title = {Forty Centuries of Wage and Price Controls: How Not to Fight Inflation},
author = {Schuettinger, Robert L. en Butler, Eamonn F.},
year = 1978,
publisher = {Heritage Foundation}
}
@book{130,
crossref = {1},
pages = 264
}
@article{131,
title = {The End of Socialism and the Calculation Debate Revisited},
author = {Rothbard, Murray},
year = 1991,
journal = {The Review of Austrian Economics},
volume = 5,
number = 2,
pages = 59
}
@book{135,
crossref = {1},
pages = 704
}
@book{136,
crossref = {1},
pages = 705
}
@article{137,
crossref = {131},
pages = 52
}
@article{138,
crossref = {131},
pages = {52-53}
}
@article{139,
title = {On the Economic Theory of Socialism: Part One},
author = {Lange, Oskar},
year = 1936,
journal = {The Review of Economic Studies},
volume = 4,
number = 1,
publisher = {Oxford University Press},
pages = 53
}
@book{140,
crossref = {1},
pages = 701
}
@book{141,
crossref = {1},
pages = {702-703}
}
@article{142,
title = {Soviet growth and American textbooks: An endogenous past},
author = {Levy, David and Peart, Sandra},
year = 2011,
journal = {Journal of Economic Behavior \& Organization},
volume = 78,
number = {1-2},
publisher = {Elsevier},
month = {Apr},
pages = {110-125}
}
@book{143,
title = {Economics},
author = {Samuelson, Paul and Nordhaus, William},
year = 1989,
edition = {13e},
publisher = {McGraw-Hill},
pages = 837
}
@book{144,
title = {Economics: Principles, Problems, and Policies},
author = {McConnell, Campbell and Brue, Stanley and Flynn, Sean},
year = 2009,
publisher = {McGraw-Hill}
}
@book{146,
crossref = {66},
pages = 6
}
@book{147,
crossref = {66},
pages = {4-5}
}
@book{148,
title = {A History of Interest Rates},
author = {Homer, Sidney and Sylla, Richard},
year = 2005,
publisher = {John Wiley \& Sons, Inc.}
}
@book{149,
title = {The Seen the Unseen and the Unrealized: How Regulations Affect Our Everyday Lives},
author = {Bylund, Per},
year = 2016,
publisher = {Lexington Books}
}
@book{150,
title = {The Fiat Standard: The Debt Slavery Alternative to Human Civilization},
author = {Ammous, Saifedean},
year = 2021,
publisher = {Saif House},
pages = 90
}
@book{151,
title = {When Money Dies: The Nightmare of Deficit Spending, Devaluation, and Hyperinflation in Weimar Germany},
author = {Ferguson, Adam},
year = 2010,
publisher = {Perseus Books}
}
@book{152,
title = {The Great Fiction},
author = {Hoppe, Hans-Hermann},
year = 2021,
publisher = {Ludwig von Mises Institute}
}
@misc{155,
author = {Greaves, Bettina Bien},
title = {Ludwig von Mises on Money and Inflation: A Synthesis of Several Lectures},
year = 2010,
howpublished = {Mises Institute}
}
@book{156,
crossref = {1},
pages = {568-572}
}
@book{157,
title = {The Theory of Money and Credit},
author = {Mises, Ludwig von},
year = 1971,
edition = {2e},
publisher = {Foundation for Economic Education},
pages = 363
}
@book{158,
crossref = {3},
pages = 355
}
@book{159,
title = {Time Preference, Government, and the Process of De-Civilization – From Monarchy to Democracy},
author = {Hoppe, Hans-Hermann},
year = 1994,
edition = {Vol. 5, Nr. 2/3},
publisher = {Journal des Economistes et des Etudes Humaines},
pages = 320
}
@book{160,
crossref = {1},
pages = 524
}
@book{161,
crossref = {1},
pages = 529
}
@book{162,
crossref = {1}
}
@book{163,
crossref = {148}
}
@book{164,
crossref = {66},
pages = 63
}
@book{165,
title = {Ten Great Economists: From Marx to Keynes},
author = {Schumpeter, Joseph},
year = 1997,
publisher = {Routledge},
pages = 182
}
@book{166,
crossref = {157},
pages = 22
}
@book{167,
crossref = {157},
pages = 266
}
@book{168,
crossref = {157},
pages = 267
}
@book{169,
title = {Mises: The Last Knight of Liberalism},
author = {Hülsmann, Jörg Guido},
year = 2007,
publisher = {Ludwig von Mises Institute},
pages = 216
}
@book{171,
title = {The Theory of Money and Credit},
author = {Mises, Ludwig von},
year = 1971,
edition = {2nd},
publisher = {Foundation for Economic Education},
pages = 62
}
@article{173,
title = {The Federal Reserve System’s Influence on Research in Monetary Economics},
author = {White, Lawrence H.},
year = 2005,
journal = {Econ Journal Watch},
volume = 2,
number = 2,
pages = {325-354}
}
@misc{174,
author = {Krugman, Paul},
title = {Introduction},
booktitle = {The General Theory of Employment, Interest, and Money},
publisher = {Palgrave Macmillan},
year = 2018,
pages = {xxxiii},
author2 = {Keynes, John Maynard}
}
@book{175,
title = {Time and Money: The Macroeconomics of Capital Structure},
author = {Garrison, Roger},
year = 2001,
publisher = {Routledge}
}
@book{177,
crossref = {1},
pages = 574
}
@book{178,
title = {A Tiger By The Tail: The Keynesian Legacy of Inflation},
author = {Hayek, Friedrich von},
year = 1972,
publisher = {Ludwig von Mises Institute},
pages = 126
}
@article{180,
title = {The Non-Aggression Principle: a Short History},
author = {Fuller, E. W.},
year = 2019,
journal = {Revista Procesos de Mercado},
volume = 16,
number = 1,
pages = {31-88}
}
@book{181,
title = {Economic Policy: Thoughts for Today and Tomorrow},
author = {Mises, Ludwig von},
year = 1995,
publisher = {Free Market Books}
}