From 296f10c22cca027bd9352d0f14ce66792c814d47 Mon Sep 17 00:00:00 2001 From: parth Date: Wed, 28 Mar 2012 17:22:38 +0530 Subject: added docs folder with demo csv files --- .gitignore | 2 -- docs/course_code_names.txt | 46 ++++++++++++++++++++++++++++++++++ docs/paper_code_names.txt | 8 ++++++ docs/paper_course_code_eligibility.txt | 8 ++++++ 4 files changed, 62 insertions(+), 2 deletions(-) create mode 100644 docs/course_code_names.txt create mode 100644 docs/paper_code_names.txt create mode 100644 docs/paper_course_code_eligibility.txt diff --git a/.gitignore b/.gitignore index 53a1ff0..0eb4c36 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,5 @@ allotter/migrations/ jam .project .pydevproject -*.csv *.png -*.txt *.json diff --git a/docs/course_code_names.txt b/docs/course_code_names.txt new file mode 100644 index 0000000..a576df1 --- /dev/null +++ b/docs/course_code_names.txt @@ -0,0 +1,46 @@ +101:M.Sc. Applied Geology (4 Semesters):IIT Bombay +102:M.Sc. Applied Geophysics (4 Semesters):IIT Bombay +103:M.Sc. Applied Statistics and Informatics:IIT Bombay +104:M.Sc. Biotechnology (4 Semesters):IIT Bombay +105:M.Sc. Chemistry (4 Semesters):IIT Bombay +106:M.Sc. Mathematics (4 Semesters):IIT Bombay +107:M.Sc. Physics (4 Semesters):IIT Bombay +108:M.Sc.-Ph.D Dual Degree in Applied Geology:IIT Bombay +109:M.Sc.-Ph.D Dual Degree in Applied Geophysics:IIT Bombay +110:M.Sc.-Ph.D. Dual Degree in Biotechnology:IIT Bombay +111:M.Sc.-Ph.D Dual Degree in Chemistry:IIT Bombay +112:M.Sc.-Ph.D. Dual Degree in Energy:IIT Bombay +113:M.Sc.-Ph.D. Dual Degree in Env.Sc & Engg:IIT Bombay +114:M.Sc.-Ph.D. Dual Deg. in Operations Research:IIT Bombay +115:M.Sc.-Ph.D. Dual Degree in Physics:IIT Bombay +116:M.Sc. (Phy) - M.Tech. (Mat.Sc):IIT Bombay +201:M.Sc. Chemistry (4 Semesters):IIT Delhi +202:M.Sc. Mathematics (4 Semesters):IIT Delhi +203:M.Sc. Physics (4 Semesters):IIT Delhi +301:M.Sc. Chemistry (4 Semesters):IIT Guwahati +302:M.Sc. Mathematics & Computing (4 Semesters):IIT Guwahati +303:M.Sc. Physics (4 Semesters):IIT Guwahati +401:M.Sc. Chemistry (4 Semesters):IIT Kanpur +402:M.Sc. Mathematics (4 Semesters):IIT Kanpur +403:M.Sc. Physics (4 Semesters):IIT Kanpur +404:M.Sc. Statistics (4 Semesters):IIT Kanpur +405:M.Sc.-Ph.D. Dual Degree in Physics:IIT Kanpur +501:Joint M.Sc.-Ph.D. Programme in Chemistry:IIT Kharagpur +502:Joint M.Sc.-Ph.D. Programme in Geology:IIT Kharagpur +503:Joint M.Sc.-Ph.D. Programme in Geophysics:IIT Kharagpur +504:Joint M.Sc.-Ph.D. Programme in Mathematics:IIT Kharagpur +505:Joint M.Sc.-Ph.D. Programme in Physics:IIT Kharagpur +601:M.Sc. Chemistry (4 Semesters):IIT Madras +602:M.Sc. Mathematics (4 Semesters):IIT Madras +603:M.Sc. Physics (4 Semesters):IIT Madras +701:M.Sc. Applied Geology (4 Semesters):IIT Roorkee +702:M.Sc. Applied Mathematics (4 Semesters):IIT Roorkee +703:M.Sc. Biotechnology (4 Semesters):IIT Roorkee +704:M.Sc. Chemistry (4 Semesters):IIT Roorkee +705:M.Sc. Industrial Mathematics and Informatics:IIT Roorkee +706:M.Sc. Physics (4 Semesters):IIT Roorkee +707:M.Tech. Geological Technology (6 Semesters):IIT Roorkee +708:M.Tech. Geophysical Technology (6 Semesters):IIT Roorkee +709:Master of Computer Applications (6 Semesters):IIT Roorkee +801:M.Sc. Chemistry (4 Semesters):IIT Hyderabad +802:M.Sc. Physics (4 Semesters):IIT Hyderabad diff --git a/docs/paper_code_names.txt b/docs/paper_code_names.txt new file mode 100644 index 0000000..de4bc92 --- /dev/null +++ b/docs/paper_code_names.txt @@ -0,0 +1,8 @@ +BT:Biotechnology +CA:Computer Applications +CY:Chemistry +GG:Geology +GP:Geophysics +MA:Mathematics +MS:Mathematical Statistics +PH:Physics diff --git a/docs/paper_course_code_eligibility.txt b/docs/paper_course_code_eligibility.txt new file mode 100644 index 0000000..4f8c8e1 --- /dev/null +++ b/docs/paper_course_code_eligibility.txt @@ -0,0 +1,8 @@ +BT:104:110:113:703 +CA:709 +CY:105:111:112:113:201:301:401:501:601:704:801 +GG:101:108:502:701:707 +GP:102:109:503:708 +MA:106:112:113:114:202:302:402:504:602:702:705 +MS:103:114:404 +PH:107:112:113:115:116:203:303:403:405:505:603:706:802 -- cgit