Take 3 poems by 3 different war poets and analyze their poetry in term of themes and techniques, then tell what are the shared common ground between them and how their poetry is different from high modernism poetry.
first poem: by Siegfried Sassoon (Everyone Sang)
Everyone suddenly burst out singing;
And I was filled with such delight
As prisoned birds must find in freedom,
Winging wildly across the white
Orchards and dark-green fields; on–on–and out of sight.
Everyone’s voice was suddenly lifted;
And beauty came like the setting sun:
My heart was shaken with tears; and horror
Drifted away … O, but Everyone
Was a bird; and the song was wordless; the singing will never be done.
Second Poem: Isaac Rosenberg ( Break of Day in the Trenches)
The darkness crumbles away
It is the same old druid Time as ever,
Only a live thing leaps my hand,
A queer sardonic rat,
As I pull the parapet’s poppy
To stick behind my ear.
Droll rat, they would shoot you if they knew
Your cosmopolitan sympathies,
Now you have touched this English hand
You will do the same to a German
Soon, no doubt, if it be your pleasure
To cross the sleeping green between.
It seems you inwardly grin as you pass
Strong eyes, fine limbs, haughty athletes,
Less chanced than you for life,
Bonds to the whims of murder,
Sprawled in the bowels of the earth,
The torn fields of France.
What do you see in our eyes
At the shrieking iron and flame
Hurled through still heavens?
What quaver -what heart aghast?
Poppies whose roots are in men’s veins
Drop, and are ever dropping;
But mine in my ear is safe,
Just a little white with the dust.
The Third Poem: Wilfred Owen (Anthem of Doomed Youth)
What passing-bells for these who die as cattle?
Only the monstrous anger of the guns.
Only the stuttering rifles’ rapid rattle
Can patter out their hasty orisons.
No mockeries now for them; no prayers nor bells,
Nor any voice of mourning save the choirs,â€â€
The shrill, demented choirs of wailing shells;
And bugles calling for them from sad shires.
What candles may be held to speed them all?
Not in the hands of boys, but in their eyes
Shall shine the holy glimmers of good-byes.
The pallor of girls’ brows shall be their pall;
Their flowers the tenderness of patient minds,
And each slow dusk a drawing-down of blinds.
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 });

