mtech-thesis

Master's thesis on online tutoring systems for compilers

https://github.com/nimisha-agarwal/mtech-thesis

Science Score: 18.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.3%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Master's thesis on online tutoring systems for compilers

Basic Info
  • Host: GitHub
  • Owner: nimisha-agarwal
  • Language: TeX
  • Default Branch: master
  • Size: 1.6 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 11 years ago · Last pushed almost 11 years ago
Metadata Files
Readme Citation

README.md

masters-thesis

This repo contains the template in IIT K Thesis format.

prelude.tex -- Add your personal information in this file. citation.bib -- Add the Bibtex of the refered work. related.tex , conclusions.tex , application.tex , intro.tex , technical.tex -- They correspond to different chapters in your Thesis. thesis.tex -- It is the main file. Puts all the tex files as chapter in your Thesis.

For sharelatex users: change the compiler to XeLatex or LuaLatex. others: use makefile

This repo has been forked from https://github.com/sid0/masters-thesis

Owner

  • Login: nimisha-agarwal
  • Kind: user

Citation (citations.bib)

%Place the BibTex here
@book{aho1977principles,
  title={Principles of compiler design},
  author={Aho, Alfred V and Ullman, Jeffrey D and others},
  year={1977},
  publisher={Addision-Wesley Pub. Co.}
}

@article{mernik2003educational,
  title={An educational tool for teaching compiler construction},
  author={Mernik, Marjan and others},
  journal={Education, IEEE Transactions on},
  volume={46},
  number={1},
  pages={61--68},
  year={2003},
  publisher={IEEE}
}

@misc{ wiki:khanacademy,
   author = "Wikipedia",
   title = "Khan Academy --- Wikipedia{,} The Free Encyclopedia",
   year = "2015",
   url = "https://en.wikipedia.org/w/index.php?title=Khan_Academy&oldid=670893142",
   note = "[Online; accessed 16-July-2015]"
 }
 
@misc{ msrprobgen,
    author = "Microsoft Research",
    title = "Automated Problem Generation for Education",
    year = "2015",
    url = "http://research.microsoft.com/en-us/projects/problem-generation/",
    note = "[Online; accessed 16-July-2015]"
}

@misc{ coursera,
    author = "Coursera",
    title = "Coursera",
    year = "2015",
    url = "https://www.coursera.org/",
    note = "[Online; accessed 16-July-2015]"
}

@misc{ nptel,
    author = "NPTEL",
    title = "NPTEL",
    year = "2015",
    url = "http://nptel.ac.in/",
    note = "[Online; accessed 16-July-2015]"
}

@misc{ wiki:mooc,
   author = "Wikipedia",
   title = "Massive open online course --- Wikipedia{,} The Free Encyclopedia",
   year = "2015",
   url = "https://en.wikipedia.org/w/index.php?title=Massive_open_online_course&oldid=670523187",
   note = "[Online; accessed 16-July-2015]"
 }
 
 @misc{ khanacademy,
   author = "Salman Khan",
   title = "Khan Academy",
   year = "2015",
   url = "https://www.khanacademy.org/",
   note = "[Online; accessed 16-July-2015]"
 }
 
 @misc{ vocabwhite,
   author = "Benjamin Zimmer",
   title = "SCIENCE OF LEARNING",
   year = "2015",
   url = "http://www.vocabulary.com/educator-edition/Vocabulary.com\%20-\%20Science\%20of\%20Learning.pdf",
   note = "[Online; accessed 16-July-2015]"
 }
 
@misc{ cct,
   author = "HackingOff.com",
   title = "Compiler Construction Toolkit",
   year = "2012",
   url = "http://hackingoff.com/compilers",
   note = "[Online; accessed 16-July-2015]"
 }
 
 @misc{ vocabulary,
   author = "vocabulary.com",
   title = "Vocabulary.com",
   year = "2015",
   url = "http://www.vocabulary.com/",
   note = "[Online; accessed 16-July-2015]"
 }

GitHub Events

Total
Last Year