Our instructions;
Submit a 2000-word report on Quantum Hall Effect of two-dimensional electron gas systems (2DEG).
Hint: This is about the quantization of magnetic flux. It should be written in journal review paper style, single column, single-spaced, #12 Time New Roman font. It should contain the following subsection titles:
a. Title, not title page
b. Author Name (include school ID and Chinese name also),
c. Affiliation, e-mail address,
d. Abstract,
e. Main text, and
f. References.
keep it simple. no acknowledgements, no appendix. a paper demonstrating an understanding of QHE in 2DEG.
Solid state physics. 4th year undergrad students. Textbooks such as Kittel, Ziman, Mermin& Ashcroft. I normally use practical, simplified, explanatory writing style and word usage instead of overly technical. Concepts more important than equations. Equations and their lengthy explanations usually minimized except when describing key points. May use a few small reference tables/graphs /illustrations/ etc but not required, nor useful for a word counted paper.
sample paper attached
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 });

