Giter Club home page Giter Club logo

Comments (4)

katyhuff avatar katyhuff commented on August 11, 2024 1

Can this be closed @ytan15 ?

from webscraping.

ytan15 avatar ytan15 commented on August 11, 2024

On a separate note - from the above message I noticed that adding the code block in Item 2 breaks the Itemize pattern in Markdown, judging from the indentation of the lines after the code block before Item 3. Do you know how to fix this formatting?

from webscraping.

katyhuff avatar katyhuff commented on August 11, 2024

At this level, plant & reactor should be effectively synonymous to you. Is there a particular case in which these words are used in a confusing way? The only caveat to that is when there is more than one reactor at a single site (sometimes 2 or 3... maybe up to 8 in international contexts). In those cases, please note the number of reactors (sometimes called reactor units) and individual information about each unit (the units often come online at different times, though they are typically the same type.)

Regarding markdown, keep the indentation of the list, and the code won't screw it up:

  1. First item
  2. Second item, has code
    def test_func(x):
        a=x
        b=a
        return b
  3. Third item, no code

from webscraping.

katyhuff avatar katyhuff commented on August 11, 2024

Sorry it took so long to answer these. Please don't hesitate to pester me, set up a meeting, etc. if it seems like I've dropped the ball.

2: .. ?reactors wdt:P17 ?country .... if I add this line into the query, it will filter out this entry (Bhabha Atomic Research Centre). Is this something that we should be concerned about?

Yes, we don't want to miss reactors. If they are missing a country attribute, then perhaps make it blank.

  1. Although I haven't started on Wikipedia yet, I'm a bit concerned that would querying from wikidata and wikipedia possibly cause any overlap, since wikidata stores the data of wikipedia?

yes, there may be some overlap, which should be handled with some validation and error checking on your programming side of things. Can you think of ways to check whether a particular entry already exists in the database? If you can, then can you think of how you'll then avoid duplicate entries? One could write a function to check the former and then use that function to determine whether to add a new entry.

  1. If Wikidata contains data of wikipedia, how come there is "Category: Nuclear power reactor types" in Wikipedia, but not Wikidata? Am I having some kind of misunderstanding?

Wikidata is the data backend for some of wikipedia's data. It could be much better organized, but it's just not that well organized and synchronized at this point.

from webscraping.

Related Issues (7)

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.