Journal Papers

2015

Target Coverage Through Distributed Clustering in Directional Sensor Networks

Wireless Communications

Publication: Eurasip Journal on Wireless Communications and Networking, April 2015 (in Press). SCIE,

Authors: Md. Mofijul Islam, Md. Ahasanuzzaman, Md. Abdur Razzaque, M. M. Hassan, Abdulhameed Alelaiwi, Yang Xiang

'; // Iterate over the JournalList array within each item foreach ($journalList as $journal) { // Access individual elements of each journal $paperTitle = $journal['PaperTitle']; $JournalLink = $journal['JournalLink']; $Keyword = $journal['Keyword']; $journalTitle = $journal['JournalTitle']; // Process or output the values as needed echo "Paper Title: $paperTitle\n"; echo "Journal Link: $JournalLink\n"; echo "Keywords: $Keyword\n"; echo "Journal Title: $journalTitle\n"; echo '
'; // Iterate over the Author array within each journal foreach ($journal['Author'] as $author) { // Access individual elements of each author $authorName = $author['AuthorName']; // Process or output the values as needed echo "Author Name: $authorName\n"; echo '
'; } } } ?> '; print_r($response[0]["Year"]); echo '
'; print_r($response[0]["JournalList"][0]["PaperTitle"]); echo '
'; print_r($response[0]["JournalList"][0]["JournalLink"]); echo '
'; print_r($response[0]["JournalList"][0]["Keyword"]); echo '
'; print_r($response[0]["JournalList"][0]["JournalTitle"]); echo '
'; print_r($response[0]["JournalList"][0]["Author"][0]["AuthorName"]); ?>