Questions tagged [article]

An article is a particular section or item of a series in a written document

Use this tag to ask questions about features in a software that helps in writing/editing articles.

377 questions
2
votes
1 answer

Upload a file first

Fresh and clean drupal7 install (with lots of necessery modules). If I try to add an article it's allright if I don't use Image. When I add Image - there's a message box: Upload a file first. When I look at server in folder - there is a image…
Tomasz Brzezina
  • 1,452
  • 5
  • 21
  • 44
2
votes
1 answer

Should an

Use case is a blog post:
element is used inside
, to encase an article on a post page.
is in use within
, containing

title and meta including author, datestamp etc.

Robert Andrews
  • 1,209
  • 4
  • 23
  • 47
2
votes
1 answer

Web Scraping news articles in some cases returns empty body

I just wanted to scrape a few articles from El Pais website archive. From each article I take: title, hashtags and article body. The HTML structure of each article is the same and script is successful with all the titles and hashtags, however for…
moreni123
  • 23
  • 5
2
votes
1 answer

Which is the correct H* tag for a nested

My goal is to use the correct H* tag (H1 to H6) in my html5 code. I read here I shouldn't use
at all: "Why you should choose article over section : Browsers’ visual display of headings nested inside elements makes it look as if they are…
ksdomino
  • 21
  • 5
2
votes
1 answer

Semantic markup - H1 in page header or article header?

I am creating a single-post template for my blog. With multiple posts per page, it's simple:

Article 1

...…
Dwarf Vader
  • 429
  • 1
  • 5
  • 14
2
votes
1 answer

Key Words search in articles on website with python

I just joined you, and it's been 1 month since I started learning python. I would like to search keyword from this site with Python (http://aeconf.com/may2013.htm). Normally I manually click on the view abtsract and search for words after the "Key…
bariskau
  • 267
  • 3
  • 11
2
votes
0 answers

Is there a way to customize margins in yaml rticles, R

I am trying to use the elsevier_article template in rticles package in R to write an article. I am curious about whether I can customize the margins in the yaml header in the Rmarkdown file? I personally think the current margin is too wide. I guess…
Miao Cai
  • 902
  • 9
  • 25
2
votes
3 answers

Where to find Paint.NET multithreading white paper?

Like I wrote elsewhere, I seem to be sure that a white paper by Rick Brewster about multithreading used in Paint.NET once existed. I am not able to find any reference to this white paper again however. Does it (still) exist? And if so, where? EDIT:…
peSHIr
  • 6,279
  • 1
  • 34
  • 46
2
votes
2 answers

Delete an article and pull in the first one from next page

I'm trying to build a blog with a pagination system (ex. 5 articles per page). Everything is fine with the pagination itself but next to each article I included a "delete" button allowing the admin to remove dynamically (jquery)the related article…
luca
  • 36,606
  • 27
  • 86
  • 125
2
votes
1 answer

Programmatically add a Joomla Article from CLI

I want to be able to add many articles programmatically in Joomla, from the command line using the cli feature in Joomla CMS. I am basically using Create a Joomla! Article Programmatically but my script closes out after creating just one article…
user1104799
  • 161
  • 3
  • 13
2
votes
2 answers

Approximate LaTeX's beamerarticle package in Pandoc markdown

I would like to write beamer slides in Pandoc markdown and generate matching lecture notes with longer, explanatory text. But I can't figure out the logic. If I were to do this in LaTeX, then I would use the beamerarticle package in the article…
Richard Herron
  • 9,760
  • 12
  • 69
  • 116
2
votes
1 answer

Where can I find the code that convert internal MediaWiki links into article URLs?

I need to replicate exactly, Wikipedia's behavior regarding the conversion of [[links]] in the page body to URLs that open the articles they refer to. The link syntax and its behavior (conversion) are described here. While that article only mentions…
Adrian
  • 2,276
  • 2
  • 19
  • 25
2
votes
2 answers

HTML5 - Main Page Content Semantics

I'm having trouble figuring out if my main page content should be in an article element. I feel it shouldn't be because it's the main page content - if it's supposed to be in an article element how does a search engine determine which article is the…
user3693957
  • 669
  • 1
  • 5
  • 6
2
votes
1 answer

Where can I get raw news articles from the last year?

I'm writing some code that calculates certain statistics about word usages. Does anyone know where I can find a database of raw news articles from various topics over a period of (say) the last year? Preferably they would be either in plain text…
octonion
  • 759
  • 2
  • 8
  • 12
2
votes
1 answer

Automatic bibliography .bib file content generator

I am looking for an online solution, where I enter a book, article, etc., then it searches and finds it, and provides me with the most complete reference that I can include in my .bib file for my article. For example, let's say I enter the name of…
Alex
  • 71
  • 2