The Pyramid Principle: Logic in Writing and Thinking
The Pyramid Principle: Logic in Writing and Thinking
Individual order
ISBN:
9781292372266
Availability:
Author
Barbara Minto
Format
Paperback
Number of pages
240
Publisher
FT Publishing Internationa
Size
15.5x1.9x23.2
Year of publication
2021
Weight
0.00kg
Delivery terms
Please read the terms of delivery
Read more
- About the book
- Reviews (0)
About the book The Pyramid Principle: Logic in Writing and Thinking
Thematic,Leadership, Law, Business The Pyramid Principle: Logic in Writing and Thinking 9781292372266 Barbara Minto
Other books by the author
Barbara Minto
The Pyramid Principle: Logic in Writing and Thinking
Book reviews The Pyramid Principle: Logic in Writing and Thinking (0 reviews)
+ Добавить отзыв
$('.add_reve').on('click', function(e){
jQuery("html, body").animate({scrollTop: jQuery('#tab-review .prod_text').offset().top}, 500);
e.preventDefault();
});
$('select[name=\'recurring_id\'], input[name="quantity"]').change(function(){
$.ajax({
url: 'index.php?route=product/product/getRecurringDescription',
type: 'post',
data: $('input[name=\'product_id\'], input[name=\'quantity\'], select[name=\'recurring_id\']'),
dataType: 'json',
beforeSend: function() {
$('#recurring-description').html('');
},
success: function(json) {
$('.alert-dismissible, .text-danger').remove();
if (json['success']) {
$('#recurring-description').html(json['success']);
}
}
});
});
//-->