Code Monkey home page Code Monkey logo

master-thesis's People

Contributors

xuefenghuang avatar

Watchers

 avatar  avatar  avatar

master-thesis's Issues

Create base TeX file to get things compiling

Your LaTeX files need a "base document around them" so that you can compile. Here's a suggestion for one thesis.tex. Once you add that, use your TeX install to compile this file. See the inline comments on where to add what.

% Let's use *some* doc class just to get started. You can switch to 
% whatever else later.
\documentclass{scrartcl}

% Figures, tables, URLs and hyperlinks are best handled by packages.
% Import the packages you need; call multiple times for different packages.
% \usepackage{...}

\begin{document}

% Add the input files in the correct order below:
\input{abstract}
% \input{...}

\end{document}

Related work section should be upfront

Since this paper refers to other systems relatively often, so it's helpful to discuss the other systems upfront, explain where in the (home) network they exist, and so on. This nicely sets the stage for pointing out the unique properties of Seattle extension.

Issues in Challenges and Goals section

  1. This section mentions three challenges in the first sentence, but add a fourth later down in the text.
  2. This section needs lots of forward pointers to other (sub)sections in text.
  3. Show an overview figure so as to explain what you consider a "home network" (What are the different machines? Different zones of access? Which kinds of IP addresses are used where? What's the NAT gateway? Where could a Seattle installation live?)
    Inkscape or LibreOffice is the software to draw figures.
  4. Make clear my contribution rather than just platform design goal.
  5. The list of goals should also point forward to those places where the design and implementation of these goals is discussed.

Issues in API design section

  1. This talks a lot about what has been implemented, it should also discuss why precisely these calls were chosen, but not others.
  2. We need more forward pointers.
  3. network.tcp etc. don't exist in Repy.
  4. Where does the mapping from "types of experiments" to "used API calls" come from? Are these the only thinkable experiments?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.