Skip to main content

Posts

About Research papers and journals-where to publish

Once we write any new research papers, most of the time we are in dilemma where to publish it so that our research becomes authentic. There are many thousand of research papers from varying publishers where we can publish them. But main problem remains the same that where to publish it: Well in recent times there have been developed some parameters like Impact factor and Citation Count which tells us more about Journals. Although some critics have objected to these concepts but it is also true that these concepts have been adopted by most of the journals. So when you want to know more about the journals ,just have a look at the official web site of the journal and there that you might find out the Impact factor/ Citation details  on the first page itself. Second Thing you must know is about the Editorial Board of the journal. Believe me, the names appearing at the editorial board tells a lot about Journals. Once you visit the editorial page,you will get to know what i mean

Able Baker Problem (Simulation and Modeling Notes) by Abhishek

prob. c.prob. arrival 0.25 0 1 0.4 0.25 2 0.2 0.65 3 0.15 0.85 4 prob. c.prob. able service time 0.3 0 2 0.28 0.3 3 0.25 0.58 4 0.17 0.83 5 prob. c.prob. baker service time 0.35 0 3 0.25 0.35 4 0.2 0.6 5 0.2 0.8 6 call no. random no. inter arrival time arrival time is able is baker service chooser random no service time service time begin able service time computed baker service time computed time in system 1 0 0 0 1 1 able 0.73935944 4 0 4 0 4 2 0.57731832 2 2 0 1 baker 0.88143624 6 2 0 8 6 3 0.01459627 1 3 1 1 able 0.30866811 3 3 6 0 3 4 0.73673187 3 6 1

Understanding Googe Adsense

The AdSense report is visible from the  Earnings  tab that is there in the blogger.  This  tab  contains basic information. It tells about the ads that are running on the blog. It also tells about the clicks that have been generated on the ads and how much revenue has been earned out of it. Various terms that we can find on the tab are: Each term in the report  has been explained here:   Clicks : Clicks shows the number of times visitors have clicked on the ads during the reporting period.  Page CTR (Click-through rate)   :    Page CTR defines  number of ad clicks by user divided by the number of page views.   CPC (Cost per click) : CPC means average amount that is paid by the advertisers for each and every ad click.   Page views :   Page view is always generated whenever  a user views a page displaying Google ads. A page view is counted whenever user visits a page irrespective of ads that are displayed on the webpage.   Page RPM (Revenue

Semantic Web

Beginning from a small project , now web(popularly known as word wide web) consist of  billions of web pages hosted on millions of servers located across the globe. While Web has now become a basic source of Information covering a wide area of interest , (I must say ,almost all the area of interest where current research covering Science,Arts,Engineering is going on) , it also created a challenge of proper information retrieval from unstructured and semistructured web of data. Keeping these things in mind, Tim Berner Lee(The creator of www ) coined a term "Semantic Web", and defined it as: " a web of data that can be processed directly and indirectly by machines " According to World Wide Web Consortium (W3C): "The Semantic Web provides a common framework that allows data to be shared and reused across application, enterprise, and community boundaries." In a Nutshell , the concept of Semantic Web can be described as: " The main purpose of

FEL by Praman (Simulation and Modeling)

#include #include #include typedef struct { int cno,in_arr,arr,ser_time,tsb,tse,wait,tsis,idle; }customer; int lookup1( int c) { if (c>=0 && c<13 font="font"> { return 1; } else if (c>=13 && c<25 font="font"> { return 2; } else if (c>=25 && c<38 font="font"> { return 3; } else if (c>=38 && c<50 font="font"> { return 4; } else if (c>=50 && c<63 font="font"> { return 5; } else if (c>=63 && c<75 font="font"> { return 6; } else if (c>=75 && c<87 font="font"> { return 7; }