Outline for Epicurus
Letter 2
I. Studying nature brings us peace §§37,83, 79ff, 85,87,115,116
II. Everything is material §§40ff
III. Sense perception §§46ff and Text 5 XXIII and XXIV, “Film” §49
IV. Atoms §54
V. Soul §§63ff, see §§67
VI. Gods no direct universe §§97,104
VII. Worlds coming into being and passing away §§73,90
Letter 4
I. Philosophy same as happiness and driven by pleasures §122 and Text 6 6.54,6.55,6.14
II. Gods exists but common notion is impious §123 and Text 5 I,II
III. Death is nothing to us §124, Text 5 XXI, Text 6 6.35,6.60
IV. Blessed Life 5.XXVI, 6.33
V. Not choose all pleasures §129,5.VIII
VI. Friendship as greatest blessing 5.XXVII,5.XXVII,XXXI-XL,6.7,6.15,6.23.6.34,6.52,6.56,6.66
Last Completed Projects
topic title | academic level | Writer | delivered |
---|
jQuery(document).ready(function($) { var currentPage = 1; // Initialize current page
function reloadLatestPosts() { // Perform AJAX request $.ajax({ url: lpr_ajax.ajax_url, type: 'post', data: { action: 'lpr_get_latest_posts', paged: currentPage // Send current page number to server }, success: function(response) { // Clear existing content of the container $('#lpr-posts-container').empty();
// Append new posts and fade in $('#lpr-posts-container').append(response).hide().fadeIn('slow');
// Increment current page for next pagination currentPage++; }, error: function(xhr, status, error) { console.error('AJAX request error:', error); } }); }
// Initially load latest posts reloadLatestPosts();
// Example of subsequent reloads setInterval(function() { reloadLatestPosts(); }, 7000); // Reload every 7 seconds });